http://bugs.winehq.org/show_bug.cgi?id=30254
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | URL|http://www.musitek.com/Demo | |s/SSXDemo.msi | CC| |focht@gmx.net Summary|SmartScore X Pro demo |SmartScore X Pro (full and |crashes on startup |demo) v10.x crashes on | |startup
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello Jarkko,
your link is a different product from the same vendor which doesn't exhibit the problem.
--- quote --- Wine got patched? Program got changed? --- quote ---
The old demo is gone but fortunately one can find 'Musitek SmartScore X Professional v10.0.1' using web search, thanks to some guys still seeding.
Confirming, still present.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Musitek/SmartScore X Professional Edition
$ WINEDEBUG=+tid,+seh,+relay,+win wine ./SmartScore_pro.exe >>log.txt 2>&1 ... 0023:Call user32.EndDialog(0001015a,00000002) ret=00703393 ... 0023:trace:win:USER_SetWindowPos status flags = 1807 0023:trace:win:WINPOS_ActivateOtherWindow win = 0x1004e fg = (nil) 0023:trace:win:SetForegroundWindow 0x1004e ... 0023:Call user32.GetWindowLongA(0001015a,fffffff0) ret=007020bd 0023:Ret user32.GetWindowLongA() retval=8480004c ret=007020bd 0023:Call user32.GetParent(0001015a) ret=004eed71 0023:Ret user32.GetParent() retval=00000000 ret=004eed71 0023:Call user32.GetParent(0001015a) ret=00702317 0023:Ret user32.GetParent() retval=00000000 ret=00702317 0023:Call user32.SendMessageA(0001015a,0000036e,00000000,00313d5c) ret=00700edf 0023:Call window proc 0x700149 (hwnd=0x1015a,msg=WM_ACTIVATETOPLEVEL,wp=00000000,lp=00313d5c) 0023:Ret window proc 0x700149 (hwnd=0x1015a,msg=WM_ACTIVATETOPLEVEL,wp=00000000,lp=00313d5c) retval=00000000 0023:Ret user32.SendMessageA() retval=00000000 ret=00700edf 0023:Call user32.CallWindowProcA(7ec14f01,0001015a,00000006,00000000,00000000) ret=006fdf2e 0023:Call window proc 0x7ec14f01 (hwnd=0x1015a,msg=WM_ACTIVATE,wp=00000000,lp=00000000) 0023:trace:win:WIN_SetWindowLong 0x1015a 0 0 W 0023:Call dialog proc 0x70322b (hwnd=0x1015a,msg=WM_ACTIVATE,wp=00000000,lp=00000000) 0023:Ret dialog proc 0x70322b (hwnd=0x1015a,msg=WM_ACTIVATE,wp=00000000,lp=00000000) retval=00000000 result=00000000 0023:Ret window proc 0x7ec14f01 (hwnd=0x1015a,msg=WM_ACTIVATE,wp=00000000,lp=00000000) retval=00000000 0023:Ret user32.CallWindowProcA() retval=00000000 ret=006fdf2e 0023:Call user32.SendMessageA(0001015c,00000200,00000000,00000000) ret=006b3c5e 0023:Call window proc 0x700149 (hwnd=0x1015c,msg=WM_MOUSEMOVE,wp=00000000,lp=00000000) 0023:Call user32.SendMessageA(0001015c,000001a1,00000000,00000000) ret=00685ff7 0023:Ret user32.SendMessageA() retval=00000000 ret=00685ff7 0023:Call user32.SendMessageA(0001015c,0000018e,00000000,00000000) ret=00686008 0023:Ret user32.SendMessageA() retval=00000000 ret=00686008 0023:trace:seh:raise_exception code=c0000094 flags=0 addr=0x68600d ip=0068600d tid=0023 0023:trace:seh:raise_exception eax=00000000 ebx=00000000 ecx=00000000 edx=00000000 esi=01b629ec edi=7ebf2180 0023:trace:seh:raise_exception ebp=00000000 esp=00313a08 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210202 0023:trace:seh:call_stack_handlers calling handler at 0x745050 code=c0000094 flags=0 0023:trace:seh:call_stack_handlers handler at 0x745050 returned 1 ... Unhandled exception: divide by zero in 32-bit code (0x0068600d). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:0068600d ESP:00313a08 EBP:00000000 EFLAGS:00210202( R- -- I - - - ) EAX:00000000 EBX:00000000 ECX:00000000 EDX:00000000 ESI:01b629ec EDI:7ebf2180 ... Backtrace: =>0 0x0068600d in smartscore_pro (+0x28600d) (0x00000000) 0x0068600d: idivl %ebx,%eax Modules: Module Address Debug info Name (118 modules) PE 350000- 37d000 Deferred enfcur PE 3b0000- 3bb000 Deferred ss5timer PE 400000- 191b000 Export smartscore_pro PE 10000000-10025000 Deferred libexpat ... Threads: process tid prio (all id:s are in hex) ... 00000022 (D) C:\Program Files\Musitek\SmartScore X Professional Edition\SmartScore_pro.exe 00000025 15 00000024 0 00000023 0 <== --- snip ---
$ wine --version wine-1.7.18-92-gb01fc1a
Regards