http://bugs.winehq.com/show_bug.cgi?id=1339
Summary: Loader change causes Hamster to crash on startup Product: Wine Version: CVS Platform: PC URL: http://www.tglsoft.de/misc/hamster_en.htm OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wine-loader AssignedTo: wine-bugs@winehq.com ReportedBy: prupe@myrealbox.com
This patch http://cvs.winehq.com/patch.py?id=7553 checked into CVS a couple days ago causes Hamster 2.0.0.1 to crash on startup somewhere in its own code:
=>0 0x400a42a0 (RaiseException+0x64(code=0xeedfade, flags=0x1, nbargs=0x7, args=0x40982b44) [except.c:85] in libntdll.dll.so) (ebp=40982b2c)
1 0x00578514 (Hamster.exe.CODE+0x177514 in E: \Programs\Hamster\Hamster.exe) (ebp=40982d60)
2 0x00578475 (Hamster.exe.CODE+0x177475 in E: \Programs\Hamster\Hamster.exe) (ebp=40982d6c)
3 0x00578a41 (Hamster.exe.CODE+0x177a41 in E: \Programs\Hamster\Hamster.exe) (ebp=40982da0)
4 0x00578ff6 (Hamster.exe.CODE+0x177ff6 in E: \Programs\Hamster\Hamster.exe) (ebp=40982df8)
5 0x00575fdc (Hamster.exe.CODE+0x174fdc in E: \Programs\Hamster\Hamster.exe) (ebp=40982e2c)
6 0x00595a74 (Hamster.exe.CODE+0x194a74 in E: \Programs\Hamster\Hamster.exe) (ebp=40982e44)
7 0x00403bf0 (Hamster.exe.CODE+0x2bf0 in E: \Programs\Hamster\Hamster.exe) (ebp=40982e64)
8 0x00403c46 (Hamster.exe.CODE+0x2c46 in E: \Programs\Hamster\Hamster.exe) (ebp=40982e8c)
9 0x4009b5b6 (start_process+0x23a [process.c:566] in libntdll. dll.so) (ebp=40982f30)
10 0x4009f8cd (call_on_thread_stack+0x79(func=0x4009b37c) [sysdeps.c:171] in libntdll.dll.so) (ebp=40982ff4)
11 0x4009fa10 (SYSDEPS_CallOnStack+0x14 in libntdll.dll.so) (ebp=00000000)
Reverse this patch and it starts up fine. I can't figure out what causes this since it looks like a straightforward search and replace. I did make clean and a full rebuild to be sure.
Hamster is available at http://www.tglsoft.de/misc/hamster_en. htm. To run this app under Wine, you may need to set
[Setup]
Startup.OLEServer=0
in Hamster.ini.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1339. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.