HELP SERVER CRASHES WHENEVER I START IT UP

  • 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
Status
Not open for further replies.

JasonThe

New Member
Jul 29, 2019
4
0
0
Well since this morning Every time i tried to put up my feed the beast server it would send a crash report and here it is
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 5/13/13 10:23 AM
Description: Exception in server tick loop

java.lang.NullPointerException
at codechicken.wirelessredstone.core.RedstoneEtherServer.setDimensionTransmitterCount(RedstoneEtherServer.java:636)
at codechicken.wirelessredstone.core.SaveManager.loadDimensionHash(SaveManager.java:672)
at codechicken.wirelessredstone.core.RedstoneEtherServer.<init>(RedstoneEtherServer.java:34)
at codechicken.wirelessredstone.core.RedstoneEther.loadServerWorld(RedstoneEther.java:120)
at codechicken.wirelessredstone.core.WRCoreEventHandler.onWorldLoad(WRCoreEventHandler.java:30)
at net.minecraftforge.event.ASMEventHandler_92_WRCoreEventHandler_onWorldLoad_Load.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:279)
at ho.c(DedicatedServer.java:180)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)


*note copied and pasted top part of the crash report* The Crash report is below Please HELP!
 

Attachments

  • crash-2013-05-13_10.23.08-server.txt
    10.6 KB · Views: 60

Nessiroj

New Member
Jul 29, 2019
855
0
1
By the looks is the server crashing when loading Wireless Redstone, although this might not be the cause of the problem.
Could you post your server.log file instead, the crashlog is very limited

Other then that seeing the information below please update to the latest java and you might wanna allocate more memory to minecraft if the line below (247MB) is true.

Code:
Java Version: 1.7.0_11, Oracle Corporation
Memory: 76349032 bytes (72 MB) / 158220288 bytes (150 MB) up to 259522560 bytes (247 MB)
 

JasonThe

New Member
Jul 29, 2019
4
0
0
By the looks is the server crashing when loading Wireless Redstone, although this might not be the cause of the problem.
Could you post your server.log file instead, the crashlog is very limited

Other then that seeing the information below please update to the latest java and you might wanna allocate more memory to minecraft if the line below (247MB) is true.

Code:
Java Version: 1.7.0_11, Oracle Corporation
Memory: 76349032 bytes (72 MB) / 158220288 bytes (150 MB) up to 259522560 bytes (247 MB)
How do i allocate more memory? (ps Sorry about the questions im a noob XD)
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
If your using the .bat file to start the server, just right-click it and choose EDIT.
I expect your line to look something like
Code:
java -xms100M -Xmx256M -jar ftbserver.jar

Could you post the line?
 

JasonThe

New Member
Jul 29, 2019
4
0
0
If your using the .bat file to start the server, just right-click it and choose EDIT.
I expect your line to look something like
Code:
java -xms100M -Xmx256M -jar ftbserver.jar

Could you post the line?
That is right i do have java -xms100M -Xmx256M -jar ftbserver.jar for my line
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Code:
java -xms100M -Xmx256M -jar ftbserver.jar
That means your server starts with 100MB in use, and can use a maximum of 256MB RAM.
In general this aint enough for FTB with mods. The more mods the more RAM you need.
How much RAM do you have in your server?
 

JasonThe

New Member
Jul 29, 2019
4
0
0
Code:
java -xms100M -Xmx256M -jar ftbserver.jar
That means your server starts with 100MB in use, and can use a maximum of 256MB RAM.
In general this aint enough for FTB with mods. The more mods the more RAM you need.
How much RAM do you have in your server?
I have 512
 

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
...

they make computers with that little ram still? are you renting this server and its just your allocated ram?
 
Status
Not open for further replies.