Replay Mod (Fabric & Forge)

Replay Mod (Fabric & Forge)

787k Downloads

ReplayMod exception when saving replay

ILikePlayingGames opened this issue ยท 0 comments

commented

This error happened while saving a replay from Hypixel. It recorded for about 10 minutes when I stopped recording because I was AFK. I was AFK for about 7 hours and then came back and left the server. When I left, ReplayMod tried saving the replay and this happened.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CorePlugin (SmoothFont-1.8.9-1.15.2.jar)
  LoadingPlugin (replaymod-1.8.9-2.2.0-b7.jar)
  OpenEyePlugin (OpenEye.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 25/11/19 7:14 PM
Description: Saving replay file

io.netty.handler.codec.EncoderException: com.replaymod.lib.com.github.steveice10.mc.protocol.packet.ingame.server.scoreboard.ServerTeamPacket@3a3c4308[name=6kw8zq3lbt,action=CREATE,displayName=6kw8zq3lbt,prefix=,suffix=,friendlyFire=false,seeFriendlyInvisibles=false,nameTagVisibility=NEVER,color=<null>,players={9ly2k91fk6}]
	at com.replaymod.replaystudio.io.ReplayOutputStream.doWrite(ReplayOutputStream.java:227)
	at com.replaymod.replaystudio.io.ReplayOutputStream.write(ReplayOutputStream.java:202)
	at com.replaymod.editor.gui.MarkerProcessor.apply(MarkerProcessor.java:143)
	at com.replaymod.recording.packet.PacketListener.lambda$channelInactive$8(PacketListener.java:225)
	at com.replaymod.recording.packet.PacketListener$$Lambda$101/716645521.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
	at com.replaymod.lib.com.github.steveice10.mc.protocol.packet.ingame.server.scoreboard.ServerTeamPacket.write(ServerTeamPacket.java:154)
	at com.replaymod.lib.com.github.steveice10.packetlib.tcp.TcpPacketCodec.encode(TcpPacketCodec.java:27)
	at com.replaymod.replaystudio.io.ReplayOutputStream.doWrite(ReplayOutputStream.java:225)
	... 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
	CPU: 6x AMD FX(tm)-6300 Six-Core Processor 
	Java Version: 1.8.0_51, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 1823326264 bytes (1738 MB) / 3254779904 bytes (3104 MB) up to 4294967296 bytes (4096 MB)
	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -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 Optifine OptiFine_1.8.9_HD_U_I7 8 mods loaded, 8 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	OpenEye{0.8} [OpenEye] (OpenEye.jar) 
	UCHIJA	smoothfontcore{1.8.9-1.15.1} [Smooth Font Core] (minecraft.jar) 
	UCHIJA	smoothfont{1.8.9-1.15.2} [Smooth Font] (SmoothFont-1.8.9-1.15.2.jar) 
	UCHIJA	replaymod{1.8.9-2.2.0-b7} [Replay Mod] (replaymod-1.8.9-2.2.0-b7.jar) 
	UCHIJA	skyblockaddons{1.4.2} [SkyBlock Addons] (SkyblockAddons-1.4.2-for-MC-1.8.9.jar) 
	Loaded coremods (and transformers): 
CorePlugin (SmoothFont-1.8.9-1.15.2.jar)
  bre.smoothfont.asm.Transformer
LoadingPlugin (replaymod-1.8.9-2.2.0-b7.jar)
  
OpenEyePlugin (OpenEye.jar)
  openeye.asm.MultiTransformer
	GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.

Full Stack

  "timestamp": 1574727254135,
  "location": "crash_handler",
  "exception": {
    "stack": [
      {
        "class": "com.replaymod.replaystudio.io.ReplayOutputStream",
        "method": "doWrite",
        "file": "ReplayOutputStream.java",
        "line": 227,
        "source": "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6",
        "signatures": [
          "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6"
        ]
      },
      {
        "class": "com.replaymod.replaystudio.io.ReplayOutputStream",
        "method": "write",
        "file": "ReplayOutputStream.java",
        "line": 202,
        "source": "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6",
        "signatures": [
          "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6"
        ]
      },
      {
        "class": "com.replaymod.editor.gui.MarkerProcessor",
        "method": "apply",
        "file": "MarkerProcessor.java",
        "line": 143,
        "source": "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6",
        "signatures": [
          "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6"
        ]
      },
      {
        "class": "com.replaymod.recording.packet.PacketListener",
        "method": "lambda$channelInactive$8",
        "file": "PacketListener.java",
        "line": 225,
        "source": "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6",
        "signatures": [
          "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6"
        ]
      },
      {
        "class": "com.replaymod.recording.packet.PacketListener$$Lambda$101/716645521",
        "method": "run",
        "line": -1,
        "signatures": [
          "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6"
        ]
      },
      {
        "class": "java.lang.Thread",
        "method": "run",
        "file": "Thread.java",
        "line": 745,
        "signatures": []
      }
    ],
    "exception": "io.netty.handler.codec.EncoderException",
    "message": "com.replaymod.lib.com.github.steveice10.mc.protocol.packet.ingame.server.scoreboard.ServerTeamPacket@3a3c4308[name\u003d6kw8zq3lbt,action\u003dCREATE,displayName\u003d6kw8zq3lbt,prefix\u003d,suffix\u003d,friendlyFire\u003dfalse,seeFriendlyInvisibles\u003dfalse,nameTagVisibility\u003dNEVER,color\u003d\u003cnull\u003e,players\u003d{[player name]}]",
    "cause": {
      "stack": [
        {
          "class": "com.replaymod.lib.com.github.steveice10.mc.protocol.packet.ingame.server.scoreboard.ServerTeamPacket",
          "method": "write",
          "file": "ServerTeamPacket.java",
          "line": 154,
          "source": "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6",
          "signatures": [
            "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6"
          ]
        },
        {
          "class": "com.replaymod.lib.com.github.steveice10.packetlib.tcp.TcpPacketCodec",
          "method": "encode",
          "file": "TcpPacketCodec.java",
          "line": 27,
          "source": "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6",
          "signatures": [
            "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6"
          ]
        },
        {
          "class": "com.replaymod.replaystudio.io.ReplayOutputStream",
          "method": "doWrite",
          "file": "ReplayOutputStream.java",
          "line": 225,
          "source": "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6",
          "signatures": [
            "sha256:fe54be307f1153676a51371954c5f1c31d58349f27a51508987a70c5f4e7c6d6"
          ]
        }
      ],
      "exception": "java.lang.NullPointerException",
      "message": ""
    }
  },