Better Questing

Better Questing

39M Downloads

Updating screen events

Opened this issue ยท 0 comments

commented

This crash and some other weird bugs have been happening with betterquesting since we updated to the lateset version of forge

---- Minecraft Crash Report ----

WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
LoadingPlugin (Quark-r1.4-121.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
SFRCore (SolarFluxReborn_1.12.2-3.42r.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
Wizardry Plugin (wizardry-0.7.2.jar)
BedPatch (bedpatch-1.0-1.12.2.jar)
FMLPlugin (elulib-0.1.11.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.4.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.6.3.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.1.2.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.8.4-Anarchy.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.5.jar)
TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.4.jar)
Contact their authors BEFORE contacting forge

// I just don't know what went wrong :(

Time: 1/17/18 1:28 PM
Description: Updating screen events

java.lang.NullPointerException: Updating screen events
at betterquesting.questing.QuestLine.add(QuestLine.java:136)
at betterquesting.questing.QuestLine.add(QuestLine.java:26)
at bq_standard.importers.QuestMergeUtility.merge(QuestMergeUtility.java:37)
at bq_standard.importers.NativeFileImporter.loadFiles(NativeFileImporter.java:55)
at betterquesting.client.gui.editors.GuiImporters.setValues(GuiImporters.java:120)
at betterquesting.client.gui.editors.GuiImporters.setValues(GuiImporters.java:31)
at betterquesting.client.gui.misc.GuiFileExplorer.func_146284_a(GuiFileExplorer.java:148)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:443)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
at betterquesting.api.client.gui.GuiScreenThemed.func_146274_d(GuiScreenThemed.java:145)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at betterquesting.questing.QuestLine.add(QuestLine.java:136)
at betterquesting.questing.QuestLine.add(QuestLine.java:26)
at bq_standard.importers.QuestMergeUtility.merge(QuestMergeUtility.java:37)
at bq_standard.importers.NativeFileImporter.loadFiles(NativeFileImporter.java:55)
at betterquesting.client.gui.editors.GuiImporters.setValues(GuiImporters.java:120)
at betterquesting.client.gui.editors.GuiImporters.setValues(GuiImporters.java:31)
at betterquesting.client.gui.misc.GuiFileExplorer.func_146284_a(GuiFileExplorer.java:148)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:443)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
at betterquesting.api.client.gui.GuiScreenThemed.func_146274_d(GuiScreenThemed.java:145)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)

-- Affected screen --
Details:
Screen name: betterquesting.client.gui.editors.GuiImporters

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['xKnight_Gamingx'/30, l='MpServer', x=0.50, y=86.00, z=0.50]]
Chunk stats: MultiplayerChunkCache: 729, 729
Level seed: 0
Level generator: ID 07 - voidworld, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (0,88,0), Chunk: (at 0,5,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 7376 game time, 7376 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 2 total; [EntityLatchedRenderer['unknown'/32, l='MpServer', x=0.50, y=86.00, z=0.50], EntityPlayerSP['xKnight_Gamingx'/30, l='MpServer', x=0.50, y=86.00, z=0.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)