Log in

View Full Version : [LAUNCHER__ERROR] everything else seems fine


stick_e
04-02-2013, 08:54 PM
Hello,

I seem to be getting an error when trying to launch "eqlaunch"
[04.02. - 20:35:49] Starting Log: logs/eqemu_debug_launch_3052.log
[04.02. - 20:35:49] [LAUNCHER__ERROR] You must specfify a launcher name as the first argument to this program.

Everything else seems to be fine. I followed the guide and at the end, was a start.bat file we had to create, and 4 command line windows come up. I have 4 but I don't have c:\eq\eqemuserver\eqlaunch.exe instead i have 0:sleeping. Any ideas?

lerxst2112
04-02-2013, 10:07 PM
The line in your batch file should be:

start eqlaunch zone

stick_e
04-03-2013, 06:35 PM
This is the batch file:

@echo off
shared_memory.exe
start world.exe
echo waiting for the world to finish before starting zone...
ping -n 10 127.0.0.1 > nul
start queryserv.exe
start ucs.exe
start eqlaunch.exe zone
exit