Hey, so im trying to get Wine running. I installed, but when i go tp Applications>Wine>Programs, its not in there, its only a tecnical support document, and a readme for Crysis. double ckicking the crysis.exe file doesnt do anthing. When i type in the terminal Code: cody at cody-laptop:~$ wine crysis wine: could not load L"C:\\windows\\system32\\crysis.exe": Module not found 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? Im using Wine 1.0
Codemastadink wrote:> > When i type in the terminal > > > Code: > cody at 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.0You 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.
dimesio wrote:> > Codemastadink wrote: > > > > When i type in the terminal > > > > > > Code: > > cody at 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 > > I cant CD to the file, i think cuz my .wine file in the home folder is hidden. > > > > 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). > "Simply download the patch (likely from bugzilla, or possibly from e-mail) and copy it to your ~/wine-git folder." > I dont have that folder. > > > > 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.