Starlight (Fabric)

Starlight (Fabric)

15M Downloads

crash with ae2

Mari023 opened this issue ยท 6 comments

commented

Describe the bug

The game crashes when viewing a scene in ae2s guide book

How to reproduce the bug

  • Install ae2
  • hold w on a sky stone block to open the guide

Expected behavior

It should show the guide page, with a rendered scene

Additional details

originally reported on ae2s issue tracker:
AppliedEnergistics/Applied-Energistics-2#7275, AppliedEnergistics/Applied-Energistics-2#7246

Which minecraft version are you using?

1.20.1

On which mod loaders does it happen?

Fabric, tho the same issue should also apply to forge

Crash log

https://gist.github.com/Mari023/3f55b27c9eeedbd68b5e25a1779b5316

Analysis

Starlight does not provide a default implementation for ExtendedWorld#getAnyChunkImmediately, which causes a crash if other mods implement their own level and render it, but don't extend ClientLevel (or implement ExtendedWorld themself)

public ChunkAccess getAnyChunkImmediately(final int chunkX, final int chunkZ);

commented
commented

It's back.
latest.log

commented

It's back. latest.log

no.
the fix was only released for 1.20.2+

commented

I must be tripping then. Could have sworn at some point it was working a week ago or so.

commented

The original bug was described for 1.20.1, where the bug still persists. I don't think this issue should be marked as closed, although a wontfix would suck :(

(tested on Forge 1.20.1)

commented

Crashes me too
Is there a backport planned?