https://bugs.winehq.org/show_bug.cgi?id=48509
Bug ID: 48509 Summary: Debian Stretch, Wine 1.8.7-2, Lotus Organizer 97 cannot find DLLs (97 (3.1) .or3 1997 SmartSuite 97) Product: Wine Version: 1.8.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: john.p.langley@gmail.com Distribution: ---
Created attachment 66315 --> https://bugs.winehq.org/attachment.cgi?id=66315 Terminal output from the above.
Debian Stretch, Wine 1.8.7-2, Lotus Organizer 97 cannot find DLLs (97 (3.1) .or3 1997 SmartSuite 97)
Installed Lotus Organizer 97 in Wine last year, ran well. Installed using command line (user), but get same result using wine-uninstaller.
Latest apt-get update (22/01/2020) caused problem:
Launched Organizer 97 from command line either by:
wine org97.exe wine start org97.exe
Wine reported missing DLLS (see attachment): LTASWN13.DLL LTASBN13.dll TZBACK32.dll LTSCSN10.DL LTASWN13.DLL LTTMC11.dll
Copying these to the system32 directory produced:
err:module:attach_process_dlls "TZBACK32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\lotus\organize\org32.exe" failed, status c0000142
Really puzzled - see attachment for full output.
Thanks.
CRISPSIV:~/.wine/drive_c/Program Files/lotus/organize$ err:module:import_dll Library LTSCSN10.DLL (which is needed by L"C:\Program Files\lotus\organize\TZBACK32.dll") not found err:module:import_dll Library LTASWN13.DLL (which is needed by L"C:\Program Files\lotus\organize\TZBACK32.dll") not found err:module:import_dll Library LTASBN13.dll (which is needed by L"C:\Program Files\lotus\organize\TZBACK32.dll") not found err:module:import_dll Library TZBACK32.dll (which is needed by L"C:\Program Files\lotus\organize\org32.exe") not found err:module:import_dll Library LTSCSN10.DLL (which is needed by L"C:\Program Files\lotus\organize\org32.exe") not found err:module:import_dll Library LTASWN13.DLL (which is needed by L"C:\Program Files\lotus\organize\org32.exe") not found err:module:import_dll Library LTTMC11.dll (which is needed by L"C:\Program Files\lotus\organize\org32.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\lotus\organize\org32.exe" failed, status c0000135
Copied above DLLs to /windows/system32
This results in:
CRISPSIV:~/.wine/drive_c/Program Files/lotus/organize$ wine org32.exe err:module:attach_process_dlls "TZBACK32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\lotus\organize\org32.exe" failed, status c0000142 jlangley@CRISPSIV:~/.wine/drive_c/Program Files/lotus/organize$