Bug in Codejock |
Post Reply |
Author | |
no_spam
Newbie Joined: 29 September 2009 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 29 September 2009 at 10:26am |
Hi I got the following error sometimes when the app exits. Please help. Thanks, (9e8.12a4): Access violation - code c0000005 (!!! second chance !!!) |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
try maually call RemoveAll() in some ExitInstance of your applcation. and maybe LoadSkin(0, 0);
|
|
PokerMemento - http://www.pokermemento.com/
|
|
rsvihalek
Groupie Joined: 21 August 2009 Status: Offline Points: 14 |
Post Options
Thanks(0)
|
I've got similar issue: crashes on application exit. I am able to reproduced the bug under the Windows Server OS lets say in 1 time from 5.
On workstation operating systems I am unable to reproduce it. Any other sugestion? I've tried to call both methods without success. I do not want to remove skin framework but I have to do that when the will not be solved. |
|
Product: Xtreme ToolkitPro v13.3.0
Platform: Windows 7 (64bit) - SP 2 Language: Visual C++ 9.0 www.ActivityMon.com The Ultimate Monitoring Solution |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Does it occur when you're NOT debugging? That is, you hit Ctrl+F5 instead of F5.
|
|
PokerMemento - http://www.pokermemento.com/
|
|
rsvihalek
Groupie Joined: 21 August 2009 Status: Offline Points: 14 |
Post Options
Thanks(0)
|
It occurs in the release build, no running debuger.
|
|
Product: Xtreme ToolkitPro v13.3.0
Platform: Windows 7 (64bit) - SP 2 Language: Visual C++ 9.0 www.ActivityMon.com The Ultimate Monitoring Solution |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Try removing certain DLLs/OCXs from being skinned, and see if the problem goes away. E.g.: XTPSkinManager()->ExcludeModule("somecomponent.dll");
I suspect that one of your components contains some incompatible type of optimization. It could be your exe too. Try disabling optimizations and see if the problem persists, then re-enable one optimization at a time and see which one is the culprit. Especially, be careful with the "Omit frame pointer" optimization.
You might also want to enable debug symbols in your release build. Take a look at this tutorial: http://www.codeproject.com/KB/debug/survivereleasever.aspx
|
|
PokerMemento - http://www.pokermemento.com/
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |