http://bugs.winehq.org/show_bug.cgi?id=22252
--- Comment #8 from GyB gyebro69@gmail.com 2010-04-06 10:22:40 --- Created an attachment (id=27240) --> (http://bugs.winehq.org/attachment.cgi?id=27240) winedbg backtrace log
Hello,
Running 'wine winedbg installer.exe', then 'run', resulted almost nothing in the terminal, the prompt appeared after 'run' and I didn't know how to continue.
Next try, I followed this guide: http://wiki.winehq.org/Backtraces
In the attachment you can see the result, here is what i did:
1. started the installer with 'wine winedbg Rhiannon_Demo_C5_setup.exe' 2. typed 'set $BreakOnFirstChance=0' 3. here i typed a 'bt all': as you can see in the log, all other running wine processes produced a usable backtrace, except the installer itself. 4. typed 'cont' >>here comes the trouble, the installer shows the logo then 'err:ntdll:RtlpWaitForCriticalSection blah-blah' is printed on the console then 'process has terminated'.
Is it more usable for you?