我正在使用 ubuntu GNOME 16.04。
首先,我安装了最新的稳定版 wine,但无法通过双击来启动 exe 文件。因此,我尝试从终端运行 exe 文件。
ren@TheMostWantedNetwork:/media/ren/BA320_2/Ad stuff/WIN SOFTWARE$ wine OpenToonzSetup.exe
fixme:winediag:start_process Wine Staging 2.21 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:module:attach_process_dlls "comctl32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\media \\ren\\BA320_2\\Ad stuff\\WIN SOFTWARE\\OpenToonzSetup.exe" failed, status c0000005
我以为软件出了问题。因此,我尝试用另一个 exe 文件执行同样的操作,但仍然显示相同的错误
ren@TheMostWantedNetwork:/media/ren/BA320_2/Ad stuff/WIN SOFTWARE$ wine sai-1.2.5-ful-en.exe
fixme:winediag:start_process Wine Staging 2.21 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:module:attach_process_dlls "comctl32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\media\\ren\\BA320_2\\Ad stuff\\WIN SOFTWARE\\sai-1.2.5-ful-en.exe" failed, status c0000005
因此我尝试启动 winecfg,它也显示错误。
ren@TheMostWantedNetwork:/media/ren/BA320_2/Ad stuff/WIN SOFTWARE$ winecfg
fixme:winediag:start_process Wine Staging 2.21 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
err:module:attach_process_dlls "comctl32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005
与旧版本的 Wine 一样。我该怎么办?
(如果有语法错误,请见谅。)
答案1
回答晚了,但要找出 wine 是否有问题或应用程序是否有问题,一种方法是启动 wine 本身而不使用参数......所以这个命令应该打开一个 Microsoft Windows dos 框/调试器框。
葡萄酒开始
如果应用程序出现故障,则需要您自己承担责任。