Lithium (Fabric)

Lithium (Fabric)

22M Downloads

Crash with Create when pondering due to unsafe cast

TropheusJ opened this issue ยท 5 comments

commented

Version Information

0.11.0 (1.19.2)

Expected Behavior

Not crashing

Actual Behavior

Crashing

Reproduction Steps

According to the original issue:

  1. Ponder an item
  2. During animation it will crash

Other Information

This comment is correct. That cast fails with Ponder's simulated worlds.
report: https://gist.github.com/aunrea/6275a8588337789329477732f1d1ad72

commented

message (2).txt

Got this crash as well

commented

Please test with Lithium 0.11.1

commented

Can confirm 0.11.1 fixes issue

commented

It appears @2No2Name was aware of this possibility back in 2020 according to the git blame:

//Casting to Chunk is not checked, together with other mods this could cause a ClassCastException

commented

Can anyone test this with the a newer github action build that includes the above commit?