Page 1 of 4

Can't connect

Posted: Sun Jun 30, 2013 2:28 am
by Rasnav
Every time I try to connect to the server with the Craftland launcher my game closes. Can anyone help me with this!?

Re: Can't connect

Posted: Sun Jun 30, 2013 2:50 am
by Tyler
Can you post a crash log? What operating system are you running? Do you know your computer's hardware specifications?

Re: Can't connect

Posted: Sun Jun 30, 2013 2:52 am
by nickmcski
Have you read the topic called came crashed/low FPS (it's an announcement)

Re: Can't connect

Posted: Sun Jun 30, 2013 3:21 am
by Rasnav
Yes I read the Forum and I run Linux. The console doesn't show me an error log it just closes.

Re: Can't connect

Posted: Sun Jun 30, 2013 3:22 am
by Rasnav
Usually I can fix these issues on my own but since I don't know anything about the script of the launcher I can't fix it.

Re: Can't connect

Posted: Sun Jun 30, 2013 3:27 am
by Tyler
Do you know what graphics chipset your computer has?

Open a terminal and type:

Code: Select all

lspci -v
My guesses are:
1) Nvidia Graphics
2) Not enough allocated system memory
3) Maybe you're using OpenJDK/JRE instead of Oracle Java 7 (not that it should matter, but sometimes it does)

If all else fails, go to your Home folder, choose to show hidden files, delete your .craftland folder and restart the launcher.

Re: Can't connect

Posted: Sun Jun 30, 2013 4:52 am
by nickmcski
If you have an advanced knowledge you can run

Code: Select all

java -Xmx6G -Xms6G -cp launcher.jar org.spoutcraft.launcher.Main
in the craftland folder that will run it with a console

Re: Can't connect

Posted: Sun Jun 30, 2013 3:38 pm
by Tyler
nickmcski wrote:If you have an advanced knowledge you can run

Code: Select all

java -Xmx6G -Xms6G -cp launcher.jar org.spoutcraft.launcher.Main
in the craftland folder that will run it with a console

That's assuming he has 6 GB of memory to spare...

Try it with 1 GB first:

Code: Select all

java -Xmx1G -Xms1G -cp launcher.jar org.spoutcraft.launcher.Main

Re: Can't connect

Posted: Sun Jun 30, 2013 10:55 pm
by Rasnav
I have 3 GB of memory total and I have 2 GB allocated because I don't use more than 1 GB for anything else. Minecraft doesn't work well on Linux without Oracle Java 8 beta, and I have intel integrated Graphics with 256mb of memory.

Re: Can't connect

Posted: Sun Jun 30, 2013 11:00 pm
by Rasnav
I deleted the .craftland folders and Restarted the launcher so It would find the files again and download them and it still didn't work. I don't think Java 8 is the problem but I will try reinstalling Java 7 and see if that fixes it.