View Single Post
  #15  
Old 11-08-2011, 02:44 AM
Veluux Veluux is offline
Large Bat


Join Date: Nov 2011
Posts: 12
Default

I also tried changing the code to:

Code:
#!/bin/bash
cd "/home/alex/.wine/drive_c/Program Files/Sony/EverQuest/"
taskset -c 0x1 wine eqgame.exe patchme
But got the exact same error read-out from the terminal. So i'm thinking it has to do with the WINE build since the error is showing the retrace and return keywords that I remember from reading the linux guide for compiling WINE. You said it takes like 2 hours?
Reply With Quote