View Single Post
  #8  
Old 07-26-2018, 07:43 PM
Shudonen
Fire Beetle
 
Join Date: Jul 2018
Location: NC
Posts: 7
Default

I have since deleted, and reinstalled both the server and the client, and I am still getting the same issue. on my client PC, my shortcut to eqgame.exe has this path

Code:
"E:\Program Files\Sony\Emulator\EverQuest.exe" patchme
and my eqhost.txt has

Code:
[LoginServer]
Host=192.168.1.96:5998
on the server, I have updated the eqmu_config.json

Code:
"loginserver2" : {
          "accounbt" : "",
          "host" : "192.168.1.96"'
          "password : ""'
          "port" ; "5998"'
},
as well as the login.ini

Code:
local_network = 192.168.1.96
Nevermind, I found the error, and I am posting to help any other idiot like me.... the shortcut should direct to "eqgame.exe" NOT "everQuest.exe"
Reply With Quote