VOGONS


Problem starting Dosbox

Topic actions

First post, by Johnisnotcool

User metadata

Whenever I start dosbox I get a "failed to creat a rendering output"

Haha My problem was not in finding a way to fix it(many other people seem to have the same problem) but in understanding what they are talking about when they say what to do.

most of them said something about "SDL_VIDEODRIVER=windib" But I didn't really understand haha

Anybody who could break it dont alittle bit for me and tell me were I'm supposed to put that would be helping me a ton!

Thanks!

Reply 1 of 9, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Well before doing anything...

1. Update video drivers.
2. Try different output modes in DosBox conf
Surface
Overlay
opengl
openglnb
ddraw
direct3d

If that doesn't work then:

Hit "Windows Key" + "Pause Key"
Go to Advanced Tab
Choose Environment Variables Tab
Create a variable called "SDL_VIDEODRIVER"
Use value of Windib

or create a batch file called dosbox.bat.
In dosbox.bat
SET SDL_VIDEODRIVER=windib
dosbox.exe

How To Ask Questions The Smart Way
Make your games work offline

Reply 2 of 9, by Guest

User metadata

I tried all of that. Nothing has worked so far.

I did this

"Hit "Windows Key" + "Pause Key"
Go to Advanced Tab
Choose Environment Variables Tab
Create a variable called "SDL_VIDEODRIVER"
Use value of Windib "

and Dosbox doesn't even start anymore... do I need to restart before I try it?

Reply 3 of 9, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Okay....
Remove what you just added in Environment Variables.

Click On "DosBox CVS Builds" in my signature.
Scroll down to ykwon's build
Download his build of dosbox and see if that fixes your problem.

How To Ask Questions The Smart Way
Make your games work offline

Reply 4 of 9, by Johnisnotcool

User metadata

now I get "Exit to error: Could not set windowed video mode 640x400-32: DirectDraw2::CreateSurface: Out of video memory"

Reply 6 of 9, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Changing the color depth to 16bpp (display properties) works around that. The video card on my older machine showing this error is the Riva 128. Normal Dosbox CVS does not bring up that error, it's possibly some 3D stuff in ykhwong's build.

Reply 7 of 9, by Guest

User metadata

I have a S3 Graphics SavageIX, Its a laptop.

Sorry I took so long to replay I've been insanely busy and just haven't had time to mess around with it.

Reply 8 of 9, by Guest

User metadata

WOW ok, I just did what h-a-l-9000 said to do... and it works perfect!!! Thank you very much!