Kan installere program med "wine" men ikke køre!
jeg har downloadet TeXniCcenter som jeg har installeret ved at skrive:WINEDLLOVERRIDES="riched20=n" wine TXCSetup_1Beta6_30.exe
Men når jeg forsøger at kører programmet får jeg disse fejl:
johs@ubuntu:~/.wine/drive_c/Program Files/TeXnicCenter $ wine TEXCNTR.EXE
Warning: Language 'en_DK' was not recognized, defaulting to 'en_US'.
Warning: Language 'en_DK' was not recognized, defaulting to 'en_US'.
Warning: Language 'en_DK' was not recognized, defaulting to 'en_US'.
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\TeXnicCenter\\MFCExt.dll") not found
err:module:import_dll Library MSVCIRT.dll (which is needed by L"C:\\Program Files\\TeXnicCenter\\MFCExt.dll") not found
err:module:import_dll Library MFCExt.dll (which is needed by L"C:\\Program Files\\TeXnicCenter\\CrysEditEx.dll") not found
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\TeXnicCenter\\CrysEditEx.dll") not found
err:module:import_dll Library CrysEditEx.dll (which is needed by L"C:\\Program Files\\TeXnicCenter\\TEXCNTR.EXE") not found
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\TeXnicCenter\\MFCExt.dll") not found
err:module:import_dll Library MSVCIRT.dll (which is needed by L"C:\\Program Files\\TeXnicCenter\\MFCExt.dll") not found
err:module:import_dll Library MFCExt.dll (which is needed by L"C:\\Program Files\\TeXnicCenter\\TEXCNTR.EXE") not found
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\TeXnicCenter\\MSXMLCPP.dll") not found
err:module:import_dll Library MSXMLCPP.dll (which is needed by L"C:\\Program Files\\TeXnicCenter\\TEXCNTR.EXE") not found
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\TeXnicCenter\\TEXCNTR.EXE") not found
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\TeXnicCenter\\BCGCB63.dll") not found
err:module:import_dll Library BCGCB63.dll (which is needed by L"C:\\Program Files\\TeXnicCenter\\TEXCNTR.EXE") not found
err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program Files\\TeXnicCenter\\mre200l.dll") not found
err:module:import_dll Library mre200l.dll (which is needed by L"C:\\Program Files\\TeXnicCenter\\TEXCNTR.EXE") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\TeXnicCenter\\TEXCNTR.EXE" failed, status c0000135
johs@ubuntu:~/.wine/drive_c/Program Files/TeXnicCenter $
Jeg har prøvet at kopiere nogle af disse DLL filer over i:
/home/johs/.wine/drive_c/windows
/home/johs/.wine/drive_c/windows/system
/home/johs/.wine/drive_c/Program Files/TeXnicCenter
Men det hjælper ikke!
Jeg har fx også prøvet at tilføje dette til min .wine/config fil:
[AppDefaults\\TEXCNTR.EXE\\DllOverrides]
"MFCExt" = "native"
...meeen det hjælper heller ikke.
Er der nogen som har et forslag??
