
CaptainDrex123
Members-
Posts
4 -
Joined
-
Last visited
CaptainDrex123's Achievements

Tree Puncher (2/8)
0
Reputation
-
How do I fix this? I have tried the other ways on the internet but nothing works. Here is the Error log: java.lang.NullPointerException: Initializing game at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33) ~[?:2.0.2.35] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_108_PotColorizer_init_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$2462/947912221.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: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.116.jar:28.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$405/1887466020.call(Unknown Source) [forge-1.14.4-28.1.116.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.BlockColors.func_186722_a(BlockColors.java:97) at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33) at net.minecraftforge.eventbus.ASMEventHandler_108_PotColorizer_init_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$2462/947912221.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$405/1887466020.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: 5312355752 bytes (5066 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB) CPUs: 12 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M 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.116.jar object_holder_definalize PLUGINSERVICE /forge-1.14.4-28.1.116.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.14.4-28.1.116.jar capability_inject_definalize PLUGINSERVICE /forge-1.14.4-28.1.116.jar runtimedistcleaner PLUGINSERVICE /forge-1.14.4-28.1.116.jar fml TRANSFORMATIONSERVICE FML: 28.1 Forge: net.minecraftforge:28.1.116 FML Language Providers: [email protected] minecraft@1 Mod List: Just-Enough-Beacons-Mod-1.14.4.jar Just Enough Beacons {[email protected] CREATE_REGISTRIES} Torch-Slabs-Mod-1.14.4.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES} damage_indicator-0.0.8.jar Ama's Damage Indicator {[email protected] CREATE_REGISTRIES} Web-Slinger-Mod-1.14.4.jar WebSlinger {[email protected] CREATE_REGISTRIES} Rhodonite-Mod-1.14.4.jar Rhodonite {[email protected] ERROR} Baby-Animals-Mod-1.14.4.jar Baby Animals Model Swapper {[email protected] CREATE_REGISTRIES} jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] CREATE_REGISTRIES} Extra-Bows-Mod-1.14.4.jar Extra Bows {[email protected] b9 CREATE_REGISTRIES} Cosmetic-Beds-Mod-1.14.4.jar Cosmetic Beds {[email protected] CREATE_REGISTRIES} caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {[email protected] CREATE_REGISTRIES} Fimbulwinter-Mod-1.14.4.jar Fimbulwinter {[email protected] CREATE_REGISTRIES} Colytra-Mod-1.14.4.jar Colytra {[email protected] CREATE_REGISTRIES} Uncle-Gs-Glass-Mod-1.14.4.jar Uncle George's Glass {[email protected] CREATE_REGISTRIES} Basic-Nether-Ores-Mod-1.14.4.jar Basic Nether Ores {[email protected] CREATE_REGISTRIES} Engineers-Tools-Mod-1.14.4.jar Engineer's Tools {[email protected] CREATE_REGISTRIES} U-Team-Core-1.14.4.jar U Team Core {[email protected] CREATE_REGISTRIES} wumpleutil-1.14.4-3.2.0.jar Wumple Util Library {[email protected] CREATE_REGISTRIES} Secret-Rooms-Mod-1.14.4.jar Secret Rooms 6 {secretroomsmod@NONE CREATE_REGISTRIES} alib-1.14.4-8.jar A Lib {[email protected] CREATE_REGISTRIES} Snow-Real-Magic-Mod-1.14.4.jar Snow! Real Magic! {[email protected] CREATE_REGISTRIES} Kiwi-1.14.4-2.6.3.jar Kiwi {[email protected] CREATE_REGISTRIES} forge-1.14.4-28.1.116-universal.jar Forge {[email protected] CREATE_REGISTRIES} Respawnable-Pets-Mod-1.14.4.jar Respawnable Pets {[email protected] CREATE_REGISTRIES} Refined-Storage-Mod-1.14.4.jar Refined Storage {[email protected] CREATE_REGISTRIES} SimpleOres-Mod-1.14.4.jar Simple Ores {[email protected] CREATE_REGISTRIES} Iron-Chests-Mod-1.14.4.jar Iron Chests {[email protected] CREATE_REGISTRIES} Alchemistry-Mod-1.14.4.jar Alchemistry {[email protected] CREATE_REGISTRIES} forge-1.14.4-28.1.116-client.jar Minecraft {[email protected] CREATE_REGISTRIES} titanium-1.14.4-2.2.10.jar Titanium {[email protected] CREATE_REGISTRIES} Heaven-Paradise-Plant-Mod-1.14.4.jar Heaven Paradise Plant {[email protected] CREATE_REGISTRIES} Useful-Railroads-Mod-1.14.4.jar Useful Railroads {[email protected] CREATE_REGISTRIES} Biomes-O-Plenty-Mod-1.14.4.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES} Blue-Power-Mod-1.14.4.jar Blue Power {[email protected] CREATE_REGISTRIES} Practical-Tools-Mod-1.14.4.jar Practical Tools {[email protected] CREATE_REGISTRIES} Extra-Buttons-Mod-1.14.4.jar ExtraButtons {[email protected] CREATE_REGISTRIES} Forbidden-Arcanus-Mod-1.14.4.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES} Simple-Farming-Mod-1.14.4.jar Simple Farming {[email protected] CREATE_REGISTRIES} Corail-Woodcutter-Mod-1.14.4.jar Corail Woodcutter {[email protected] CREATE_REGISTRIES} Xaeros-Minimap-Mod-1.14.4.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES} chemlib-1.14.4-15.jar Chem Lib {[email protected] CREATE_REGISTRIES} Libnonymous-Library-1.14.4.jar Libnonymous {[email protected] CREATE_REGISTRIES} Bonsai-Trees-Mod-1.14.4.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES} Animalium-Mod-1.14.4.jar Animalium {[email protected] CREATE_REGISTRIES} Tubes-Reloaded-Mod-1.14.4.jar Tubes Reloaded {[email protected] CREATE_REGISTRIES} Obfuscate-Mod-1.14.4.jar Obfuscate {[email protected] CREATE_REGISTRIES} Structurize-Mod-1.14.4.jar Structurize {[email protected] CREATE_REGISTRIES} cfm-7.0.0-pre15-mc1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES} Mob-Catcher-Mod-1.14.4.jar Mob Catcher {[email protected] CREATE_REGISTRIES} Items-Dont-Break-Mod-1.14.4.jar Items Don't Break {itemsdontbreak@version CREATE_REGISTRIES} XL-Food-Mod-1.14.4.jar XL Food Mod {[email protected] CREATE_REGISTRIES} Turtle-Shell-Drop-Mod-1.14.4.jar Turtle Shell Drop {[email protected] CREATE_REGISTRIES} Mystical-Wildlife-Mod-1.14.4.jar Mystical Wildlife {[email protected] CREATE_REGISTRIES} Speedy-Ladders-Mod-1.14.4.jar Speedy Ladders {[email protected] CREATE_REGISTRIES} CleanView-Mod-1.14.4.jar CleanView {[email protected] CREATE_REGISTRIES} Stairway-to-Aether-Mod-1.14.4.jar StairwayToAether {stairway@v10 CREATE_REGISTRIES} Launched Version: 1.14.4-forge-28.1.116 LWJGL: 3.2.2 build 10 OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 432.00, 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 'forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) CPU: 12x Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz