Jump to content

My Server Crashes when someone joins


Tommy2808

Recommended Posts

Hello,

 

The server i made for me and my friends crashes when one of them want to connect.

here's the Crashlog (sorry i don't know what's the important part) :

 

---- Minecraft Crash Report ----
// Shall we play a game?
 
Time: 14.12.14 14:42
Description: Exception in server tick loop
 
java.lang.NullPointerException
at co.uk.flansmods.common.teams.TeamsManager.tick(TeamsManager.java:136)
at co.uk.flansmods.common.CommonTickHandler.sTick(CommonTickHandler.java:32)
at co.uk.flansmods.common.CommonTickHandler.tickEnd(CommonTickHandler.java:25)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:622)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1648385040 bytes (1572 MB) / 2373517312 bytes (2263 MB) up to 2863333376 bytes (2730 MB)
JVM Flags: 2 total; -Xmx3G -Xms2G
AABB Pool Size: 1962 (109872 bytes; 0 MB) allocated, 1825 (102200 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed

*snip*

 
Please help.
And Sorry for my bad English =)
Edited by Munaus
Link to comment
Share on other sites

  • Moderators

spilling long logs does not make your post easier to read. Use a pastebin site instead (pastebin.com or paste.ubuntu.com) to post your log.

 

you also have java 7, the original, without updates whatsoever.

That's not the reason why your server crashes, but it's also very bad to leave the very engine Minecraft needs to run on outdated.

 

Update your java 7 to java 7u71

or

Uninstall it

Restart your PC

Install Java 7u71 https://www.java.com/en/download/manual_java7.jsp

 

Do not get Java 8u25, that one will break Forge and make modpacks unplayable

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...