Feral Heart

Help & Guidance => Member Made Tutorials => Miscellaneous Tutorials => Topic started by: shell_prisoner on February 10, 2011, 07:11:38 pm

Title: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: shell_prisoner on February 10, 2011, 07:11:38 pm
I've been reading "Help" forums for a month, and I've seen many users encounter different "OGRE exception" errors. Of course, all games have bugs just after first release, but these are really annoying. And what is worst: nobody really knows (or just does not want to tell) how to fix them.
Maybe we just don't have enough information about these errors, so It would be a good idea to tell the World everything you know about them. Everything is important: the error message, version of your operating system, your hardware details (type of graphics card, CPU, motherboard) and versions of hardware drivers. The more information you will give, the higher a chance that Kov will fix all bugs.


As for me, I have not seen any of these exceptions on my computers, but I've read most of topics related to these exceptions in "Game help". Here are some of exceptions:

Code: [Select]
OGRE EXCEPTION(3:RenderingAPIException): Zero sized texture surface on texture loading0.jpg face 0 mipmap 0. Probably, the GL driver refused to create the texture. in GLTexture::_createSurfaceList at c:\Ogre_161_tag\RenderSystems\GL\src\OgreGLTexture.cpp (line 394)
The most "popular" problem. Renderer fails to create a texture surface, something is wrong to you GL subsystem. Switching to Direct3D (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&lang=en&jfile=index.php&topic=321.0) helps in some cases. If it will not help you will get the following message:
Code: [Select]
OGRE EXCEPTION(3:RenderingAPIEException): Failed to create Direct3D9 Device: Not available in D3D9RenderWindows::createD3DResources at c:\Orgre_161_tag\RenderSystems\Driect3D9\src\OgreD3DRenderWindow.ccp (line 597)
Updating video driver (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&lang=en&jfile=index.php&topic=514.0) may also fix this.

The next one is:
Code: [Select]
OGRE EXCEPTION(3:RenderingAPIException): wglShareLists() failed in Win32PBuffer::createPBuffer at c:/Ogre_161_tag\RenderSystems\GL\src\OgreWin32RenderTexture.ccp (line 202)
I don't know much about this exception. If anybody knows, please report. It seems that changing rendering system (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&lang=en&jfile=index.php&topic=321.0) helps.

One of the most easy-to-fix:
Code: [Select]
OGRE EXCEPTION(5:ItemIdentityException): OverlayElement with name SplashScreen/Loading not found. on OverlayManager::getOverlayElementImpl at c:\Ogre_161_tag\OgreMain\src\OgreOverlayManager.cpp (line 593)
This means that you have some texture missing, Re-downloading/reinstalling should fix it.

Some misc exceptions:
Code: [Select]
OGRE EXCEPTION(1:InvalidStateException): Cannot initialize - no render system has been selected. in Root::initialise at c:\Ogre_161_tag\OgreMain\src\OgreRoot.cpp (line 510)
The first line of your ogre.cfg is wrong/missing or you have lost the whole file.
Code: [Select]
OGRE EXCEPTION(7:InternalErrorExeption): Can't find requested video mode. in D3D9RenderSystem::initialise at c:\Ogre_161_tag\RenderSystems\Direct3D9\src\OgreD3D9RenderSystem.cpp (line 560)
Current video mode (screen/window resolution) is not supported by Direct3D. Open ogre.cfg and set the right mode.
Code: [Select]
OGRE EXCEPTION(2:InvalidParametersException): Option named 'Allow NVPerfHUD' does not exist. in Win32GLSupport::setConfigOption at c:\Ogre_161_tag\RenderSystems\GL\src\OgreWin32GLSupport.cpp (line 172)
You have set renderer to direct3d9, but the is no "Direct3D9 Rendering Subsystem" section in your ogre.cfg

There are also some "mysterious" exceptions: I've found only a line number for them: line 259 and line 162. If you know something about them (ore any other error, as well), please tell.

UPD (Feb 16, 2011): Added new "line 162" error. Thanks to Chaos (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&lang=en&jfile=index.php&action=profile&u=16383).
Code: [Select]
OGRE EXCEPTION(3:RenderingAPIException): wlgChoosePixelFormatARB()failed in Win32PBuffer::createPBuffer at c:\Ogre_161_tag\RenderSystems\GL\src\OgreWin32RenderTexture.cpp (line 162)
General OpenGL renderer failure: incorrect pixel buffer format. It may happen due to limitations of your hardware or just broken drivers.  At first, try this (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&lang=en&jfile=index.php&topic=514.0), if it fails, try to change rendering system (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&lang=en&jfile=index.php&topic=321.0)

UPD2 (Mar 13, 2011): The easiest way to collect all information about your computer configuration is to use MSINFO32 utility which comes with Windows. To start MSINFO32 use following instructions:

1. Press WIN + R on your keyboard
2. When a new window opens type msinfo32 and click OK
3. Wait while program starts, then go to File -> Save (saving may take some time)
4. Post the file you just saved somewhere on forums.

Hope it will help.

UPD3 (Mar 18, 2011): Identifying exceptions by error number:

UPD4 (Mar 20, 2011 ): Added more exceptions
Title: Re: List of known "OGRE exception" errors
Post by: Aroxy on February 10, 2011, 08:09:37 pm
Very helpful, thanks! :)


~Aroxy
Title: Re: List of known "OGRE exception" errors
Post by: Sarine on February 10, 2011, 08:11:57 pm
Thanks for posting, Shell, shall get proved quite helpful! (;
Title: Re: List of known "OGRE exception" errors
Post by: GemWolf on February 10, 2011, 09:33:26 pm
 This should be stickied.
Title: Re: List of known "OGRE exception" errors
Post by: slycan on February 10, 2011, 09:53:11 pm
correct Gem
Title: Re: List of known "OGRE exception" errors
Post by: Protagonist on February 13, 2011, 02:47:12 pm
thank you
Title: Re: List of known "OGRE exception" errors
Post by: paperstars on February 13, 2011, 05:48:18 pm
At first I got the third one you had on here, and I tried using one of the other solutions to the other problems to see if it fixed it but now it says the one about the ogre.cfg.
I've un-installed it and re-installed it like twice or 3 times but it still says that. Do you know how to fix it?
Title: Re: List of known "OGRE exception" errors
Post by: paperstars on February 13, 2011, 05:50:08 pm
At first I got the third one you had on here, and I tried using one of the other solutions to the other problems to see if it fixed it but now it says the one about the ogre.cfg.
I've un-installed it and re-installed it like twice or 3 times but it still says that. Do you know how to fix it?
Title: Re: List of known "OGRE exception" errors
Post by: Avani on February 13, 2011, 05:52:40 pm
Thanks for posting! :3
Title: Re: List of known "OGRE exception" errors
Post by: SinLigereep on February 14, 2011, 03:38:36 pm
I'm getting the third message D: I wish I could play.
I'm on a Dell... using Windows Vista... with Intel Core 2 Duo.... Anyone know how to make the game work?
I've tried uninstalling and redownloading... but still get the same message. :<
Title: Re: List of known "OGRE exception" errors
Post by: Chimera on February 14, 2011, 11:06:52 pm
OGRE EXCEPTION(3:RenderingAPIException): wglShareLists() failed in Win32PBuffer::createPBuffer at c:/Ogre_161_tag\RenderSystems\GL\src\OgreWin32RenderTexture.ccp (line 202)

I've got that one ^
I have a Gateway laptop, Windows Vista, and intel Pentium duel core processor. Any way to fix this? I've reinstalled twice now, one with regular download and the other with torrent, how would I change the rendering to help?
Title: Re: List of known "OGRE exception" errors
Post by: shell_prisoner on February 15, 2011, 08:51:25 am
Quote
how would I change the rendering to help?
Look here: http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&lang=en&jfile=index.php&topic=321.0 (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&lang=en&jfile=index.php&topic=321.0)
Title: Re: List of known "OGRE exception" errors
Post by: wdf70 on February 15, 2011, 11:58:23 am
I'm getting a message that isn't on that list that reads:
c:\Ogre_161_tag\OgreMain\src\OgreZip.ccp (line 259)

It will play the regular logos and such but before it can get to the login screen it crashes.
Any ideas on this?
Title: Re: List of known "OGRE exception" errors
Post by: Chaos on February 16, 2011, 02:07:49 am
I HAVE LINE 162 AND I WANT 2 PLAY  THIS IS IT!!!!!!!!!!!!!    :'(                                                                                                                                                
 OGRE EXCEPTION(3:RenderingAPIEException): wlgChoosePixelFormatARB()failed in  Win32PBuffer::createPBuffer at c:\Ogre_161_tag\RenderSystems\GL\src\OgreWin32RenderTexture.cpp (line 162) 
Title: Re: List of known "OGRE exception" errors
Post by: shell_prisoner on February 16, 2011, 07:41:50 am
Quote
I HAVE LINE 162 AND I WANT 2 PLAY  THIS IS IT!!!!!!!!!!!!!
Do you have a laptop with "Intel" graphics card? Try to update your graphics software (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&lang=en&jfile=index.php&topic=514.0) first.
Title: Re: List of known "OGRE exception" errors
Post by: Kutanra on February 17, 2011, 09:44:50 pm
I have one but I know why, it says it cant find skyDome.mesh and cloud.mesh
I installed someones map but had no instructions and it didnt go so well so I went through the folders deleting their meshes etc but I must have deleted the sky and clouds by accident. I went onto recycle bin and restored them, now it works.

If anyone has been deleting stuff in FH folder they should read the error carefully and go through their recycle bin :)
Title: Re: List of known "OGRE exception" errors
Post by: Kutanra on February 17, 2011, 09:52:52 pm
oh and if your game crashes you may have deleted a mesh for the bodies, look in you recycle bins for tuft, mane, tail, skeleton etc
Title: Re: List of known "OGRE exception" errors
Post by: Ki-neko animura on February 20, 2011, 08:55:20 pm
I have gotten the third ogre three or four times. Has anyone figured out a way to fix this?

I have a Gateway laptop with windows Vista, and a Intel Celeron M inside.
Title: Re: List of known "OGRE exception" errors
Post by: apachecat on February 21, 2011, 02:55:29 am
I get OGRE EXCEPTION(9:): No CuiComponent by name 'CharCreateScreen/Export' in

This is stopping me from using the character editor... help?
Title: Re: List of known "OGRE exception" errors
Post by: Chelsea411 on February 21, 2011, 05:39:30 am
I get OGRE EXCEPTION(9:): No CuiComponent by name 'CharCreateScreen/Export' in

This is stopping me from using the character editor... help?

Same. :(
Title: Re: List of known "OGRE exception" errors
Post by: shell_prisoner on February 21, 2011, 07:00:27 am
Maybe you have installed a 1.03 patch on FH 1.00? This not gonna work, patch could be installed only on FH 1.02
Title: Re: List of known "OGRE exception" errors
Post by: Solar-Hound0056 on February 21, 2011, 04:50:30 pm
I have a different one...
Title: Re: List of known "OGRE exception" errors
Post by: Solar-Hound0056 on February 21, 2011, 04:51:53 pm
I have line 394. |:C
Title: Re: List of known "OGRE exception" errors
Post by: Demandis on February 23, 2011, 01:16:36 am
I have a different one...

i also have a different one mine is saying OGRE EXCEPTION(2:InvalidParametersException): Option named 'Colour Depth' does not exist. in D3D9RenderSystem::setConfigOption at
c:\Ogre_161_tag\RenderSystems\Direct3D9\src\OgreD39RenderSystem.cpp(line 319)
Title: Re: List of known "OGRE exception" errors
Post by: liger tiger on February 24, 2011, 09:02:08 pm
HELP! I have 319!!
Title: Re: List of known "OGRE exception" errors
Post by: Beledra on February 25, 2011, 01:25:53 pm
When I install FH, there is no problem (with patch included) but in the moment I try to run it, I have an Ogre exception and the program just close and I cant start it. So, I haven't even try FH XD
This is the screenshot of my problem: http://img163.imageshack.us/f/76941629.png/ (http://img163.imageshack.us/f/76941629.png/)

How can I fix it?
Title: Re: List of known "OGRE exception" errors
Post by: Kutanra on February 25, 2011, 02:13:27 pm
Beledra that looks like either DirectX or graphics card, try to update DirectX first and if that doesn't work check your graphics card.
Title: Re: List of known "OGRE exception" errors
Post by: schmidty13 on February 25, 2011, 10:19:47 pm
Thank you this is very helpful :) But when I try to open map maker it says this...

c:\Ogre_161_tag\OgreMain\src\OgreResourcesGroupManager.cpp(line753)

