http://bugs.winehq.org/show_bug.cgi?id=3217
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2005-21-10 04:29 ------- Created an attachment (id=1217) --> (http://bugs.winehq.org/attachment.cgi?id=1217&action=view) in desktop mode
Hi, i had a couple of old wineversions laying around. In cvs version 13-08-2004 the game comes up fine (although there's an annoying window on top but that's another problem) If you have time enuogh you might try a regression test. This is the config file i used: (mainly for the sound)
WINE REGISTRY Version 2
[WinMM] "Drivers" = "wineoss.drv" ; default for most common configurations "WaveMapper" = "msacm.drv" "MidiMapper" = "midimap.drv"
[dsound] ;; Forces emulation mode (using wave api) "HardwareAcceleration" = "Emulation"
[x11drv] ; Number of colors to allocate from the system palette "AllocSystemColors" = "100" ; Use a private color map "PrivateColorMap" = "N" ; Favor correctness over speed in some graphics operations "PerfectGraphics" = "N" ; Color depth to use on multi-depth screens ;;"ScreenDepth" = "16" ; Allow the window manager to manage created windows "Managed" = "N" ; Use a desktop window of 640x480 for Wine "Desktop" = "640x480" # [/wineconf]