Page 1 of 1
[Pocket PC] Crashing on exit...

Posted:
Feb 7, 2005 @ 1:46am
by zachman123
I'm using GapiDraw 3.01c with GapiDraw.Net (C#), and my apps are working fine until I exit them, and then an error shows up, but quickly disappears before I can view "Details". If I run the program again the same thing happens, but the system either freezes/locks up or goes really slow after it exits.
This happens if I use the GapiDrawNet.dll included or if I compile it myself. First off I'm just wondering if anyone knows if this is an error with gapidraw or with the .net wrapper gapidraw.net.
Thank you if you have any idea what could be causing this!

Posted:
Feb 7, 2005 @ 2:47am
by zachman123
I'm pretty sure it's the gapidraw.net dll causing the problem as I built the minimal app with c++ (no .net wrapper) and it worked fine.
If ideas what could be the problem? I looked at the Shutdown method and it calls on other methods which shut the display along with other things. Could be that, but I don't know what to try.

Posted:
Feb 7, 2005 @ 3:04am
by zachman123
I added Dispose() after Shutdown(), and now I'm able to read the error. It says...
game.exe
Exception
Error 80070057: Unknown
Application::DoEvents+0x6
GapiApplication::Run+0x19
game::Main+0x17

Posted:
Feb 7, 2005 @ 4:12am
by denthorq
try calling shutdown() only.

Posted:
Feb 7, 2005 @ 4:24am
by zachman123
Same problem with just shutdown. I even tried building gapidrawnet with the Microsoft Visual Studio 2003 hosted thing and I'm still getting the error.
I'm stumped.

Posted:
Feb 7, 2005 @ 9:48am
by Johan

Posted:
Feb 7, 2005 @ 12:58pm
by zachman123

Posted:
Feb 8, 2005 @ 7:05pm
by Kiyote

Posted:
Feb 8, 2005 @ 11:05pm
by zachman123

Posted:
Feb 9, 2005 @ 6:09pm
by Kiyote

Posted:
Feb 9, 2005 @ 10:12pm
by zachman123

Posted:
Feb 11, 2005 @ 3:06pm
by Kiyote

Posted:
Feb 17, 2005 @ 8:43pm
by Kiyote