Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Time: 11/12/19 4:04 PM
- Description: Initializing game
- java.lang.NullPointerException: Initializing game
- at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
- at com.integral.enigmaticlegacy.EnigmaticLegacy.onColorInit(EnigmaticLegacy.java:640) ~[?:1.0] {re:classloading}
- at net.minecraftforge.eventbus.ASMEventHandler_247_EnigmaticLegacy_onColorInit_Item.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$3408/856511870.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.onItemColorsInit(ForgeHooksClient.java:189) ~[?:?] {re:classloading}
- at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,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.87.jar:28.1] {}
- at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$401/1579823168.call(Unknown Source) [forge-1.14.4-28.1.87.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:?] {}
- at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
- 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.ItemColors.func_199877_a(ItemColors.java:95)
- at com.integral.enigmaticlegacy.EnigmaticLegacy.onColorInit(EnigmaticLegacy.java:640)
- at net.minecraftforge.eventbus.ASMEventHandler_247_EnigmaticLegacy_onColorInit_Item.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$3408/856511870.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.onItemColorsInit(ForgeHooksClient.java:189)
- at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503)
- -- 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$401/1579823168.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: 980468048 bytes (935 MB) / 3077046272 bytes (2934 MB) up to 7352614912 bytes (7012 MB)
- CPUs: 8
- JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx7887m -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.87.jar object_holder_definalize PLUGINSERVICE
- /forge-1.14.4-28.1.87.jar runtime_enum_extender PLUGINSERVICE
- /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
- /forge-1.14.4-28.1.87.jar capability_inject_definalize PLUGINSERVICE
- /forge-1.14.4-28.1.87.jar runtimedistcleaner PLUGINSERVICE
- /forge-1.14.4-28.1.87.jar fml TRANSFORMATIONSERVICE
- FML: 28.1
- Forge: net.minecraftforge:28.1.87
- FML Language Providers:
- minecraft@1
- Mod List:
- clayconversion-1.14-1.0.jar Clay Conversion {[email protected] CREATE_REGISTRIES}
- AdvancedSkinCustomization-2.6.jar Advanced Skin Customization {[email protected] CREATE_REGISTRIES}
- upsizer-mc1.14.4-5.0b2.jar Upsizer {[email protected] CREATE_REGISTRIES}
- curiousshulkerboxes-FORGE-1.14.4-1.0.0.1.jar Curious Shulker Boxes {[email protected] CREATE_REGISTRIES}
- prefab-1.4.0.7.jar Prefab {[email protected] CREATE_REGISTRIES}
- BetterSigns-1.0_v1.14.4.jar Better Signs {[email protected] CREATE_REGISTRIES}
- SilentMechanisms-1.14.4-0.6.8+41.jar Silent's Mechanisms {[email protected]+41 CREATE_REGISTRIES}
- MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] CREATE_REGISTRIES}
- bambooeverything-1.14-1.4.0.jar Bamboo Everything {[email protected] CREATE_REGISTRIES}
- modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {[email protected] CREATE_REGISTRIES}
- KleeSlabs_1.14.4-7.4.7.jar KleeSlabs {[email protected] CREATE_REGISTRIES}
- glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] CREATE_REGISTRIES}
- JRFTL [1.14.4]-1.1.jar JRFTL {[email protected] CREATE_REGISTRIES}
- Controlling-5.0.4.jar Controlling {[email protected] CREATE_REGISTRIES}
- Placebo-1.14.4-2.3.5.jar Placebo {[email protected] CREATE_REGISTRIES}
- dankstorage-1.10a.jar Dank Storage {[email protected] CREATE_REGISTRIES}
- Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version CREATE_REGISTRIES}
- u_team_core-1.14.4-2.7.8.138.jar U Team Core {[email protected] CREATE_REGISTRIES}
- Apotheosis-1.14.4-2.4.4.jar Apotheosis {[email protected] CREATE_REGISTRIES}
- Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
- WaterStrainer-1.14.4-7.0.2.jar Water Strainer {[email protected] CREATE_REGISTRIES}
- shulkerbox-1.7.0.jar Advanced Shulkerboxes {[email protected] CREATE_REGISTRIES}
- moreprog-1.14.4-0.4.4.jar MoreProgression {[email protected] CREATE_REGISTRIES}
- CarryOn MC1.14.4 v1.12.4.jar Carry On {[email protected] CREATE_REGISTRIES}
- mysticallib-1.14.4-1.7.0.jar Mystical Lib {[email protected] CREATE_REGISTRIES}
- useful_backpacks-1.14.4-1.7.4.46.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
- embellishcraft-1.14.4-1.3.1.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
- Glowglass-1.14.4-1.1.jar Glowglass {[email protected] CREATE_REGISTRIES}
- BetterCrates-1.14.4-1.0.1.jar Better Crates {[email protected] CREATE_REGISTRIES}
- valkyrielib-3.0.0.8.jar ValkyrieLib {[email protected] CREATE_REGISTRIES}
- SilentGear-1.14.4-1.4.4+70.jar Silent Gear {[email protected]+70 CREATE_REGISTRIES}
- extcaves-1.3.3.jar Extended Caves {[email protected] CREATE_REGISTRIES}
- simplefarming-1.14.4-1.2.2.jar Simple Farming {[email protected] CREATE_REGISTRIES}
- ferroustry-1.3b.jar Ferroustry {[email protected] CREATE_REGISTRIES}
- curios-FORGE-1.14.4-1.0.5.2.jar Curios API {[email protected] CREATE_REGISTRIES}
- sisser-1.1.jar Sisser {[email protected] CREATE_REGISTRIES}
- corail_woodcutter-1.0.6-1.14.4.jar Corail Woodcutter {[email protected] CREATE_REGISTRIES}
- RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] CREATE_REGISTRIES}
- extlights-1.6.jar Extended Lights {[email protected] CREATE_REGISTRIES}
- ClothConfig2-1.4.1.jar Cloth Config Forge v2 API {[email protected] CREATE_REGISTRIES}
- OreExcavation-1.6.141.jar Ore Excavation {[email protected] CREATE_REGISTRIES}
- cg_1.14-1.0.jar Crying Ghasts {[email protected] CREATE_REGISTRIES}
- EnigmaticLegacy-1.6.2.jar Enigmatic Legacy {[email protected] CREATE_REGISTRIES}
- ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] CREATE_REGISTRIES}
- furniture-7.0.0-pre11-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
- shulkerdt_1.14-1.1.jar Shulker Drops Two {[email protected] CREATE_REGISTRIES}
- AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
- tramplestopper-1.14.4-2.0.0.26-universal.jar Trample Stopper {[email protected] CREATE_REGISTRIES}
- nametagswithoutanvil-1.1.jar Example Mod {[email protected] CREATE_REGISTRIES}
- Charm-1.14.4-1.3.4.jar Charm {[email protected] CREATE_REGISTRIES}
- bwncr-1.14.4-3.5.11.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
- classicbar-2.0.0a.jar Classic Bar {[email protected] CREATE_REGISTRIES}
- FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
- CleanView-1.14.4-v1.jar CleanView {[email protected] CREATE_REGISTRIES}
- compact-2.6a.jar Compressed {[email protected] CREATE_REGISTRIES}
- Cyclic-1.14.4-0.0.12.jar Cyclic {[email protected] CREATE_REGISTRIES}
- lenientcreepers-1.14.x-v1.0.1.jar LenientCreepers {[email protected] CREATE_REGISTRIES}
- inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
- Cucumber-1.14.4-2.0.5.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
- TrashSlot_1.14.4-10.4.7.jar TrashSlot {[email protected] CREATE_REGISTRIES}
- EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {[email protected]+10 CREATE_REGISTRIES}
- craftingstation-2.1.1.jar Crafting Station {[email protected] CREATE_REGISTRIES}
- jei-1.14.4-6.0.0.25.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
- Druidcraft-1.14-0.2.32.jar Druidcraft {[email protected] CREATE_REGISTRIES}
- BirdsNestsAndTreasures-1.14.4-1.0.0.jar Birds Nests & Treasures {[email protected] CREATE_REGISTRIES}
- Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
- extraboats-1.1.2-1.14.4.jar Extra Boats {[email protected] CREATE_REGISTRIES}
- create-mc1.14.4_v0.1.1a.jar Create {[email protected] CREATE_REGISTRIES}
- yoyos_1.14.4-2.0.1.5.jar Yoyos {[email protected] ERROR}
- WallpaperCraft-1.14.4-1.0.5.jar Wallpapercraft {[email protected] CREATE_REGISTRIES}
- Clumps-4.0.0.jar Clumps {[email protected] CREATE_REGISTRIES}
- LightOverlay-3.6.2.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
- SimpleStorageNetwork-1.14.4-0.1.0.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
- PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {[email protected] CREATE_REGISTRIES}
- DungeonCrawl-1.14.4-1.5.1.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
- The-Endergetic-Expansion-1.14.4-v1.0.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
- voyage-1.0.0.jar Voyage {[email protected] CREATE_REGISTRIES}
- mysticalworld-1.14.4-1.6.6.jar Mystical World {[email protected] CREATE_REGISTRIES}
- forge-1.14.4-28.1.87-universal.jar Forge {[email protected] CREATE_REGISTRIES}
- goprone-1.14.x-1.1.0.jar GoProne {[email protected] CREATE_REGISTRIES}
- Explorercraft-1.14.4-3.2.4.jar Explorercraft {[email protected] CREATE_REGISTRIES}
- exp_bottling-1.14.4-3.jar EXP Bottling {[email protected] CREATE_REGISTRIES}
- MiniCoal2-1.14.4-0.0.1-universal.jar MiniCoal 2 {minicoal2@{{version}} CREATE_REGISTRIES}
- compressed_items-1.14.4-1.1.jar Compressed Items {[email protected] CREATE_REGISTRIES}
- CraftingTweaks_1.14.4-10.1.4.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
- forge-1.14.4-28.1.87-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
- Craft_and_Hunt_V0.9.3_MC_1.14.4.jar Craft and Hunt {[email protected] CREATE_REGISTRIES}
- EnchantmentDescriptions-1.14.4-1.3.8.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
- swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
- MouseTweaks-2.12-mc1.14.4.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
- SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 CREATE_REGISTRIES}
- ceilingtorch-1.14.4-v1.2.3.jar Ceiling Torch {[email protected] CREATE_REGISTRIES}
- LargeFluidTank-14.8.4.jar FluidTank {[email protected] CREATE_REGISTRIES}
- ShulkerTooltip-1.9.jar Shulker Tooltip {[email protected] CREATE_REGISTRIES}
- gravestone-1.15.2.jar Gravestone Mod {[email protected] CREATE_REGISTRIES}
- PickleTweaks-1.14.4-3.0.6.jar Pickle Tweaks {[email protected] CREATE_REGISTRIES}
- AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {[email protected] CREATE_REGISTRIES}
- mobcatcher-1.2b.jar Mob Catcher {[email protected] CREATE_REGISTRIES}
- solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {[email protected] CREATE_REGISTRIES}
- SilentGems-1.14.4-3.4.6+79.jar Silent's Gems 3 {[email protected]+79 CREATE_REGISTRIES}
- FriendlyFire-1.14.4-3.0.1.jar FriendlyFire {[email protected] CREATE_REGISTRIES}
- forgemod_VoxelMap-1.9.13b_for_1.14.4.jar VoxelMap {[email protected] CREATE_REGISTRIES}
- Launched Version: forge-28.1.87
- LWJGL: 3.2.2 build 10
- OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 23.20.16.4973, Intel
- 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: vanilla, file/Unity-1.14.4-Modded-1.0.0.zip, file/Unity-1.14.4-Base-2.0.0.zip, file/Unity-1.14.4-Dark-0.1.1.zip, file/Alternative Diamond.zip
- Current Language: English (US)
- CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement