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

Launch controlled rockets not landing properly client-side (relog fixes it) #1108

Closed
EoD opened this issue Oct 8, 2014 · 3 comments
Closed

Comments

@EoD
Copy link
Contributor

EoD commented Oct 8, 2014

I just launched to another launch controller. First there was the typical rocket breaking manoveur, but when I arrived it seemed like I had a lag and ended up a bunch of block below where I was actually supposed to be.
The rocket was gone, but the launchpad was intact. That's what the server had to say:

[17:28:53 WARN]: Error sending overworld image to player.
[17:28:53 WARN]: java.lang.ClassNotFoundException: org.apache.commons.codec.binary.Base64
[17:28:53 WARN]:        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
[17:28:53 WARN]:        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[17:28:53 WARN]:        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[17:28:53 WARN]:        at micdoodle8.mods.galacticraft.core.network.PacketSimple.handleServerSide(PacketSimple.java:1343)
[17:28:53 WARN]:        at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.channelRead0(GalacticraftPacketHandler.java:27)
[17:28:53 WARN]:        at micdoodle8.mods.galacticraft.core.network.GalacticraftPacketHandler.channelRead0(GalacticraftPacketHandler.java:12)
[17:28:53 WARN]:        at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98)
[17:28:53 WARN]:        at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[17:28:53 WARN]:        at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[17:28:53 WARN]:        at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
[17:28:53 WARN]:        at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111)
[17:28:53 WARN]:        at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
[17:28:53 WARN]:        at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
[17:28:53 WARN]:        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
[17:28:53 WARN]:        at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169)
[17:28:53 WARN]:        at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77)
[17:28:53 WARN]:        at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:206)
[17:28:53 WARN]:        at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
[17:28:53 WARN]:        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:967)
[17:28:53 WARN]:        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
[17:28:53 WARN]:        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:797)
[17:28:53 WARN]:        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:660)
[17:28:53 WARN]:        at java.lang.Thread.run(Thread.java:745)
[17:28:53 WARN]: Caused by: java.lang.NullPointerException

I forgot to relog and see if it fixes any problem, sorry about that.

@radfast radfast changed the title [3.0.4.212] Rocket lost after overworld->overworld flight [3.0.4.212] Rocket lost after overworld->overworld flight [1.7.2 only] Oct 8, 2014
@Solestis
Copy link

I just had this exact same thing in 1.7.10, but on a spacestation.

I just flew from the overworld using launch controllers to my space station. It was in its landing maneuvre but when it encountered the launch pad it just phased through it and I ended up at y coordinate -7 without a rocket.

When I later flew back to the same space station with a new rocket, the exact same thing happened, but then both rockets were on the launchpad.

@EoD
Copy link
Contributor Author

EoD commented Oct 14, 2014

Oh, I can reproduce this very same with @Solestis is describing, although I ended up in y=-90 or so. After logging off and back in the rocket reappeared on the launch pad.

@radfast radfast changed the title [3.0.4.212] Rocket lost after overworld->overworld flight [1.7.2 only] Launch controlled rockets not landing properly client-side (relog fixes it) Oct 15, 2014
@radfast
Copy link
Collaborator

radfast commented Oct 15, 2014

You get +1 like for "typical rocket breaking manoeuvre"

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

No branches or pull requests

3 participants