http://bugs.winehq.org/show_bug.cgi?id=9637
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-09-25 15:18:13 --- Created an attachment (id=8214) --> (http://bugs.winehq.org/attachment.cgi?id=8214) hack for EnumServicesStatusExA
Actually this seems partly to be a duplicate of bug #8331. With the hack above the crash is gone , and i get a completely white window again. To avoid using ies4linux again, i figured out what native dlls to use to get the page display correctly, so one can at least try to start the game: I copied the following dlls from my windows partition to wine's system32:
shdocvw.dll shlwapi.dll urlmon.dll mshtml.dll mshtml.tlb jscript.dll MSLS31.DLL mlang.dll
Do "regsvr32 jscript.dll"
Run with WINEDLLOVERRIDES="shdocvw,shlwapi,urlmon,mshtml,mlang=n" wine Switchball
Now the initial window comes up fine, and i can start the trial. However, i don't see anything, i can see Switchball.exe is running (ps -ux) , but my virtual desktop just stays empty. Maybe someone with other graphics card could give it a shot.