0

我使用 HomeBrew 在 OSX 上安装 WINE。

我已经从http://www.fastbem.com/Download.html下载了 64 位 .EXE

现在我尝试运行它,它应该将 FastBEM 安装到“程序文件”中

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

我想不出还有什么可以尝试的。这是一个死胡同吗?

4

1 回答 1

0

问题是 WINE 不能运行 64 位二进制文​​件。

http://thread.gmane.org/gmane.comp.emulators.wine.devel/97417

于 2014-03-05T13:58:07.020 回答