Bluescreen when starting ScummVM 0.10.0

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
Protarios
Posts: 2
Joined: Sun Feb 19, 2006 1:12 am

Bluescreen when starting ScummVM 0.10.0

Post by Protarios »

Hi, I made a CD with ScummVM on it.
To be able to use Savegames I start it via a batchfile containing the following.

echo off
md c:\scummsave\
cd ScummVM-0.10.0
rem copy scummvm.ini c:\scummsave\scummvm.ini /Y
scummvm.exe -c scummvm.ini

The mysterious thing is.
This works for about 10 times, then Windows Vista keeps crashing with Bluescreen and memory dump everytime I run the Batchfile.
But it's even more strange. If I now start scummvm.exe manually once now I can run the batch file again for about 10 times until it keeps crashing again.
I absolutely have no idea what could be the cause for this.
User avatar
Raziel
ScummVM Porter
Posts: 1528
Joined: Tue Oct 25, 2005 8:27 am
Location: a dying planet
Contact:

Re: Bluescreen when starting ScummVM 0.10.0

Post by Raziel »

Protarios wrote: I absolutely have no idea what could be the cause for this.
Lucky guess ... Windows Vista? :-)
Collector
Posts: 549
Joined: Sun Oct 30, 2005 6:58 pm
Contact:

Post by Collector »

Are you using full screen?
User avatar
PsYcO
Got 2 warnings
Posts: 511
Joined: Sun Dec 24, 2006 9:27 pm
Location: UK, Enfield
Contact:

Post by PsYcO »

maybe memory leaks? somehow...
User avatar
Dark-Star
Posts: 150
Joined: Sun Oct 30, 2005 9:36 pm
Location: Reutlingen, GERMANY

Post by Dark-Star »

Bluescreen is a kernel or driver problem. Try updating your graphics drivers.
It could also be faulty memory or other hardware failing.

Hard to track down unless you provide more info (the bugcheck code for starters, and the list of modules would be helpful too. If you have WinDbg installed, try loading the kernel dump file with it and doing an "!analyze -v")
Post Reply