Necronomicon API

Necronomicon API

12M Downloads

Inconsistent crash on launch - Unsupported root entry "credits" at line 10 column 14

twenty41 opened this issue ยท 3 comments

commented

2023-11-24-5.log
Happened once

commented

Because that error is NOT a crash error, it's just a warning. You don't have to "parse 577 lines of code" because there's no code there, logs are just logs, information.

Your crash error will appear at the bottom, as I told you, it's caused by backpacked:

ava.lang.IllegalStateException: Config property is not linked yet
	at com.mrcrayfish.framework.api.config.AbstractProperty.get(AbstractProperty.java:89) ~[framework-fabric-1.20.1-0.6.16.jar:?]
	at com.mrcrayfish.backpacked.util.ClientUtils.createBackpackTooltip(ClientUtils.java:23) ~[backpacked-fabric-1.20.1-2.2.7.jar:?]
	at com.mrcrayfish.backpacked.item.BackpackItem.method_7851(BackpackItem.java:62) ~[backpacked-fabric-1.20.1-2.2.7.jar:?]
commented

that's not the crash cause, json entries in the fabric mod json don't cause crashes, your issue is caused by backpacked

commented

how do you determine that? server crashed again and all i know is it says NECRONOMICON API HAS INVALID ENTRIES IN ITS MOD JSON at the top. i dont really know how to parse 577 lines of code to determine the actual problem