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"
https://bugs.winehq.org/show_bug.cgi?id=57776
--- Comment #1 from Todd Chester ToddAndMargo@zoho.com --- Please close this. Approach will only run in 10.0 if there are fragments of its install left over from a prior Wine version . It will not run in a fresh WINEPREFIX.
I will post details in another bug report.
https://bugs.winehq.org/show_bug.cgi?id=57776
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #2 from Austin English austinenglish@gmail.com --- Resolving abandoned.
https://bugs.winehq.org/show_bug.cgi?id=57776
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=57776
--- Comment #4 from Todd Chester ToddAndMargo@zoho.com --- Fix the fix in the 10.1 Development Branch?
Should I wait for the fix to appears in the Stable Branch?
https://bugs.winehq.org/show_bug.cgi?id=57776
--- Comment #5 from Todd Chester ToddAndMargo@zoho.com --- This is not an issue in wine-devel-10.1-1.1.x86_64