shadowmaster435 / Impactful_Weather

A Minecraft Fabric Mod That Adds Interesting Weather Effects!
Mozilla Public License 2.0
8 stars 3 forks source link

[Crash]: Render Issue with Rubidium/Radium/Krypton #34

Closed ghost closed 2 years ago

ghost commented 2 years ago

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.18.2

Mod Version (Required)

4.0.21

Notes (Required)

Crash occurs in single player while exploring the world with Radium and Rubidium installed.

Crash Report (Required)

https://gist.github.com/AllKnowingWhiteChicken/63eb458529ed9b70eb96f5f2bfb9fe45

latest.log (Optional)

No response

shadowmaster435 commented 2 years ago

this won't be fixed as these mods replace the rendering engine all together so it really more or less is up to the devs of those mods, sorry

ghost commented 2 years ago

Alright, thanks for the quick response.

shadowmaster435 commented 2 years ago

np bro

On Wed, Aug 17, 2022 at 4:18 PM AllKnowingWhiteChicken < @.***> wrote:

Alright, thanks for the quick response.

— Reply to this email directly, view it on GitHub https://github.com/shadowmaster435/Impactful_Weather/issues/34#issuecomment-1218549024, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHYR5AUZN4H4DEOVFTM64ODVZVQK7ANCNFSM563AMDLA . You are receiving this because you modified the open/close state.Message ID: @.***>

V972 commented 1 year ago

Looking at the crash, this looks very similar to other cases of forge ports of fabric client-side mods. Registry Object not present it's not Rubidium's thing, it's Forge's thing. To quote another dev of Visuality Reforged port:

Forge is forcibly syncing registries from server to client, so it's impossible to register new particle only on client

Which can be fixed since Visuality reforged works fine on forge w/ rubidium.