View Single Post
  #3  
Old 11-08-2011, 01:22 AM
Veluux Veluux is offline
Large Bat


Join Date: Nov 2011
Posts: 12
Default

Quote:
Originally Posted by Naez 4.20 [You must be logged in to view images. Log in or Register.]
Make a file on desktop called EQEmu.sh, then put the following script in it

Code:
#!/bin/bash
cd "/path/to/Sony/EQEmu"
taskset -c 0x1 wine eqgame.exe patchme
Right click->properties->Permissions: Read&Write, Allow execution as program.

Give it a pretty icon


You might not need the 'taskset -c 0x1' since your processor is 6 cores, its a "dual core bug" fix and not sure if it affects you or not.
Hey, thanks for the response!

Did a fresh install of the game, double-checking all the normal things. Created the .sh file and copied in the script. When I click the .sh file I get a dialogue box that says:

"Do you want to run "EQEmu.sh", or display its contents?"
("EQEmu.sh" is an executable text file)

With the options to 1) Run in Terminal 2) Display 3) Cancel 4) Run.

Both Run and Run in Terminal don't do anything at all. Even watching my system monitor there is not even a slight rise in processor activity after choosing either of the options.
Reply With Quote