Dynamic Darkness - Crash during initialization
Sereath opened this issue · 6 comments
What version are you using?
I’m using file darkness-forge-1.12.x-0.4.0.jar from CurseForge.
Does this issue reproduce with the latest release?
Yes it does.
Which other mods do you have installed?
Around 350, however according to the crash log (my interpretation) forge only manages to load 6 of them before crashing.
| State | ID | Version | Source | Signature |
|:----- |:----------------- |:-------------- |:--------------------------------------- |:---------------------------------------- |
| | minecraft | 1.12.2 | minecraft.jar | None |
| | mcp | 9.42 | minecraft.jar | None |
| | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| | creativecoredummy | 1.0.0 | minecraft.jar | None |
| | entity_culling | 3.0.1 | minecraft.jar | None |
| | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| | littletilescore | 1.0.0 | minecraft.jar | None |
| | smoothfontcore | mc1.12.2-2.1.2 | minecraft.jar | None |
| | openmodscore | 0.12.2 | minecraft.jar | None |
Crash logs:
crash-2021-03-07_04.28.14-client.txt
crash-2021-03-07_04.30.09-client.txt
+
2021-03-07-6.log
debug-1.log
Modlist:
https://gist.github.com/Aeron216/4a0fe1747533917d2efb9f0f73639530
Note: This file was generated after putting back Hardcore Darkness instead of Dynamic Darkness.
What did you do?
- Added Dynamic Darkness to my mod folder.
- Launch the modded instance.
- Game crashes within seconds.
Minecraft Forge stops crashing only after removing Dynamic Darkness.
What did you expect to see?
For the game to fully load.
What did you see instead?
Minecraft crashes in just mere seconds of forge initializing.
And this is what I get with the previous release, darkness-0.3.1.jar
No crash log, just that.
Thanks for report! Looks like either I’m doing loading resources the wrong way or another coremod tinkers with class/resource loading.
Are you playing a modpack that is available on CurseForge? It’d help a lot if I had a setup to reproduce the crash.
Can reproduce the issue on a local DDSS instance.
Glad to see that you could reproduce it since I still haven't uploaded this modpack to curseforge.
Should be fixed in v0.4.1, release is available on CurseForge and GitHub 🎉
Let me know if that didn’t solve the issue for you.