View previous topic :: View next topic |
Author |
Message |
cbborg Junior Member
Joined: 04 Aug 2012 Posts: 7 Location: England
|
Posted: Sun Sep 23, 2012 9:41 am Post subject: Minecraft server setup |
|
|
Hi,
Is it possible to setup a Minecraft server on sms 1.6.5 and if so how do you do that?
Thanks in advance
_________________ cbborg |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
|
Back to top |
|
cbborg Junior Member
Joined: 04 Aug 2012 Posts: 7 Location: England
|
Posted: Mon Sep 24, 2012 9:54 pm Post subject: |
|
|
Hi again,
I have downloaded the files you told me to and downloaded the .jar file to a new server folder and tryed to run it with Code: | java -Xms1G -Xmx1G -jar minecraft_server.jar nogui | and I get an error.
I have attached a minecraft server crash report which will explain the error.
Could you please help me fix this.
Description: |
|
 Download |
Filename: |
crash-2012-09-24_19.27.51-server.txt |
Filesize: |
2.41 KB |
Downloaded: |
1815 Time(s) |
_________________ cbborg |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Mon Sep 24, 2012 11:41 pm Post subject: |
|
|
nss.cfg is missing, it exists in openjdk, try installing that as well...
Code: | slapt-get -i openjdk |
gerasimos_h
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
cbborg Junior Member
Joined: 04 Aug 2012 Posts: 7 Location: England
|
Posted: Tue Sep 25, 2012 4:57 pm Post subject: |
|
|
It still doesn't work. I get what looks like the same error.
P.S: I am running the commands via SSH in PuTTY in windows, logged in as root. Would that make a difference to weather it should work?
_________________ cbborg |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Sep 25, 2012 5:13 pm Post subject: |
|
|
No it's OK, you need seamonkey-solibs too, from slackware...
http://slackware.mirrors.tds.net/pub/slackware/slackware64-current/slackware64/l/seamonkey-solibs-2.12.1-x86_64-1.txz
I just test it myself, I only install openjdk ans seanmonkey-solibs and run server with
Code: | java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui |
you should see something like...
Code: | 2012-09-25 18:14:23 [INFO] Starting minecraft server version 1.3.2
2012-09-25 18:14:23 [INFO] Loading properties
2012-09-25 18:14:23 [INFO] Default game type: SURVIVAL
2012-09-25 18:14:23 [INFO] Generating keypair
2012-09-25 18:14:23 [INFO] Starting Minecraft server on *:25565
2012-09-25 18:14:23 [INFO] Preparing level "world"
2012-09-25 18:14:24 [INFO] Preparing start region for level 0
2012-09-25 18:14:25 [INFO] Preparing spawn area: 69%
2012-09-25 18:14:26 [INFO] Preparing spawn area: 77%
2012-09-25 18:14:27 [INFO] Preparing spawn area: 89%
2012-09-25 18:14:28 [INFO] Preparing spawn area: 97%
2012-09-25 18:14:28 [INFO] Done (4.483s)! For help, type "help" or "?" |
gerasimos_h
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
cbborg Junior Member
Joined: 04 Aug 2012 Posts: 7 Location: England
|
Posted: Tue Sep 25, 2012 6:50 pm Post subject: |
|
|
Where do I place the seamonkey-solibs package once I have downloaded it or how do I install it?
_________________ cbborg |
|
Back to top |
|
cbborg Junior Member
Joined: 04 Aug 2012 Posts: 7 Location: England
|
Posted: Tue Sep 25, 2012 7:03 pm Post subject: |
|
|
Never mind, I have installed it now using Code: | wget http://slackware.mirrors.tds.net/pub/slackware/slackware64-current/slackware64/l/seamonkey-solibs-2.12.1-x86_64-1.txz
upgradepkg --install-new seamonkey-solibs-2.12.1-x86_64-1.txz
|
Thanks for your help.
_________________ cbborg |
|
Back to top |
|
ricky-fle Junior Member
Joined: 04 Oct 2012 Posts: 1
|
|
Back to top |
|
|