Jump to content
  • 0

[HELP]L2j Infinity on Linux


Question

Posted

Hello Guys, I'm new here on forum.So I apologize in advance for the poor if I'm writing topic.

I have L2j Infinity but when i run server writing error.Login server boots up just fine.But GameServer ERROR in the Log: ./GameServer_loop.sh: line 10: L2J-Infinity.jar: command not found

My line:#!/bin/bash

 

# exit codes of GameServer:

#  0 normal shutdown

#  2 reboot attempt

 

while :; do

[ -f log/java0.log.0 ] && mv log/java0.log.0 "log/`date +%Y-%m-%d_%H-%M-%S`_java.log"

[ -f log/stdout.log ] && mv log/stdout.log "log/`date +%Y-%m-%d_%H-%M-%S`_stdout.log"

java -Xms1500m -Xmx1024m -cp bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar;L2J-Infinity.jar net.sf.l2j.gameserver.L2GameServer > log/stdout.log 2>&1

[ $? -ne 2 ] && break

# /etc/init.d/mysql restart

sleep 10

done

 

Thank you very much :)

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock