Problem running ScummVM on Lenovo s10e netbook

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
toology
Posts: 9
Joined: Wed Sep 03, 2008 12:17 pm

Problem running ScummVM on Lenovo s10e netbook

Post by toology »

I get a sdl error wich I can't read fully because of the closing console window.I'm guessing it's because the netbook has an unusual resolution (1024x576). ScummVM started the first time I used it, but once I closed the game, it refused to start for the second time. I also tried to install the latest SVN, no luck. I'm running Windows 7 32-bit.
User avatar
Strangerke
ScummVM Developer
Posts: 335
Joined: Wed Sep 06, 2006 8:39 am
Location: Belgium

Post by Strangerke »

You may try to run ScummVM in a command prompt window. This will give you all the required time to see the complete error message, and it'll be easier for us to give you an adequate help. Could you try that ?
User avatar
bobdevis
Posts: 567
Joined: Fri Jan 16, 2009 10:52 am

Post by bobdevis »

Here is how you can catch the errors;
http://forums.scummvm.org/viewtopic.php?t=8440
toology
Posts: 9
Joined: Wed Sep 03, 2008 12:17 pm

Post by toology »

ok, here is the error:

WARNING: SDL_SetVideoMode says we can't switch to that mode (no video mode large enough 960x720).
User avatar
bobdevis
Posts: 567
Joined: Fri Jan 16, 2009 10:52 am

Post by bobdevis »

ScummVM is trying to use a fullscreen resolution that can't be arranged.
Start ScummVM with the "--no-fullscreen" parameter to solve this.

That will looke like this in Dos-Prompt;

Code: Select all

c: 
cd .. 
cd .. 
cd .. 
cd .. 
cd Program Files 
cd ScummVM 
scummvm --no-fullscreen
User avatar
Strangerke
ScummVM Developer
Posts: 335
Joined: Wed Sep 06, 2006 8:39 am
Location: Belgium

Post by Strangerke »

You are most likely using some 3x filter too. Try using none, then 2x. It will certainly help to solve your problem, as 960x720 is 3x(320x240).
toology
Posts: 9
Joined: Wed Sep 03, 2008 12:17 pm

Post by toology »

Thanks for all the info, the problem is fixed! I understood the problem right away, but was confused because I thought that the deletion of ScummVM folder would also delete any settings (I downloaded the portable version). I had the HQ x3 turned on. In the end I used the no fullscreen parameter, turned off fullscreen in the GUI and switched to HQ x2.
Post Reply