Re: "Windows - No disk" error
Jon Watte <[email protected]> Mon, 17 Mar 2008 11:57:25 -0700
| Newsgroups | gmane.games.devel.windows |
|---|---|
| Message-ID | <[email protected]> |
My guess is it's some other software installed on that machine. An anti-virus package, a disk utility, or even some malware. Your program then appears to trigger whatever the bad behavior is, but it's not caused by your software as such. To debug this, I would add a __try/__except handler around my entire WinMain, and have the exception handler write out a minidump with indirectly referenced memory, and then tell the user to send that to me. Visual Studio Professional can open minidumps and debug them much like a regular program, which is pretty slick. Sincerely, jw Pierre Terdiman wrote: > Hi, > > I got a report saying one of my programs displayed this error message on a > WinXP machine: > http://www.consumingexperience.com/2007/11/windows-no-disk-exception-processing.html > > Problem is: I have no idea why. I ran the same program on many different > machines without ever seeing this dialog box. > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gamedevlists-windows mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=555