View Single Post
  #4  
Old 03-07-2010, 05:22 PM
xsxix
Fire Beetle
 
Join Date: Apr 2009
Location: Mo USA
Posts: 4
Default

changed all localhost variables to 192.168.*.* .. used the machine's IP. Changed the values in the following... eqemu xml, the minilogin ini and the eqhost txt.
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...


startup.bat conents=
--------------------
@echo off
Echo Starting MiniLogin Server
c:
cd c:\minilogin
start minilogin.exe
echo.
echo.

cd C:\build
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 127.0.0.1 > nul

echo starting zone
start eqlaunch.exe zone
exit
Reply With Quote