I tested my replay mod and I tried to save a replay, and this came up on my screen:
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 30/08/19 10:40
Description: Saving replay file
java.io.IOException: decoding
at com.replaymod.replaystudio.io.ReplayInputStream.fillBuffer(ReplayInputStream.java:233)
at com.replaymod.replaystudio.io.ReplayInputStream.readPacket(ReplayInputStream.java:184)
at com.replaymod.editor.gui.MarkerProcessor.apply(MarkerProcessor.java:146)
at com.replaymod.recording.packet.PacketListener.lambda$channelInactive$8(PacketListener.java:225)
at com.replaymod.recording.packet.PacketListener$$Lambda$103/820320825.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ArrayIndexOutOfBoundsException
at com.replaymod.lib.com.github.steveice10.mc.protocol.util.NetUtil.dataToChunks(NetUtil.java:202)
at com.replaymod.lib.com.github.steveice10.mc.protocol.packet.ingame.server.world.ServerChunkDataPacket.read(ServerChunkDataPacket.java:109)
at com.replaymod.lib.com.github.steveice10.packetlib.tcp.TcpPacketCodec.decode(TcpPacketCodec.java:41)
at com.replaymod.replaystudio.studio.protocol.StudioCodec.decode(StudioCodec.java:42)
at com.replaymod.replaystudio.io.ReplayInputStream.fillBuffer(ReplayInputStream.java:229)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 381059608 bytes (363 MB) / 838860800 bytes (800 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.19 Powered by Forge 11.15.1.2318 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
UCHIJA Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
UCHIJA replaymod{1.8.9-2.2.0-b7} [Replay Mod] (replaymod-1.8.9-2.2.0-b7 (1).jar)
UCHIJA LunatriusCore{1.1.2.32} [LunatriusCore] (LunatriusCore-1.8.9 (1).jar)
Loaded coremods (and transformers):
LoadingPlugin (replaymod-1.8.9-2.2.0-b7 (1).jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Any help on how to fix this would be greatly appreciated, Thanks!!