Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

231k Downloads

Client-side crash with "Sit!"

Longie520 opened this issue ยท 1 comments

commented

Description
C2ME crashes with Sit! when attempting to sit

To Reproduce

  1. install C2ME (0.2.0+alpha.11.65 devbuild for 1.20.4), Sit! (v1.1.4+1.20-1.20.1 Fabric), and Fabric API (0.96.11+1.20.4)
  2. launch the game
  3. load into a world, and right click a sittable block (for example, oak stairs)
  4. the game freezes and crashes after

Expected behavior
The game does not crash when right clicking on a sittable block, and lets the player sit

Runtime info

  • OS: M1 Macbook Pro
  • Minecraft version: Fabric 1.20.4
  • Mod version: 0.2.0+alpha.11.65 devbuild for 1.20.4
  • Java runtime: bundled Java 21

Crash report
crash-2024-04-06_10.29.52-client.txt

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

oth3r-sit is modifying world state on another thread. This results in undefined behavior.