Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
gusinater

Server Crashing

14 posts in this topic

Have you read, understood, and followed all of the rules listed in large text at the top of the support forum? (Yes/No): Yes

 

Answering "no" to the above question will result in your post being deleted.

 

TFC Version #: 0.79.20.710 Forge Version #: 10.13.4.1448 Please note that an actual number must be provided for both of the above fields.Simply saying "current" or "latest" will result in your post being locked, due to the fact that in a large number of cases, users who say they are using the "latest" or "current" version are actually using an outdated version. SSP/SMP (SinglePlayer/MultiPlayer): Multiplayer Description: My server is crashing randomly, only two people play on it (Myself and a friend) No knowledge on what could cause the issue. Have you deleted your config files or are using default configs and are still able to reproduce this bug? (Yes/No): Yes If you answered no to the above question, delete all 3 TFC config files (TFCCrafting, TFCOptions, TFCOre), do NOT edit or add to any of the files, and try to reproduce the bug.This question is here because many bugs are caused by mistakes in config files. If you are unable to delete your edited config files, please provide a list of the config options you have changed. Do you have any mods other than Forge and TFC installed? (Yes/No): NoIf yes, which mods?  If you have Optifine or Cauldron installed, can you still reproduce the bug after uninstalling them? (Yes/No):  If you answered no to the above question, uninstall Optifine/Cauldron and try to reproduce the bug.Both Optifine and Cauldron edit the base classes of forge that TFC uses. Because of this, we cannot officially support any issues that happen only when these mods are installed. In the majority of cases, TFC is not causing the bug; Optifine/Cauldron is and TFC can do nothing to fix it.All bug reports should have an answer of "Yes" to this question.If you refuse to uninstall Optifine/Cauldron, and cannot reproduce the bug when the mods are not installed, do not bother making a bug report, as it will be locked and ignored. Pastebin.com link of the Crash Report: http://pastebin.com/EEGk9PqC

Edited by gusinater
0

Share this post


Link to post
Share on other sites

You ran out of memory, allocate more.

0

Share this post


Link to post
Share on other sites

You ran out of memory, allocate more.

I allocated more memory, but the server isn't using it. Server is still using only 150mb, it should be using 1G-2G

0

Share this post


Link to post
Share on other sites

How exactly are you allocating the extra memory? Are you using a 3rd party host for your server, or are you running off of one of your own machines?

0

Share this post


Link to post
Share on other sites

How exactly are you allocating the extra memory? Are you using a 3rd party host for your server, or are you running off of one of your own machines?

I'm running it on my own machine, I made a batch file to start the server, the batch file allocates 1G minimum heap and 2G maximum heap.

0

Share this post


Link to post
Share on other sites

Could you post a copy of the contents of the batch file please?

0

Share this post


Link to post
Share on other sites

Could you post a copy of the contents of the batch file please?

java -Xms1G -Xmx2G -jar minecraft_server.jarpause

 

I renamed the .jar from the mcf one that it originated from.

0

Share this post


Link to post
Share on other sites

According to that earlier crash report you provided, you aren't using a 64 bit copy of Java, meaning that those arguments won't work anyways because the max 32-bit java can do is around 1G.

0

Share this post


Link to post
Share on other sites

According to that earlier crash report you provided, you aren't using a 64 bit copy of Java, meaning that those arguments won't work anyways because the max 32-bit java can do is around 1G.

java -version gives me this:

Picked up _JAVA_OPTIONS: -Xmx1G   (That just makes it able to run java as a command)

java version "1.7.0_60"

java SE Runtime Enviornment (build 1.7.0_60-b19)

Java HotSpot Client VM (build 24.60-b09, mixed mode)

0

Share this post


Link to post
Share on other sites

Are you using a 32bit or 64bit operating system? If it's the latter, you should install the latest version of 64-bit java 8.

0

Share this post


Link to post
Share on other sites

Are you using a 32bit or 64bit operating system? If it's the latter, you should install the latest version of 64-bit java 8.

I'm using 64bit windows. From what I've seen that message is for64bit Java.

0

Share this post


Link to post
Share on other sites

Nope, if you had 64-bit Java that last line would have said Java HotSpot™ 64-Bit Server VM

0

Share this post


Link to post
Share on other sites

Nope, if you had 64-bit Java that last line would have said Java HotSpot 64-Bit Server VM

Hmmmm, I have 64bit Java now and set the path to the correct java, but it still isn't using the allocated memory. I shouldn't have to change anything in the batch file should I?

0

Share this post


Link to post
Share on other sites

It would probably be best to not rename any files, and instead reinstall forge and edit your batch file to have the file of the forge jar the installer creates.

0

Share this post


Link to post
Share on other sites