我使用HomeBrew在OSX上安装WINE。
我从http://www.fastbem.com/Download.html
下载了64位.EXE现在我尝试运行它,它应该将FastBEM安装到“Program Files”
piBookAir:Program Files pi$ wine ~/Downloads/FastBEM_Acoustics_Solver_Win64.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:mstask:MSTASK_ITaskScheduler_Delete 0x1531f0, L"Z Users pi Downloads FastBEM_Acoustics_Solver_Win64.exe.job": stub
现在我不确定这是否意味着失败或成功。查看“程序文件”表明它失败了,因为没有任何东西,它应该是:
piBookAir:Program Files pi$ pwd
/Users/pi/.wine/drive_c/Program Files
piBookAir:Program Files pi$ ls -lat
total 0
drwxr-xr-x 5 pi staff 170 4 Mar 23:19 .
drwxr-xr-x 3 pi staff 102 4 Mar 23:19 Java
drwxr-xr-x 5 pi staff 170 4 Mar 23:18 ..
drwxr-xr-x 3 pi staff 102 4 Mar 23:18 Common Files
drwxr-xr-x 3 pi staff 102 4 Mar 23:18 Internet Explorer
我想不出任何其他的尝试。这是一个死胡同吗?
答案 0 :(得分:0)
问题是WINE无法运行64位二进制文件。
http://thread.gmane.org/gmane.comp.emulators.wine.devel/97417