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

crash in Stoneblock 2 #80

Open
yanderking opened this issue May 25, 2021 · 0 comments
Open

crash in Stoneblock 2 #80

yanderking opened this issue May 25, 2021 · 0 comments

Comments

@yanderking
Copy link

So i was playing the modpack stoneblock 2 the other day, made a reactor and let it blew up for fun. Now if i try to read anything about the reactor or the energy network in the draconic evolution tablet my world just crashes with this crash code:
---- Minecraft Crash Report ----
// You're mean.

Time: 2021-05-25 23:48:27 CEST
Description: Registering texture

java.lang.NullPointerException
at com.brandon3055.brandonscore.lib.ThreadedImageDownloader.loadTexture(ThreadedImageDownloader.java:94)
at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:69)
at com.brandon3055.brandonscore.lib.DLRSCache.getResource(DLRSCache.java:44)
at com.brandon3055.brandonscore.client.gui.modulargui.markdown.mdelements.ImageElement.layoutElement(ImageElement.java:57)
at com.brandon3055.brandonscore.client.gui.modulargui.markdown.MDElementContainer.layoutMarkdownElements(MDElementContainer.java:146)
at com.brandon3055.projectintelligence.client.gui.guielements.GuiPartMDWindow$PageTab.updateMarkdown(GuiPartMDWindow.java:432)
at com.brandon3055.projectintelligence.client.gui.guielements.GuiPartMDWindow$PageTab.onUpdate(GuiPartMDWindow.java:414)
at com.brandon3055.brandonscore.client.gui.modulargui.MGuiElementBase.onUpdate(MGuiElementBase.java:785)
at com.brandon3055.brandonscore.client.gui.modulargui.MGuiElementBase.onUpdate(MGuiElementBase.java:785)
at com.brandon3055.brandonscore.client.gui.modulargui.GuiElementManager.onUpdate(GuiElementManager.java:321)
at com.brandon3055.projectintelligence.client.gui.PIGuiContainer.updateScreen(PIGuiContainer.java:293)
at com.brandon3055.projectintelligence.client.gui.GuiProjectIntelligence.updateScreen(GuiProjectIntelligence.java:243)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1779)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1098)
at net.minecraft.client.Minecraft.run(Minecraft.java:3942)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

i don't know what to do, but it says something with a texture. Please help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant