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

    • wait, i just did that. why didn't it work? also it's the same. help me!!!!
    • Culprit has been located! It was Tough As Nails + (plus) which was among one of the mods *added* before re-entering, in an attempt to improve compatibility. It, for some reason or another, did not want to work!
    • "You can either try to load it with only the vanilla data pack ("safe mode"), or go back to the title screen and fix it manually." Hello! I encountered this error just now while attempting to re-enter my world for the first time. Notably, no mods were removed before encountering this error and, while being able to find this error elsewhere on the internet, in my scenario it is seemingly caused by a specific mod, of which I cannot isolate. Things I have tried: - Enter "Safe Mode" (fails) - Remove datapacks (no change) - Reverted to old save data (no change) Here is the server log: https://mclo.gs/9vJQEfN I use Modrinth mod loader so please let me know how to share my mod list, and if it is needed.
    • So, i'm hosting (or attempting to host) a port-forwarded modded server for 1.12.2. There's quite a few mods in this pack, but they all run and have no compatibility issues (besides something causing the game to crash if you go fullscreen, a problem ive given up trying to identify or fix). It can run on 6gb of ram or less, and works fine in singleplayer. All of my friends that want to join have the exact same mod/config/game setup as I do (I personally helped them set everything up). Just to be safe, we've all allocated 12 gigabytes of RAM to the installation, and I've also allocated 12GB to the server itself. I am able to join with no issue and it runs fine. However, when they try to join, it gets stuck in the 'logging in' screen before their game becomes unresponsive. When they close it, it gives them the exit code 805306369, which usually means not enough RAM, but this cant be the case. On my screen, in the server, it shows them joining, and then disconnecting, so I dont think its a port-forwarding issue. They can all run it just fine in singleplayer as well. The annoying bit about this particular issue is that it generates no crash log. Does anyone have any suggestions? Thanks! Here is my debug log, and his, starting from the same place. MINE: [132647] [Netty Client IO #5INFO] [FML] Attempting connection with missing mods [ctm, fusion] at SERVER 132653.817 [132653] [Client threadINFO] [minecraftGuiConnecting] Connecting to 0, 25565 132654.682 [132654] [Netty Client IO #9INFO] [STDOUT] [xaero.common.core.transformer.ClassNodeTransformertransform29] Transforming class brz net.minecraft.client.network.NetHandlerPlayClient 132654.684 [132654] [Netty Client IO #9INFO] [STDOUT] [xaero.map.core.transformer.ClassNodeTransformertransform29] Transforming class net.minecraft.client.network.NetHandlerPlayClient 132654.764 [132654] [Netty Client IO #9INFO] [FML] Server protocol version 2 132654.777 [132654] [Netty Client IO #9INFO] [FML] Attempting connection with missing mods [ctm, fusion] at SERVER 132656.193 [132656] [Client threadINFO] [FML] Injecting existing registry data into this client instance 132659.081 [132659] [Client threadINFO] [FML] Applying holder lookups 132659.082 [132659] [Client threadINFO] [FML] Holder lookups applied 132659.092 [132659] [Netty Client IO #9INFO] [FML] [Netty Client IO #9] Client side modded connection established HIS: [13:12:16] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [ctm, fusion] at SERVER 13:12:25.597 [13:12:25] [Client thread/INFO] [minecraft/GuiConnecting]: Connecting to (my IP address and the server port 25565) 13:12:26.805 [13:12:26] [Netty Client IO #1/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:29]: Transforming class brz net.minecraft.client.network.NetHandlerPlayClient 13:12:26.808 [13:12:26] [Netty Client IO #1/INFO] [STDOUT]: [xaero.map.core.transformer.ClassNodeTransformer:transform:29]: Transforming class net.minecraft.client.network.NetHandlerPlayClient 13:12:26.936 [13:12:26] [Netty Client IO #1/INFO] [FML]: Server protocol version 2 13:12:27.114 [13:12:27] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [ctm, fusion] at SERVER 13:12:27.480 [13:12:27] [Client thread/INFO] [FML]: Injecting existing registry data into this client instance 13:12:30.669 [13:12:30] [Client thread/INFO] [FML]: Applying holder lookups 13:12:30.671 [13:12:30] [Client thread/INFO] [FML]: Holder lookups applied 13:13:04.700 Process crashed with exit code -805306369 P.S - Both mods "CTM" and "FUSION" are present in both our folders so idk what that's about.
    • Please read the FAQ (link is orange banner at top of page), and post logs as described there, to an external site such as https://mclo.gs  
  • Topics

×
×
  • Create New...

Important Information

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