I don't know what to do:(
Title: Re: List of known "OGRE exception" errors
Post by: Moonstars78 on February 26, 2011, 12:39:22 pm
i still have a problem,i have the one with the 'cant find requested vdeo' i dont know what to do....i have an older windows (not sure how old) and i downloaded the game yesterday,it was working fine,until this morning,it said that
Title: Re: List of known "OGRE exception" errors
Post by: Beledra on February 27, 2011, 04:13:20 pm
Thanks Kutanra, I've download the DirectX but it does'nt work. Maybe my computer is a little old.
Title: Re: List of known "OGRE exception" errors
Post by: Shade0Rima on March 01, 2011, 10:43:55 pm
it says something about charecter creation how do i fix it  :'(
Title: Re: List of known "OGRE exception" errors
Post by: Shade0Rima on March 01, 2011, 10:51:53 pm
it says something about charecter creation how do i fix it  :'(
after i loged in i cklicked create then it had a ogre exeption error
Title: Re: List of known "OGRE exception" errors
Post by: NambaTheLion on March 13, 2011, 12:06:11 am
EDIT:Wait wait wait,i thinked that the one of change to directx was for line 394 but not D:
How i do fix mah ogre error?
Title: Re: List of known "OGRE exception" errors
Post by: NambaTheLion on March 13, 2011, 02:25:41 am
Help i cant fix the line 394 i had changed it to direct3D9 and i put no in the anti alasing thing plz help me i cant fix it D:
Title: Re: [UPD: 03/13/2011]List of known "OGRE exception" errors
Post by: 0Ricochet0 on March 18, 2011, 12:34:32 am
Hey my computer is having problems and This is what it says.:
~~~~~~~~~~~~~~~~~~~~~~

OGRE EXCEPTION(5:ItemIdentiyException): OverlayElement with name MapTitle/Text not found. in OverlayManager::getOverlayElementImpl at c:\Ogre_161_tag\Ogermain\scr\OgerOverlayManager.cpp(line 593)[/color

]~~~~~~~~~~~~~~~~~~~~~~
 Its not up there so I was just wondering...
Please help. My friend and I wanna play together soooo bad...
Title: Re: [UPD: 03/18/2011]List of known "OGRE exception" errors
Post by: shell_prisoner on March 18, 2011, 05:07:31 am
Quote
Hey my computer is having problems and This is what it says.:
~~~~~~~~~~~~~~~~~~~~~~

OGRE EXCEPTION(5:ItemIdentiyException): OverlayElement with name MapTitle/Text not found. in OverlayManager::getOverlayElementImpl at c:\Ogre_161_tag\Ogermain\scr\OgerOverlayManager.cpp(line 593)
It looks like games files got damaged. Try to reinstall FeralHeart.
Title: Re: [UPD: 03/18/2011]List of known "OGRE exception" errors
Post by: 0Ricochet0 on March 19, 2011, 01:03:21 pm
Okay thank you!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: luckdragon on March 30, 2011, 10:17:01 pm
For the OGRE EXCEPTION(7:InternalErrorExeption): Can't find requested video mode. in D3D9RenderSystem::initialise at c:\Ogre_161_tag\RenderSystems\Direct3D9\src\OgreD3D9RenderSystem.cpp (line 560)
What Video Mode options are there?
Becuase I had mine on to big ^^'
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: shell_prisoner on March 31, 2011, 03:39:45 am
Open C:\FeralHeart\ogre.cfg
"Video Mode" line sets video mode :)
Optimal video mode is defined by your hardware, but the default value is "800x600"
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: luckdragon on March 31, 2011, 04:05:11 pm
Thanks! :D
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on April 02, 2011, 10:16:37 pm
I get another one.... When I first had FH, I used Dirct3D, and it worked fine. Then from one day to the next it started to crash the game, so I had to change to OpenGL, which is quite laggy for me.
The exact Ogre Exception isn't in your list, but it's type 3 (RenderingAPIException). But when there's something wrong with my comp, why did it work before?
This is my error (http://i557.photobucket.com/albums/ss17/mysce/arror.jpg).
Help?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: shell_prisoner on April 03, 2011, 06:14:04 am
Quote
I get another one.... When I first had FH, I used Dirct3D, and it worked fine. Then from one day to the next it started to crash the game, so I had to change to OpenGL, which is quite laggy for me.
The exact Ogre Exception isn't in your list, but it's type 3 (RenderingAPIException). But when there's something wrong with my comp, why did it work before?
There are not many things you can do to number 3 exceptions :( All graphics settings that make sense on this are stored in C:\FeralHeart\ogre.cfg. There are too many hardcoded things, and we can't do anything about them.
Here is default ogre.cfg that comes with the game:
Code: [Select]
Render System=OpenGL Rendering Subsystem
[Direct3D9 Rendering Subsystem]
Allow NVPerfHUD=No
Anti aliasing=None
Floating-point mode=Fastest
Full Screen=No
VSync=No
Video Mode=800 x 600 @ 32-bit colour
sRGB Gamma Conversion=No
[OpenGL Rendering Subsystem]
Colour Depth=32
Display Frequency=N/A
FSAA=0
Full Screen=No
RTT Preferred Mode=FBO
VSync=No
Video Mode=800 x 600
sRGB Gamma Conversion=No
If changing settings will not help, try to remember what changed in your system before game started crashing.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: jabbott1995 on April 05, 2011, 12:24:06 am
I get a message that says "FeralHeart.exe has encountered a problem and needs to close.  We are sorry for the inconvenience." Then i click on details and the first few lines are; "This error report includes... the operating system version and computer hardware in use; your Digital Product ID... and the IP address of your computer.
I usually use wireless, so that may be a problem. Though it worked awhile ago. Please help me.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jamzilla12 on April 06, 2011, 08:08:04 am
I NEED HELP it says something about roleplayterrain.png file not found something like that I need help my clan needs me!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jamzilla12 on April 06, 2011, 08:16:30 am

It looks like games files got damaged. Try to reinstall FeralHeart.
[/quote]

How can I reinstall the game? pls my clan needs me!!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: shell_prisoner on April 06, 2011, 03:44:38 pm
Quote
How can I reinstall the game? pls my clan needs me!!
Please create a new topic to Game help (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&board=24.0). This, and many other things, should be described in the Handbook, not here :( Hope that some day they will.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on April 08, 2011, 11:47:18 pm
You know what? I just swapped back to Direct3D, and it works now.... I didn't do anything. This is weird. But I'm glad it works again 'case OpenGL gave me some weird graphics the last time :]
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Nixie on April 14, 2011, 05:08:33 pm
Well,I have this problem. I can't log in to FeralHeart.
I type my username and password correctly and click on Log In,but it always says: Incorrect username or password. (5 fail attempts causes 15min ban)
I tried over and over again but It always says the same thing. D:
I tried making another account and the same thing is happening.
Why?  :'(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: FoxfurNeo on April 15, 2011, 04:43:38 pm
I am having some trouble with one of these as well. Mine is number 6, FileNotFoundException. I see on the list that for number 6 it says "unknown" but I thought I'd ask just in case lolz I was sitting on my computer literally for at least 5 hours yesterday trying to figure this whole thing out and actually be able to play the game but I kept getting different error messages xD I really am not sure of all the info about my computer but I think it's WindowsXP and everything else I'm not sure of. The message I get is: OGRE EXCEPTION(6:FileNotFoundException): 'resourses.cfg' file not found! in ConfigFile::load at c:\Ogre_161_tag\OgreMain\src\OgreConfigFile.cpp (line 84)   

So yeah I'm not really sure what to do but it sounds like it's telling me that the Configuration file named "resources" is missing but when I go to "My Computer", open the Local Disk (C:) and then open the Feral Heart folder, all the files are there, including the "resource.cfg" file. Any help is much appreciated, please reply if you have the time, I really appreciate it ^^
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: shell_prisoner on April 15, 2011, 05:11:08 pm
Have you tried to start the game directly from its folder (C:\FeralHeart), not from Desktop?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Snowfang on April 17, 2011, 07:07:28 pm
thanks! i went to the forum site and fixed it, it worked ty now i can play!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: magisty on April 20, 2011, 08:07:24 pm
mine says OGRE EXCEPTION(9:) no GuiComponent by name 'CharCreateScreen/Export' in


I think the message has been cut off though
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Cynder- on April 20, 2011, 09:25:25 pm
Thank you so so so much for making this! My Feralheart works now! -Huggles in thanks-
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Spazzout123 on April 30, 2011, 01:35:21 pm
Ok, i havenot seen any codes like mine, heres what it says,   OGRE EXCEPTION(3:RenderingAPIExeption): Zero sized texture surface on texture loading0.jpg face 0 minimap 0. Probably, the GL driver refused to create the texture. in GL Texture::_createSurfaceList at c:/Ogre_161_tag\RenderSystems\GL\src\OgreGLTexture.cpp (line 394)          Plz help ASAP!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on April 30, 2011, 02:28:30 pm
That IS the first error message shell posted >.>
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: FroFro567 on April 30, 2011, 10:33:25 pm
I've tried to fix the first ogre problem, but for some reason it won't save. No matter if I click 'Save as...' or just 'Save'. It doesn't work...
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Emerald on May 01, 2011, 09:03:15 pm
how do you change the rendering system??? i watched the video i still dont get how
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Emerald on May 02, 2011, 12:34:31 am
i really really really really need help!!!!!
i want to play feral heart but my pc is a windows XP and i cant get it to work! =( im really frustrated. this keeps popping up when i try to play: OGRE EXCEPTION(1:InvalidStateException): Cannot initialize - no render system has been selected. in Root::initialise at c:\Ogre_161_tag\OgreMain\src\OgreRoot.cpp (line 510) pleeaaasee help meee!... i have tried EVERYTHING!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on May 02, 2011, 12:45:06 pm
Sometimes I really think people just panic when they get an error, and don't read what it says...
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: shell_prisoner on May 02, 2011, 01:05:32 pm
Sometimes I really think people just panic when they get an error, and don't read what it says...
Almost all people NEVER read these error messages. Even if message says "Click OK to fix problem". Sad but true :(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on May 02, 2011, 01:20:47 pm
Most times you can fix an ogre error by yourself when you just read it... I remember I got lots of weird error messages when i was fooling around with IT, and I always got it to work again.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: xmassydeer on May 04, 2011, 07:27:51 pm
Meh have line 753.
i don't know what to do(((
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Samili on May 04, 2011, 10:59:10 pm
I have number 6, i by accident put the feral heart folder in another folder and we did system restore but it still says file not found PLEASE ANSWER ME i cryed for 2 days i was sooooo sad tht i couldnt play FH.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on May 05, 2011, 08:56:25 am
The first thing you should do when you get an error is reading it. If the message is clear, try to fix it yourself. Sreenshot the error. The look if the error is already explained somewhere. If not, you can upload the screenshot and ask for help.
Lulz.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: cowgirl1037 on May 08, 2011, 06:09:34 pm
Ok well, I got last OGRE error and when it you say to post it on forums, what forum??
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: shell_prisoner on May 08, 2011, 06:18:17 pm
I don't know. Somewhere in "Game help", I think. I'm just collecting errors here, nothing more. Actually, I don't even know if all solutions from headpost are really working.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: pkf10 on May 12, 2011, 12:29:24 am
i got this... OGRE EXCEPTION(4:idemidentityException): ParticalSystem template with name 'Bonfire' already exists in ParticalSystemManager::createTemplate at c:\Ogre_161_tag\OgreMain\src\OgreParticleSystemManager.cpp (line 273                HELP
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: pkf10 on May 12, 2011, 12:29:50 am
i got this... OGRE EXCEPTION(4:idemidentityException): ParticalSystem template with name 'Bonfire' already exists in ParticalSystemManager::createTemplate at c:\Ogre_161_tag\OgreMain\src\OgreParticleSystemManager.cpp (line 273                HELP
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on May 13, 2011, 01:33:59 pm
1. Please don't double post, or when you did remove the second one- the buttons aren't there for decoration.
2. Delete one of yer bonfire particles.
3. I don't think anyone ever reads error messages or what I said before.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Crazycoconut on May 14, 2011, 12:27:28 pm
I had the 4:ItemIdenitfyException, and now it wont let me on. I tried reinstaling, I thought it would work but sadly it didn't. I don't know what you mean by getting rid of the mods? Also, I did download a map which is why (I'm guessing) it made FeralHeart not let me on. I looked at the files, and yes there was some Bonfire files. I deleted them, but that still didnt work. I'm losing hope here and almost nothing else on here is helping me.


                       ~Coconut
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: CreamWolf on May 17, 2011, 08:59:01 pm
OGRE EXCEPTION(7:InternalErrorException):
media/overlays/overlay1/Default.fho.dll - error whilst opening archive:
Unknown error. in ZipArchive::checkZzipError at
c:\Ogre_161_tag\OgreMain\src\OgreZip.cpp (line 259)

Running FH Version 1.006 in HP Pavilion dv6 Laptop PC.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: axler on May 17, 2011, 10:09:57 pm
.... i think i have a diff problem than whats listed... idk what it is though. it popped up with the new patch >.>

(http://fc09.deviantart.net/fs70/f/2011/137/5/9/egh_by_moonlight_wolf_rulez-d3gkzyn.png)
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: axler on May 17, 2011, 10:22:08 pm
wait a sec... the error i got means my hardware is unstable? the heck does that mean...


dude if i cant ever play this game again i think im gonna scream >.>

i think the new patch did it though... seriously
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: rocky on May 17, 2011, 10:51:09 pm
i get this one basically OGRE EXCEPTION(7:InternalErrorExeption): Internal logic error. This should never happen. If you see this, you have found a bug, or your computer's hardware is unstable.
the i get somthing about the dycn.libary tht orge161  cant not be found or somthing like tht
 
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: rocky on May 17, 2011, 10:52:04 pm
the new patch deff did it my fh was fine with the exception of a few gltichs before this
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: CreamWolf on May 17, 2011, 10:56:38 pm
The new patch is UNSTABLE. Downgraded to 1.005. IT IS UNSTABLE. Tested it 10 times. Will not work on some PCS.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jitters on May 17, 2011, 11:09:24 pm
If you need to downgrade to v 1.05 If it isn't working go here : http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=6607.0 (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=6607.0)
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: rocky on May 17, 2011, 11:37:13 pm
how do u do this thoough and now my thing is saying dynlib::load at c:/ orge_161__tag/orgemain/predynilbb.capp could not load dynamic libary render syster direct 3D9
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: mollyvoelker on May 18, 2011, 12:28:52 am
Please help! I uninstalled the game and reinstalled it, And then i installed the V1.05 to V1.06 but it keeps giving me the 5th error! I dont know whats going on! Please respond!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: CreamWolf on May 18, 2011, 12:37:39 am
Hey, you can install the patch. It will only work if you have ABSOLUTELY NO EXPORTS in your C:\FeralHeart\exports folder.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: AnzuSasaki on May 19, 2011, 12:03:29 am
Wait so what about the watermill export? Thats a defualt so... Does it get deleted?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: AcidicHeart on May 19, 2011, 12:05:37 am
Oh dear... how do I cure number 7 Ogre exception? D:
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on May 19, 2011, 09:09:50 am
MAybe post a screenshot? lulz
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jackdaw on May 19, 2011, 11:03:44 pm
ok i have and error too but it reads: OGRE EXEPTION(7:InternalErrorEception): media/overlays/overlay1/hollow743_4.fhp.dll
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jackdaw on May 19, 2011, 11:04:12 pm
oh sorry must be an error with my preset ill try that if it dont work ill come back
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: soccer12377 on May 22, 2011, 06:16:35 pm
OGER EXCPTION(2:InvalidParametersExepcetion): Option named 'Colour Depth' does not exist. in D3D9RenderSystem::setConfigOption at
c:\Oger_161_tag\RenderSystems\Direct3D9RenderSystem.cpp (line 319)

P.S. It worked until I installed the new patch and now I also have line 172. Please find a way to fix this. I also typed everything exact to the error that showed up. Please get to this A.S.A.P please, thank you.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: DeathHowl on May 25, 2011, 12:43:56 am
Ive got OGRE EXEPTION(7:InternalErrorEception): media/overlays/overlay1/Default.fho.dll SOMEONE PLZZZZZZZZZZZZZZZZZZZ HELP ME TT___________TT
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on May 25, 2011, 01:05:33 pm
LOL
Half of the people here have that one. Almost every one of them makes a new thread. Every time it gets answered. But never anyone reads these threads but posts another one and cries for help.
Sometimes I really can't understand these guys who don't even try to look for a solution.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: UltraKitteh on May 31, 2011, 11:13:32 pm
I've been getting all of the same exact 7 ones, and I've been searching for ages. .-. I'm just really lost, since someone told me that I needed to uninstall and reinstall, delete the folder, etc. I'm really unsure of what to do, I've been stalking my folders for fhz. files for ages. It says something about the overlays and such, and I'm wondering just what that may mean...
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: spyro27 on June 02, 2011, 07:17:50 pm
(http://i572.photobucket.com/albums/ss164/cradenthewestern/Annoyingerror2.png)

This annoys me. :| Yep, error 7 peeps, It should never happen it says, but it happened to me. .-. Do I have to uninstall FeralHeart AGAIN?!

Anyway. *keeps calm* This happens when I tried to load a map onto Map Maker that is half finished. I'm not sure if it's the right map, as I've seen to have lost one of the most awesome ones I've ever made in my entire life but now it's not showing up on screen. I have exported it, it's there, but I'm not sure why it's giving me this. I need to downgrade. .-.

Oh, and for the record, I can't update my Graphics card. It's an Intel (r) series Express chipset family 4, it should work, and it has worked on FH. Also the Manufacteurer won't allow updates to this card anyway for unknown reasons, soo...

Another Edit: Aaaand everyone's posting this. I think there's a bug in that Overlay1 folder, which doesn't have default.fho.dll there. I think it's the patch.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Kingslay on June 03, 2011, 12:40:55 am
I'm having a problem with this message "Ogre excpetion 7 " it says something about my rocks not working and stuff, if i try to load my map it crashes and says that, if i log in and start one of my characters it crashes and says feralheart.exe has stopped working. Someone help please?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Claw of Night on June 05, 2011, 10:02:16 pm
I have one that says cannot create setting file. Do you know how to fix this one?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: ghost snake on June 07, 2011, 04:21:08 pm
ok mine says its the 7th one and the same thing on the #12 reply to this so can some one help me!!!?? i hope
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: ghost snake on June 07, 2011, 04:43:52 pm
in a better way to put it i have line 259 :'(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: HomeFront on June 10, 2011, 04:27:57 pm
So, there's no solution to the ORGE EXCEPTION(0:IOException)
?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Starsa. on June 12, 2011, 04:06:57 pm
Need help, this is what it says: OGRE cannot find WatermillTerrain. Because I accidently deleted it!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Soccer8123 on June 13, 2011, 08:43:27 pm
this doesnt work at ALL for me... -.-
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jamzilla12 on June 16, 2011, 07:54:35 am
I have someting missing its saids MaintTitle something well I reinstall the game still it wont work pls help me!!!!!!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jamzilla12 on June 16, 2011, 07:56:27 am
Need help, this is what it says: OGRE cannot find WatermillTerrain. Because I accidently deleted it!

well restore it in Recycle bin just click the Watermill.Terrain then click restore
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jamzilla12 on June 16, 2011, 11:09:59 am
I have problems in line 593 I reinstall it and redownload it and nothing happens help me!!!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jamzilla12 on June 16, 2011, 11:18:40 am
I'm having a problem with this message "Ogre excpetion 7 " it says something about my rocks not working and stuff, if i try to load my map it crashes and says that, if i log in and start one of my characters it crashes and says feralheart.exe has stopped working. Someone help please?
hmmm try to reinstall it
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: warriorcatsrule on June 24, 2011, 02:35:53 pm
Thanks, even though I've never had an OGRE virus, your info on how to fix it sure made me think it will be helpful in the future, if I ever do have an OGRE problem. Don't blame me, I have no idea what OGRE is, but this is helpful in case i do have one. Thanks! from, warriorcatsrule .P.S. I hope to see you in multiplayer!!! :D
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Robin_Wolfieh on June 24, 2011, 08:52:06 pm
Just need a Watermill Mask map.

-Oh, and also, whenever I open my map in map maker, the game shuts down.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Aka.Kurosaki on June 27, 2011, 03:30:05 am
Im having a problem that isnt on any of the lists there



(http://i186.photobucket.com/albums/x37/WarriorXcat_1993/OgreThing.jpg)



And im tried EVERYTHING to fix it,  help me plz? :C
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Scarlett_Fever on June 29, 2011, 03:31:25 am
oh nevermind, that problem went away somehow, this other one came :/

OGRE EXEPTION(5:ItemIdentityException): OverlayElement with name GuiTemplate/Reminder not found. in
 OverlayManager::getOverlayElementImpl at c:/Ogre_161_tag/OgreMain/src/OgreOverlayManager.cpp (line 593)

PLEASE HELP ME! Please! this happend after i downloaded the latest patch
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Hollow743 on June 29, 2011, 10:02:54 pm
OGRE EXEPTION(4:itemIdentityException): ParticleSystem template with name 'bonfire' already exists. in particleSystemManager::createTemplate at  c:\Ogre_161_tag\OgreMain\src\OgreParticleSystemManager.cpp (line273)   <---- thats what i got..... i dont think i see that one on the list, how would you fix this? Please help!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: sari on July 02, 2011, 07:57:23 am
The thing thats wrong with mine is the first one...the one that is most common...I wanna get it fixed so bad but idk where to start...how do i fix my rendering system...can someone plz help me  :-\
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Dragonlover123 on July 03, 2011, 08:07:52 pm
none of these exceptions happened to me, help? Mine is:   OGRE EXCEPTION(0:IOException): Cannot create settings file. in Root:saveConfig at c:\Ogre_161_tag\OgreMain\src\OgreRoot.cpp (line 329)
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Kitty Lue on July 06, 2011, 04:22:07 pm
My problem is a # 7, this is what it says: OGRE EXCEPTION(7InternalErrorException): Error in decoding image in FreeImageCodec:: decode at c:\Ogre_161_tag\OgreMain\src\OgreFreeImageCodec.cpp (line 387). This message appears when I click 'start' to play the game. First it loads the game, and as soon as it would have been done (I guess, I haven't really gotten the chance to play it), the game closes and the message appears. Is this a bug or unstable hardware on my computer? I use a Dell Inspiron 600m and I have windows xp. Is there something in the info that can be used to tell how I can fix this problem? this post was very hepful :) please reply if you know anything more about this.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: c00ki3lover on July 07, 2011, 09:22:58 pm
There no soloution to OGRE exception 0?!?!?!? D:
OGRE EXCEPTION(0:10Exception): Cannot create settings file. in Root::saveConfig at C:\Ogre_161_tag\OgreMain]src\OgreRoot.opp (line 329)
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: shell_prisoner on July 07, 2011, 09:37:15 pm
Code: [Select]
OGRE EXCEPTION(0:IOException): Cannot create settings file. in Root:saveConfig at c:\Ogre_161_tag\OgreMain\src\OgreRoot.cpp (line 329)This means, that something is preventing creation of configuration file. Do you have user account with limited rights? Make sure that you start the game as administrator.

I really need to find a few days to make an update for this topic. :(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Meiari on July 08, 2011, 12:29:09 am
(http://i279.photobucket.com/albums/kk126/redwulf_777/br/FJ/eepherp.png)

What about this one? There's nothing to choose from, and clicking okay tells me to select one. It's a paradox, I tell you!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on July 08, 2011, 02:03:54 pm
Choose a render system first? IT always does that lol
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Hollow743 on July 10, 2011, 04:21:03 pm
OGRE EXEPTION(4:itemIdentityException): ParticleSystem template with name 'bonfire' already exists. in particleSystemManager::createTemplate at  c:\Ogre_161_tag\OgreMain\src\OgreParticleSystemManager.cpp (line273) I got this again but with limelight please help?!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: warriorcatsrule on July 13, 2011, 08:51:47 pm
I have a problem. This isn't about the ogre thingamajig, but I already downloaded the patch. I left to mty family 3 weeks ago, and when i tried to play again, it said to download the patch even though I already did. Do you know how to fix this?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Rimfrost on July 13, 2011, 08:54:08 pm
I have a problem. This isn't about the ogre thingamajig, but I already downloaded the patch. I left to mty family 3 weeks ago, and when i tried to play again, it said to download the patch even though I already did. Do you know how to fix this?
Its a new pacth again, the 09 patch
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: fifoas on July 16, 2011, 05:50:20 am
i have something....ok i download the game and insall it on windows 7 but when i try to play it starts lagging the screen...OMG and i have to reload whole pc. Is there anything i can do?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: fifoas on July 16, 2011, 05:51:55 am
srry for bad english and wrong place but i just registered ^^'
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on July 16, 2011, 08:15:20 pm
That is not an ogre exception, which this thread is for, lol.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: -FaithFul_Night- on July 18, 2011, 01:03:38 pm
so, those exceptions are it huh? darn it.... my computer at home sometimes doesn't work, i mean the game doesn't work sometimes.... and my computer is old so idk if I can improve it any more :/, but thanks for this post(even though it has been a while since this was last posted..)
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Taurus_ShadowViper on July 18, 2011, 10:47:17 pm
Oh dear, I was playing just fine, until last night... I opened a second window, got to the input screen all of a sudden when I was ready to play, an error popped before my eyes:/ each time I would switch the screen sizes, which seemed to effect it, each errors above were shown. I updated my old card drivers, but that doesn't seem to work. So I'm guessing re-installing it...? :'(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Thunderheart on July 18, 2011, 10:48:32 pm
Screenshot? -.-
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Taurus_ShadowViper on July 19, 2011, 12:42:00 am
RTT Prefered Mode....? O.o and idk how to take a screenshot along my desktop of my input... :/ sorries.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Sunnypatch10 on July 19, 2011, 12:52:40 am
What about this?

(http://i52BannedImageSite/25p1chz.png)
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Sunnypatch10 on July 19, 2011, 12:56:18 am
What do I do about that?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Taurus_ShadowViper on July 19, 2011, 01:04:03 pm
I got the same problem, but I'm letting my friend figure out how to fix things. I still can't play on certain computers and my main computer(that  have played fh for 2 1/2 weeks, and it occurs) at home won't work anymore.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Stuey on July 20, 2011, 12:40:50 am
):
  • OGRE EXCEPTION(6:FileNotFoundException): Unknown

I know how to fix this one.

Considering this says: File not found, you obviously were fooling around with your objects and such in your folders. Thus, making it change names=files TOTALLY if you take it out of FeralHeart folder, such as rock2.mesh.. like what happened to me. The very kind folk on the help forums put up a private download of the files for me so i could retreive them. Very nice folk indeed. So just state your error code, and look closley. Somewhere in that jibberish it states a file. Post a thread on the help forum and someone kind enough should give you a link so you may download it ^ ^
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Taurus_ShadowViper on July 20, 2011, 04:10:31 pm
Well it has been working fine, until it did occur, enevr before(since i played wq for 3 years my graphics were fine) and fh starts acting up after I have been playing for a half a month:/ I installed my graphic cards, now im confused on how to un-install my old ones(I use windows XP so idk where to go) I have read on how to install or download Ur new cards, just I'm confused on where I'm stuck at...
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Ocelot on July 21, 2011, 03:40:57 pm
I get the "OGRE EXCEPTION(0:IOException): Cannot create settings file. in Root:saveConfig at c:\Ogre_161_tag\OgreMain\src\OgreRoot.cpp (line 329) " error.
When I run as an administrator, I get a "feralheart.exe is not responding" message before the loggin screen. Please help
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Loveya12345 on July 24, 2011, 06:18:03 pm
OGRE EXEPTIONS(4:ItemIdentityExeptions): ParticleSystem template
with name 'Weather/Rain' already exists. in
ParticalSystemManager::createTemplate at
c:/Ogre_161_tag/OgreMain/scr/OgreParticalSystemManager.cpp (line
273)

^my ogre exeptions error message :/
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: wolffox on July 25, 2011, 01:45:02 am
Eeesh, I hope I don't get any of these...  But this is very helpful either way. 8)
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Breezey on July 25, 2011, 08:40:51 pm
OGRE EXCEPTION(4:ItemIdentityException): ParticlesSystem template with the name 'WaterfallSmoke' already exists. in ParticleSystemManager::create template at c:\Ogre_161_tag\OgreMain\src\OgreParticleSystemManager.cpp (line 273)                       
                                                                   

^^ Thats my problem. I only had waterfall smoke from I.T. which I moved over to FH Media earlier today, and it happened. So I deleted it basically but that still shows.. help D:?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: kdecz on August 07, 2011, 02:06:38 am
I need help, I downloaded a few objetcs, but now every time I try to open FeralHeart, it gives me this: OGRE EXCEPTION(4:ItemIdentityException) Particle System Template with name 'StarAura' already exists. in ParticlySystemManager::create Template at c:/Ogre_161_tag/OgreMain/src/OgreParticleSystemManager.cpp (line 273). And now it won't let me in! HELP!! :(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Kovuo on August 17, 2011, 05:24:39 pm
When i click On The FH Logo on my Desktop And wait for it to load, It Doesnt even get to the Part where it says "KovuWorks" It just says OGRE EXCEPTION (1:InvalidStateException): expected object identifier at line 689 in ScriptParser::parse at  c:\ogre_Main\src\OgreScriptParser.cpp (line 274)

And i dont get any part of it :c  

And i Reinstalled the game and Restored all the things in my Recycle Bin  

EDIT: Also, When i start the game And I Choose the Rendering System It Doesn't have both Direct3D9 and OpenGL It First Says OpenGL Then when i Start it again it Only Has Direct3D9

Please Help Meh :C

EDIT 2: nvm, I Fixed it myself ^^ But incase Other people have this problem i will say what i did to fix it :D
 

1. Try it After a Couple of Hours,If it Still has the OGRE EXCEPTION Thing just Go find the FeralHeart Folder in MyComputer

2.Delete The FeralHeart Folder, And Reinstall The Game

3.Try it again and See if it works :D Worked for me l3
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Jayfeather55 on August 17, 2011, 05:26:20 pm
OGRE EXCEPTION(1:InvalidStateException): FeralHeart failed to load some of it's modules. Reinstall the game.

Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: -Serenity- on September 15, 2011, 08:49:48 pm
OGRE EXCEPTION(6:FileNotFoundException): 'recources.cfg' file not found!


--

Dx  -Cryes-.

--

The first times I only uninstalled it and downloaded it again, for the first four times. But then some strange glitches appreared. When the game starts (the home, where there is the music and a moving video on background, once you open the game) it didn't worked well, and all the time, the mouse moves faltering, everything does. It is all like images from 5 seconds of difference with each other. DRIVES ME CRAZY. I uninstalled it months ago, to see if I downloaded it later, it would be solved. I downloaded it minutes ago. I tried solving it with ogre. I tried with torrent. Many times, still doesnt work. ):

I have windows7, and Im from Argentina (doesnt know if that changes something on the download) You could make different downloads for each windows, It could solve something.

My notebook is not old, I have it since 2 years, and I have downloaded games before.

Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: -Serenity- on September 15, 2011, 08:50:04 pm
OGRE EXCEPTION(6:FileNotFoundException): 'recources.cfg' file not found!


--

Dx  -Cryes-.

--

The first times I only uninstalled it and downloaded it again, for the first four times. But then some strange glitches appreared. When the game starts (the home, where there is the music and a moving video on background, once you open the game) it didn't worked well, and all the time, the mouse moves faltering, everything does. It is all like images from 5 seconds of difference with each other. DRIVES ME CRAZY. I uninstalled it months ago, to see if I downloaded it later, it would be solved. I downloaded it minutes ago. I tried solving it with ogre. I tried with torrent. Many times, still doesnt work. ):

I have windows7, and Im from Argentina (doesnt know if that changes something on the download) You could make different downloads for each windows, It could solve something.

My notebook is not old, I have it since 2 years, and I have downloaded games before.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: HiddenLions on September 25, 2011, 10:27:24 pm
I'm having trouble with a map, all the items in it do not appear making it harder to climb to certain places. I've tried re-downloading the map and the game and it's till the same. I talked to the creator of the map and he's also stumped. Does anybody know what else I can do to fix this. This only happens on my computer and nobody else who has the same map.

~HL
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: jackle on September 28, 2011, 04:20:54 pm
ORGE EXEPTION(4:ItemIdentityExeption): ParticalSystem template with name 'Blue-Orange-V2_ParticalDrek' already exists in ParticcalSytstemManager::create Template at c:\Orge_161_tag\OrgeMain\scr\OrgeParticalSystemManager.cpp(line 273)
How do i get rid of this? Its driving me insane! ive tried reinstalling feralheart and the patch.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Valkyrie on October 18, 2011, 04:41:34 pm
Now what do I do with this 3D direct thing? The link seems to be old or broken. :( I need to finish my map for my site. :( Can anyone help me?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: aveo on November 04, 2011, 06:50:40 pm
OGRE EXCEPTION(3:RenderingAPIException): wglShareLists() failed in Win32PBuffer::createPBuffer at c:/Ogre_161_tag\RenderSystems\GL\src\OgreWin32RenderTexture.ccp (line 202)

I've got that one ^^;
Any way to fix this? I've reinstalled twice now, one with regular download and the other with torrent, how would I change the rendering to help? Also I the Link to change the rendering cant be found :(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: WhiteMoonspirits on November 07, 2011, 02:25:30 am
I know I did the same thing please help me as well I want V1.05 back FH+ isn't working out :(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: scizzorluv on November 18, 2011, 07:51:39 pm
My problem is a # 7, this is what it says: OGRE EXCEPTION(7InternalErrorException): Error in decoding image in FreeImageCodec:: decode at c:\Ogre_161_tag\OgreMain\src\OgreFreeImageCodec.cpp (line 387). This message appears when I click 'start' to play the game. First it loads the game, and as soon as it would have been done (I guess, I haven't really gotten the chance to play it), the game closes and the message appears. Is this a bug or unstable hardware on my computer? I use a Dell Inspiron 600m and I have windows xp. Is there something in the info that can be used to tell how I can fix this problem? this post was very hepful :) please reply if you know anything more about this.
    I have the same excact one!!!!! HEEELP xc I have the Windows xp aswell... I can't even play the game!! :( If you find a cure to this problem please tell me!!
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: WolfsRain36 on November 21, 2011, 10:00:46 pm
OGRE EXCEPTION(4:ItemIdentityException): ParticlesSystem template with the name 'SmallAura' already exists. in ParticleSystemManager::create template at c:\Ogre_161_tag\OgreMain\src\OgreParticleSystemManager.cpp (line 273)                       

I need help on FeralHeart+ I cant find the Small Aura so i can delete it to get it to work can someone help me please!
                                                                   
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Wolfexpert79 on November 21, 2011, 10:29:01 pm
so many ogre exception errors DX . try to run a search for SmallAura in your fh folder and it might find it
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: koockygirl on November 25, 2011, 05:40:25 pm
This does help, but I can't find the duplicates >< Also I've re-installed the game multiple times, but it keeps coming up.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Black Thunder on December 17, 2011, 07:57:12 pm
Gah, I'm trying to download FH+ and, well after a couple times of opening it (FYI I don't have the patch yet) a 'Ogre Exception' came up. It said:

OGRE EXCEPTION(4:ItemIdentiyException): ParticleSystem template with name 'SmallAura' already exists. in ParticleSystemManager::createTemplate at C:/Ogre_161_tag/OgreMain/src/OgreParticleSystemManager.cpp(line 273)

I really don't know what to do! I'm looking for the file in the FeralHeart folders for this particle but, so far I'm not making any progress. Please respond with and answer as quick as possible!!! >_<'
    -Thanks, Black Thunder
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: StormKat on December 20, 2011, 03:15:17 am
When I chose a render, my computer terminated my whole Feral-Heart file because it thought it was a threat. What did I do wrong?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: WolfGirl_8642_ on December 26, 2011, 05:56:37 am
Why does it say FeralHeart.exe has stopped working? D:
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Black Thunder on December 30, 2011, 05:03:29 am
DX I'm still stuck here with this stupid "small aura."  It's driving me a bit crazy now.  I miss my lil' RPs I loved to be in.  I wish this new 'Feral Heart Plus' never even came out, or I would of been Wolf RolePlaying right now. QnQ
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: buttnuttsquash on February 14, 2012, 05:56:11 pm
WHEW after TONS of tries the message saying: d3dx9_dll or something WAS FINALLY FIXED!!! Of course I just downloaded the Aro'kai Canine Character Creator....... And then I open FH, AND IT WORKED! *PHEW* Sorry for caps raging.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: ashley2 on February 23, 2012, 08:33:02 am
it did not help :(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: OgreErrorry on August 08, 2012, 02:34:09 pm
I think the game don't works for me, my PC is Windows XP, when i launch the game it appears to send a card to Microsoft.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Dijji on August 25, 2012, 11:26:10 pm
It must be Windows Vista. I'm getting the 3rd one too! :( I thought this game would be cool but I can't even play. D:
I have a Windows Vista and 32bit. :[
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: sidthesinner on November 01, 2012, 06:40:29 pm
How many maps can you put into Cape?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: sidthesinner on November 01, 2012, 06:42:09 pm
In feralheart Plus, most of the textures didn't show up right in the maps.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: CreamWolf on November 01, 2012, 08:18:46 pm
How many maps can you put into Cape?
In feralheart Plus, most of the textures didn't show up right in the maps.
FH+ isn't recommended due to many glitches that may occur with it.
And, there's no limit to the maps you can have in Cape (given your computer can handle them), if you have too many you might need to use wings to reach some portals though.

Another tip ; instead of doubleposting, you can edit your posts to add onto them using the 'Edit' feature on the top right of your posts.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: tanatiger2002 on December 31, 2012, 08:28:53 pm
FH was working just fine for me the other day but now its not and none of those are whats happening to FH for me  :'( I'm so bored with out it DX
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: glory on December 07, 2014, 02:51:26 pm
why when i start FH everything is black?
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: iiScarletRaven on April 01, 2015, 01:15:25 pm
How about OGRE Engine Rendering?
It won't work for me. What option am I meant to click? I can't find anything simalair to this. Dx Anyone help,please? I've registered and now I can't play? I've also downloaded it but all it comes up with is this.
http://prntscr.com/6o4ix8 (http://prntscr.com/6o4ix8)
When I do click something it just switches off and doesn't do anything? I cannot play and I am stuck Dx

Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: lilyt on January 02, 2016, 10:21:58 am
 shell i tried to uninstall feral hart to fix a error and it says unable to create a temporary file. setup aborted.
error 5:access is denied? what dose that mean?    :-\
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: ritat on January 02, 2016, 07:39:11 pm
Which error are you currently having? :) And that means it is not allowing you to uninstall the game. I think the error is preventing that from happening.

Hope to know what it is! <3 We'll get this fixed in no time.
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: midnightmoon248 on October 16, 2017, 03:55:24 am
im having a big promblem u know the first pic that shows under the title for graphic promblems? thats what im dealing with.... seems that every time it glitches out my computer screen glitches out to making me have to restart my computer...... idk what to do....
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: midnightmoon248 on October 16, 2017, 03:58:15 am
the very first exsample of a graphical promblem, thats the promblem im having, every time when my game, and screen glitches i get really scared cuz idk if its gonna mess up my computer...... and i've been waiting soo long to play this game...... :(
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: Morgra on October 16, 2017, 04:12:04 am
im having a big promblem u know the first pic that shows under the title for graphic promblems? thats what im dealing with.... seems that every time it glitches out my computer screen glitches out to making me have to restart my computer...... idk what to do....

This would be best asked in Game Help (https://feral-heart.com/smf/index.php?board=24.0) as a new topic, floof as that is the place to ask questions in hopes of finding a solution ^^
Title: Re: [UPD: 20/3/2011]List of known "OGRE exception" errors
Post by: midnightmoon248 on October 16, 2017, 04:13:47 am
okie! I'll get right into that :D