Create

Create

86M Downloads

[1.18] Multiplayer Crashes with Create 1.18 0.4

rhathaway86 opened this issue ยท 10 comments

commented

In attempting to load out a new world in 1.18, my husband and I determined that Create was causing player that was joining to crash back to login screen. Message on the host player shows join and leave instantly. This is either being caused by Create or Flywheel, no crash report given because nature of the forced disconnect

commented

I'm also having the same problem

commented

got the same problem.. i put the create and flywheel in the modpack on 1.18 the world it's loading , and when i just enter the world the game go to not responding and stay like that until i close it ..

commented

are you guys doing anything under y0?
(also try typring "/flywheel backend off" in a mc chat)
do you guys have optifine?

commented

My friend crashes whenever a contraption starts moving, but not me, even though we have the same mods and the same Java version. We don't have optifine, but we do have Magnesium installed. Contraptions under y0 or above y256 crash both of our games.

commented

Bump, same issue. Unable to join the session hosted over LAN. We tried both build from curseforge, and a freshly compiled master branch as of today.

Here is the stacktrace of the issue:

Netty Server IO #19/ERROR]: Error encoding packet
io.netty.util.IllegalReferenceCountException: refCnt: 0
  at io.netty.buffer.AbstractByteBuf.ensureAccessible(AbstractByteBuf.java:1454) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.buffer.AbstractByteBuf.checkIndex(AbstractByteBuf.java:1383) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.buffer.UnpooledHeapByteBuf.copy(UnpooledHeapByteBuf.java:534) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.buffer.AbstractByteBuf.copy(AbstractByteBuf.java:1194) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at net.minecraft.network.FriendlyByteBuf.copy(FriendlyByteBuf.java:1169) ~[client-1.18-20211130.085255-srg.jar%2365!:?]
  at net.minecraft.network.protocol.game.ClientboundCustomPayloadPacket.m_5779_(ClientboundCustomPayloadPacket.java:50) ~[client-1.18-20211130.085255-srg.jar%2365!:?]
  at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:42) ~[client-1.18-20211130.085255-srg.jar%2365!:?]
  at net.minecraft.network.PacketEncoder.encode(PacketEncoder.java:15) ~[client-1.18-20211130.085255-srg.jar%2365!:?]
  at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:717) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:709) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:792) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:702) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:110) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:717) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:764) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:790) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:758) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:808) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1025) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:306) ~[netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at net.minecraft.network.Connection.m_178303_(Connection.java:202) ~[client-1.18-20211130.085255-srg.jar%2365!:?]
  at net.minecraft.network.Connection.lambda$sendPacket$5(Connection.java:191) ~[client-1.18-20211130.085255-srg.jar%2365!:?]
  at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) [netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469) [netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) [netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) [netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-all-4.1.68.Final.jar%2333!:4.1.68.Final]
  at java.lang.Thread.run(Thread.java:833) [?:?]
commented

thats a known issue, its being fixed next releaed for now type "/flywheel backend off" in a mc chat

commented

thats a known issue, its being fixed next releaed for now type "/flywheel backend off" in a mc chat

it doesn't work for me

commented

Try updating to create 0.4a

commented

i don't think it's possible to write that in the chat , if my game not responding when the caracter apear and after the game just stop on not responding

commented

Duplicate of #2457