Skip to content

Instantly share code, notes, and snippets.

@WenXin20
Created January 8, 2020 00:57
Show Gist options
  • Save WenXin20/876a331d7a525a27967c611b16601a1b to your computer and use it in GitHub Desktop.
Save WenXin20/876a331d7a525a27967c611b16601a1b to your computer and use it in GitHub Desktop.
Illuminations Crash
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 1/7/20 4:09 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at ladysnake.illuminations.client.registry.IlluminationsColorRegistry.register(IlluminationsColorRegistry.java:17) ~[?:1.0.0.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_246_IlluminationsColorRegistry_register_Block.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader$$Lambda$3527/324700178.accept(Unknown Source) ~[?:?] {}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:194) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.111.jar:28.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$459/1081635795.call(Unknown Source) [forge-1.14.4-28.1.111.jar:28.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {re:classloading}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
at ladysnake.illuminations.client.registry.IlluminationsColorRegistry.register(IlluminationsColorRegistry.java:17)
at net.minecraftforge.eventbus.ASMEventHandler_246_IlluminationsColorRegistry_register_Block.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
at net.minecraftforge.fml.ModLoader$$Lambda$3527/324700178.accept(Unknown Source)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:194)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
at net.minecraft.client.main.Main.main(SourceFile:155)
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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$459/1081635795.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
-- System Details --
Details:
Minecraft Version: 1.14.4
Minecraft Version ID: 1.14.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 553652592 bytes (528 MB) / 2564292608 bytes (2445 MB) up to 8589934592 bytes (8192 MB)
CPUs: 4
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9216m -Xms256m -XX:PermSize=256m
ModLauncher: 4.1.0+62+5bfa59b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
/forge-1.14.4-28.1.111.jar object_holder_definalize PLUGINSERVICE
/forge-1.14.4-28.1.111.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.14.4-28.1.111.jar capability_inject_definalize PLUGINSERVICE
/forge-1.14.4-28.1.111.jar runtimedistcleaner PLUGINSERVICE
/OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.14.4-28.1.111.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.0.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.0.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.0.jar mixinbootstrap PLUGINSERVICE
FML: 28.1
Forge: net.minecraftforge:28.1.111
FML Language Providers:
javafml@28.1
minecraft@1
kotlinfml@1.4.0
Mod List:
Kiwi-1.14.4-2.4.6.jar Kiwi {kiwi@2.4.6 CREATE_REGISTRIES}
justenoughbeacons-1.2.jar Just Enough Beacons {justenoughbeacons@1.2 CREATE_REGISTRIES}
flamboyant-1.0.1.jar Flamboyant {flamboyant@1.0.1 CREATE_REGISTRIES}
Mine and Slash-1.14.4-2.9.4.jar Mine and Slash {mmorpg@2.8.0 CREATE_REGISTRIES}
giantspawn_1.14-1.0.2.jar Giant Spawn {giantspawn@1.0.2 CREATE_REGISTRIES}
jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 CREATE_REGISTRIES}
FunMod 2.6.jar Fun Mod {funmod@2.6 CREATE_REGISTRIES}
FallingTree-1.14.4-1.1.0+8.jar Falling Tree {falling_tree@1.1.0+8 CREATE_REGISTRIES}
giftfromthegods-1.14.4-1.0.1.jar Gift From The Gods {giftfromthegods@NONE CREATE_REGISTRIES}
Glacia-14.4.1b.jar §9§lGlacia§r {greenapple_glacia@§914.4.1b§r CREATE_REGISTRIES}
caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.1 CREATE_REGISTRIES}
CTD-Core-1.14.4-2.0.5b.jar CTD Core {ctdcore@2.0.5b CREATE_REGISTRIES}
MS Auto-Compat-1.14.4-1.5.0.jar M&S Auto-Compat 1.14.4 {azurecompat@1.5.0 CREATE_REGISTRIES}
ForgeEndertech-1.14.4-5.2.0.1-build.0073.jar Forge Endertech {forgeendertech@5.2.0.1 CREATE_REGISTRIES}
Clumps-4.0.0.jar Clumps {clumps@4.0.0 CREATE_REGISTRIES}
XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.3 CREATE_REGISTRIES}
Controlling-5.0.4.jar Controlling {controlling@5.0.4 CREATE_REGISTRIES}
Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 CREATE_REGISTRIES}
citadel-1.0.0.jar Citadel {citadel@1.0.0 CREATE_REGISTRIES}
good-nights-sleep-1.14.4-1.0.1.jar Good Night's Sleep {goodnightsleep@1.0.1 CREATE_REGISTRIES}
firefly-1.14.4-1.0.1.jar Firefly {firefly@1.14.4-1.0.1 CREATE_REGISTRIES}
FarmingForBlockheads_1.14.4-5.3.1.jar Farming for Blockheads {farmingforblockheads@5.3.1 CREATE_REGISTRIES}
Bookshelf-1.14.4-4.4.71.jar Bookshelf {bookshelf@4.4.71 CREATE_REGISTRIES}
cofh_core-1.14.4-0.2.0b.jar CoFH Core {cofh_core@0.2.0b CREATE_REGISTRIES}
BetterAnimationsCollection2-v1.1b4-1.14.4.jar Better Animations Collection 2 {betteranimationscollection2@1.1b4 CREATE_REGISTRIES}
Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
extdiamond-1.3.jar Extended Diamond {extdiamond@1.3 CREATE_REGISTRIES}
immersive-portals-1.14-7(forge).jar Immersive Portals {immersive_portals@0.7 CREATE_REGISTRIES}
GemsPlusPlus-Forge-1.14.4-1.4.0.jar GemsPlusPlus {gemsplusplus@V1.4.0 CREATE_REGISTRIES}
forge-1.14.4-28.1.111-universal.jar Forge {forge@28.1.111 CREATE_REGISTRIES}
shetiphiancore-1.14-3.6.0.jar ShetiPhian-Core {shetiphiancore@3.6.0 CREATE_REGISTRIES}
mysticallib-1.14.4-1.10.0.jar Mystical Lib {mysticallib@1.14.4-1.10.0 CREATE_REGISTRIES}
InfChest-1.8.jar InfChest {infchest@1.8 CREATE_REGISTRIES}
ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
forge-1.14.4-28.1.111-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE CREATE_REGISTRIES}
illuminations-0.1.0-1.14.4.jar Illuminations for Forge {illuminations@1.0.0.0 CREATE_REGISTRIES}
SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 CREATE_REGISTRIES}
Lollipop-1.14.4-0.0.22.jar Lollipop {lollipop@0.0.22 CREATE_REGISTRIES}
LetSleepingDogsLie-1.14.4-1.1.0.jar Let Sleeping Dogs Lie {dogslie@1.1.0 CREATE_REGISTRIES}
forbidden_arcanus-1.14.4-1.5.jar Forbidden & Arcanus {forbidden_arcanus@1.14.4-1.5 CREATE_REGISTRIES}
ferroustry-1.3b.jar Ferroustry {ferroustry@1.3b CREATE_REGISTRIES}
fairylights-2.1.14-1.14.4.jar Fairy Lights {fairylights@2.1.14 CREATE_REGISTRIES}
extragolems-9.0.5.jar Extra Golems {golems@9.0.5 CREATE_REGISTRIES}
ElecCore-1.14.4-2.0.25-Beta.jar ElecCore {eleccore@version CREATE_REGISTRIES, eleccoreloader@version CREATE_REGISTRIES}
CraftingTable-IV-1.14.4-1.6.119.jar CraftingTable-IV {craftingtableiv@version CREATE_REGISTRIES}
gaiadimension-1.14.4-1.1.0.jar The Gaia Dimension {gaiadimension@1.1.0 CREATE_REGISTRIES}
curios-FORGE-1.14.4-1.0.6.jar Curios API {curios@FORGE-1.14.4-1.0.6 CREATE_REGISTRIES}
Patchouli-1.1-24.jar Patchouli {patchouli@1.1-23 CREATE_REGISTRIES}
Mantle-1.14.4-1.4.32.jar Mantle {mantle@1.4.32 CREATE_REGISTRIES}
Xaeros_Minimap_1.19.5_Forge_1.14.4.jar Xaero's Minimap {xaerominimap@1.19.5 CREATE_REGISTRIES}
enchanted_wolves-1.0.0.jar Enchanted Wolves {enchantedwolves@1.0.0 CREATE_REGISTRIES}
AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 CREATE_REGISTRIES}
FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {fastbench@2.1.4 CREATE_REGISTRIES}
grassworld-2.0.2.jar Grass World {grassworld@2.0.2 CREATE_REGISTRIES}
libnonymous-1.14.4-1.0.0.19.jar Libnonymous {libnonymous@1.0.0.19 CREATE_REGISTRIES}
Gobber2-1.14.4-2.1.117.jar Gobber 2 {gobber2@2.1.117 CREATE_REGISTRIES}
obfuscate-0.3.3-1.14.4.jar Obfuscate {obfuscate@0.3.3 CREATE_REGISTRIES}
structurize-0.10.203-ALPHA.jar Structurize {structurize@0.10.203-ALPHA CREATE_REGISTRIES}
FastFurnace-1.14.4-2.2.4.jar FastFurnace {fastfurnace@2.2.4 CREATE_REGISTRIES}
interiormod-1.14.4-1.1.1.jar TheMCBrothers Interior Mod {interiormod@1.1.1 CREATE_REGISTRIES}
FunOres-1.14.3-2.4.1+15.jar Fun Ores {funores@2.4.1+15 CREATE_REGISTRIES}
FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
GameMenuModOption-1.14.4-1.1.jar GameMenuModOption {gamemenumodoption@1.1 CREATE_REGISTRIES}
farlanders-1.14.4-1.1.0.jar The Farlanders {farlanders@1.1.0 CREATE_REGISTRIES}
Kiwi Modules:
Launched Version: forge-28.1.111
LWJGL: 3.2.2 build 10
OpenGL: AMD Radeon(TM) R5 Graphics GL version 4.5.13399 Compatibility Profile Context 15.201.1101.0, ATI Technologies Inc.
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 'forge'
Type: Client (map_client.txt)
Resource Packs: Minecraft Connected v1.3.10.zip, Compact Ores Mod.zip, Animated-Mobs-Pack-1.14.zip, Enchantment-Textures-1.14.zip
Current Language: English (US)
CPU: 4x AMD A8-7410 APU with AMD Radeon R5 Graphics
OptiFine Version: OptiFine_1.14.4_HD_U_F5
OptiFine Build: 20191204-141250
Render Distance Chunks: 3
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13399 Compatibility Profile Context 15.201.1101.0
OpenGlRenderer: AMD Radeon(TM) R5 Graphics
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment