| Author |
Message |
|
projectjei07
|
Post subject: An exception has occured. Please help. Posted: Thu Jul 21, 2011 7:25 am |
|
Joined: Thu Jul 21, 2011 6:47 am Posts: 2
|
This error appears when the loading screen is already at 2/3. "OGRE EXCEPTION(3:RenderingAPIException): Failed to DrawPrimitive: An undetermined error occurred in D3D9RenderSystem::_render at ..\..\..\ogre\RenderSystems\Direct3D9\src\OgreD3D9RenderSystem.cpp (line 3110)" I've already tested running the game with admin privileges. Also tried different settings and reinstalled it but the error still persists. I'm using: Win 7 Ultimate 32-Bit Intel(R) G33/G31 Express Chipset Family Here's my Ogre.log: http://sharetext.org/AV8Bogre.cfg http://sharetext.org/AV8Cand application.log http://sharetext.org/AV8EI hope you could help me. I really want to play this game.
|
|
 |
|
 |
|
projectjei07
|
Post subject: Re: An exception has occured. Please help. Posted: Fri Jul 22, 2011 3:36 am |
|
Joined: Thu Jul 21, 2011 6:47 am Posts: 2
|
|
Oh, by the way I've also tried the editing thing about changing "for (i = 0; i < 64; ++i)"'s 64 to 50 also the one with 128 hoping that it would solve the problem. But unfortunately the error is still there.
|
|
 |
|
 |
|
Joost
|
Post subject: Re: An exception has occured. Please help. Posted: Sun Jul 24, 2011 4:34 pm |
|
 |
| Ronimo Team Member |
 |
Joined: Thu Apr 23, 2009 5:45 pm Posts: 3678
|
|
This is a bug in Ogre that they fixed in a later version. It only happens with some Intel cards. I hope to have a patch for this soon, but for now, I don't think you can fix this. Sorry!
|
|
 |
|
 |
|
Joost
|
Post subject: Re: An exception has occured. Please help. Posted: Sat Sep 10, 2011 4:55 pm |
|
 |
| Ronimo Team Member |
 |
Joined: Thu Apr 23, 2009 5:45 pm Posts: 3678
|
It took way too long, but I finally have a patch out for this issue (v106)! You can find it here: viewtopic.php?f=7&t=1049However, I don't have access to this specific Intel card myself, so I cannot try this myself. Could you try whether it works now?
|
|
 |
|
 |
|
LukasThyWalls
|
Post subject: Re: An exception has occured. Please help. Posted: Sun Sep 18, 2011 1:13 am |
|
Joined: Sun Sep 18, 2011 12:50 am Posts: 2
|
Similar problem here, with the 1.08 patch installed  (I test with 1.06, 1.07 too) "OGRE EXCEPTION(3:RenderingAPIException): Failed to DrawPrimitive: An undetermined error occurred in D3D9RenderSystem::_render at ..\..\..\ogre\RenderSystems\Direct3D9\src\OgreD3D9RenderSystem.cpp (line 3121)" In the same 2/3 loading screen In Win7 Starter, with Mobile Intel(R) 945 Express Chipset Family (I think this is the problem, not compatible? underpowered?) Thanks! Very good job!
_________________ Sorry for my English :P
|
|
 |
|
 |
|
Joost
|
Post subject: Re: An exception has occured. Please help. Posted: Sun Sep 18, 2011 8:58 pm |
|
 |
| Ronimo Team Member |
 |
Joined: Thu Apr 23, 2009 5:45 pm Posts: 3678
|
|
I'm sorry, but the Intel GMA 950 family is not supported. The Mobile 945 series is part of that family. The cables in Proun have too many polygons in a single object for those cards to handle*. Changing Proun for that is a lot of work, so Intel cards from that generation and before it are not supported. Sorry!
In case you are wondering: the fix for Intel cards that I did is for the Intel cards that followed directly after your card.
*The technical explanation is that these cards do not support 32 bit vertex indices. Only 16 bit is supported, and that means the highest storeable number is 65535. Proun needs more.
|
|
 |
|
 |
|
LukasThyWalls
|
Post subject: Re: An exception has occured. Please help. Posted: Sun Sep 18, 2011 9:08 pm |
|
Joined: Sun Sep 18, 2011 12:50 am Posts: 2
|
Joost wrote: I'm sorry, but the Intel GMA 950 family is not supported. The Mobile 945 series is part of that family. The cables in Proun have too many polygons in a single object for those cards to handle*. Changing Proun for that is a lot of work, so Intel cards from that generation and before it are not supported. Sorry!
In case you are wondering: the fix for Intel cards that I did is for the Intel cards that followed directly after your card.
*The technical explanation is that these cards do not support 32 bit vertex indices. Only 16 bit is supported, and that means the highest storeable number is 65535. Proun needs more. Yes, it's normal  in the menu works very well, i think it could be possible works in that netbook Anyway, Thanks  Good Work!
_________________ Sorry for my English :P
|
|
 |
|
 |
|