L2JMobius

Interlude Unable to Execute Server – "required file not found" Error

Harda · 3 · 1200

Offline Harda

  • Vassal
  • *
    • Posts: 9
Hello,

I am having trouble launching the Interlude server on ubuntu. When attempting to execute the scripts (RegisterGameServer.sh, LoginServer.sh, and LoginServerTask.sh), I receive the following error:


Code: [Select]
-bash: ./RegisterGameServer.sh: cannot execute: required file not found
I have checked the following:

- The scripts are present in the /L2J/login directory.
- I have set the correct execution permissions (chmod +x).
- I have Java 8 installed (java -version returns a valid Java version).
- The file paths and dependencies seem correct, but the issue persists.

Could someone please assist me in troubleshooting this issue? Any help would be greatly appreciated!  ;D

Thank you in advance!


Online Mobius

  • Distinguished King
  • *****
    • Posts: 19659

Offline Harda

  • Vassal
  • *
    • Posts: 9
Ok yeah, thank you !
It's all right, i've used :
Code: [Select]
sed -i 's/\r$//' 'filename.sh' on all the .sh file. And now it's ok !
Problem Solved  ;)