Search found 7 matches
- Thu Oct 15, 2015 16:21
- Forum: Help
- Topic: [Crash] Minimal SDL+Cegui example app crashes
- Replies: 20
- Views: 16452
Re: [Crash] Minimal SDL+Cegui example app crashes
Hi yaronct, sure, happy to help if I can, but will take some time as quite busy now. Will get back to you.
- Mon Oct 12, 2015 17:40
- Forum: Help
- Topic: [Crash] Minimal SDL+Cegui example app crashes
- Replies: 20
- Views: 16452
Re: [Crash] Minimal SDL+Cegui example app crashes
I used commit f68564f of branch v0-8. When running the OpenGL Renderer option of the sample framework I get this error in the Xcode debugger: https://dl.dropboxusercontent.com/u/81073140/Screen%20Shot%202015-10-12%20at%207.26.54%20PM.png When running the OpenGL 3 Renderer option of the sample framew...
- Mon Oct 12, 2015 13:48
- Forum: Help
- Topic: [Crash] Minimal SDL+Cegui example app crashes
- Replies: 20
- Views: 16452
Re: [Crash] Minimal SDL+Cegui example app crashes
Ok. Thanks for pointing out! The Mercurial version still crashes on my Mac OS X, but at least I can confidently fix my previous bug manually in the release version.
- Sun Oct 11, 2015 21:54
- Forum: Help
- Topic: [Crash] Minimal SDL+Cegui example app crashes
- Replies: 20
- Views: 16452
Re: [Crash] Minimal SDL+Cegui example app crashes
Another update in my effort to solve this issue. Based on the the EXC_BAD_ACCESS in my previous screenshot, it does not seem right that if data is equal to 0 (basically a null pointer), dataSize is not equal to 0. Therefore I reasoned that line 197 in GL3GeometryBuffer.cpp should possibly be: GLsize...
- Thu Oct 08, 2015 14:20
- Forum: Help
- Topic: [Crash] Minimal SDL+Cegui example app crashes
- Replies: 20
- Views: 16452
Re: [Crash] Minimal SDL+Cegui example app crashes
My first efforts in solving this issue are having mixed results so far. I started off by looking into the build settings used by CEGUI and comparing them to the one's of my own app. I noticed the the Base SDK used by CEGUI was set to: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platf...
- Wed Oct 07, 2015 10:18
- Forum: Help
- Topic: [Crash] Minimal SDL+Cegui example app crashes
- Replies: 20
- Views: 16452
Re: [Crash] Minimal SDL+Cegui example app crashes
Ok, so for completeness - and as it should be - this is the CEGUI.log: 07/10/2015 11:25:01 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 07/10/2015 11:25:01 (Std) + Crazy Eddie's GUI System - Event log + 07/10/2015 11:25:01 (Std) + (http://www.cegui.org.uk/) +...
- Fri Oct 02, 2015 13:55
- Forum: Help
- Topic: [Crash] Minimal SDL+Cegui example app crashes
- Replies: 20
- Views: 16452
Re: [Crash] Minimal SDL+Cegui example app crashes
Has this issue been resolved? I am having the exact same trouble running a simple sample... There really is not much (any) debug info stated by xCode on this crash. I am not familiar with valgrind and gdb (yet)...