http://bugs.winehq.org/show_bug.cgi?id=33503
Bug #: 33503 Summary: SnagIt 9.x needs ole32.dll.CLSIDFromProgIDEx Product: Wine Version: 1.5.29 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says ...
Reproduce:
1) start "SnagIt Editor" from main GUI using "Quick launch" 2) create new image 3) menu "send" -> "word"
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/TechSmith/Snagit 9 ... $ wine ./Snagit32.exe ... Unhandled exception: unimplemented function ole32.dll.CLSIDFromProgIDEx called in 32-bit code (0x7bc4d2da). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7bc4d2da ESP:0033efc0 EBP:0033f024 EFLAGS:00000212( - -- I -A- - ) EAX:0033efcc EBX:7bcc89d0 ECX:0e040da8 EDX:0033f068 ESI:0e040da8 EDI:0e040d80 Stack dump: 0x0033efc0: 00010246 00680053 04146300 80000100 0x0033efd0: 00000001 00000000 7bc4d2da 00000002 0x0033efe0: 0dc8a566 0dc8a4e8 042ff6d8 042ff6d8 0x0033eff0: 00000000 000101de 0033f020 00000001 0x0033f000: 0e040da8 0e040d80 0033f038 7b827259 0x0033f010: 00000000 04146308 7b8265fd 7b827259 000c: sel=0067 base=00000000 limit=00000000 32-bit r-x Backtrace: =>0 0x7bc4d2da stub_entry_point+0x4b(dll="ole32.dll", name="CLSIDFromProgIDEx", ret_addr=0xdc429ca) [/home/focht/projects/wine/wine-git/dlls/ntdll/loader.c:197] in ntdll (0x0033f024) 1 0x03c3000f (0x0e040da8) 0x7bc4d2da stub_entry_point+0x4b [/home/focht/projects/wine/wine-git/dlls/ntdll/loader.c:197] in ntdll: subl $4,%esp 197 for (;;) RtlRaiseException( &rec ); ... 00000009 (D) C:\Program Files\TechSmith\Snagit 9\SnagitEditor.exe 00000048 0 00000064 -1 ... 0000004a 0 00000041 0 <== --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/ms680113%28v=vs.85%2...
$ du -sh snagit.exe 28M snagit.exe
$ sha1sum snagit.exe cedae34b59b5cfe7b3aa9f04a23dbd88c0f0e475 snagit.exe
$ wine --version wine-1.5.29-100-ga0b4cd1
Regards