RocketMod / Rocket.Unturned

Unturned 3 implementation of the RocketMod — .NET Game Server Plugin Framework
MIT License
85 stars 111 forks source link

server will not start on linux #75

Closed urlordjames closed 5 years ago

urlordjames commented 5 years ago

issue

./start.sh server1 will fail with message https://gist.github.com/urlordjames/544aefcaae38e7bea3a2e211c7af0399 server crashes before accepting input

steps I used

I followed the tutorial on http://unturned.wikia.com/wiki/Hosting_a_Dedicated_Server then realized commands would not work so I figured I installed it incorrectly (which I probably did) and started from scratch following this tutorial https://youtu.be/z7aB-29esok. I noticed the error so I tried this workaround https://github.com/SmartlyDressedGames/Unturned-3.x-Community/issues/172 and realized it didn't change anything. I ran update.sh then ./start.sh and got a slightly different error https://gist.github.com/urlordjames/e81633ef4f7cd56c29b833fbf4a7872f. I ran ./start.sh server1 figuring I forgot to add server1 at the end and got yet another error https://gist.github.com/urlordjames/4a3240ee12978a58c355d984326acdaa (similar to first error).

os

Ubuntu 18.04.1 LTS

Trojaner commented 5 years ago

As far as I know you have to use Ubuntu 14

urlordjames commented 5 years ago

well, time to install linux on another one of my many craptops.

fr34kyn01535 commented 5 years ago

Well, you could use any linux / Ubuntu distro, we only have recipes for Ubuntu 14 and 16, you'd need to figure out what is missing on your own. Feel free to contribute a recipe if you succeeded.

urlordjames commented 5 years ago

Just to clarify, you're supposed to create a new directory called lib64?

fr34kyn01535 commented 5 years ago

What @RechtVH is adding here is no hidden knowledge. All of this is mentioned at https://github.com/RocketMod/Rocket.Unturned/tree/legacy/Rocket.Unturned/Scripts/Linux and in the scripts in that folder.