Jump to content

MrTwiggles

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by MrTwiggles

  1. StevenRS11, the developer of Dimension Doors, seems to have fixed the issue between his mod and Galacticraft, namely the constant crashes whenever a dimension door was placed on the moon. Using the latest build (307), I have been unable to recreate the issue. So if the pack updates to that version, it should be fixed.
  2. It's a compatibility issue with DimensionalDoors and Galacticraft. The issue arises when, based off my own tests, you place a dimensional door on the moon and then link it with a location in other dimension. It's possible that it gets an error from just placing a dimension door on the moon at all, I didn't test that far. Anyway, no fix is currently available, I hope the DimensionalDoors guy fixes it soon.
  3. Everything seems to work fine expect for one thing, a bug between Dimensional Doors and Galacticraft. On my server, whenever a dimensional door is placed on the moon and then log off the server and log back in your client crashes. The server's fine, but the client can't connect to it anymore unless you remove the pocket dimension you created in world/DimensionalDoors. The crash-report says that it failed because dimension -28 was already registered. Here's the error players get if they try to connect to server: java.lang.IllegalArgumentException: Failed to register dimension for id -28, One is already registered at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:127) at micdoodle8.mods.galacticraft.core.network.GCCorePacketHandlerClient.onPacketData(GCCorePacketHandlerClient.java:398) at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255) at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245) at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:85) at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1651) 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.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281) at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:127) at micdoodle8.mods.galacticraft.core.network.GCCorePacketHandlerClient.onPacketData(GCCorePacketHandlerClient.java:398) at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255) at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245) at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:85) at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1651) 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.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281) at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51) -- Affected screen -- Details: Screen name: net.minecraft.client.multiplayer.GuiConnecting Stacktrace: at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Are there any known fixes to this?
×
×
  • Create New...