View Full Version : Error? Any ideas please? :)
sheir96
01-26-2012, 04:59 AM
http://i1062.photobucket.com/albums/t488/sheir96/Untitled.jpg
What should I do?
sheir96
01-26-2012, 05:19 AM
Fixed it...all i did was copied the perl510.dll and put it in the executable folder
sheir96
01-26-2012, 05:26 AM
Failed to open log file: logs/eqemu_debug_0632.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1
:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[Debug] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[Debug] [LAUNCHER__INIT] Starting main loop...
Not sure what to do...But also the world.exe,zone.exe will open up really fast and close...Please help!
Vexyl
01-27-2012, 01:22 AM
You're getting the world connect failure message because it can't connect to the world server (it opens and closes really fast as you put it.)
We need to know why world.exe is crashing, so please post your world log here.
Noport
01-27-2012, 09:47 AM
This will auto load your server for you your welcome glad to help.
Make a bat file serverstart.bat
@echo off
Echo Starting EQEmuLoginServer
c:
cd C:\eqemu
start eqemuloginserver.exe
echo
echo
cd C:\eqemu
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
Make a bat file serverministart.bat
@echo off
Echo Starting MiniLogin Server
c:
cd c:\eqemu
start minilogin.exe
echo.
echo.
cd C:\eqemu
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
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.