AlexMog / Longship

Valheim Dedicated server Fixes, Optimizations and High-Level API
MIT License
29 stars 3 forks source link

Linux server running problems #18

Closed benocspeter closed 3 years ago

benocspeter commented 3 years ago

Hi, I am trying to use this on a linux hosted dedicated server, but when running run_longship.sh I get errors: undefined symbol dlopen inlibdoorstepx_x64.so Any idea?

AlexMog commented 3 years ago

Hello ! Longship is not using UnityDoorstep anymore, if you want to use Longship, you will first need to install BepInEx's mod injector. You can find more inflammations about the new installation process here: https://github.com/AlexMog/Longship#manual-installation And the installation of BepInEx can be found here: https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/ (taka a look at "Manual Installation" part)

benocspeter commented 3 years ago

Hi, Yes I tried bepin version too, but I had some trouble with that too. For example I can't add command line arguments to the executable path in the run_bepinex.sh script which should start the server. So no configurations:/ If u have any idea about that I would appreciate it :)

Regards, Peter

AlexMog notifications@github.com ezt írta (időpont: 2021. febr. 22., H, 20:55):

Hello ! Longship is not using UnityDoorstep anymore, if you want to use Longship, you will first need to install BepInEx's mod injector. You can find more inflammations about the new installation process here: https://github.com/AlexMog/Longship#manual-installation And the installation of BepInEx can be found here: https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/ (taka a look at "Manual Installation" part)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AlexMog/Longship/issues/18#issuecomment-783632576, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZCCSH4DED3YO7YDXSL77DTAKZBRANCNFSM4YBEIQ4Q .

AtroposOrbis commented 3 years ago

Hi, Yes I tried bepin version too, but I had some trouble with that too. For example I can't add command line arguments to the executable path in the run_bepinex.sh script which should start the server. So no configurations:/ If u have any idea about that I would appreciate it :) Regards, Peter AlexMog notifications@github.com ezt írta (időpont: 2021. febr. 22., H, 20:55): Hello ! Longship is not using UnityDoorstep anymore, if you want to use Longship, you will first need to install BepInEx's mod injector. You can find more inflammations about the new installation process here: https://github.com/AlexMog/Longship#manual-installation And the installation of BepInEx can be found here: https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/ (taka a look at "Manual Installation" part) — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#18 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZCCSH4DED3YO7YDXSL77DTAKZBRANCNFSM4YBEIQ4Q .

To help simplify your life, why not use docker for this project using https://github.com/mbround18/valheim-docker All you must do is drop in BepInEx and then place Longship in plugins and you're good to go.

benocspeter commented 3 years ago

jeeesus so good you found this topic. I was tearing my hair out!

You are my savior! :) Thanks!