I am new to Linux, and my server has a segmentation fault when I try to start it, which I've been researching so I sorta understand what it is and what's happened. But I am at a loss at things to try in order to get it fixed.
Here's the output if it helps:
Code:
eqemu@xxxxxxxx:~/server$ ./start
+ LNAME=zone
+ '[' '' = test ']'
+ 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_commands_zone.log = logs/eqemu_commands_zone.log ']'
+ continue
+ for f in 'logs/eqemu_*.log'
+ '[' logs/eqemu_debug_2134.log = logs/eqemu_commands_zone.log ']'
+ rm -f logs/eqemu_debug_2134.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
+ '[' ']'
+ sleep 15
+ ./world
./start: line 60: 2157 Segmentation fault ./world 2>&1 > logs/world
+ '[' '!' -e .lock-launcher ']'
+ touch .lock-launcher
+ '[' ']'
+ '[' ']'
+ ./eqlaunch zone
I'd appreciate any thoughts, ideas, or links to get me started figuring this out.