Crash on getting lore
WolfieWaffle opened this issue ยท 12 comments
I have some other mods present, so this might be on their end, but the crash report makes it look like its either a mod interaction or something in this mod that is causing it to crash. If I set defaultLore to true or pick up a lore page, I get this crash:
I don't know if it works for other lore pages, I couldn't get it to work at all most of the time.
Taking a look. Unrelated, but you should change "audio": "NULL",
to "audio": "",
. Any kind of string (other than empty) will cause the audio manager to attempt to play a file. In this case, it's looking for NULL.ogg
and not finding it.
I'm not able to reproduce the crash, though I did find a bug where the autoAdd
feature wasn't checking requirements first.
Could you try with this build?
Yep, that fixed the crash (changing both things) but now the lore page does not appear in my lore book.
Hm. Does the Lore display in Creative/JEI? Are there any relevant errors in the console?
The lore displays in Creative and JEI. It doesn't seem to go into the journal when I right click it though. I'll try with no mods installed to see if it persists, and if not ill try and find what mod is causing it, maybe it's an issue on their side.
oh, derp. I copied that from the example page, and forgot about that requirement. I'll remove it and see if that works.
Well you currently have it set to require a lore with an ID of blah:blah
. Unless the player has that lore, they cannot learn this one.
I just pushed 1.1.4-8
which includes the fix for the crash (among other stuff). I'm going to chalk the other issue up to "user error".