Jump to content

Recommended Posts

Posted

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

 

Posted

OK,

I know that support isn#t offered for that old Version, but it looks like some mod on the server side needs another mod (Like NotEnoughItems needs the CodeChickenCore)

 

The first Exception mentions this "missing mod".

 

The second Exception means, that your client sends some data to the server, but the server doesn't know what to do with that data. Maybe the former mentioned missing mod would handle that data.

 

greetings

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi,  I'm using Forge 47.3.0 for Minecraft 1.20.1 I apologise if this is obvious I am very new to modding for Minecraft. I sucessfully made a mod that launched without errors or crashes (without it doing anything) but in order to add the features I need, I need to add "Custom Portal API [Forge]" as a dependency. However no matter the way I've tried to acheive this, it crashes. I am pretty sure it's not the way I'm putting it in the repositories, the dependencies or the way I'm refrencing it, as I've a hundred diffrent combinations and multiple Maven methods. And on all those diffrent variations I still get this crash: pastebin.com/UhumzZCZ Any tips would be invaluable as I've been loosing my mind over this!
    • Hi, i'm really having problems trying to set the texture to my custom item. I thought i'm doing everything correctly, but all i see is the missing texture block for my item. I am trying this for over a week now and getting really frustrated. The only time i could make the texture work, was when i used an older Forge version (52.0.1) for Minecraft (1.21.4). Was there a fundamental change for textures and models somewhere between versions that i'm missing? I started with Forge 54.1.0 and had this problem, so in my frustration i tried many things: Upgrading to Forge 54.1.1, created multiple new projects, workspaces, redownloaded everything and setting things up multiple times, as it was suggested in an older thread. Therea are no errors in the console logs, but maybe i'm blind, so i pasted the console logs to pastebin anyway: https://pastebin.com/zAM8RiUN The only time i see an error is when i change the models JSON file to an incorrect JSON which makes sense and that suggests to me it is actually reading the JSON file.   I set the github repository to public, i would be so thankful if anyone could take a look and tell me what i did wrong: https://github.com/xLorkin/teleport_pug_forge   As a note: i'm pretty new to modding, this is my first mod ever. But i'm used to programming. I had some up and downs, but through reading the documentation, using google and experimenting, i could solve all other problems. I only started modding for Minecraft because my son is such a big fan and wanted this mod.
    • Please read the FAQ (link in orange bar at top of page), and post logs as described there.
    • Hello fellow Minecrafters! I recently returned to Minecraft and realized I needed a wiki that displays basic information easily and had great user navigation. That’s why I decided to build: MinecraftSearch — a site by a Minecraft fan, for Minecraft fans. Key Features So Far Straight-to-the-Point Info: No extra fluff; just the essentials on items, mobs, recipes, loot and more. Clean & Intuitive Layout: Easy navigation so you spend less time scrolling and more time playing. Optimized Search: Search for anything—items, mobs, blocks—and get results instantly. What I’m Thinking of Adding More data/information: Catch chances for fishing rod, traveling villager trades, biomes info and a lot more. The website is still under development and need a lot more data added. Community Contributions: Potential for user-uploaded tips for items/mobs/blocks in the future. Feature Requests Welcome: Your ideas could shape how the wiki evolves! You can see my roadmap at the About page https://minecraftsearch.com/about I’d love for you to check out MinecraftSearch and see if it helps you find the info you need faster. Feedback is crucial—I want to develop this further based on what the community needs most, so please let me know what you think. Thanks, and happy crafting!
  • Topics

×
×
  • Create New...

Important Information

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