http://bugs.winehq.org/show_bug.cgi?id=31360
Bug #: 31360 Summary: Bobcad v21 crashes on startup Product: Wine Version: 1.5.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Tried installing v21 express trial from http://www.bobcad.com, sha1sum 2e986bc8e48e74d361a100d0f8ea5f7b1d41c38e v21.6.exe
Need 'winetricks mfc42' before install to avoid a DLL registration failure.
On startup, the app crashes. +relay shows it's right after ole32.OleCreateEmbeddingHelper() returns. Adding warn+heap seems to show it's using freed memory as a pointer: ... 0045:Ret ole32.OleCreateEmbeddingHelper() retval=00000000 ret=007477df 0045:Call KERNEL32.InterlockedDecrement(02813064) ret=00745900 0045:Ret KERNEL32.InterlockedDecrement() retval=00000005 ret=00745900 trace:seh:raise_exception code=c0000005 flags=0 addr=0x7492f7 ip=007492f7 tid=0045 ... Unhandled exception: page fault on read access to 0xfeeefeee in 32-bit code (0x007492f7). Backtrace: =>0 0x007492f7 in bobcad21 (+0x3492f7) (0x0033f184) 1 0x00743441 in bobcad21 (+0x343440) (0x0033f208) 2 0x7bc63e6a call_entry_point+0x29() in ntdll (0x0033f238) 3 0x7bc64a74 relay_call+0x173(descr=0x7e7dc248, idx=0x5000d, stack=0x33f2ac) [wine-git/dlls/ntdll/relay.c:466] in ntdll (0x0033f298) 4 0x7e6ff4bd in ole32 (+0xf4bc) (0x0033f2f0) 5 0x0046290c in bobcad21 (+0x6290b) (0x0033f2f0)