Quote:
Originally Posted by xsxix
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.