http://bugs.winehq.org/show_bug.cgi?id=29785
Bug #: 29785 Summary: Baid in the Box 2012 crashes at startup Product: Wine Version: 1.4-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: gyunaev@ulduzsoft.com Classification: Unclassified
Created attachment 38690 --> http://bugs.winehq.org/attachment.cgi?id=38690 WineDBG output
The Band in the Box 2012 application from www.pgmusic.com crashes at startup without the useful backtrace using wine 1-4rc2. Clean installation with WMP9 or WMP10 installed (tried both) as the exe is linked with WMVCORE.DLL and refuses to start without it.
The generic start via:
wine bbw.exe
ends with a crash with an attached backtrace.
However by using:
WINEDEBUG="+relay" wine bbw.exe
starts the program without a crash. Same goes with +all, "trace+all". It crashes with "trace+ntdll"
Attached is the debugger output with a crash. Will be happy to provide more information.