View Single Post
  #5  
Old 03-07-2010, 05:32 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by xsxix View Post
Now I'm receiving the following error when I launch my startup.bat

---------------------------------------------
[03.07. - 15:17:56] Starting Log: logs/eqemu_debug_3552.log
[03.07. - 15:17:56] [LAUNCHER__INIT] Loading server configuration..
[03.07. - 15:17:57] [NET__WORLD] WorldConnection connect: Connecting to the server 192.168.1.2:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[03.07. - 15:17:57] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[03.07. - 15:17:57] [LAUNCHER__INIT] Starting main loop...
Does eqlaunch not produce any messages after that ? The inital 10061 error is normal, but I would expect to see it connect a few seconds later, i.e.
Code:
[Debug] [NET__WORLD] Connected to World: 192.168.1.2:9000
followed by the zones being started.
Reply With Quote