http://bugs.winehq.org/show_bug.cgi?id=1201
--- Comment #19 from Andrew Nguyen arethusa26@gmail.com 2009-10-07 05:30:52 --- Created an attachment (id=23967) --> (http://bugs.winehq.org/attachment.cgi?id=23967) Microsoft Golf 99 trial backtrace
Currently, when I launch Golfdemo.exe and select solo play with wine-1.1.30-416-g07ec73f, the application crashes in:
Backtrace: =>0 0x003b7550 in findstuff32 (+0x7550) (0x0033e524) 1 0x0064b995 in game (+0x24b995) (0x0033eef4) 2 0x005edc68 in game (+0x1edc68) (0x0033f3ec) 3 0x0062acfd in game (+0x22acfd) (0x0033f7ec) ...
From the relay log:
001f:Call KERNEL32.LoadLibraryA(00427594 "findstuff32.dll") ret=0f04f442 001f:Ret KERNEL32.LoadLibraryA() retval=003b0000 ret=0f04f442 001f:Call KERNEL32.SetErrorMode(00008001) ret=0f04f45a 001f:Ret KERNEL32.SetErrorMode() retval=00008001 ret=0f04f45a 001f:Call KERNEL32.GetProcAddress(003b0000,004275a8 "SetBackgroundWhite") ret=0f04f472 001f:Ret KERNEL32.GetProcAddress() retval=003b7540 ret=0f04f472 001f:trace:seh:raise_exception code=c0000005 flags=0 addr=0x3b7550 ip=003b7550 tid=001f
it appears that the application is crashing in SetBackgroundWhite for some reason.