Codemastadink wrote: > > When i type in the terminal > > > Code: > cody@cody-laptop:~$ wine crysis > wine: could not load L"C:\\windows\\system32\\crysis.exe": Module not found > > For the correct way to run a program from the terminal, see http://wiki.winehq.org/FAQ#head-3b297df7a5411abe2b8d37fead01a2b8edc21619 > So i am trying to follow the how to here http://appdb.winehq.org/objectManager.php?sClass=version&iId=10107 > > im kinda new and dont know exactly what to do. > > For the first part > > Code: > Compile Wine 1.1.0 with this patch to get it to do "proper" mouse warping > > > I have absolutely no clue what to do.. could anyone help? Patching involves downloading the source and compiling Wine yourself. The wiki has instructions for building Wine at http://wiki.winehq.org/Recommended_Packages (32 bit) and http://wiki.winehq.org/WineOn64bit (64 bit). How to patch can be found in the instructions for regression testing, http://wiki.winehq.org/RegressionTesting (scroll down to the Patching Your Git Tree section). > Im using Wine 1.0 You might want to try upgrading to 1.1.4, reinstalling your app to a clean wineprefix, and running it correctly from the terminal before attempting more complicated fixes.