https://bugs.winehq.org/show_bug.cgi?id=48510
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Ever confirmed|0 |1 CC| |focht@gmx.net Component|-unknown |shell32 Status|UNCONFIRMED |NEW URL| |https://archive.org/details | |/lotusorganizer97edition
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming and adding stable download link for reproduce.
https://archive.org/details/lotusorganizer97edition
https://archive.org/download/lotusorganizer97edition/Lotus%20Organizer%20%27...
The app suffers from bug 625 as well (private dll search path support).
--- snip --- $ pwd /home/focht/.wine/drive_c/lotus/compnent
$ WINEDEBUG=+seh,+relay,+win,+msg,+shell wine ../organize/org32.exe >>log.txt 2>&1 ... 002b:Call user32.SetWindowPos(0002014a,00000000,0000032e,00000171,00000000,00000000,00000015) ret=11015057 002b:trace:win:SetWindowPos hwnd 0x2014a, after (nil), 814,369 (0x0), flags 00000015 002b:trace:win:dump_winpos_flags flags: SWP_NOSIZE SWP_NOZORDER SWP_NOACTIVATE 002b:trace:msg:WINPROC_CallProcWtoA (hwnd=0x2014a,msg=WM_WINDOWPOSCHANGING,wp=00000000,lp=0032dd74) 002b:Call window proc 0x11014de0 (hwnd=0x2014a,msg=WM_WINDOWPOSCHANGING,wp=00000000,lp=0032dd74) 002b:Call user32.GetPropA(0002014a,11065d40 "TzOffset") ret=11014e5c 002b:Call ntdll.strlen(11065d40 "TzOffset") ret=7b01b48c 002b:Ret ntdll.strlen() retval=00000008 ret=7b01b48c 002b:Ret user32.GetPropA() retval=7e851550 ret=11014e5c 002b:Call user32.GetParent(0002014a) ret=11014eb0 002b:Ret user32.GetParent() retval=00000000 ret=11014eb0 002b:Call user32.CallWindowProcA(7e851550,0002014a,00000046,00000000,0032dd74) ret=11014e3e 002b:Call window proc 0x7e851550 (hwnd=0x2014a,msg=WM_WINDOWPOSCHANGING,wp=00000000,lp=0032dd74) 002b:trace:win:WIN_SetWindowLong 0x2014a 0 0 W 002b:Call dialog proc 0x7db2c7b0 (hwnd=0x2014a,msg=WM_WINDOWPOSCHANGING,wp=00000000,lp=0032dd74) 002b:trace:shell:BrsFolderDlgProc hwnd=0x2014a msg=0046 0x00000000 0x0032dd74 002b:Call user32.GetPropW(0002014a,7dbc4500 L"__WINE_BRSFOLDERDLG_INFO") ret=7db2c7f9 002b:Ret user32.GetPropW() retval=00000000 ret=7db2c7f9 002b:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7db2d05b ip=7db2d05b tid=002b 002b:trace:seh:raise_exception info[0]=00000000 002b:trace:seh:raise_exception info[1]=00000008 002b:trace:seh:raise_exception eax=00000000 ebx=00000000 ecx=0032ce70 edx=0032dd74 esi=00000046 edi=00000000 002b:trace:seh:raise_exception ebp=0032d338 esp=0032d2b0 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010246 002b:trace:seh:call_stack_handlers calling handler at 0x5a0f80 code=c0000005 flags=0 002b:Call KERNEL32.GetLastError() ret=0059f628 002b:Ret KERNEL32.GetLastError() retval=00000578 ret=0059f628 002b:Call KERNEL32.UnhandledExceptionFilter(0032ceb0) ret=005a04ca 002b:Call ntdll.NtCreateEvent(0032ce18,001f0003,0032cd90,00000000,00000000) ret=7b00e01b 002b:Ret ntdll.NtCreateEvent() retval=00000000 ret=7b00e01b wine: Unhandled page fault on read access to 00000008 at address 7DB2D05B (thread 002b), starting debugger... --- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/7332de64a5a204cc285bdc1f8768d321...
$ sha1sum Lotus\ Organizer\ '97\ Edition\ (R87820)(Lotus\ Development\ Corporation)(1996).iso 834393f37f57f4d220e5da29574d453e8dfdb235 Lotus Organizer '97 Edition (R87820)(Lotus Development Corporation)(1996).iso
$ du -sh Lotus\ Organizer\ '97\ Edition\ (R87820)(Lotus\ Development\ Corporation)(1996).iso 15M Lotus Organizer '97 Edition (R87820)(Lotus Development Corporation)(1996).iso
$ wine --version wine-5.1-391-g7332de64a5
Regards