Feral Heart

Help & Guidance => Game Help => Topic started by: Death_The_Kid on June 16, 2011, 06:38:40 pm

Title: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: Death_The_Kid on June 16, 2011, 06:38:40 pm
everytime i open FH i get this error 4 PArticleSystem Template exists or soemthing alone those lines then it says something about a weather/sky file.  I tried deleting everything in my exports and deleted all my custom weather and map stuff.

Error

ogre exception(4:ItemIdentityException):
ParticleSystem template with name "Weather/Rain" already exists.
in ParticleSystemManager::createTemplate at c:/Ogre_161_tag/OgreMain/src/OgrePArticleSystemManager.cpp(Line 273)
Title: Re: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: ringoluver on June 16, 2011, 07:12:16 pm
Can you post the error please?
Title: Re: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: Death_The_Kid on June 17, 2011, 12:59:15 am
ogre exception(4:ItemIdentityException):
ParticleSystem template with name "Weather/Rain" already exists.
in ParticleSystemManager::createTemplate at c:/Ogre_161_tag/OgreMain/src/OgrePArticleSystemManager.cpp(Line 273)
Title: Re: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: ringoluver on June 17, 2011, 02:49:09 am
Well that means somewhere you have two particles with the name 'Weather/Rain' (this has happened to me before when I transported IT particles into the game without realizing some particles were named the same). Have you added new particle files recently?
Title: Re: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: Death_The_Kid on June 17, 2011, 12:11:22 pm
Well that means somewhere you have two particles with the name 'Weather/Rain' (this has happened to me before when I transported IT particles into the game without realizing some particles were named the same). Have you added new particle files recently?

I made a Tornado PArticle in blender and wanted to test it in game so i exported it in the right format and all that but after i added the particle to my custom map and exported it the game crashed
Title: Re: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: Delay on June 17, 2011, 11:01:13 pm
Okay. Like the nop Ringo said, that error means that you already have a particle template with the name Weather/Rain.

What you have to do is go to your particle folder (by default: My Computer -> C: Drive -> Feralheart -> Media -> Particles).

Look at your .particle files. See any with a _0, _1, etc. behind their name? If so, delete them. These are copys automatically made (for some wierd reason I don't know yet - maybe a glitch?) and therefore are uneeded. Be sure you don't delete your main stuff tho, don't kill the original particle template.

That should solve the problem.

Now, if you DON'T have the copies, then you will have to open each .particle file (in notepad). Since you managed to make a particle yourself, you should know where to check :)

Look at each system line:
particle_system Particle (incase you don't know)
Red is the particle template name

Since your particle template is named 'Weather/Rain', make sure that you don't have more than one particle system with Weather/Rain. If you do, delete (if it is a copy) or rename (if it is not a copy).

Hope that helps you :P
Title: Re: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: Ruby1234 on June 17, 2011, 11:07:36 pm
Everytime I tried to post here Microsoft Windows crashes (which happens a lot lately, but it was a coincidence that it happened everytime I came here ) but I was trying to post that _0 thing. xD
Title: Re: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: Delay on June 17, 2011, 11:25:42 pm
xD

BUAHAHA I beat you to it >8D
Title: Re: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: Ruby1234 on June 17, 2011, 11:27:03 pm
D:



xD




<3
Title: Re: Ogre Exception Error 4ParticleSytemTemplate Exists
Post by: Death_The_Kid on June 18, 2011, 02:48:14 am
ty s
Okay. Like the nop Ringo said, that error means that you already have a particle template with the name Weather/Rain.

What you have to do is go to your particle folder (by default: My Computer -> C: Drive -> Feralheart -> Media -> Particles).

Look at your .particle files. See any with a _0, _1, etc. behind their name? If so, delete them. These are copys automatically made (for some wierd reason I don't know yet - maybe a glitch?) and therefore are uneeded. Be sure you don't delete your main stuff tho, don't kill the original particle template.

That should solve the problem.

Now, if you DON'T have the copies, then you will have to open each .particle file (in notepad). Since you managed to make a particle yourself, you should know where to check :)

Look at each system line:
particle_system Particle (incase you don't know)
Red is the particle template name

Since your particle template is named 'Weather/Rain', make sure that you don't have more than one particle system with Weather/Rain. If you do, delete (if it is a copy) or rename (if it is not a copy).

Hope that helps you :P

Thanks its fixed now ^^