Problem Starting Monster Pack 1.6.4 Mac OS Mavericks

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

ickmol

New Member
Jul 29, 2019
3
0
0
  • What OS are you running? Mac OS X Mavericks
  • Are you using minecraft hosting provider or a dedicated/local server not designed for minecraft? just a local server run off my school issue laptop which has above average stats
  • What version of FTB are you using? i believe it is version 1.0.9
  • Did you add any mods to the server pack? not yet
  • What are your server specs?
    Code:
    #!/bin/bash
    cd "$(dirname "$0")"
    exec java -Xmx5G -Xms5G -jar minecraft_server.jar nogui
    is the startup code for my server
  • A good detailed paragraph about the problem - Okay so i boot up the server and all looks good besides the 1 or 2 errors you see here and there but i researched them and they are harmless just moddy... things. Anyhow, the server all looks good until project red says it searching for proxies for TCon for like 5 minutes and the terminal (macs version of CMD) says [process complete]
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
RAM is not your specs, if a laptop is what your using I'm surprised it doesn't melt trying to start. We are going to Need your server.log
 

ickmol

New Member
Jul 29, 2019
3
0
0
my server.log only says
Code:
2014-02-26 02:51:52 [INFO] Starting minecraft server version 1.6.4
2014-02-26 02:54:12 [INFO] Starting minecraft server version 1.6.4
 

Francis Baster

New Member
Jul 29, 2019
295
0
0
Everything looks fine in that log. One thing I suggest is updating to the latest version of Java 7. Also, check your crash-reports folder in case files have been generated there. Can you show us the server start script you are using?
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
Everything looks fine in that log. One thing I suggest is updating to the latest version of Java 7. Also, check your crash-reports folder in case files have been generated there. Can you show us the server start script you are using?
Brave move downloading form forums :p however java versions can be lacking in security so it is best to use a tested and reliable version such as update 45.
 

Francis Baster

New Member
Jul 29, 2019
295
0
0
Oh, you already did provide your start script. For Monster you will certainly require the addition of
Code:
-XX:PermSize=256M
to your start script. Add this after the -Xmx parameters. I would also recommend updating from Java 6 to Java 7, even if you do not use the latest update as Connor suggests.

As for me being brave, lets just say I like to live life on the edge :p