For a few years I have been running Quicken Deluxe 98 with wine 1.2.2 as supplied with Linux Mint 11 Katya x64. Unfortunately Katya is no longer supported, so I am upgrading to Linux Mint 17 Qiana x64, which comes with wine 1.6.2 instead.
I had hoped I would simply be able to copy my Quicken.w98 directory and various files over and run it, but that is not the case. I have set the application as Windows 98 version in both cases, but it does not start in wine 1.6.2 here. I tried it from the command line with the line from my desktop icon and see:
dhdurgee@DHD-Z560 ~ $ env WINEPREFIX="/home/dhdurgee/.wine" wine C:\\Quicken.W98\\QW.EXE
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Quicken.W98\\QW.EXE") not found
err:module:import_dll Library IPROF32.dll (which is needed by L"C:\\Quicken.W98\\QWUTIL7.dll") not found
err:module:import_dll Library QWUTIL7.dll (which is needed by L"C:\\Quicken.W98\\QW.EXE") not found
err:module:import_dll Library IPROF32.dll (which is needed by L"C:\\Quicken.W98\\QWUTIL7.dll") not found
err:module:import_dll Library QWUTIL7.dll (which is needed by L"C:\\Quicken.W98\\QWWIN.dll") not found
err:module:import_dll Library IPROF32.dll (which is needed by L"C:\\Quicken.W98\\QWUTIL7.dll") not found
err:module:import_dll Library QWUTIL7.dll (which is needed by L"C:\\Quicken.W98\\QACCES32.dll") not found
err:module:import_dll Library QACCES32.dll (which is needed by L"C:\\Quicken.W98\\QWWIN.dll") not found
err:module:import_dll Library QWWIN.dll (which is needed by L"C:\\Quicken.W98\\QW.EXE") not found
err:module:import_dll Library IPROF32.dll (which is needed by L"C:\\Quicken.W98\\QWUTIL7.dll") not found
err:module:import_dll Library QWUTIL7.dll (which is needed by L"C:\\Quicken.W98\\QACCES32.dll") not found
err:module:import_dll Library QACCES32.dll (which is needed by L"C:\\Quicken.W98\\QW.EXE") not found
err:module:import_dll Library IPROF32.dll (which is needed by L"C:\\Quicken.W98\\QWUTIL7.dll") not found
err:module:import_dll Library QWUTIL7.dll (which is needed by L"C:\\Quicken.W98\\QWRMND.dll") not found
err:module:import_dll Library IPROF32.dll (which is needed by L"C:\\Quicken.W98\\QWUTIL7.dll") not found
err:module:import_dll Library QWUTIL7.dll (which is needed by L"C:\\Quicken.W98\\QWWIN.dll") not found
err:module:import_dll Library IPROF32.dll (which is needed by L"C:\\Quicken.W98\\QWUTIL7.dll") not found
err:module:import_dll Library QWUTIL7.dll (which is needed by L"C:\\Quicken.W98\\QACCES32.dll") not found
err:module:import_dll Library QACCES32.dll (which is needed by L"C:\\Quicken.W98\\QWWIN.dll") not found
err:module:import_dll Library QWWIN.dll (which is needed by L"C:\\Quicken.W98\\QWRMND.dll") not found
err:module:import_dll Library IPROF32.dll (which is needed by L"C:\\Quicken.W98\\QWUTIL7.dll") not found
err:module:import_dll Library QWUTIL7.dll (which is needed by L"C:\\Quicken.W98\\QACCES32.dll") not found
err:module:import_dll Library QACCES32.dll (which is needed by L"C:\\Quicken.W98\\QWRMND.dll") not found
err:module:import_dll Library QWRMND.dll (which is needed by L"C:\\Quicken.W98\\QW.EXE") not found
err:module:import_dll Library IPROF32.dll (which is needed by L"C:\\Quicken.W98\\QW.EXE") not found
err:module:import_dll Library Q_encutl.dll (which is needed by L"C:\\Quicken.W98\\QW.EXE") not found
err:module:import_dll Library Q_enclib.dll (which is needed by L"C:\\Quicken.W98\\QW.EXE") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Quicken.W98\\QW.EXE" failed, status c0000135
All of the above mentioned DLLs are either in the C:\Quicken.W98 or the C:\windows\system32 directory, so I am puzzled by the behavior. I would try re-installing from scratch, but I don't know where the downloaded file is at this point in time and I don't believe the file is still available for download anywhere.
How do I get this working? I need Quicken Deluxe 98 running before I can migrate releases.
Dave
problem migrating Quicken Deluxe 98 from wine 1.2.2 to 1.6.2
Re: problem migrating Quicken Deluxe 98 from wine 1.2.2 to 1
Copy from where? If you mean from a Windows install, that's not supported. If you mean from an old wineprefix, copy the whole wineprefix.dhdurgee wrote: I had hoped I would simply be able to copy my Quicken.w98 directory and various files over and run it, but that is not the case.
Re: problem migrating Quicken Deluxe 98 from wine 1.2.2 to 1
dimesio wrote:Copy from where? If you mean from a Windows install, that's not supported. If you mean from an old wineprefix, copy the whole wineprefix.dhdurgee wrote: I had hoped I would simply be able to copy my Quicken.w98 directory and various files over and run it, but that is not the case.
Yes, I did copy the entire Quicken.W98 directory and various DLLs in the system32 directory from my working wine 1.2.2 setup running on LM 11 Katya x64.
I thought of one further thing to check and downloaded the dependency tracker and ran it under wine 1.6.2 against QW.EXE to see what was reported. The problem is identifed with four DLLs in the system32 directory:
IPROF32.DLL
MFC42.DLL
Q_ENCLIB.DLL
Q_ENCUTL.DLL
All of these DLLs are working with my wine 1.2.2 setup, so perhaps there is something problemic with them in 1.6.2? Any ideas?
Dave
Re: problem migrating Quicken Deluxe 98 from wine 1.2.2 to 1
That is not what I said to do. You need to copy the WHOLE WINEPREFIX.dhdurgee wrote: Yes, I did copy the entire Quicken.W98 directory and various DLLs in the system32 directory from my working wine 1.2.2 setup running on LM 11 Katya x64.