首页 > 解决方案 > 无法用 wine 运行 EASYCODE

问题描述

我想将 EASYCODE 与 wine 一起使用,所以我下载了(https://www.easycode.de/download/ec_9_3_3.zip)并安装了它,我似乎可以毫无问题地做到这一点,但是当我尝试启动它时,似乎什么也没发生,所以我看着在 shell 上启动它,我得到了以下信息:

env WINEPREFIX="/home/ron/.wine" wine C:\\windows\\command\\start.exe /Unix /home/ron/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/EasyCODE\ 9.3/EasyCODE\ Development\ Suite.lnk
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00004100
ron@DesktopRon ~> 0104:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFC" (8.0.50727.762)
0104:err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\EASYCODE\\EasyCODE 9.3\\pvglob.dll") not found
0104:err:module:import_dll Library pvglob.dll (which is needed by L"C:\\EASYCODE\\EasyCODE 9.3\\EasyCODE.exe") not found
0104:err:module:import_dll Library mfc110.dll (which is needed by L"C:\\EASYCODE\\EasyCODE 9.3\\EasyCODE.exe") not found
0104:err:module:import_dll Library mfc110.dll (which is needed by L"C:\\EASYCODE\\EasyCODE 9.3\\BCGCBPRO1610110.dll") not found
0104:err:module:import_dll Library BCGCBPRO1610110.dll (which is needed by L"C:\\EASYCODE\\EasyCODE 9.3\\EasyCODE.exe") not found
0104:err:module:LdrInitializeThunk Importing dlls for L"C:\\EASYCODE\\EasyCODE 9.3\\EasyCODE.exe" failed, status c0000135
wine: Unhandled page fault on write access to 0000000000000000 at address 00007FAE1EE739BB (thread 0078), starting debugger...
0078:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 104 80" (1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger

我有机会做到这一点吗?

我已经尝试过:

sh winetricks vcrun2005

我的环境:

wine-6.15
winetricks 20210206 - sha256sum: fca9fc58fa48951cecf67b8d42aa6b947f90307a08415d9403d2b8913e03a1d7
Manjaro all up-to-date

标签: dependencieswine

解决方案


推荐阅读