Closed pokesmells closed 1 month ago
When loading the game, it crashes on startup https://mclo.gs/Hh0lrgR
https://mclo.gs/0N0B1Jv - latest.log
I am unable to fix this problem without a documentation available.
LambDynamicLights used to have a wiki describing how to use their APIs.
Moreover, the implementation of this distribution is incorrect.
It uses the old entrypoint, defined by of LambDynamicLights, for example:
"dynamiclights": [
"net.spell_engine.client.compatibility.DynamicLightsCompatibility"
]
While expecting new package names to be used.
To handle breaking changes in a more compatible manner, it is strongly recommended for this project to rename its entrypoint, to something unique. (such as sodium_dynamic_lights
)
The current state of this project makes it impossible to support both LambDynamicLights and SodiumDynamicLights, forcing the code to choose.
I've renamed the entrypoint back to the lambdynlights namespace, so this should be resolved. Tested and working with Spell Engine and other mods using the API
crash-2024-09-22_20.40.28-client.txt
still crashes on startup, using latest version
I've renamed the entrypoint back to the lambdynlights namespace, so this should be resolved. Tested and working with Spell Engine and other mods using the API
Still Crashes on start-up
It seems I had only tested on Fabric 1.21, which doesn't even have the original LambDynLights yet. So nothing was happening and nothing was crashing lol. Should be properly fixed now in latest update
yeah its fixed 👍
When loading the game, it crashes on startup https://mclo.gs/Hh0lrgR