Search found 6 matches
- Sun Jun 08, 2008 15:34
- Forum: Help
- Topic: Another SubscribeEvent Crash
- Replies: 8
- Views: 4099
Stopped the crash!
Ok, here is the solution for those who enter the same hell I did. Make sure you compile all of your DLLs with the same _SECURE_SCL setting. Making that consistent was the key. Seems like it uses incompatible heaps or something??!? I am still having trouble getting my gui converted from 0.4 to 0.6, b...
- Sun Jun 08, 2008 14:25
- Forum: Help
- Topic: Another SubscribeEvent Crash
- Replies: 8
- Views: 4099
Some more clues.
Re : beta compiler - yes, I know, I only used it b/c of a large compiler bug in the released version. I have d/l vc2k5 express edition and will try that later. Ok, a new clue : I tried setting all dlls to '_CRT_SECURE_NO_DEPRECATE' and '_SECURE_SCL=0', and now I get past the line, and have a crash i...
- Sun Jun 08, 2008 06:32
- Forum: Help
- Topic: Another SubscribeEvent Crash
- Replies: 8
- Views: 4099
this
In debug mode, everything is fine, and i can walk through the whole shebang. In Ship mode ( optimizations on but also debug symbols ), I can step into the 1st template function, in which case the mpBackButton is still valid, but after i next hit F11, and it comes back out to the calling scope that c...
- Sun Jun 08, 2008 03:40
- Forum: Help
- Topic: Another SubscribeEvent Crash
- Replies: 8
- Views: 4099
quick update
As a test, I changed the subscribe function to a static member function, and got it compiling, ran, and now it crashes as soon as I try to step into the subscribeEvent call, so looks like the pointer to member function was not the issue...
- Sun Jun 08, 2008 03:28
- Forum: Help
- Topic: Another SubscribeEvent Crash
- Replies: 8
- Views: 4099
Still broken
Ok, after converting over to my own freshly built cegui v 0.6, again built with the same settings as my exe, it works in debug mode ( at least doesn't crash ), but crashes in subscribeevent in release mode. I am very sad. First-chance exception at 0x0068cb8c in AncientGalaxy.exe: 0xC0000005: Access ...
- Sat Jun 07, 2008 03:08
- Forum: Help
- Topic: Another SubscribeEvent Crash
- Replies: 8
- Views: 4099
Another SubscribeEvent Crash
I am having the infamous SubscribeEvent crash. I have read the forums and checked some of the other issues and solutions folks have had, and none seem to apply in my case. My game runs ok, in VC2k3.net, building cegui 0.4. I am having unrelated issues that make me want to try VC2k8 express edition (...