[Wine] Trying old multimedia app, get crash

glangmead wineforum-user at winehq.org
Mon Jul 11 17:13:48 CDT 2011


I'm running an old Windows 98-era app created by an outfit called the Media Cafe. It's called "The Ring Disc" and is an interactive version of Wagner's Ring.

I'm running Wine 1.3.23 on Mac OS X 10.6.8. The changes I made were to configure audio as CoreAudio, and to set the overall system to Windows 98 (and I tried ME as well). What I see is that the application starts and after 5 seconds I get a crash dialog. Some music does in fact play during this, and doesn't stop when the dialog appears, so maybe graphics? Here are some edited results of two debug runs, the first under ME and the second under XP. Let me know if this is enough to be helpful.

$ WINEDEBUG=+relay,+seh,+tid WINEPREFIX=~/.ringdisc wine RINGDISC.EXE

...

0020:Ret  KERNEL32.GlobalUnlock() retval=00000000 ret=0044c272
0020:Ret  winmm.mmioRead() retval=00001fbe ret=4390dfc6
0020:Call msvfw32.ICDecompress(00000001,00000000,001a13c0,001a22e0,001a83c0,001a9020) ret=4390e028
0020:Call winmm.SendDriverMessage(001a81b0,0000400d,00cbf438,00000018) ret=43933b5d
0020:Call msrle32.DriverProc(001a81d8,001a81b0,0000400d,00cbf438,00000018) ret=42ff5e39
0020:trace:seh:raise_exception code=c0000005 flags=0 addr=0x4395d0d9 ip=4395d0d9 tid=0020
0020:trace:seh:raise_exception  info[0]=00000001
0020:trace:seh:raise_exception  info[1]=001d0013
0020:trace:seh:raise_exception  eax=0000002b ebx=4395bbd4 ecx=001d0013 edx=0000002b esi=00000005 edi=001a428a
0020:trace:seh:raise_exception  ebp=00cbf138 esp=00cbeeb0 cs=0017 ds=001f es=001f fs=10cf gs=0037 flags=00010246
0020:trace:seh:call_vectored_handlers calling handler at 0x433f0160 code=c0000005 flags=0
0020:trace:seh:call_vectored_handlers handler at 0x433f0160 returned 0
0020:trace:seh:call_vectored_handlers calling handler at 0x430aa440 code=c0000005 flags=0
0020:trace:seh:call_vectored_handlers handler at 0x430aa440 returned 0
0020:trace:seh:call_vectored_handlers calling handler at 0x430a2930 code=c0000005 flags=0
0020:trace:seh:call_vectored_handlers handler at 0x430a2930 returned 0
0020:trace:seh:call_stack_handlers calling handler at 0x7bc7a580 code=c0000005 flags=0
0020:Call KERNEL32.UnhandledExceptionFilter(00cbe458) ret=7bc7a5b5
wine: Unhandled page fault on write access to 0x001d0013 at address 0x4395d0d9 (thread 0020), starting debugger...
0020:trace:seh:start_debugger Starting debugger "winedbg --auto 8 136"
...

XP run of same:

...

0020:Ret  KERNEL32.GlobalUnlock() retval=00000000 ret=0044c272
0020:Ret  winmm.mmioRead() retval=000020fe ret=43933fc6
0020:Call msvfw32.ICDecompress(00000001,00000000,00180900,00181820,00187900,00188560) ret=43934028
0020:Call winmm.SendDriverMessage(001876f0,0000400d,00baf438,00000018) ret=43959b5d
0020:Call msrle32.DriverProc(00187718,001876f0,0000400d,00baf438,00000018) ret=430f5e39
0020:Ret  msrle32.DriverProc() retval=00000000 ret=430f5e39
0020:Ret  winmm.SendDriverMessage() retval=00000000 ret=43959b5d
0020:Ret  msvfw32.ICDecompress() retval=00000000 ret=43934028
0020:Call gdi32.StretchDIBits(00000600,00000000,00000000,000001f4,000000c8,00000000,00000000,000001f4,000000c8,00188560,00187900,00000000,00cc0020) ret=43933ee9
0020:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7bc3ac55 ip=7bc3ac55 tid=0020
0020:trace:seh:raise_exception  info[0]=00000001
0020:trace:seh:raise_exception  info[1]=2c070a0b
0020:trace:seh:raise_exception  eax=072c070a ebx=7bc3abb9 ecx=00110014 edx=2c070a07 esi=001a56e0 edi=00000020
0020:trace:seh:raise_exception  ebp=00baf1d8 esp=00baf170 cs=0017 ds=001f es=001f fs=100f gs=0037 flags=00010202
0020:trace:seh:call_vectored_handlers calling handler at 0x43417160 code=c0000005 flags=0
0020:trace:seh:call_vectored_handlers handler at 0x43417160 returned 0
0020:trace:seh:call_stack_handlers calling handler at 0x7bc7a580 code=c0000005 flags=0
0020:Call KERNEL32.UnhandledExceptionFilter(00bae718) ret=7bc7a5b5
wine: Unhandled page fault on write access to 0x2c070a0b at address 0x7bc3ac55 (thread 0020), starting debugger...
...







More information about the wine-users mailing list