【发布时间】:2014-04-06 21:34:11
【问题描述】:
我使用 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
我想不出其他可以尝试的方法。这是一个死胡同吗?
【问题讨论】:
标签: macos installation wine program-files