ID:260951
 
I'm getting this error quite frequently when starting up A Miner Adventure:

---------------------------
Visual Studio Just-In-Time Debugger
---------------------------
An unhandled win32 exception occurred in dreamseeker.exe [1192]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time.

Check the documentation index for 'Just-in-time debugging, errors' for more information.
---------------------------
OK
---------------------------

Any ideas on how to figure out the cause?
It sounds like VS is trying to grab the error but it isn't properly set up to do so. If you can get it to enable debugging, you can find the module and offset where the issue is happening (and probably even a stack trace). If you can't get VS to cooperate, you'll have to let something else like Dr. Watson or an equivalent take over as the debugger.