Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fabric 1.17.1] Crash at startup #18

Closed
maicol07 opened this issue Aug 17, 2021 · 3 comments
Closed

[Fabric 1.17.1] Crash at startup #18

maicol07 opened this issue Aug 17, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@maicol07
Copy link

Error:

java.lang.NullPointerException: Cannot read field "bgR" because "io.github.a5b84.darkloadingscreen.Mod.config" is null

Crash report: https://pastebin.com/x9XyEUgY

Crash log: https://pastebin.com/vN18pU03

@A5b84 A5b84 closed this as completed in 95e811c Aug 17, 2021
@A5b84
Copy link
Owner

A5b84 commented Aug 17, 2021

Couldn't reproduce but it should be fixed anyway now, feel free to reopen the issue if it's still not working

@A5b84 A5b84 added the bug Something isn't working label Aug 17, 2021
@maicol07
Copy link
Author

Now I get an Iris exception, but I don't know if it is related to the mod:

java.lang.NullPointerException: Cannot invoke "net.coderbot.iris.pipeline.PipelineManager.getPipeline()" because the return value of "net.coderbot.iris.Iris.getPipelineManager()" is null

I've digged a bit on previous version and it seems that the issue was some incompatibility with Flytre Lib v1 (I read it's a complete rewrite).
I can load the game without the Iris exception by disabling FlytreLib. However, with the previous version of Dark Loading Screen I didn't have that issue, although it was incompatible FlytreLib (disabling DLS worked)

@A5b84
Copy link
Owner

A5b84 commented Aug 17, 2021

I doubt this is caused by mod but I think it's because of another mod messing with other mods' initializers (mine was supposed to load the config but it wasn't called and crashed your game, I guess Iris' creates their PipelineManager)

I very vaguely remember people saying things about Not Enough Crashes and it does appear to do something with mod entrypoints here so I guess you can try removing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants