+-

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Exanadu

Pages: [1]
1
Discussion / Re: 1.7.10 RR Crossing Bar crash
« on: January 28, 2016, 08:47:34 am »
Here is a short video of the crash.

https://www.dropbox.com/s/w28t954g5cpjs01/Minecraft%201.7.10%20160128_072903.mp4?dl=0

Edit: After looking at the logs i realized it had something to do with the mobility mod, after removing it the crossing bars work fine.

2
Discussion / Re: 1.7.10 RR Crossing Bar crash
« on: January 28, 2016, 08:20:16 am »
Code: [Select]
[07:09:15] [Client thread/ERROR] [FML]: FMLIndexedMessageCodec exception caught
io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(12) + length(4) exceeds writerIndex(13): SlicedByteBuf(ridx: 12, widx: 13, cap: 13/13, unwrapped: UnpooledHeapByteBuf(ridx: 1, widx: 14, cap: 14/14))
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[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:1602) [bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_71]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.IndexOutOfBoundsException: readerIndex(12) + length(4) exceeds writerIndex(13): SlicedByteBuf(ridx: 12, widx: 13, cap: 13/13, unwrapped: UnpooledHeapByteBuf(ridx: 1, widx: 14, cap: 14/14))
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1160) ~[AbstractByteBuf.class:?]
at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:611) ~[AbstractByteBuf.class:?]
at wthieves.mods.wmobility.network.GuiCraftCodec.fromBytes(GuiCraftCodec.java:46) ~[GuiCraftCodec.class:?]
at cpw.mods.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(SimpleIndexedCodec.java:17) ~[SimpleIndexedCodec.class:?]
at cpw.mods.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(SimpleIndexedCodec.java:7) ~[SimpleIndexedCodec.class:?]
at cpw.mods.fml.common.network.FMLIndexedMessageToMessageCodec.decode(FMLIndexedMessageToMessageCodec.java:77) ~[FMLIndexedMessageToMessageCodec.class:?]
at cpw.mods.fml.common.network.FMLIndexedMessageToMessageCodec.decode(FMLIndexedMessageToMessageCodec.java:17) ~[FMLIndexedMessageToMessageCodec.class:?]
at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:?]
... 18 more
[07:09:15] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel WMobility
io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(12) + length(4) exceeds writerIndex(13): SlicedByteBuf(ridx: 12, widx: 13, cap: 13/13, unwrapped: UnpooledHeapByteBuf(ridx: 1, widx: 14, cap: 14/14))
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[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:1602) [bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_71]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.IndexOutOfBoundsException: readerIndex(12) + length(4) exceeds writerIndex(13): SlicedByteBuf(ridx: 12, widx: 13, cap: 13/13, unwrapped: UnpooledHeapByteBuf(ridx: 1, widx: 14, cap: 14/14))
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1160) ~[AbstractByteBuf.class:?]
at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:611) ~[AbstractByteBuf.class:?]
at wthieves.mods.wmobility.network.GuiCraftCodec.fromBytes(GuiCraftCodec.java:46) ~[GuiCraftCodec.class:?]
at cpw.mods.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(SimpleIndexedCodec.java:17) ~[SimpleIndexedCodec.class:?]
at cpw.mods.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(SimpleIndexedCodec.java:7) ~[SimpleIndexedCodec.class:?]
at cpw.mods.fml.common.network.FMLIndexedMessageToMessageCodec.decode(FMLIndexedMessageToMessageCodec.java:77) ~[FMLIndexedMessageToMessageCodec.class:?]
at cpw.mods.fml.common.network.FMLIndexedMessageToMessageCodec.decode(FMLIndexedMessageToMessageCodec.java:17) ~[FMLIndexedMessageToMessageCodec.class:?]
at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:?]
... 18 more
[07:09:15] [Netty Client IO #1/INFO] [THAUMCRAFT]: Restoring client configs.
[07:09:15] [Netty Client IO #1/INFO] [EnderCore]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler
[07:09:15] [Netty Client IO #1/INFO] [mcjty.lib.varia.Logging]: Disconnect from server: Unregistering RFTools dimensions
[07:09:15] [Netty Client IO #1/INFO] [Schematica]: Scheduling client settings reset.
[07:09:15] [Client thread/INFO] [journeymap]: Mapping halted in C:\FTB\direwolf20_17\minecraft\journeymap\data\sp\Test\DIM0
[07:09:15] [Server thread/INFO]: Exanadu lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[07:09:15] [Server thread/INFO]: Exanadu left the game
[07:09:15] [Server thread/INFO]: Stopping singleplayer server as player logged out
[07:09:15] [Server thread/INFO]: Stopping server
[07:09:15] [Server thread/INFO]: Saving players
[07:09:15] [Server thread/INFO]: Saving worlds
[07:09:15] [Server thread/INFO]: Saving chunks for level 'Test'/Overworld
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/Nether
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/The End
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/FZHammer
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/Twilight Forest
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/Mirror
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/Underdark
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/The Outer Lands
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/Torment
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/The Last Millenium
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/Spirit World
[07:09:16] [Server thread/INFO]: Saving chunks for level 'Test'/Bedrock
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension 0
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -1
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension 1
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -7
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -15
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -39
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -17
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -42
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -19
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -112
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -20
[07:09:16] [Server thread/INFO] [FML]: Unloading dimension -47
[07:09:19] [Server thread/INFO] [FML]: Applying holder lookups
[07:09:19] [Server thread/WARN] [FML]: Unable to lookup chisel:cobblestoneWall for public static team.chisel.block.BlockCarvableWall team.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
[07:09:19] [Server thread/WARN] [FML]: Unable to lookup chisel:obsidian2 for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.obsidian2. Is there something wrong with the registry?
[07:09:19] [Server thread/WARN] [FML]: Unable to lookup chisel:voidstonerunic for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.voidstonerunic. Is there something wrong with the registry?
[07:09:19] [Server thread/WARN] [FML]: Unable to lookup chisel:circuits for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.circuits. Is there something wrong with the registry?
[07:09:19] [Server thread/INFO] [FML]: Holder lookups applied
[07:09:19] [pool-7-thread-1/INFO] [EnderIO]: ServerChannelRegister: Dimensional Transceiver data saved to C:\FTB\direwolf20_17\minecraft\saves\Test\enderio\dimensionalTransceiver.json
[07:09:19] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is stopping. Shutting down gracefully
[07:09:19] [Server thread/INFO] [mcjty.lib.varia.Logging]: Cleaning up RFTools dimensions
[07:09:21] [Netty Client IO #2/INFO] [FML]: Attempting connection with missing mods [CustomMainMenu, journeymap, LunatriusCore, ResourceLoader, Schematica] at SERVER

3
Discussion / 1.7.10 RR Crossing Bar crash
« on: January 26, 2016, 04:09:54 pm »
When placing the railroad crossing arms large,med and small on the railroad crossing stand the game crashes,  when you log in the crossing arm is placed, if you put a redstone to it , it crashes again, when you log in the arm is in the down position and making the crossing sound. Im using LampsAndTrafficlights-1.2-Minecraft_1.7.10 along with direwolf20 1.9.0 FTB pack

Edit: Seems that if any block is placed next to the crossing stand it crashes but only if the crossing arm is attached to the stand (which also crashes)

Pages: [1]

User

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Search



Advanced Search