Search found 2 matches
- Wed Mar 21, 2012 04:31
- Forum: Help
- Topic: Crash with OgreRenderer
- Replies: 6
- Views: 3751
[SOLVED] Re: Crash with OgreRenderer
Cross posting from another thread post I made with an identical problem: http://www.cegui.org.uk/phpBB2/viewtopic.php?f=10&t=5024#p28604 I encountered this error and thought I'd post my fix. Hopefully it will save someone else a bit of pain. For me, it occurred because I had built CEGUI with stl...
- Wed Mar 21, 2012 04:28
- Forum: Help
- Topic: Stack around the variable 'input' was corrupted.
- Replies: 10
- Views: 6618
[SOLVED] Re: Stack around the variable 'input' was corrupted
I encountered this error and thought I'd post my fix. Hopefully it will save someone else a bit of pain. For me, it occurred because I had built CEGUI with stl debug iterators turned off (for debug builds), but I had built Ogre and my Application with them turned on. Thus any call that passes an stl...