https://bugs.winehq.org/show_bug.cgi?id=57776
Bug ID: 57776 Summary: Wine Approach startup crash Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ToddAndMargo@zoho.com Distribution: ---
SmartSuite-N99.8.0208.0800 Fedora 41 wine-stable-10.0.0-1.1.x86_64 winehq-stable-10.0.0-1.1.x86_64
Wine Approach startup crash:
wine approach.exe Error on LSIOpen, or "Couldn't load the Lotus Dialogs DynaLink"
wine: Unhandled page fault on read access to 00000024 at address 1660170C (thread 0144), starting debugger...
Show Detains on crash reporter: Unhandled exception: page fault on read access to 0x00000024 in wow64 32-bit code (0x1660170c).
This is due to Wine not using lotus' paths correctly (from the registry).
Work Around: $ cd ~/.wine/drive_c/lotus $ mkdir jumble $ cp -R approach/* jumble/. $ cp -R compnent/* jumble/.
Simple start: $ wine ~/.wine/drive_c/lotus/jumble/approach.exe
Fancy start: $ bash -c "cd $HOME/.wine/drive_c/lotus/jumble; wine explorer /desktop=Approach_`date +%%H:%%M:%%S`_1680x1050,1680x1050 ./approach.exe"