Jump to content

darkzealot42

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by darkzealot42

  1. I still get the Java.lang.nullpointerexception error:/
  2. kk thanks for your time ill do my best
  3. what do u mean by that? do u mean the 1.6.4 servers no longer work?
  4. As it says on the tin, I have a custom modpack. When I try to join the modded server however, I just get an internal server error and it doesn't really say anything about a specific mod other than forge itself. the error i get is the infamous "java.lang.nullpointerexception" error. here is what the server log says: (Please note the server is still functioning, I just can't join) 2015-01-18 19:41:57 Starting minecraft server version 1.6.4 2015-01-18 19:42:00 [sEVERE] Encountered an unexpected exception MissingModsException cpw.mods.fml.common.MissingModsException at cpw.mods.fml.common.Loader.sortModList(Loader.java:228) at cpw.mods.fml.common.Loader.loadMods(Loader.java:491) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2015-01-18 19:42:00 [sEVERE] This crash report has been saved to: C:\Users\Owner\Desktop\ATLauncher\Servers\ResonantRiseLite_2934RRLITE\.\crash-reports\crash-2015-01-18_19.42.00-server.txt 2015-01-18 19:42:53 Starting minecraft server version 1.6.4 2015-01-18 19:43:00 Loading properties 2015-01-18 19:43:00 [WARNING] server.properties does not exist 2015-01-18 19:43:00 Generating new properties file 2015-01-18 19:43:00 Default game type: SURVIVAL 2015-01-18 19:43:00 Generating keypair 2015-01-18 19:43:01 Starting Minecraft server on *:25565 2015-01-18 19:43:03 [WARNING] Failed to load operators list: java.io.FileNotFoundException: .\ops.txt (The system cannot find the file specified) 2015-01-18 19:43:03 [WARNING] Failed to load white-list: java.io.FileNotFoundException: .\white-list.txt (The system cannot find the file specified) 2015-01-18 19:43:03 Preparing level "world" 2015-01-18 19:43:03 Preparing start region for level 0 2015-01-18 19:43:04 Preparing spawn area: 5% 2015-01-18 19:43:05 Preparing spawn area: 10% 2015-01-18 19:43:06 Preparing spawn area: 18% 2015-01-18 19:43:07 Preparing spawn area: 29% 2015-01-18 19:43:08 Preparing spawn area: 42% 2015-01-18 19:43:09 Preparing spawn area: 56% 2015-01-18 19:43:11 Preparing spawn area: 67% 2015-01-18 19:43:12 Preparing spawn area: 80% 2015-01-18 19:43:13 Preparing spawn area: 93% 2015-01-18 19:43:13 Done (10.127s)! For help, type "help" or "?" 2015-01-18 19:46:08 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-18 19:46:12 darkzealot42[/127.0.0.1:52321] logged in with entity id 8314 at (-216.5, 72.0, 240.5) 2015-01-18 19:46:12 darkzealot42 joined the game 2015-01-18 19:46:35 Opped darkzealot42 2015-01-18 19:46:40 [darkzealot42: Set own game mode to Creative Mode] 2015-01-18 19:47:18 darkzealot42 lost connection: disconnect.quitting 2015-01-18 19:47:18 darkzealot42 left the game 2015-01-18 19:56:27 Stopping the server 2015-01-18 19:56:27 Stopping server 2015-01-18 19:56:27 Saving players 2015-01-18 19:56:27 Saving worlds 2015-01-18 19:56:27 Saving chunks for level 'world'/Overworld 2015-01-18 19:56:27 Closing listening thread 2015-01-18 19:56:27 Saving chunks for level 'world'/Nether 2015-01-18 19:56:27 Saving chunks for level 'world'/The End 2015-01-18 19:56:27 Stopping server 2015-01-18 19:56:46 Starting minecraft server version 1.6.4 2015-01-18 19:57:12 Loading properties 2015-01-18 19:57:12 Default game type: SURVIVAL 2015-01-18 19:57:12 Generating keypair 2015-01-18 19:57:12 Starting Minecraft server on *:25565 2015-01-18 19:57:19 Smart Moving allows client configurations 2015-01-18 19:57:19 Smart Moving uses communication protocol 2.3 2015-01-18 19:57:25 Preparing level "world" 2015-01-18 19:57:27 Preparing start region for level 0 2015-01-18 19:57:28 Preparing spawn area: 79% 2015-01-18 19:57:28 Done (2.829s)! For help, type "help" or "?" 2015-01-18 19:57:28 [WARNING] [ResonantEngine]SaveManager: Skipping object with id 2015-01-18 20:02:09 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-18 20:02:15 Disconnecting darkzealot42 [/127.0.0.1:52571]: Internal server error 2015-01-18 20:02:15 [WARNING] Failed to handle packet for darkzealot42 [/127.0.0.1:52571]: java.lang.NullPointerException java.lang.NullPointerException at cpw.mods.fml.common.modloader.ModLoaderNetworkHandler.acceptVersion(ModLoaderNetworkHandler.java:49) at cpw.mods.fml.common.network.ModListResponsePacket.execute(ModListResponsePacket.java:115) at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:116) at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:81) at net.minecraft.network.NetLoginHandler.func_72501_a(NetLoginHandler.java:338) at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61) at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462) at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:80) at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55) at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2015-01-18 20:02:15 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-18 20:03:04 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-18 20:03:10 Stopping the server 2015-01-18 20:03:10 Stopping server 2015-01-18 20:03:10 Saving players 2015-01-18 20:03:10 Saving worlds 2015-01-18 20:03:10 Saving chunks for level 'world'/Overworld 2015-01-18 20:03:10 Closing listening thread 2015-01-18 20:03:10 Saving chunks for level 'world'/Nether 2015-01-18 20:03:10 Saving chunks for level 'world'/The End 2015-01-18 20:03:10 Saving chunks for level 'world'/Torment 2015-01-18 20:03:10 Saving chunks for level 'world'/Twilight Forest 2015-01-18 20:03:10 Saving chunks for level 'world'/Bedrock 2015-01-18 20:03:10 Saving chunks for level 'world'/Spirit World 2015-01-18 20:03:10 Saving chunks for level 'world'/Underdark 2015-01-18 20:03:10 Stopping server 2015-01-18 20:03:10 Saving players 2015-01-18 20:03:10 Saving worlds 2015-01-18 20:46:10 Starting minecraft server version 1.6.4 2015-01-18 20:46:45 Loading properties 2015-01-18 20:46:45 Default game type: SURVIVAL 2015-01-18 20:46:45 Generating keypair 2015-01-18 20:46:45 Starting Minecraft server on *:25565 2015-01-18 20:46:52 Smart Moving allows client configurations 2015-01-18 20:46:52 Smart Moving uses communication protocol 2.3 2015-01-18 20:46:58 Preparing level "world" 2015-01-18 20:47:00 Preparing start region for level 0 2015-01-18 20:47:01 Preparing spawn area: 88% 2015-01-18 20:47:01 Done (2.922s)! For help, type "help" or "?" 2015-01-18 20:47:08 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-18 20:47:13 Disconnecting darkzealot42 [/127.0.0.1:53092]: Internal server error 2015-01-18 20:47:13 [WARNING] Failed to handle packet for darkzealot42 [/127.0.0.1:53092]: java.lang.NullPointerException java.lang.NullPointerException at cpw.mods.fml.common.modloader.ModLoaderNetworkHandler.acceptVersion(ModLoaderNetworkHandler.java:49) at cpw.mods.fml.common.network.ModListResponsePacket.execute(ModListResponsePacket.java:115) at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:116) at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:81) at net.minecraft.network.NetLoginHandler.func_72501_a(NetLoginHandler.java:338) at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61) at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462) at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:80) at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55) at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2015-01-18 20:47:13 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-18 20:48:30 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-18 20:48:33 Stopping the server 2015-01-18 20:48:33 Stopping server 2015-01-18 20:48:33 Saving players 2015-01-18 20:48:33 Saving worlds 2015-01-18 20:48:33 Saving chunks for level 'world'/Overworld 2015-01-18 20:48:33 Closing listening thread 2015-01-18 20:48:33 Saving chunks for level 'world'/Nether 2015-01-18 20:48:33 Saving chunks for level 'world'/The End 2015-01-18 20:48:33 Saving chunks for level 'world'/Torment 2015-01-18 20:48:33 Saving chunks for level 'world'/Twilight Forest 2015-01-18 20:48:33 Saving chunks for level 'world'/Bedrock 2015-01-18 20:48:33 Saving chunks for level 'world'/Spirit World 2015-01-18 20:48:34 Saving chunks for level 'world'/Underdark 2015-01-18 20:48:34 Stopping server 2015-01-18 20:48:34 Saving players 2015-01-18 20:48:34 Saving worlds 2015-01-19 16:22:21 Starting minecraft server version 1.6.4 2015-01-19 16:22:34 [sEVERE] Encountered an unexpected exception MissingModsException cpw.mods.fml.common.MissingModsException at cpw.mods.fml.common.Loader.sortModList(Loader.java:228) at cpw.mods.fml.common.Loader.loadMods(Loader.java:491) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2015-01-19 16:22:34 [sEVERE] This crash report has been saved to: C:\Users\Owner\Desktop\ATLauncher\Servers\ResonantRiseLite_2934RRLITE\.\crash-reports\crash-2015-01-19_16.22.34-server.txt 2015-01-19 16:28:25 Starting minecraft server version 1.6.4 2015-01-19 16:29:06 Loading properties 2015-01-19 16:29:06 Default game type: SURVIVAL 2015-01-19 16:29:06 Generating keypair 2015-01-19 16:29:06 Starting Minecraft server on *:25565 2015-01-19 16:29:14 Smart Moving allows client configurations 2015-01-19 16:29:14 Smart Moving uses communication protocol 2.3 2015-01-19 16:29:23 Preparing level "world" 2015-01-19 16:29:26 Preparing start region for level 0 2015-01-19 16:29:27 Preparing spawn area: 22% 2015-01-19 16:29:28 Preparing spawn area: 68% 2015-01-19 16:29:28 Done (4.816s)! For help, type "help" or "?" 2015-01-19 16:31:24 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-19 16:31:28 Disconnecting darkzealot42 [/127.0.0.1:54262]: Internal server error 2015-01-19 16:31:28 [WARNING] Failed to handle packet for darkzealot42 [/127.0.0.1:54262]: java.lang.NullPointerException java.lang.NullPointerException at cpw.mods.fml.common.modloader.ModLoaderNetworkHandler.acceptVersion(ModLoaderNetworkHandler.java:49) at cpw.mods.fml.common.network.ModListResponsePacket.execute(ModListResponsePacket.java:115) at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:116) at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:81) at net.minecraft.network.NetLoginHandler.func_72501_a(NetLoginHandler.java:338) at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61) at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462) at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:80) at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55) at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2015-01-19 16:31:28 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-19 16:34:17 Stopping the server 2015-01-19 16:34:17 Stopping server 2015-01-19 16:34:17 Saving players 2015-01-19 16:34:17 Saving worlds 2015-01-19 16:34:17 Saving chunks for level 'world'/Overworld 2015-01-19 16:34:17 Closing listening thread 2015-01-19 16:34:17 Saving chunks for level 'world'/Nether 2015-01-19 16:34:17 Saving chunks for level 'world'/The End 2015-01-19 16:34:17 Saving chunks for level 'world'/Torment 2015-01-19 16:34:17 Saving chunks for level 'world'/Twilight Forest 2015-01-19 16:34:17 Saving chunks for level 'world'/Bedrock 2015-01-19 16:34:17 Saving chunks for level 'world'/Spirit World 2015-01-19 16:34:17 Saving chunks for level 'world'/Underdark 2015-01-19 16:34:18 Stopping server 2015-01-19 16:34:18 Saving players 2015-01-19 16:34:18 Saving worlds 2015-01-19 16:35:11 Starting minecraft server version 1.6.4 2015-01-19 16:35:39 Loading properties 2015-01-19 16:35:39 Default game type: SURVIVAL 2015-01-19 16:35:39 Generating keypair 2015-01-19 16:35:40 Starting Minecraft server on *:25565 2015-01-19 16:35:46 Smart Moving allows client configurations 2015-01-19 16:35:46 Smart Moving uses communication protocol 2.3 2015-01-19 16:35:53 Preparing level "world" 2015-01-19 16:35:55 Preparing start region for level 0 2015-01-19 16:35:56 Preparing spawn area: 4% 2015-01-19 16:35:57 Preparing spawn area: 7% 2015-01-19 16:35:58 Preparing spawn area: 16% 2015-01-19 16:35:59 Preparing spawn area: 26% 2015-01-19 16:36:00 Preparing spawn area: 39% 2015-01-19 16:36:01 Preparing spawn area: 49% 2015-01-19 16:36:02 Preparing spawn area: 59% 2015-01-19 16:36:03 Preparing spawn area: 69% 2015-01-19 16:36:04 Preparing spawn area: 79% 2015-01-19 16:36:05 Preparing spawn area: 89% 2015-01-19 16:36:08 Preparing spawn area: 94% 2015-01-19 16:36:09 Done (16.246s)! For help, type "help" or "?" 2015-01-19 16:36:09 [WARNING] [ResonantEngine]SaveManager: Skipping object with id 2015-01-19 16:39:47 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-19 16:39:50 Disconnecting darkzealot42 [/127.0.0.1:54520]: Internal server error 2015-01-19 16:39:50 [WARNING] Failed to handle packet for darkzealot42 [/127.0.0.1:54520]: java.lang.NullPointerException java.lang.NullPointerException at cpw.mods.fml.common.modloader.ModLoaderNetworkHandler.acceptVersion(ModLoaderNetworkHandler.java:49) at cpw.mods.fml.common.network.ModListResponsePacket.execute(ModListResponsePacket.java:115) at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:116) at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:81) at net.minecraft.network.NetLoginHandler.func_72501_a(NetLoginHandler.java:338) at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61) at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462) at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:80) at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55) at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2015-01-19 16:39:50 [sEVERE] Reached end of stream for /127.0.0.1 2015-01-19 16:46:46 Stopping server 2015-01-19 16:46:46 Saving players 2015-01-19 16:46:46 Saving worlds 2015-01-19 16:46:46 Saving chunks for level 'world'/Overworld 2015-01-19 16:46:46 Closing listening thread 2015-01-19 16:50:56 Starting minecraft server version 1.6.4
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.