View Single Post
  #2  
Old 04-06-2016, 08:37 AM
Pep Pep is offline
Sarnak

Pep's Avatar

Join Date: May 2012
Posts: 300
Default

You may have accidentally patched the client when trying different ways to run it, delete it and then copy again your windows installation on your chromebook.

Create a script that will start the game:
Code:
echo "cd ~/.wine/program\ files/sony/everquest/" > ~/starteq
echo "wine eqgame.exe patchme" >> ~/starteq
Make the script file executable:
Code:
chmod +x ~/starteq
Run the script file:
Code:
cd ~
./starteq
You should see a client window open asking to accept (or not) the EULA, after which you can login to play.

Post results and questions.
Reply With Quote