就我而言,我发现安装mono-complete
不允许我的应用程序(CloudBerry Explorer)运行,因为它正在寻找无法正确找到通过Mono运行的配置文件。
我在无法安装.NET 2.0的x64系统上运行(请参阅http://appdb.winehq.org/objectManager.php?sClass=version&iId=3754),因此我发现必须删除我的葡萄酒目录并执行:
export WINEARCH="win32"
winetricks dotnet20
(或者,您可以WINEPREFIX
为具有win32
体系结构的应用程序设置其他选项,但是我不需要那种环境的分离,并且对我之前的设置进行修改是完全可以接受的。)
此时,我想运行,winetricks mono28
但是winetricks尚未更新,可以说明Novell从其镜像中删除了文件(请参阅http://code.google.com/p/winetricks/issues/detail?id=221)。我在票证中使用了建议的解决方案:
wget http://download.mono-project.com/archive/2.8/windows-installer/9/mono-2.8-gtksharp-2.12.10-win32-9.exe
wine mono-2.8-gtksharp-2.12.10-win32-9.exe
(可悲的是,下载该文件大约需要30分钟,因为mono-project.com服务器没有Novell所拥有的那种果汁。)它允许我想使用的应用程序运行(它有一些问题,但是我(.NET支持)。
fixme:advapi:DecryptFileA "C:\\users\\yasin\\Temp\\IXP000.TMP\\" 00000000 fixme:advapi:LsaOpenPolicy ((null),0x33f31c,0x00000001,0x33f344) stub fixme:advapi:LsaClose (0xcafe) stub fixme:storage:create_storagefile Storage share mode not implemented. err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x451d7c
遇到此错误:@Andrei:谁在乎您想要什么?OP要酒。