Crash when login with client on linux - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Crash when login with client on linux (/thread-1244.html) |
RE: Crash when login with client on linux - bearbin - 09-18-2013 (09-17-2013, 11:06 PM)Carlossg Wrote: If I do that server works, but world is underwater and commands doesnt work(Plugins?) That's because you need to pull in submodules as well. In your server dir, do git pull --recurse-submodules. The CI build is fixed now, btw. RE: Crash when login with client on linux - tigerw - 09-18-2013 To update, use me and bearbin's auto updating script. Just go to the dir you want MCServer in, and type: Code: wget https://github.com/tigerw/MCServer-Autoupdate-Script/raw/master/updateserver.sh; bash updateserver.sh Then in the future, to update, just type: "bash updateserver.sh" Make sure that you make yourself an admin (type in console, "rank *your_username* Admins), taking care to type "Admins" and not "Admin". RE: Crash when login with client on linux - Carlossg - 09-20-2013 Commands don't work to me in console, I tipe "rank Carlossg Admins" and it gives me, unknow command type help...blabla Y type help and it says it again unknow command, what happens? EDIT:World is underwater too I'm using last CI build RE: Crash when login with client on linux - xoft - 09-20-2013 You probably don't have the Core plugin installed and active. Make sure that it is in the Plugins/Core folder and it is enabled in the settings.ini RE: Crash when login with client on linux - Carlossg - 09-20-2013 (09-20-2013, 04:17 AM)xoft Wrote: You probably don't have the Core plugin installed and active. Make sure that it is in the Plugins/Core folder and it is enabled in the settings.ini It's enabled an there are a core folder with files RE: Crash when login with client on linux - NiLSPACE - 09-20-2013 Did you type the rank command in-game or in the console? RE: Crash when login with client on linux - Carlossg - 09-21-2013 (09-20-2013, 11:24 PM)STR_Warrior Wrote: Did you type the rank command in-game or in the console? In console, help command too RE: Crash when login with client on linux - NiLSPACE - 09-21-2013 Did you type "/rank" or "rank"? RE: Crash when login with client on linux - Carlossg - 09-21-2013 (09-21-2013, 03:26 AM)STR_Warrior Wrote: Did you type "/rank" or "rank"? "rank" and "help" in console RE: Crash when login with client on linux - NiLSPACE - 09-21-2013 hmm weird. Do you get any errors when the server starts? Maybe the core gets an error when starting. |