VOGONS

Common searches


First post, by justhal

User metadata
Rank Newbie
Rank
Newbie

DosBox consistently crashes when I press the windows logo key when I'm
in fullscreen mode. This is quite annoying. I've messed around with the
configuration file to no avail. I've searched the forums but found no
solution. I've looked into disabling the windows logo key but the solutions
I've found are too cumbersome.

The problem occurs regardless of what game is running, or even if there
is a game running. The problem occurs even from the DosBox prompt.

I've now found a workaround: OpenGL modes. I'm not sure why this is,
but DosBox no longer crashes when I use the OpenGL video mode. I
am going to post this anyway; perhaps it will be helpful to others having
the same problem.

Standard error (stderr.txt) contains:
Fatal signal: Segmentation Fault (SDL Parachute Deployed)

CPU: AMD Athlon XP 2100+
RAM: 1GB
Video: EVGA e-GeForce 6600GT
Sound: Creative SoundBlaster Audigy
OS: Windows XP Professional
Game: Any (including none)
Description: Crash to desktop when windows logo key pressed in fullscreen
Reproducibility: Always
Sound Mode: Any (including none)
Video Mode: Any except OpenGL
DosBox Version: 0.63

Attachments

  • Filename
    dosbox.conf.txt
    File size
    5.18 KiB
    Downloads
    88 downloads
    File comment
    The DosBox configuration file I've been working with; I've tried to strip it down to the bare minimum features that will reproduce the problem.
    File license
    Fair use/fair dealing exception

Reply 1 of 5, by HunterZ

User metadata
Rank l33t++
Rank
l33t++

Probably an SDL issue. You could try poking around the forum for a link to a CVS build of DOSBox, which usually includes a newer build of SDL.dll as well.

Reply 3 of 5, by justhal

User metadata
Rank Newbie
Rank
Newbie

I've tried a CVS build of DOSBox that I got from
http://cvscompile.aep-emu.de/dosbox.htm with no luck.

Setting SDL_VIDEODRIVER=windib seems to keep DOSBox from crashing,
but I get a palette shift or something when I bring DOSBox back to fullscreen
after using the Windows logo key. Black becomes red and white becomes
green. It is consistently the same shift and applies to the whole screen
uniformly.

I've attached a screenshot of the effect.
This happens at color depths of 16 and 32 bits per pixel.

Attachments

  • redshifted.gif
    Filename
    redshifted.gif
    File size
    8.04 KiB
    Views
    734 views
    File comment
    Screenshot of the palette shift
    File license
    Fair use/fair dealing exception

Reply 4 of 5, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

well dosbox isn't "used" to switching between fullscreen/windowed mode in any other way then the default alt-enter way. Hopefully it will be oneday. although disabling a few of the windows keys might help....(not sure if that is possible though.)

Water flows down the stream
How to ask questions the smart way!

Reply 5 of 5, by `Moe`

User metadata
Rank Oldbie
Rank
Oldbie

Well, in this particular case I think it's SDL's job to handle switching - pressing the Windows key leaves the app minimized but fullscreen, so dosbox shouldn't notice anything. You could report the same issue on the SDL mailing list to see what they suggest 😉