EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Error? Any ideas please? :) (https://www.eqemulator.org/forums/showthread.php?t=34779)

sheir96 01-26-2012 04:59 AM

Error? Any ideas please? :)
 
http://i1062.photobucket.com/albums/...6/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


All times are GMT -4. The time now is 05:17 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.