我试图通过葡萄酒安装一个名为QUAL 2K的水质建模软件,但是我无法安装,因为我的葡萄酒只显示了错误,这个软件是否有其他方法安装这个软件,或者是否有QUAL 2K可供UBUNTU使用。
发布于 2018-02-13 08:35:57
安装葡萄酒,然后下载并解压您的软件:
sudo apt-get install wine
wget http://www.qual2k.com/download/Q2Kv2_12b1.zip
unzip Q2Kv2_12b1.zip
试着启动它:
WINEARCH=win32 wine q2kfortran2_12.exe
wine: created the configuration directory '/home/xenial/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0x10ee8a0, overlapped 0x10ee8ac): stub
wine: configuration in '/home/xenial/.wine' has been updated.
╔═══════════════════════════════════════════════╗
║ ║
║ QUAL2K ║
║ ║
║ Ver 2.11b8 - Mar 2009 ║
║ ║
╟───────────────────────────────────────────────╢
║ ║
║ User should register with: ║
║ ║
║ Steven C. Chapra ║
║ Hua Tao, Greg Pelletier ║
║ ║
║ steven.chapra@tufts.edu ║
║ ║
║ Department of Civil and Environmental ║
║ Engineering ║
║ Tufts University ║
║ Medford, MA 02155 ║
║ ║
╚═══════════════════════════════════════════════╝
1
它还显示了警告窗口:
我不知道这是预期的结果还是没有,但它似乎正在起作用。
https://askubuntu.com/questions/1005706
复制相似问题