dima-dencep / rrls

Makes resource packs load in the background, allowing you to do other things while waiting!
https://curseforge.com/minecraft/mc-mods/rrls
Open Software License 3.0
38 stars 14 forks source link

[1.21 NeoForge] Jade and Remove Reloading Screen conflict #87

Closed Starexify closed 2 months ago

Starexify commented 2 months ago

Minecraft version.

1.21

Remove Reloading Screen version.

5.0.0

What happened?

On 1.21 latest versions of the mods and neoforge. It doesn't show the overlay anymore. And the overlay renderer is crashed if trying to adjust it. (As seen in the crash report)

Relevant logs

crash-2024-07-01_12.31.15-client.txt

latest.log

I don't know if needed but I still give this aswell may help?: JadeErrorOutput.txt

Additional information

I tried only to load minecraft with Jade and Remove Reloading Screen together. I tested myself. Also reported to Jade's creator.

dima-dencep commented 2 months ago

This happens because jade tries to render its overlay on every screen.

On the title screen, when not everything is loaded yet, jade tries to get its theme, which causes a crash.

dima-dencep commented 2 months ago

Why doesn't this happen without rrls? I don't know, maybe because while loadingoverlay is on screen, it blocks the events that jade is listening for to render its overlay