Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection lost #764

Closed
Adam-Vandervorst opened this issue Aug 2, 2014 · 14 comments
Closed

Connection lost #764

Adam-Vandervorst opened this issue Aug 2, 2014 · 14 comments

Comments

@Adam-Vandervorst
Copy link

I get the " there has a fatal error ... "
When I try to go to my newly created space station in an orbit around the overworld.
Nothing special in log.

When joining the world everything is normal , as it should be with space station and everything.

@radfast
Copy link
Collaborator

radfast commented Aug 2, 2014

Even so, please give me the full ForgeModLoader-Client log, maybe I will see something there you don't... Better, first go to /config/Galacticraft/core.conf, find Enable debug and set it to "true".

I'm going to assume this is SSP, 1.7.10.

@Adam-Vandervorst
Copy link
Author

Indeed on 1.7.10 , both SSP and SMP.
Log with debug is to big to put on pastebin , I'll send dropbox in 2 min

@Adam-Vandervorst
Copy link
Author

@Adam-Vandervorst
Copy link
Author

Adam-Vandervorst commented Aug 2, 2014

Basically :
[20:04:57] [Client thread/ERROR] [FML/]: There was a critical exception handling a packet on channel GalacticraftCore
java.lang.NullPointerException
at micdoodle8.mods.galacticraft.core.dimension.SpaceStationWorldData.func_76184_a(SpaceStationWorldData.java:48) ~[SpaceStationWorldData.class:?]
at micdoodle8.mods.galacticraft.core.network.PacketSimple.handleClientSide(PacketSimple.java:501) ~[PacketSimple.class:?]
at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.channelRead0(GalacticraftPacketHandler.java:24) ~[GalacticraftPacketHandler.class:?]
at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.channelRead0(GalacticraftPacketHandler.java:12) ~[GalacticraftPacketHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) [bje.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590) [bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_60]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_60]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
[20:04:57] [Server thread/INFO] [Galacticraft/]: DEBUG: Loading first chunk in new dimension.
[20:04:58] [Server thread/INFO] [Galacticraft/]: Server attempting to transfer player XXXXXX to dimension 2
[20:04:58] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppingEvent to mod mcp
[20:04:58] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppingEvent to mod mcp
[20:04:58] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppingEvent to mod FML
[20:04:58] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppingEvent to mod FML

@radfast
Copy link
Collaborator

radfast commented Aug 2, 2014

You call that "nothing special in log"? Just kidding, good spot, it's pointing me at the cause so this should be a quick one to fix.

@radfast
Copy link
Collaborator

radfast commented Aug 2, 2014

ok sorry I need more from you please - please go to your .minecraft/saves folder, find the folder for this world, open its /data folder, and look for files like spacestation_2.dat
Please could you post up all the files like that, you might have one, two or three of them I guess.
[Alternatively if you know NBTExplorer and it's easier for you, tell me what you see in the "owner" data for each one.]

@Adam-Vandervorst
Copy link
Author

Currently on mobile , I'll ASAP.

@radfast
Copy link
Collaborator

radfast commented Aug 2, 2014

Actually don't worry for now, I figured out the issue is not in the spacestation_2.dat as I can see there is good data coming from that higher up in your debug log. (Thanks for providing the full log like that, it is useful.)

@Twylite-Fang
Copy link

I have a similar issue; Trying to /dimensiontp to my station causes it to have a "Fatal error" and claiming that the "connection has been lost", even though it's a singleplayer world without open to lan on. Here's the game output (From the latest startup, from the first load of the world to the last "Connection lost" message):

Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.

[13:40:31] [Sound Library Loader/INFO]: Sound engine started
[OptiFine] *** Reloading custom textures ***
[OptiFine] Loading custom colors: textures/colormap/grass.png
[OptiFine] Loading custom colors: textures/colormap/foliage.png
Galacticraft successfully injected bytecode into: ld (4 / 6)
[13:42:42] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
[13:42:42] [Server thread/INFO]: Generating keypair
[13:42:42] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[13:42:42] [Server thread/INFO] [FML]: Applying holder lookups
[13:42:42] [Server thread/INFO] [FML]: Holder lookups applied
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@521c13 (constructor)
[13:42:42] [Server thread/INFO] [FML]: Loading dimension 0 (GALACTICRAFT 3!) (net.minecraft.server.integrated.IntegratedServer@f4df05)
[OptiFine] WorldServer.nextTickSet updated
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@ca738a (constructor)
[13:42:42] [Server thread/INFO] [FML]: Loading dimension 1 (GALACTICRAFT 3!) (net.minecraft.server.integrated.IntegratedServer@f4df05)
[OptiFine] WorldServer.nextTickSet updated
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1ebdb9e (constructor)
[13:42:42] [Server thread/INFO] [FML]: Loading dimension -1 (GALACTICRAFT 3!) (net.minecraft.server.integrated.IntegratedServer@f4df05)
[OptiFine] WorldServer.nextTickSet updated
[13:42:43] [Server thread/INFO]: Preparing start region for level 0
[13:42:44] [Server thread/INFO]: Preparing spawn area: 42%
[13:42:45] [Server thread/INFO]: Preparing spawn area: 90%
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@c86745 (constructor)
[13:42:45] [Server thread/INFO] [FML]: Loading dimension 2 (GALACTICRAFT 3!) (net.minecraft.server.integrated.IntegratedServer@f4df05)
[13:42:45] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1ae74ac (constructor)
[13:42:45] [Server thread/INFO] [FML]: Loading dimension -29 (GALACTICRAFT 3!) (net.minecraft.server.integrated.IntegratedServer@f4df05)
[13:42:46] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30
[13:42:46] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
[13:42:46] [Thread-13/INFO] [Galacticraft]: Galacticraft remote version found: 2.0.13
[13:42:47] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
[13:42:47] [Netty IO #1/INFO] [FML]: Client protocol version 1
[13:42:47] [Netty IO #1/INFO] [FML]: Client attempting to join with 8 mods : [email protected],[email protected],[email protected],[email protected],[email protected],Micdoodlecore@,[email protected],[email protected]
[13:42:47] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[13:42:47] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[13:42:47] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[13:42:47] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[13:42:48] [Server thread/INFO]: Twylite_Fang[local:E:d615bcd8] logged in with entity id 269 at (20.12204981199205, 64.0, -1.355298593255523)
[13:42:48] [Server thread/INFO]: Twylite_Fang joined the gang
Galacticraft successfully injected bytecode into: biy (2 / 2)
[13:42:48] [Client thread/INFO]: [CHAT] A new §eOptiFine§f version is available: §eHD Ultra D3§f
[13:42:50] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3029ms behind, skipping 60 tick(s)
[13:42:53] [Server thread/INFO]: Saving and pausing game...
[13:42:53] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Overworld
[13:42:53] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Nether
[13:42:53] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/The End
[13:42:53] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Mars
[13:42:53] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Space Station 2
[13:44:51] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:44:53] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:44:54] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:44:55] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:50:00] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:50:02] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:50:03] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:50:05] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:50:14] [Server thread/INFO]: Saving and pausing game...
[13:50:14] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Overworld
[13:50:14] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Nether
[13:50:14] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/The End
[13:50:14] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Mars
[13:50:14] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Space Station 2
[13:50:38] [Client thread/INFO]: [CHAT] /gamemode, /give, /gckeeploaded, /gcinv, /gamerule
[13:50:39] [Server thread/INFO]: [Twylite_Fang: Set own game mode to Walkabout Mode]
[13:50:39] [Client thread/INFO]: [CHAT] Your game mode has been updated
[13:50:43] [Client thread/INFO]: [CHAT] /gamemode, /give, /gckeeploaded, /gcinv, /gamerule
[13:50:45] [Server thread/INFO]: [Twylite_Fang: Set own game mode to Creative Mode]
[13:50:45] [Client thread/INFO]: [CHAT] Your game mode has been updated
[13:52:23] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:52:29] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:52:32] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:52:33] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:52:40] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:52:44] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:52:45] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:52:45] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:52:49] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:52:50] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:52:50] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:52:52] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[13:52:54] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[13:52:59] [Server thread/INFO]: Saving and pausing game...
[13:52:59] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Overworld
[13:52:59] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Nether
[13:52:59] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/The End
[13:52:59] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Mars
[13:52:59] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Space Station 2
[13:53:00] [Server thread/INFO]: Stopping server
[13:53:00] [Server thread/INFO]: Saving players
[13:53:00] [Server thread/INFO]: Saving worlds
[13:53:00] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Overworld
[13:53:00] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Nether
[13:53:00] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/The End
[13:53:00] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Mars
[13:53:00] [Server thread/INFO]: Saving chunks for level 'GALACTICRAFT 3!'/Space Station 2
[13:53:01] [Server thread/INFO] [FML]: Unloading dimension 0
[13:53:01] [Server thread/INFO] [FML]: Unloading dimension -1
[13:53:01] [Server thread/INFO] [FML]: Unloading dimension 1
[13:53:01] [Server thread/INFO] [FML]: Unloading dimension -29
[13:53:01] [Server thread/INFO] [FML]: Unloading dimension 2
[13:53:01] [Server thread/INFO] [FML]: Applying holder lookups
[13:53:01] [Server thread/INFO] [FML]: Holder lookups applied
[13:53:01] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[13:53:01] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[13:53:01] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[13:53:07] [Client thread/INFO]: Deleting level GALACTICRAFT 3!
[13:53:07] [Client thread/INFO]: Attempt 1...
[13:53:20] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
[13:53:20] [Server thread/INFO]: Generating keypair
[13:53:21] [Server thread/INFO]: Converting map!
[13:53:21] [Server thread/INFO]: Scanning folders...
[13:53:21] [Server thread/INFO]: Total conversion count is 0
[13:53:21] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[13:53:21] [Server thread/INFO] [FML]: Applying holder lookups
[13:53:21] [Server thread/INFO] [FML]: Holder lookups applied
[OptiFine] WorldServer.nextTickSet updated
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@491db9 (constructor)
[13:53:21] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@3e7a94)
[OptiFine] WorldServer.nextTickSet updated
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1e195f4 (constructor)
[13:53:21] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@3e7a94)
[OptiFine] WorldServer.nextTickSet updated
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1ec1ec0 (constructor)
[13:53:21] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@3e7a94)
[13:53:21] [Server thread/INFO]: Preparing start region for level 0
[13:53:22] [Server thread/INFO]: Preparing spawn area: 4%
[13:53:23] [Server thread/INFO]: Preparing spawn area: 8%
[13:53:24] [Server thread/INFO]: Preparing spawn area: 12%
[13:53:25] [Server thread/INFO]: Preparing spawn area: 16%
[13:53:26] [Server thread/INFO]: Preparing spawn area: 19%
[13:53:27] [Server thread/INFO]: Preparing spawn area: 23%
[13:53:28] [Server thread/INFO]: Preparing spawn area: 27%
[13:53:29] [Server thread/INFO]: Preparing spawn area: 31%
[13:53:30] [Server thread/INFO]: Preparing spawn area: 35%
[13:53:31] [Server thread/INFO]: Preparing spawn area: 40%
[13:53:32] [Server thread/INFO]: Preparing spawn area: 43%
[13:53:33] [Server thread/INFO]: Preparing spawn area: 46%
[13:53:34] [Server thread/INFO]: Preparing spawn area: 50%
[13:53:35] [Server thread/INFO]: Preparing spawn area: 53%
[13:53:36] [Server thread/INFO]: Preparing spawn area: 57%
[13:53:37] [Server thread/INFO]: Preparing spawn area: 60%
[13:53:38] [Server thread/INFO]: Preparing spawn area: 63%
[13:53:39] [Server thread/INFO]: Preparing spawn area: 67%
[13:53:40] [Server thread/INFO]: Preparing spawn area: 71%
[13:53:42] [Server thread/INFO]: Preparing spawn area: 74%
[13:53:43] [Server thread/INFO]: Preparing spawn area: 78%
[13:53:44] [Server thread/INFO]: Preparing spawn area: 82%
[13:53:45] [Server thread/INFO]: Preparing spawn area: 86%
[13:53:46] [Server thread/INFO]: Preparing spawn area: 90%
[13:53:47] [Server thread/INFO]: Preparing spawn area: 94%
[13:53:48] [Server thread/INFO]: Preparing spawn area: 98%
[13:53:48] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1295ba0 (constructor)
[13:53:48] [Server thread/INFO] [FML]: Loading dimension -29 (New World) (net.minecraft.server.integrated.IntegratedServer@3e7a94)
[13:53:48] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30
[13:53:48] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
[13:53:48] [Netty Client IO #1/INFO] [FML]: Server protocol version 1
[13:53:48] [Netty IO #3/INFO] [FML]: Client protocol version 1
[13:53:48] [Netty IO #3/INFO] [FML]: Client attempting to join with 8 mods : [email protected],[email protected],[email protected],[email protected],[email protected],Micdoodlecore@,[email protected],[email protected]
[13:53:48] [Netty IO #3/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[13:53:48] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[13:53:48] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[13:53:48] [Server thread/INFO]: Twylite_Fang[local:E:2c16e1cb] logged in with entity id 556 at (-157.5, 64.0, 292.5)
[13:53:48] [Server thread/INFO]: Twylite_Fang joined the gang
Cannot Hotload Dim: Could not get provider type for dimension 2, does not exist
[13:53:48] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[13:53:49] [Client thread/INFO]: [CHAT] §ENo waypoints exist for this world/server.
[13:53:50] [Client thread/INFO]: Warning: Clientside chunk ticking took 125 ms
[13:53:51] [Client thread/INFO]: Warning: Clientside chunk ticking took 127 ms
[13:53:51] [Client thread/INFO]: Warning: Clientside chunk ticking took 229 ms
[13:53:51] [Client thread/INFO]: Warning: Clientside chunk ticking took 157 ms
[13:53:51] [Client thread/INFO]: Warning: Clientside chunk ticking took 156 ms
[13:53:52] [Client thread/INFO]: Warning: Clientside chunk ticking took 210 ms
[13:53:52] [Client thread/INFO]: Warning: Clientside chunk ticking took 218 ms
[13:53:53] [Client thread/INFO]: Warning: Clientside chunk ticking took 185 ms
[13:53:53] [Client thread/INFO]: Warning: Clientside chunk ticking took 218 ms
[13:53:54] [Client thread/INFO]: Warning: Clientside chunk ticking took 423 ms
[13:53:54] [Client thread/INFO]: Warning: Clientside chunk ticking took 223 ms
[13:53:55] [Client thread/INFO]: Warning: Clientside chunk ticking took 259 ms
[13:53:59] [Client thread/INFO]: Warning: Clientside chunk ticking took 215 ms
[13:54:03] [Client thread/INFO]: Warning: Clientside chunk ticking took 362 ms
[13:54:04] [Client thread/INFO]: Warning: Clientside chunk ticking took 170 ms
[13:54:04] [Client thread/INFO]: Warning: Clientside chunk ticking took 234 ms
[13:54:04] [Client thread/INFO]: Warning: Clientside chunk ticking took 204 ms
[13:54:12] [Server thread/INFO]: [Twylite_Fang: §7[Twylite_Fang was sent into the atmosphere]]
[13:54:12] [Client thread/INFO]: [CHAT] §7[Twylite_Fang was sent into the atmosphere]
[13:54:24] [Server thread/INFO] [Galacticraft]: Found matching world (4) for name: Space Station 4
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1936bc8 (constructor)
[13:54:24] [Server thread/INFO] [FML]: Loading dimension 4 (New World) (net.minecraft.server.integrated.IntegratedServer@3e7a94)
java.lang.ClassNotFoundException:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at micdoodle8.mods.galacticraft.core.util.VersionUtil.decompressNBT(VersionUtil.java:232)
at micdoodle8.mods.galacticraft.core.network.NetworkUtil.readNBTTagCompound(NetworkUtil.java:414)
at micdoodle8.mods.galacticraft.core.network.NetworkUtil.decodeData(NetworkUtil.java:214)
at micdoodle8.mods.galacticraft.core.network.PacketSimple.decodeInto(PacketSimple.java:209)
at micdoodle8.mods.galacticraft.core.network.GalacticraftChannelHandler.decodeInto(GalacticraftChannelHandler.java:45)
at micdoodle8.mods.galacticraft.core.network.GalacticraftChannelHandler.decodeInto(GalacticraftChannelHandler.java:15)
at cpw.mods.fml.common.network.FMLIndexedMessageToMessageCodec.decode(FMLIndexedMessageToMessageCodec.java:77)
at cpw.mods.fml.common.network.FMLIndexedMessageToMessageCodec.decode(FMLIndexedMessageToMessageCodec.java:17)
at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1542)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:917)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:54:24] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel GalacticraftCore
java.lang.NullPointerException
at micdoodle8.mods.galacticraft.core.dimension.SpaceStationWorldData.func_76184_a(SpaceStationWorldData.java:48) ~[SpaceStationWorldData.class:?]
at micdoodle8.mods.galacticraft.core.network.PacketSimple.handleClientSide(PacketSimple.java:505) ~[PacketSimple.class:?]
at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.channelRead0(GalacticraftPacketHandler.java:24) ~[GalacticraftPacketHandler.class:?]
at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.channelRead0(GalacticraftPacketHandler.java:12) ~[GalacticraftPacketHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) [ef.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) [biy.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1542) [azd.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:917) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
[13:54:25] [Server thread/INFO] [Galacticraft]: Server attempting to transfer player Twylite_Fang to dimension 4
[13:54:25] [Server thread/INFO]: Stopping server
[13:54:25] [Server thread/INFO]: Saving players
[13:54:25] [Server thread/INFO]: Saving worlds
[13:54:25] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[13:54:26] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[13:54:26] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[13:54:26] [Server thread/INFO]: Saving chunks for level 'New World'/Mars
[13:54:26] [Server thread/INFO]: Saving chunks for level 'New World'/Space Station 4
[13:54:29] [Server thread/INFO] [FML]: Unloading dimension 0
[13:54:29] [Server thread/INFO] [FML]: Unloading dimension -1
[13:54:29] [Server thread/INFO] [FML]: Unloading dimension 1
[13:54:29] [Server thread/INFO] [FML]: Unloading dimension -29
[13:54:29] [Server thread/INFO] [FML]: Unloading dimension 4
[13:54:29] [Server thread/INFO] [FML]: Applying holder lookups
[13:54:29] [Server thread/INFO] [FML]: Holder lookups applied
[13:54:29] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[13:54:29] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[13:54:29] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[13:54:51] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
[13:54:51] [Server thread/INFO]: Generating keypair
[13:54:51] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[13:54:52] [Server thread/INFO] [FML]: Applying holder lookups
[13:54:52] [Server thread/INFO] [FML]: Holder lookups applied
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1196afc (constructor)
[13:54:52] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@15b4e67)
[OptiFine] WorldServer.nextTickSet updated
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1786ba9 (constructor)
[13:54:52] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@15b4e67)
[OptiFine] WorldServer.nextTickSet updated
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1102f81 (constructor)
[13:54:52] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@15b4e67)
[OptiFine] WorldServer.nextTickSet updated
[13:54:52] [Server thread/INFO]: Preparing start region for level 0
[13:54:53] [Server thread/INFO]: Preparing spawn area: 47%
[13:54:54] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@ec5a3a (constructor)
[13:54:54] [Server thread/INFO] [FML]: Loading dimension -29 (New World) (net.minecraft.server.integrated.IntegratedServer@15b4e67)
[13:54:54] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30
[13:54:54] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
[13:54:54] [Netty Client IO #3/INFO] [FML]: Server protocol version 1
[13:54:54] [Netty IO #1/INFO] [FML]: Client protocol version 1
[13:54:54] [Netty IO #1/INFO] [FML]: Client attempting to join with 8 mods : [email protected],[email protected],[email protected],[email protected],[email protected],Micdoodlecore@,[email protected],[email protected]
[13:54:54] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[13:54:54] [Netty Client IO #3/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[13:54:54] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@18caf35 (constructor)
[13:54:54] [Server thread/INFO] [FML]: Loading dimension 4 (New World) (net.minecraft.server.integrated.IntegratedServer@15b4e67)
[13:54:54] [Server thread/INFO]: Twylite_Fang[local:E:48c59085] logged in with entity id 7252 at (0.5, 65.0, 0.5)
[13:54:54] [Server thread/INFO]: Twylite_Fang joined the gang
[13:54:54] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
Cannot Hotload Dim: Could not get provider type for dimension 2, does not exist
[13:55:50] [Server thread/INFO]: Twylite_Fang has just earned the achievement [Opening Your Bag]
[13:55:50] [Client thread/INFO]: [CHAT] Twylite_Fang has just earned the achievement [Opening Your Bag]
[14:07:51] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[14:07:54] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[14:07:56] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[14:27:40] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[14:27:44] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[14:27:49] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[14:29:55] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[14:29:56] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[14:29:58] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[14:30:21] [Server thread/INFO]: Saving and pausing game...
[14:30:21] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[14:30:21] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[14:30:21] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[14:30:21] [Server thread/INFO]: Saving chunks for level 'New World'/Mars
[14:30:21] [Server thread/INFO]: Saving chunks for level 'New World'/Space Station 4
[14:36:41] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[14:36:43] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[14:38:29] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[14:38:41] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[14:47:14] [Server thread/INFO]: Saving and pausing game...
[14:47:14] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[14:47:14] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[14:47:14] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[14:47:14] [Server thread/INFO]: Saving chunks for level 'New World'/Mars
[14:47:14] [Server thread/INFO]: Saving chunks for level 'New World'/Space Station 4
[15:04:09] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[15:04:11] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[15:08:03] [Client thread/INFO]: [CHAT] /gamemode, /gamerule
[15:08:04] [Server thread/INFO]: [Twylite_Fang: Set own game mode to Walkabout Mode]
[15:08:04] [Client thread/INFO]: [CHAT] Your game mode has been updated
[15:08:19] [Client thread/INFO]: [CHAT] /gamemode, /give, /gckeeploaded, /gcinv, /gamerule
[15:08:20] [Server thread/INFO]: [Twylite_Fang: Set own game mode to Creative Mode]
[15:08:20] [Client thread/INFO]: [CHAT] Your game mode has been updated
[15:08:37] [Server thread/INFO]: [Twylite_Fang: Set own game mode to Walkabout Mode]
[15:08:37] [Client thread/INFO]: [CHAT] Your game mode has been updated
[15:09:53] [Server thread/INFO]: [Twylite_Fang: Set own game mode to Creative Mode]
[15:09:53] [Client thread/INFO]: [CHAT] Your game mode has been updated
[15:10:01] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.closeairlock
[15:10:13] [Client thread/WARN]: Unable to play unknown soundEvent: galacticraftcore:player.openairlock
[15:11:55] [Server thread/INFO] [Galacticraft]: Server attempting to transfer player Twylite_Fang to dimension 0
[15:11:55] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 18115ms behind, skipping 362 tick(s)
[15:11:56] [Client thread/INFO]: Warning: Clientside chunk ticking took 111 ms
[15:12:25] [Client thread/INFO]: Warning: Clientside chunk ticking took 305 ms
[15:12:27] [Client thread/INFO]: Warning: Clientside chunk ticking took 276 ms
[15:12:27] [Client thread/INFO]: Warning: Clientside chunk ticking took 278 ms
[15:12:29] [Client thread/INFO]: Warning: Clientside chunk ticking took 309 ms
[15:12:29] [Client thread/INFO]: Warning: Clientside chunk ticking took 228 ms
[15:12:29] [Client thread/INFO]: Warning: Clientside chunk ticking took 198 ms
[15:12:29] [Client thread/INFO]: Warning: Clientside chunk ticking took 145 ms
[15:12:30] [Client thread/INFO]: Warning: Clientside chunk ticking took 198 ms
[15:13:25] [Server thread/INFO]: [Twylite_Fang: §7[Twylite_Fang was sent into the atmosphere]]
[15:13:25] [Client thread/INFO]: [CHAT] §7[Twylite_Fang was sent into the atmosphere]
[15:13:36] [Server thread/INFO] [Galacticraft]: Found matching world (4) for name: Space Station 4
java.lang.ClassNotFoundException:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at micdoodle8.mods.galacticraft.core.util.VersionUtil.decompressNBT(VersionUtil.java:232)
at micdoodle8.mods.galacticraft.core.network.NetworkUtil.readNBTTagCompound(NetworkUtil.java:414)
at micdoodle8.mods.galacticraft.core.network.NetworkUtil.decodeData(NetworkUtil.java:214)
at micdoodle8.mods.galacticraft.core.network.PacketSimple.decodeInto(PacketSimple.java:209)
at micdoodle8.mods.galacticraft.core.network.GalacticraftChannelHandler.decodeInto(GalacticraftChannelHandler.java:45)
at micdoodle8.mods.galacticraft.core.network.GalacticraftChannelHandler.decodeInto(GalacticraftChannelHandler.java:15)
at cpw.mods.fml.common.network.FMLIndexedMessageToMessageCodec.decode(FMLIndexedMessageToMessageCodec.java:77)
at cpw.mods.fml.common.network.FMLIndexedMessageToMessageCodec.decode(FMLIndexedMessageToMessageCodec.java:17)
at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1542)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:917)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[15:13:36] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel GalacticraftCore
java.lang.NullPointerException
at micdoodle8.mods.galacticraft.core.dimension.SpaceStationWorldData.func_76184_a(SpaceStationWorldData.java:48) ~[SpaceStationWorldData.class:?]
at micdoodle8.mods.galacticraft.core.network.PacketSimple.handleClientSide(PacketSimple.java:505) ~[PacketSimple.class:?]
at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.channelRead0(GalacticraftPacketHandler.java:24) ~[GalacticraftPacketHandler.class:?]
at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.channelRead0(GalacticraftPacketHandler.java:12) ~[GalacticraftPacketHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) [ef.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) [biy.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1542) [azd.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:917) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
[15:13:37] [Server thread/INFO] [Galacticraft]: Server attempting to transfer player Twylite_Fang to dimension 4
[15:13:37] [Server thread/INFO]: Stopping server
[15:13:37] [Server thread/INFO]: Saving players
[15:13:37] [Server thread/INFO]: Saving worlds
[15:13:37] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[15:13:37] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[15:13:37] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[15:13:37] [Server thread/INFO]: Saving chunks for level 'New World'/Mars
[15:13:37] [Server thread/INFO]: Saving chunks for level 'New World'/Space Station 4
[15:13:38] [Server thread/INFO] [FML]: Unloading dimension 0
[15:13:38] [Server thread/INFO] [FML]: Unloading dimension -1
[15:13:38] [Server thread/INFO] [FML]: Unloading dimension 1
[15:13:38] [Server thread/INFO] [FML]: Unloading dimension -29
[15:13:38] [Server thread/INFO] [FML]: Unloading dimension 4
[15:13:38] [Server thread/INFO] [FML]: Applying holder lookups
[15:13:38] [Server thread/INFO] [FML]: Holder lookups applied
[15:13:38] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[15:13:38] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[15:13:38] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[15:13:47] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
[15:13:47] [Server thread/INFO]: Generating keypair
[15:13:48] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[15:13:48] [Server thread/INFO] [FML]: Applying holder lookups
[15:13:48] [Server thread/INFO] [FML]: Holder lookups applied
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@17cba0e (constructor)
[15:13:48] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1ef297a)
[OptiFine] WorldServer.nextTickSet updated
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@8c12cf (constructor)
[15:13:48] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1ef297a)
[OptiFine] WorldServer.nextTickSet updated
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@de1a5e (constructor)
[15:13:48] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1ef297a)
[OptiFine] WorldServer.nextTickSet updated
[15:13:48] [Server thread/INFO]: Preparing start region for level 0
[15:13:49] [Server thread/INFO]: Preparing spawn area: 47%
[15:13:50] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@1bd6aa (constructor)
[15:13:50] [Server thread/INFO] [FML]: Loading dimension -29 (New World) (net.minecraft.server.integrated.IntegratedServer@1ef297a)
[15:13:50] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30
[15:13:50] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
[15:13:50] [Netty Client IO #1/INFO] [FML]: Server protocol version 1
[15:13:50] [Netty IO #3/INFO] [FML]: Client protocol version 1
[15:13:50] [Netty IO #3/INFO] [FML]: Client attempting to join with 8 mods : [email protected],[email protected],[email protected],[email protected],[email protected],Micdoodlecore@,[email protected],[email protected]
[15:13:50] [Netty IO #3/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[15:13:50] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[15:13:50] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[OptiFine] ViewRadius: 10, for: net.minecraft.server.management.PlayerManager@bd7697 (constructor)
[15:13:50] [Server thread/INFO] [FML]: Loading dimension 4 (New World) (net.minecraft.server.integrated.IntegratedServer@1ef297a)
[15:13:50] [Server thread/INFO]: Twylite_Fang[local:E:adc361b5] logged in with entity id 29550 at (0.5, 65.0, 0.5)
[15:13:50] [Server thread/INFO]: Twylite_Fang joined the gang
[15:13:50] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
Cannot Hotload Dim: Could not get provider type for dimension 2, does not exist
[15:13:51] [Server thread/INFO]: Saving and pausing game...
[15:13:51] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[15:13:51] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[15:13:51] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[15:13:51] [Server thread/INFO]: Saving chunks for level 'New World'/Mars
[15:13:51] [Server thread/INFO]: Saving chunks for level 'New World'/Space Station 4
[15:16:39] [Server thread/INFO]: Saving and pausing game...
[15:16:39] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[15:16:39] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[15:16:39] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[15:16:39] [Server thread/INFO]: Saving chunks for level 'New World'/Mars
[15:16:39] [Server thread/INFO]: Saving chunks for level 'New World'/Space Station 4

Sorry if it's kinda long; I just copied the entire game output cos that might help a bit for you, seeing the actual console output for the world.

If you need any other info just let me know :D

@Twylite-Fang
Copy link

Btw, I'm now attempting to go up via a Tier 1 rocket.

@Twylite-Fang
Copy link

Still the same: "A fatal error has occurred, this connection is terminated"

@radfast
Copy link
Collaborator

radfast commented Aug 4, 2014

Fixed in new version - get it here: http://ci.micdoodle8.com/job/Galacticraft-1.7/145/

@Twylite-Fang
Copy link

Sweet :D

@Adam-Vandervorst
Copy link
Author

Nice !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants