Corpse

Corpse

45M Downloads

Crash with NullPointerException on Open Death History

Janfel opened this issue · 7 comments

commented

Bug description
Crash with NullPointerException on pressing the “Open Death History” key.

Steps to reproduce the issue
I was not able to consistently reproduce the issue.

Log files

Minecraft Crash Report
---- Minecraft Crash Report ----

WARNING: coremods are present:
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
OpenDisksUnpack (OpenDisks-MC1.12.2-0.1.0.3.jar)
MoreSoundConfigCore (moresoundconfig-core-1.0.4.jar)
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
BiggerPacketsPlzCoreMod (biggerpacketsplz-since1.8-1.2.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 11/20/20 7:33 PM
Description: Ticking screen

java.lang.NullPointerException: Ticking screen
at de.maxhenkel.corpse.gui.GUIDeathHistory.func_73876_c(GUIDeathHistory.java:152)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1779)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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:498)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)

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

-- Head --
Thread: Client thread
Stacktrace:
at de.maxhenkel.corpse.gui.GUIDeathHistory.func_73876_c(GUIDeathHistory.java:152)

-- Affected screen --
Details:
Screen name: de.maxhenkel.corpse.gui.GUIDeathHistory

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['Janfel'/356, l='MpServer', x=16386.66, y=42.00, z=7.70]]
Chunk stats: MultiplayerChunkCache: 529, 529
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,7,0), Chunk: (at 0,0,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: 7595992 game time, 7595992 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 1 total; [GCEntityClientPlayerMP['Janfel'/356, l='MpServer', x=16386.66, y=42.00, z=7.70]]
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:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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:498)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 5.9.8-2-MANJARO
Java Version: 1.8.0_265, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 670279896 bytes (639 MB) / 1973420032 bytes (1882 MB) up to 2386558976 bytes (2276 MB)
JVM Flags: 2 total; -Xms512m -Xmx2560m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.5.2847 157 mods loaded, 157 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State  | ID                            | Version                   | Source                                                    | Signature                                |
|:------ |:----------------------------- |:------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft                     | 1.12.2                    | minecraft.jar                                             | None                                     |
| LCHIJA | mcp                           | 9.42                      | minecraft.jar                                             | None                                     |
| LCHIJA | FML                           | 8.0.99.99                 | forge-1.12.2-14.23.5.2847-universal.jar                   | None                                     |
| LCHIJA | forge                         | 14.23.5.2847              | forge-1.12.2-14.23.5.2847-universal.jar                   | None                                     |
| LCHIJA | micdoodlecore                 |                           | minecraft.jar                                             | None                                     |
| LCHIJA | bnbgamingcore                 | 0.12.0                    | minecraft.jar                                             | None                                     |
| LCHIJA | foamfixcore                   | 7.7.4                     | minecraft.jar                                             | None                                     |
| LCHIJA | opencomputers|core            | 1.7.5.192                 | minecraft.jar                                             | None                                     |
| LCHIJA | moresoundconfigcore           | 1.0.0                     | minecraft.jar                                             | None                                     |
| LCHIJA | applecore                     | 3.4.0                     | AppleCore-mc1.12.2-3.4.0.jar                              | None                                     |
| LCHIJA | crafttweaker                  | 4.1.20                    | CraftTweaker2-1.12-4.1.20.574.jar                         | None                                     |
| LCHIJA | mtlib                         | 3.0.6                     | MTLib-3.0.6.jar                                           | None                                     |
| LCHIJA | modtweaker                    | 4.0.18                    | modtweaker-4.0.18.jar                                     | None                                     |
| LCHIJA | jei                           | 4.15.0.296                | jei_1.12.2-4.15.0.296.jar                                 | None                                     |
| LCHIJA | appleskin                     | 1.0.14                    | AppleSkin-mc1.12-1.0.14.jar                               | None                                     |
| LCHIJA | morphtool                     | 1.2-21                    | Morph-o-Tool-1.2-21.jar                                   | None                                     |
| LCHIJA | autoreglib                    | 1.3-32                    | AutoRegLib-1.3-32.jar                                     | None                                     |
| LCHIJA | base                          | 3.13.0                    | base-1.12.2-3.13.0.jar                                    | None                                     |
| LCHIJA | bdlib                         | 1.14.3.12                 | bdlib-1.14.3.12-mc1.12.2.jar                              | None                                     |
| LCHIJA | bedrockminer                  | 1.0.5                     | BedrockMiner-1.12.2-(v.1.0.5).jar                         | None                                     |
| LCHIJA | betteradvancements            | 0.1.0.77                  | BetterAdvancements-1.12.2-0.1.0.77.jar                    | None                                     |
| LCHIJA | betterquesting                | 3.5.329                   | BetterQuesting-3.5.329.jar                                | None                                     |
| LCHIJA | biggerpacketsplz              | 1.2                       | biggerpacketsplz-since1.8-1.2.jar                         | 266588b191a3e2974a4a577f282858a3bc07da42 |
| LCHIJA | bnbgaminglib                  | 2.17.6                    | BNBGamingLib-1.12.2-2.17.6.jar                            | None                                     |
| LCHIJA | arcadialbonsaitrees           | 1.2.1                     | BonsaiTrees-1.2 - 1.jar                                   | None                                     |
| LCHIJA | bookshelf                     | 2.3.590                   | Bookshelf-1.12.2-2.3.590.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | buildinggadgets               | 2.8.4                     | BuildingGadgets-2.8.4.jar                                 | None                                     |
| LCHIJA | cyclopscore                   | 1.6.6                     | CyclopsCore-1.12.2-1.6.6.jar                              | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | capabilityproxy               | 2.1.3                     | CapabilityProxy-1.12.2-2.1.3.jar                          | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | gamestages                    | 2.0.123                   | GameStages-1.12.2-2.0.123.jar                             | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | carryon                       | 1.12.3                    | carryon-1.12.2-1.12.3.15.jar                              | fd21553434f4905f2f73ea7838147ac4ea07bd88 |
| LCHIJA | chesttransporter              | 2.8.8                     | ChestTransporter-1.12.2-2.8.8.jar                         | None                                     |
| LCHIJA | ctm                           | MC1.12.2-1.0.2.31         | CTM-MC1.12.2-1.0.2.31.jar                                 | None                                     |
| LCHIJA | chisel                        | MC1.12.2-1.0.2.45         | Chisel-MC1.12.2-1.0.2.45.jar                              | None                                     |
| LCHIJA | placebo                       | 1.6.0                     | Placebo-1.12.2-1.6.0.jar                                  | None                                     |
| LCHIJA | clickmachine                  | 1.2.0                     | ClickMachine-1.12.2-1.2.0.jar                             | None                                     |
| LCHIJA | shadowmc                      | 3.8.0                     | ShadowMC-1.12-3.8.0.jar                                   | None                                     |
| LCHIJA | clipboard                     | @VERSION@                 | Clipboard-1.12-1.3.0.jar                                  | None                                     |
| LCHIJA | clumps                        | 3.1.2                     | Clumps-3.1.2.jar                                          | None                                     |
| LCHIJA | codechickenlib                | 3.2.3.358                 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar             | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | redstoneflux                  | 2.1.1                     | RedstoneFlux-1.12-2.1.1.1-universal.jar                   | None                                     |
| LCHIJA | cofhcore                      | 4.6.6                     | CoFHCore-1.12.2-4.6.6.1-universal.jar                     | None                                     |
| LCHIJA | cofhworld                     | 1.4.0                     | CoFHWorld-1.12.2-1.4.0.1-universal.jar                    | None                                     |
| LCHIJA | cof                           | 1.0.0                     | Coin Of Flight (R.0.0.3).jar                              | None                                     |
| LCHIJA | commoncapabilities            | 2.4.7                     | CommonCapabilities-1.12.2-2.4.7.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | refinedstorage                | 1.6.16                    | refinedstorage-1.6.16.jar                                 | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LCHIJA | compactmachines3              | 3.0.18                    | compactmachines3-1.12.2-3.0.18-b278.jar                   | None                                     |
| LCHIJA | consolefilter                 | 1.1.1                     | ConsoleFilter-1.12.2-1.1.1.jar                            | None                                     |
| LCHIJA | contenttweaker                | 1.12.2-4.9.1              | ContentTweaker-1.12.2-4.9.1.jar                           | None                                     |
| LCHIJA | controlling                   | 3.0.10                    | Controlling-3.0.10.jar                                    | None                                     |
| LCHIJA | corpse                        | 1.12.2-1.0.8              | corpse-1.12.2-1.0.8.jar                                   | None                                     |
| LCHIJA | craftingex                    | 1.2.0                     | CraftingEX_1.12-v1.2.0.jar                                | None                                     |
| LCHIJA | craftingstation               | @VERSION@                 | craftingstation-0.1.7c.jar                                | None                                     |
| LCHIJA | craftingtweaks                | 8.1.9                     | CraftingTweaks_1.12.2-8.1.9.jar                           | None                                     |
| LCHIJA | ctgui                         | 1.0.0                     | CraftTweaker2-1.12-4.1.20.574.jar                         | None                                     |
| LCHIJA | crafttweakerjei               | 2.0.3                     | CraftTweaker2-1.12-4.1.20.574.jar                         | None                                     |
| LCHIJA | cropdusting                   | 0.7                       | CropDusting-0.7-[1.12.2].jar                              | None                                     |
| LCHIJA | cttinycoal                    | 1.12.2-1.0.2              | cttinycoal-1.12.2-1.0.2.jar                               | None                                     |
| LCHIJA | custommainmenu                | 2.0.9.1                   | CustomMainMenu-MC1.12.2-2.0.9.1.jar                       | None                                     |
| LCHIJA | customstartinggear            | 1.2.0                     | CustomStartingGear-1.12-1.2.0.9-universal.jar             | None                                     |
| LCHIJA | diethopper                    | 1.1                       | diethopper-1.1.jar                                        | None                                     |
| LCHIJA | mantle                        | 1.12-1.3.3.55             | Mantle-1.12-1.3.3.55.jar                                  | None                                     |
| LCHIJA | galacticraftcore              | 4.0.2.280                 | GalacticraftCore-1.12.2-4.0.2.280.jar                     | None                                     |
| LCHIJA | orelib                        | 3.6.0.1                   | OreLib-1.12.2-3.6.0.1.jar                                 | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHIJA | dsurround                     | 3.6.1.0                   | DynamicSurroundings-1.12.2-3.6.1.0.jar                    | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHIJA | elevatorid                    | 1.3.14                    | ElevatorMod-1.12.2-1.3.14.jar                             | None                                     |
| LCHIJA | endercore                     | 1.12.2-0.5.76             | EnderCore-1.12.2-0.5.76.jar                               | None                                     |
| LCHIJA | thermalfoundation             | 2.6.7                     | ThermalFoundation-1.12.2-2.6.7.1-universal.jar            | None                                     |
| LCHIJA | thermalexpansion              | 5.5.7                     | ThermalExpansion-1.12.2-5.5.7.1-universal.jar             | None                                     |
| LCHIJA | enderio                       | 5.2.59                    | EnderIO-base-1.12.2-5.2.59.jar                            | None                                     |
| LCHIJA | enderiobase                   | 5.2.59                    | EnderIO-base-1.12.2-5.2.59.jar                            | None                                     |
| LCHIJA | enderioconduits               | 5.2.59                    | EnderIO-conduits-1.12.2-5.2.59.jar                        | None                                     |
| LCHIJA | enderiopowertools             | 5.2.59                    | EnderIO-conduits-1.12.2-5.2.59.jar                        | None                                     |
| LCHIJA | opencomputers                 | 1.7.5.192                 | OpenComputers-MC1.12.2-1.7.5.192.jar                      | None                                     |
| LCHIJA | enderioconduitsopencomputers  | 5.2.59                    | EnderIO-conduits-opencomputers-1.12.2-5.2.59.jar          | None                                     |
| LCHIJA | enderioconduitsrefinedstorage | 5.2.59                    | EnderIO-conduits-refinedstorage-1.12.2-5.2.59.jar         | None                                     |
| LCHIJA | energymeters                  | 1.0.2                     | energymeters-1.12.2-1.0.2.jar                             | None                                     |
| LCHIJA | forgelin                      | 1.8.4                     | Forgelin-1.8.4.jar                                        | None                                     |
| LCHIJA | exnihilocreatio               | 1.12.2-0.4.7.2            | exnihilocreatio-1.12.2-0.4.7.2.jar                        | None                                     |
| LCHIJA | fastfurnace                   | 1.3.1                     | FastFurnace-1.12.2-1.3.1.jar                              | None                                     |
| LCHIJA | fastleafdecay                 | v14                       | FastLeafDecay-v14.jar                                     | None                                     |
| LCHIJA | fastbench                     | 1.7.3                     | FastWorkbench-1.12.2-1.7.3.jar                            | None                                     |
| LCHIJA | findme                        | 1.1.0                     | findme-1.12.2-1.1.0-8.jar                                 | None                                     |
| LCHIJA | foamfix                       | 0.10.10-1.12.2            | foamfix-0.10.10-1.12.2.jar                                | None                                     |
| LCHIJA | forgemultipartcbe             | 2.6.2.83                  | ForgeMultipart-1.12.2-2.6.2.83-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | microblockcbe                 | 2.6.2.83                  | ForgeMultipart-1.12.2-2.6.2.83-universal.jar              | None                                     |
| LCHIJA | minecraftmultipartcbe         | 2.6.2.83                  | ForgeMultipart-1.12.2-2.6.2.83-universal.jar              | None                                     |
| LCHIJA | ftbbackups                    | 1.1.0.1                   | FTBBackups-1.1.0.1.jar                                    | None                                     |
| LCHIJA | ftblib                        | 5.4.7.2                   | FTBLib-5.4.7.2.jar                                        | None                                     |
| LCHIJA | ftbutilities                  | 5.4.1.130                 | FTBUtilities-5.4.1.130.jar                                | None                                     |
| LCHIJA | galacticraftplanets           | 4.0.2.280                 | Galacticraft-Planets-1.12.2-4.0.2.280.jar                 | None                                     |
| LCHIJA | harvest                       | 1.12-1.2.7-20             | Harvest-1.12-1.2.7-20.jar                                 | None                                     |
| LCHIJA | theoneprobe                   | 1.4.28                    | theoneprobe-1.12-1.4.28.jar                               | None                                     |
| LCHIJA | immersiveengineering          | 0.12-98                   | ImmersiveEngineering-0.12-98.jar                          | None                                     |
| LCHIJA | immersivepetroleum            | 1.1.9                     | immersivepetroleum-1.12.2-1.1.9.jar                       | None                                     |
| LCHIJA | integrateddynamics            | 1.1.7                     | IntegratedDynamics-1.12.2-1.1.7.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | integratedcrafting            | 1.0.10                    | IntegratedCrafting-1.12.2-1.0.10.jar                      | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | integrateddynamicscompat      | 1.0.0                     | IntegratedDynamics-1.12.2-1.1.7.jar                       | None                                     |
| LCHIJA | integratedterminals           | 1.0.14                    | IntegratedTerminals-1.12.2-1.0.14.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | integratedterminalscompat     | 1.0.0                     | IntegratedTerminals-1.12.2-1.0.14.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | integratedtunnels             | 1.6.12                    | IntegratedTunnels-1.12.2-1.6.12.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | integratedtunnelscompat       | 1.0.0                     | IntegratedTunnels-1.12.2-1.6.12.jar                       | None                                     |
| LCHIJA | inventorytweaks               | 1.63+release.109.220f184  | InventoryTweaks-1.63.jar                                  | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | inworldcrafting               | 1.12.2-1.2.0              | inworldcrafting-1.12.2-1.2.0-universal.jar                | None                                     |
| LCHIJA | itemstages                    | 2.0.49                    | ItemStages-1.12.2-2.0.49.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | jecalculation                 | 1.12.2-3.2.3              | JustEnoughCalculation-1.12.2-3.2.3.jar                    | None                                     |
| LCHIJA | justenoughdimensions          | 1.6.0-dev.20200416.184714 | justenoughdimensions-1.12.2-1.6.0-dev.20200416.184714.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LCHIJA | jeresources                   | 0.9.2.60                  | JustEnoughResources-1.12.2-0.9.2.60.jar                   | None                                     |
| LCHIJA | kleeslabs                     | 5.4.12                    | KleeSlabs_1.12.2-5.4.12.jar                               | None                                     |
| LCHIJA | mcjtylib_ng                   | 3.5.4                     | mcjtylib-1.12-3.5.4.jar                                   | None                                     |
| LCHIJA | modelloader                   | 1.1.7                     | modelloader-1.1.7.jar                                     | None                                     |
| LCHIJA | modularmachinery              | 1.11.1                    | modularmachinery-1.12.2-1.11.1.jar                        | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJA | modularaugment                | 1.1.1                     | Modular Augment-1.12.2-1.1.1.jar                          | None                                     |
| LCHIJA | moreoverlays                  | 1.15.1                    | moreoverlays-1.15.1-mc1.12.2.jar                          | None                                     |
| LCHIJA | mousetweaks                   | 2.10                      | MouseTweaks-2.10-mc1.12.2.jar                             | None                                     |
| LCHIJA | mrtjpcore                     | 2.1.4.43                  | MrTJPCore-1.12.2-2.1.4.43-universal.jar                   | None                                     |
| LCHIJA | neat                          | 1.4-17                    | Neat 1.4-17.jar                                           | None                                     |
| LCHIJA | nuclearcraft                  | 2.18w                     | NuclearCraft-2.18w-1.12.2.jar                             | None                                     |
| LCHIJA | opendisks                     | 0.1.0.3                   | OpenDisks-MC1.12.2-0.1.0.3.jar                            | None                                     |
| LCHIJA | projectred-core               | 4.9.4.120                 | ProjectRed-1.12.2-4.9.4.120-Base.jar                      | None                                     |
| LCHIJA | projectred-integration        | 4.9.4.120                 | ProjectRed-1.12.2-4.9.4.120-integration.jar               | None                                     |
| LCHIJA | projectred-transmission       | 4.9.4.120                 | ProjectRed-1.12.2-4.9.4.120-integration.jar               | None                                     |
| LCHIJA | projectred-fabrication        | 4.9.4.120                 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar               | None                                     |
| LCHIJA | projectred-illumination       | 4.9.4.120                 | ProjectRed-1.12.2-4.9.4.120-lighting.jar                  | None                                     |
| LCHIJA | questbook                     | 3.1.1-1.12                | questbook-3.1.1-1.12.jar                                  | None                                     |
| LCHIJA | reborncore                    | 3.19.4.529                | RebornCore-1.12.2-3.19.4.529-universal.jar                | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LCHIJA | rebornstorage                 | 1.0.0                     | RebornStorage-1.12.2-3.3.4.1.jar                          | None                                     |
| LCHIJA | recipestages                  | 1.1.3                     | RecipeStages-1.1.3.jar                                    | None                                     |
| LCHIJA | refinedstorageaddons          | 0.4.5                     | refinedstorageaddons-0.4.5.jar                            | None                                     |
| LCHIJA | resourceloader                | 1.5.3                     | ResourceLoader-MC1.12.1-1.5.3.jar                         | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCHIJA | scavenge                      | 1.8                       | Scavenge V1.12-1.8.3.2.jar                                | None                                     |
| LCHIJA | scavenge_timing               | 1.12.2-1.0                | Scavenge-Timing-1.12.2-1.0.jar                            | None                                     |
| LCHIJA | shulkerbox                    | 1.3.2                     | shulkerbox-1.3.2.jar                                      | None                                     |
| LCHIJA | signedit                      | 1.12.2-4                  | signedit-1.12.2-5.jar                                     | None                                     |
| LCHIJA | sqpatch                       | 1.0.0                     | SqueezerPatch-1.12.2-1.0.0.jar                            | None                                     |
| LCHIJA | bq_standard                   | 3.4.173                   | StandardExpansion-3.4.173.jar                             | None                                     |
| LCHIJA | teamislands                   | 1.1.0.26                  | TeamIslands-1.1.0.26.jar                                  | None                                     |
| LCHIJA | tellme                        | 0.7.0-dev.20190610.165828 | tellme-1.12.2-0.7.0-dev.20190610.165828.jar               | 2b03e1423915a189b8094816baa18f239d576dff |
| LCHIJA | teslacorelib                  | 1.0.17                    | tesla-core-lib-1.12.2-1.0.17.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | thermalcultivation            | 0.3.6                     | ThermalCultivation-1.12.2-0.3.6.1-universal.jar           | None                                     |
| LCHIJA | thermaldynamics               | 2.5.6                     | ThermalDynamics-1.12.2-2.5.6.1-universal.jar              | None                                     |
| LCHIJA | toastcontrol                  | 1.8.1                     | Toast Control-1.12.2-1.8.1.jar                            | None                                     |
| LCHIJA | trumpetskeleton               | 1.12-1.0.2.1              | trumpetskeleton-1.12-1.0.2.1.jar                          | None                                     |
| LCHIJA | uppers                        | 0.0.6                     | Uppers-0.0.6.jar                                          | None                                     |
| LCHIJA | valkyrielib                   | 1.12.2-2.0.20.1           | valkyrielib-1.12.2-2.0.20.1.jar                           | None                                     |
| LCHIJA | universalmodifiers            | 1.12.2-1.0.16.1           | valkyrielib-1.12.2-2.0.20.1.jar                           | None                                     |
| LCHIJA | veinminer                     | 0.38.2                    | VeinMiner-1.12-0.38.2.647+b31535a.jar                     | None                                     |
| LCHIJA | veinminermodsupport           | 0.38.2                    | VeinMiner-1.12-0.38.2.647+b31535a.jar                     | None                                     |
| LCHIJA | wanionlib                     | 1.12.2-2.4                | WanionLib-1.12.2-2.4.jar                                  | None                                     |
| LCHIJA | worldprimer                   | 0.6.0-dev.20200122.211517 | worldprimer-1.12.2-0.6.0-dev.20200122.211517.jar          | 2b03e1423915a189b8094816baa18f239d576dff |
| LCHIJA | zerocore                      | 1.12.2-0.1.2.8            | zerocore-1.12.2-0.1.2.8.jar                               | None                                     |
| LCHIJA | solcarrot                     | 1.8.4                     | solcarrot-1.12.2-1.8.4.jar                                | None                                     |
| LCHIJA | phosphor-lighting             | 1.12.2-0.2.6              | phosphor-1.12.2-0.2.6+build50-universal.jar               | f0387d288626cc2d937daa504e74af570c52a2f1 |
| LCHIJA | moresoundconfig               | 1.0.4                     | moresoundconfig-1.0.4.jar                                 | 7904c4e13947c8a616c5f39b26bdeba796500722 |
| LCHIJA | reauth                        | 3.6.0                     | reauth-3.6.0.jar                                          | daba0ec4df71b6da841768c49fb873def208a1e3 |
| LCHIJA | teslacorelib_registries       | 1.0.17                    | tesla-core-lib-1.12.2-1.0.17.jar                          | None                                     |
| LCHIJA | unidict                       | 1.12.2-2.9.6              | UniDict-1.12.2-2.9.6.jar                                  | None                                     |

Loaded coremods (and transformers): 

TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)

IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
li.cil.oc.common.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
OpenDisksUnpack (OpenDisks-MC1.12.2-0.1.0.3.jar)

MoreSoundConfigCore (moresoundconfig-core-1.0.4.jar)
ichttt.mods.moresoundconfig.asm.MSCTransformer
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
squeek.applecore.asm.TransformerModuleHandler
SqueezerCore (SqueezerPatch-1.12.2-1.0.0.jar)
shadows.squeezer.Transformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
BNBGamingCore (BNBGamingCore-1.12.2-0.12.0.jar)
com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)

Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
BiggerPacketsPlzCoreMod (biggerpacketsplz-since1.8-1.2.jar)
net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 455.45.01' Renderer: 'GeForce GTX 960/PCIe/SSE2'
Ender IO: No known problems detected.
Authlib is : /home/janfel/.local/share/multimc/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash.       !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

List of loaded APIs: 
	* AppleCoreAPI (3.4.0) from AppleCore-mc1.12.2-3.4.0.jar
	* Base|API (1.0.0) from base-1.12.2-3.13.0.jar
	* Baubles|API (1.4.0.2) from Coin Of Flight (R.0.0.3).jar
	* betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
	* BetterQuesting|API (3.2) from BetterQuesting-3.5.329.jar
	* BetterQuesting|API2 (3.1) from BetterQuesting-3.5.329.jar
	* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar
	* chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
	* Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
	* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.7.jar
	* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
	* ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
	* ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
	* ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
	* ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
	* ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
	* enderioapi (4.0.0) from EnderIO-base-1.12.2-5.2.59.jar
	* enderioapi|addon (4.0.0) from EnderIO-base-1.12.2-5.2.59.jar
	* enderioapi|capacitor (4.0.0) from EnderIO-base-1.12.2-5.2.59.jar
	* enderioapi|conduits (4.0.0) from EnderIO-base-1.12.2-5.2.59.jar
	* enderioapi|farm (4.0.0) from EnderIO-base-1.12.2-5.2.59.jar
	* enderioapi|redstone (4.0.0) from EnderIO-base-1.12.2-5.2.59.jar
	* enderioapi|teleport (4.0.0) from EnderIO-base-1.12.2-5.2.59.jar
	* enderioapi|tools (4.0.0) from EnderIO-base-1.12.2-5.2.59.jar
	* enderioapi|upgrades (4.0.0) from EnderIO-base-1.12.2-5.2.59.jar
	* Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.2.280.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.1.7.jar
	* jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.296.jar
	* Model-Loader (1.1.0) from modelloader-1.1.7.jar
	* Model-Loader-Vectors (1.0.0) from modelloader-1.1.7.jar
	* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
	* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
	* projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
	* reborncoreAPI (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
	* reborncoreAPI|Power (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
	* reborncoreAPI|Recipe (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
	* reborncoreAPI|Tile (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
	* redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
	* team_reborn|Praescriptum (3.19.4.529) from RebornCore-1.12.2-3.19.4.529-universal.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
	* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
	* veinminerApi (0.3) from VeinMiner-1.12-0.38.2.647+b31535a.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
	* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.19.4.529
	Runtime Debofucsation 1
	RenderEngine: 0
Launched Version: MultiMC5
LWJGL: 2.9.4
OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.6.0 NVIDIA 455.45.01, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz

Versions

  • Minecraft 1.12.2
  • Forge 14.23.5.2847
  • Mod 1.12.2-1.0.8

Other mods

Compact Claustrophobia 1.3.5.2
AppleCore (by squeek502)
Just Enough Resources (JER) (by way2muchnoise)
InWorldCrafting (by IterationFunk)
Thermal Cultivation (by TeamCoFH)
Shadowfacts' Forgelin (by ShadowfactsDev)
Scavenge (by Speiger)
CT TinyCoal (by codetaylor)
Tesla Core Lib (by face_of_cat)
ZeroCore (by ZeroNoRyouki)
Reborn Core (by modmuss50)
FindMe (by Buuz135)
More Overlays (by FeldiM245)
Project Red - Fabrication (by MrTJP)
MrTJPCore (by MrTJP)
Thermal Foundation (by TeamCoFH)
ShadowMC (by ShadowfactsDev)
Redstone Flux (by TeamCoFH)
Modular Machinery (by HellFirePvP)
CoFH Core (by TeamCoFH)
Thermal Expansion (by TeamCoFH)
BNBGamingLib (by bloodnbonesgaming)
Coin of Flight (by Broulf)
NuclearCraft (by tomdodd4598)
Project Red - Integration (by MrTJP)
Project Red - Lighting (by MrTJP)
CoFH World (by TeamCoFH)
Placebo (by Shadows_of_Fire)
The One Probe (by McJty)
Integrated Dynamics (by kroeser)
Better Advancements (by way2muchnoise)
Integrated Terminals (by kroeser)
Item Stages (by DarkhaxDev)
Bookshelf (by DarkhaxDev)
EnderCore (by tterrag1098)
KleeSlabs (by BlayTheNinth)
SimpleHarvest (by TehNut)
WanionLib (by WanionCane)
Game Stages (by DarkhaxDev)
Integrated Tunnels (by kroeser)
OpenBlocks Elevator (by vsngarcia)
Thermal Dynamics (by TeamCoFH)
Building Gadgets (by Direwolf20)
TellMe (by masady)
Energy Meters (by Quintinity)
FTB Backups (by LatvianModder)
SignEdit (by ToroCraft)
Sound Device Options (by ichttt)
Corpse (by henkelmax)
Morph-o-Tool (by Vazkii)
Phosphor (Forge) (by jellysquid_)
DiscordIntegration (by MiraZakharon)
OpenComputers (by Sangar_)
Carry On (by Tschipp)
Console Filter (by Chaosyr)
Refined Storage (by raoulvdberge)
Chisel (by tterrag1098)
Spice of Life: Carrot Edition (by lordcazsius)
CapabilityProxy (by kroeser)
Immersive Engineering (by BluSunrize)
Chest Transporter (by cubex2)
ConnectedTexturesMod (by tterrag1098)
CraftTweaker (by Jaredlll08)
B.A.S.E (by lanse505)
Crafting Tweaks (by BlayTheNinth)
Trumpet Skeleton (by jamieswhiteshirt_)
Common Capabilities (by kroeser)
Bonsai Tree Crops (by aaronitme)
Crop Dusting (by MrAmericanMike)
Custom Main Menu (by Lumien231)
AutoRegLib (by Vazkii)
ModelLoader (by cout970)
McJtyLib (by McJty)
Click Machine (by Shadows_of_Fire)
Mantle (by mDiyo)
UniDict (by WanionCane)
VeinMiner (by Portablejim)
Inventory Tweaks (by JimeoWan)
BnBGamingCore (by bloodnbonesgaming)
Custom Starter Gear (by brandon3055)
Compact Machines (by davenonymous)
Controlling (by Jaredlll08)
Resource Loader (by Lumien231)
Ender IO Base (by HenryLoenwind)
BdLib (by bdew)
Ender IO Conduits (by HenryLoenwind)
Ender IO OC Conduits (by HenryLoenwind)
Ender IO RS Conduits (by HenryLoenwind)
Just Enough Dimensions (by masady)
Project Red - Base (by MrTJP)
Immersive Petroleum (by Flaxbeard)
MTLib (by Jaredlll08)
Scavenge-GameStages (by Speiger)
ContentTweaker (by Jaredlll08)
OreLib (by OreCruncher)
Clipboard (by ShadowfactsDev)
FastWorkbench (by Shadows_of_Fire)
Crafting EX (by kegare0127)
AppleSkin (by squeek502)
Bedrock Miner (by XxRexRaptorxX)
Better Questing - Quest Book (by Drethic)
FTB Utilities (by LatvianModder)
Fast Leaf Decay (by olafskiii)
ModTweaker (by Jaredlll08)
Recipe Stages (by Jaredlll08)
Just Enough Items (JEI) (by mezz)
BetterFps (by Guichaguri)
ValkyrieLib (by ValkyrieofNight)
ID Squeezer Tweak (by Shadows_of_Fire)
Ex Nihilo: Creatio (by BloodWorkXGaming)
ReAuth (by TechnicianLP)
Advanced Shulkerboxes (by henkelmax)
FastFurnace (by Shadows_of_Fire)
Reborn Storage (by modmuss50)
FTB Library (by LatvianModder)
Diet Hoppers (by RWTema)
Better Questing (by Funwayguy)
Better Questing - Standard Expansion (by Funwayguy)
World Primer (by masady)
Toast Control (by Shadows_of_Fire)
Just Enough Calculation (by towdium)
Refined Storage Addons (by raoulvdberge)
Cyclops Core (by kroeser)
Mouse Tweaks (by YaLTeR)
FTB Team Islands (by LatvianModder)
Dynamic Surroundings (by OreCruncher)
Clumps (by Jaredlll08)
Integrated Crafting (by kroeser)
Crafting Station (by tfarecnim)
CodeChicken Lib 1.8.+ (by covers1624)
OpenDisks (by MichiyoRavencroft)
Bigger Packets Please (by ElNounch)
Neat (by Vazkii)
Scavenge Timing Addon (by marilatte)
Modular Augment (by fffxc2)
Forge MultiPart CBE (by covers1624)
Uppers (by vadis365)
Foam​Fix (by asiekierka)
commented

Does this happen without any other mods installed?

commented

I don’t know, I can’t even reproduce it with this configuration.

commented

That's not good. If it is not reproducible, I can't fix it.

commented

Please try to find a way to reproduce this crash, otherwise I can't do anything.

commented

From the error message, I would assume that GUIDeathHistory.updateScreen() is called, before the object has been initialized with GUIDeathHistory.initGui(), leaving the fields GUIDeathHistory.previous and GUIDeathHistory.next uninitialized.

I don’t know enough about net.minecraft.client.gui.inventory.GuiContainer and the inner workings of Minecraft to reproduce this or know if this scenario is even possible.

commented

initGui should always be called before updateScreen. There may be a mod that causes this behavior.
Because of this I need to know which other mod causes this issue.

commented

I'm closing this due to inactivity. If you are able to reproduce this issue, let me know.