https://bugs.winehq.org/show_bug.cgi?id=39528
Bug ID: 39528 Summary: Emerge Desktop 6.1.3 crashes on startup (incorrect shdocvw.RunInstallUninstallStubs2 stub signature) Product: Wine Version: 1.7.53 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: shdocvw Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
for https://source.winehq.org/patches/data/115985
Creating a ticket doesn't really cost much time folks. Just do it.
Information there.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Emerge Desktop
$ wine ./emergeCore.exe ... fixme:shdocvw:RunInstallUninstallStubs2 (), stub! wine: Unhandled page fault on read access to 0x00010060 at address 0x10060 (thread 0028), starting debugger... Unhandled exception: page fault on read access to 0x00010060 in 32-bit code (0x00010060). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:00010060 ESP:0062ba0c EBP:0062fd58 EFLAGS:00010206( R- -- I - -P- ) EAX:00000001 EBX:004022de ECX:0062b9bc EDX:00000000 ESI:0000c025 EDI:0062bafc ... Backtrace: =>0 0x00010060 (0x0062fd58) 1 0x004013fa in explorer (+0x13f9) (0x0062fe30) 2 0x7b86eb50 call_process_entry+0xb() in kernel32 (0x0062fe48) ... 0x00010060: addb %al,0x0(%eax) Modules: Module Address Debug info Name (77 modules) PE 400000- 425000 Export explorer ... PE 631c0000-63220000 Deferred emergelib PE 6cec0000-6cedc000 Deferred libgcc_s_sjlj-1 PE 6fc40000-6fd19000 Deferred libstdc++-6 ... Threads: process tid prio (all id:s are in hex) 00000008 emergeCore.exe 00000009 0 ... 00000027 (D) C:\Program Files\Emerge Desktop\Explorer.exe 00000028 0 <== 00000029 emergeTasks.exe 00000035 0 0000002a 0 0000002b emergeTray.exe 0000002c 0 0000002d emergeWorkspace.exe 0000002e 0 0000002f emergeCommand.exe 00000030 0 00000031 emergeLauncher.exe 00000032 0 00000033 emergeHotkeys.exe 00000034 0 --- snip ---
Also: https://github.com/mstarostik/kiosh/blob/master/src/main.cpp
$ sha1sum EmergeDesktop-6.1.3.exe 3922c05a9be601d986c97f6521fc021a01fddded EmergeDesktop-6.1.3.exe
$ du -sh EmergeDesktop-6.1.3.exe 3.1M EmergeDesktop-6.1.3.exe
$ wine --version wine-1.7.53-280-g54633e3
Regards