http://bugs.winehq.org/show_bug.cgi?id=25658 --- Comment #10 from Dan Kegel <dank(a)kegel.com> 2011-04-22 01:01:40 CDT --- Created an attachment (id=34280) --> (http://bugs.winehq.org/attachment.cgi?id=34280) winetricks verb to install with mono Vincent showed me how to get the patcher working with mono. Still can't start the game, though. Here's the procedure I use, more or less (after downloading the attached nfsworld.verb): wget http://winetricks.org/winetricks sh winetricks -q nfsworld.verb cd ~/.local/share/wineprefixes/nfsworld export WINEPREFIX=`pwd` # Run it once, then kill it, since the first run doesn't accept keyboard input? wine cmd /c run-nfsworld.bat # Remove file Vincent warned us about to work around a mono bug? find . -name user.config -exec rm \() \; # Log in without moving window. It should patch, but doesn't seem to run? wine cmd /c run-nfsworld.bat -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.