I have my debian server up and sourced (first time with linux so I'm still learning). When I try to log in from my windows machine the server shows as locked from the server select screen. Ive added the <unlocked></unlocked> to my eqemu_config.xml file and still nothing. Went into the HTTP manager and it shows unlocked. When I lock and unlock it from there it just gives me "boot_quest does not take any arguments.boot_quest does not take any arguments.boot_quest does not take any arguments." error in my terminal. I scanned around some posts here and compated my logs and I think I the problem may be with eqlaunch, but if it is I'm not sure how to fix it.
Code:
[Debug] Starting Log: logs/eqemu_debug_10224.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [LAUNCHER__INIT] Starting main loop...
[Debug] [NET__WORLD] Connected to World: localhost:9000
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1213060176
[Debug] [COMMON__THREADS] Ending TCPConnectionLoop with thread ID -1213060176
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1221452880
[Debug] [NET__WORLD] Connected to World: localhost:9000
[Debug] [COMMON__THREADS] Ending TCPConnectionLoop with thread ID -1221452880
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1229845584
[Debug] [NET__WORLD] Connected to World: localhost:9000
[Debug] [COMMON__THREADS] Ending TCPConnectionLoop with thread ID -1229845584
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1238238288
[Debug] [NET__WORLD] Connected to World: localhost:9000
[Debug] [COMMON__THREADS] Ending TCPConnectionLoop with thread ID -1238238288
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1246630992
[Debug] [NET__WORLD] Connected to World: localhost:9000
[Debug] [COMMON__THREADS] Ending TCPConnectionLoop with thread ID -1246630992
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1255023696
[Debug] [NET__WORLD] Connected to World: localhost:9000
It appears to be in an endless loop and wont launch any dynamic zones.
when I ./start ther server i get this, which l think is normal.
Code:
eqemu@debian:~/server$ ./start
+ LNAME=zone
+ '[' '' = test ']'
++ pwd
+ P=/home/eqemu/server
+ export LD_LIBRARY_PATH=:/home/eqemu/server
+ LD_LIBRARY_PATH=:/home/eqemu/server
+ mkdir -p logs
+ '[' '!' -e .lock-zones -a '!' -e .lock-world ']'
+ for f in 'logs/eqemu_*.log'
+ '[' logs/eqemu_debug_10224.log = logs/eqemu_commands_zone.log ']'
+ rm -f logs/eqemu_debug_10224.log
+ for f in 'logs/eqemu_*.log'
+ '[' logs/eqemu_debug_9401.log = logs/eqemu_commands_zone.log ']'
+ rm -f logs/eqemu_debug_9401.log
+ for f in 'logs/eqemu_*.log'
+ '[' logs/eqemu_debug_world.log = logs/eqemu_commands_zone.log ']'
+ rm -f logs/eqemu_debug_world.log
+ for f in 'logs/eqemu_*.log'
+ '[' logs/eqemu_world.log = logs/eqemu_commands_zone.log ']'
+ rm -f logs/eqemu_world.log
+ '[' '!' -e .lock-world ']'
+ touch .lock-world
+ ./persist_world
+ sleep 15
+ '[' '!' -e .lock-launcher ']'
+ touch .lock-launcher
+ ./eqlaunch zone
if I need to provied anything else please lt me know.
Thank you.