MoreCulling

MoreCulling

77.1k Downloads

Pistons cause crash to desktop (exception ticking world)

steve-the-player opened this issue · 3 comments

commented

latest 2.log.zip note: this is a massive debug log! mclogs cuts off at 25'001 lines and ignores everything afterwards. Including the full file here in case it's related to the modlist)
2024-01-04-1.log.gz (the autogenerated log of just the crash)

commented

Same here on 1.20.4 on powering on/off a piston, with only following mods installed:

  • fabricloader 0.15.3
  • cloth-config 13.0.121
  • fabric-api 0.92.0+1.20.4
  • lithium 0.12.1
  • modernfix 5.11.1+mc1.20.4
  • moreculling 1.20.1-0.19.0
  • nbt_ac 1.1.8

Removing any of lithium, ModernFix, MoreCulling and NBTAutoComplete does not have this issue

crash-2024-01-05_16.01.06-client.txt

commented

I have same problem with MoreCulling and ModernFix. It caused because of ModernFix dynamic cache generation update (at net.minecraft.class_4970$class_4971.redirect$hid000$modernfix$dynamicCacheGen(class_4970.java:5889) ~[client-intermediary.jar:?]). Just downgrade ModernFix to 1.10.X version.

Update (Allow toggling dymanicCacheGen feature):

The MoreCulling crashes are caused by mixins on their end that make too many assumptions, and have been reported to them: FxMorin/MoreCulling#195

Nonetheless, this feature can already be toggled by disabling mixin.perf.reduce_blockstate_cache_rebuilds.

commented

Will be fixed in the next release