•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Hosting Server Issue with dedicated server on Raspberry pi 2 (ARM).

Posts
3
Likes
0
Hello,

I am trying to launch a dedicated server on Raspberry pi 2. When I launch openjkded.arm, I get error:

Sys_LoadGameDll(/root/.local/share/openjk/MBII/jampgamearm.so) failed: "/root/.local/share/openjk/MBII/jampgamearm.so: cannot open shared object file: No such file or directory"

I would appreciate some help since i don't know how I can get jampgamearm.so file.
 
Posts
3
Likes
0
Thank you very much for the file. Unfortunately I get the same error (permissions are good, the file is there).

Sys_LoadGameDll(/home/pi/.local/share/openjk/MBII/jampgamearm.so) failed: "/home/pi/.local/share/openjk/MBII/jampgamearm.so: cannot open shared object file: No such file or directory"
Sys_LoadGameDll(./MBII/jampgamearm.so) failed: "./MBII/jampgamearm.so: cannot open shared object file: No such file or directory"
Sys_LoadGameDll(/home/pi/.local/share/openjk/base/jampgamearm.so) failed: "/home/pi/.local/share/openjk/base/jampgamearm.so: cannot open shared object file: No such file or directory"
Sys_LoadGameDll(./base/jampgamearm.so) failed: "./base/jampgamearm.so: cannot open shared object file: No such file or directory"
VM_Create: jampgamearm.so failed!
Sys_LoadLegacyGameDll(/home/pi/.local/share/openjk/MBII/jampgamearm.so) failed: "/home/pi/.local/share/openjk/MBII/jampgamearm.so: cannot open shared object file: No such file or directory"
Sys_LoadLegacyGameDll(./MBII/jampgamearm.so) failed: "./MBII/jampgamearm.so: cannot open shared object file: No such file or directory"
Sys_LoadLegacyGameDll(/home/pi/.local/share/openjk/base/jampgamearm.so) failed: "/home/pi/.local/share/openjk/base/jampgamearm.so: cannot open shared object file: No such file or directory"
Sys_LoadLegacyGameDll(./base/jampgamearm.so) failed: "./base/jampgamearm.so: cannot open shared object file: No such file or directory"
VM_CreateLegacy: jampgamearm.so failed!
 

ent

Movie Battles II Team
Posts
848
Likes
390
Did you try to rename? It cannot find the file at all but it exists.
Did you put the file in the correct folder?
Could you also try to put the file into a pk3 file (it's a zip file).
Try with and without "lib-" prefix.
 
Last edited:
Top