Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

231k Downloads

[1.20.1] MixinNetherFortressGeneratorPieceData mixin failure

KhanhPham05 opened this issue ยท 6 comments

commented

Describe the bug
Mixin failure cause crash when exploring vanilla nether in Spectator Mode

To Reproduce
Steps to reproduce the behavior:

  1. Create a world in survival mode and open to LAN (it is only used for turning on cheats)
  2. Set player game mode to Spectator
  3. Enter Nether and Explore
  4. (Optional) Saying that you are using the seed 84601072023, go to coordinate [ 704, 288 ] in nether and lurking around until crash

Expected behavior
Nether feature generation should not crash the game.

Runtime info (please complete the following information):

  • OS: Windows 10
  • Minecraft version: 1.20.1 - Fabric Loader 0.14.22
  • Java/JRE version : Temurin 20.0.2+9
  • Mod version: 10.97

Crash reports / logs
Log : https://paste.atlauncher.com/view/13628817-1d60-4be0-9898-68bbbe292966
Crash Report : https://gist.github.com/KhanhPham05/2d14bec1805bb938903b97d0029a3454

Other mods
See in Log or Crash Report for mod list

Checklist

  • I am using the official version of the mod.
  • I tried the latest development version but the issue persists.
  • I searched for similar open issues and could not find an existing bug report on this.
commented

Bonus Info, This crash can also be reproduced when only using the mod with Fabric API

commented

Cannot reproduce with only C2ME and fabric API.
Any logs or crashes for the test with just C2ME and Fabric API?

commented

Firstly, I apologize for the late response. So here this is the Crash Report and Log with the footage of the crash below

2023-08-16_08-27-38.mp4
commented

Firstly, I apologize for the late response. So here this is the Crash Report and Log with the footage of the crash below

2023-08-16_08-27-38.mp

For easier crash reproduction, the world seed and coordinates has been shown in the video, which is mentioned in the original post. C2ME has been updated to version 98 and fabric API 0.87.0, JRE 20.0.2

commented

Try reproduce without -Dmixin.debug=true jvm flag.

commented

Okay, mixin debug flag is removed and issue seems to be resolved.