Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

LuckyTurtle1313

Members
  • Joined

  • Last visited

Everything posted by LuckyTurtle1313

  1. Would anyone be willing to help me fix this ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 8/14/20 11:32 AM Description: Initializing game java.lang.NullPointerException: Initializing game at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100) ~[?:1.15.2-1.1.0] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_71_BuildingClientProxy_registerBlockColors_Block.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$4887/1777369261.accept(Unknown Source) ~[?:?] {} at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {} at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading} at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {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:51) [forge-1.15.2-31.2.36.jar:31.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$431/335466988.call(Unknown Source) [forge-1.15.2-31.2.36.jar:31.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) at knightminer.inspirations.building.BuildingClientProxy.registerBlockColors(BuildingClientProxy.java:100) at net.minecraftforge.eventbus.ASMEventHandler_71_BuildingClientProxy_registerBlockColors_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$31(ModLoader.java:260) at net.minecraftforge.fml.ModLoader$$Lambda$4887/1777369261.accept(Unknown Source) at java.util.HashMap.forEach(HashMap.java:1280) at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:166) 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:51) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$431/335466988.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.15.2 Minecraft Version ID: 1.15.2 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: 1484607992 bytes (1415 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB) CPUs: 8 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M ModLauncher: 5.1.2+70+master.2845bb9 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.2.36.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.2.36.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.2.36.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.2.36.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.2.36.jar fml TRANSFORMATIONSERVICE FML: 31.2 Forge: net.minecraftforge:31.2.36 FML Language Providers: [email protected] minecraft@1 Mod List: forge-1.15.2-31.2.36-client.jar Minecraft {[email protected] CREATE_REGISTRIES} pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {[email protected] CREATE_REGISTRIES} berry_good-2.0.0.jar Berry Good {[email protected] CREATE_REGISTRIES} Druidcraft-1.15-0.4.3.jar Druidcraft {[email protected] CREATE_REGISTRIES} Falling-Tree-Mod-1.15.2.jar Falling Tree {[email protected]+19 CREATE_REGISTRIES} Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES} Bamboo-Blocks-1.15.2-1.4.1.jar Bamboo Blocks {bambooblocks@NONE CREATE_REGISTRIES} Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] CREATE_REGISTRIES} KiwiBirds+1.3+1.15.2.jar Kiwi Birds {[email protected] 1.15.2 CREATE_REGISTRIES} Atmospheric-1.15.2-1.4.1.jar Atmospheric {[email protected] CREATE_REGISTRIES} Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES} Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE CREATE_REGISTRIES} extraboats-1.3.6-1.15.2.jar Extra Boats {[email protected] CREATE_REGISTRIES} Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] CREATE_REGISTRIES} Mantle-1.15.2-1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES} TerraForged-1.15.2-0.1.2.jar TerraForged {[email protected] CREATE_REGISTRIES} pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES} autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES} AutoRegLib-1.6-43.jar AutoRegLib {[email protected] CREATE_REGISTRIES} decorative_blocks_6.jar Decorative Blocks {[email protected] CREATE_REGISTRIES} simplytea-1.15.2-2.2.1.jar Simply Tea {[email protected] CREATE_REGISTRIES} The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES} voyage-1.15.2-1.0.2.jar Voyage {[email protected] CREATE_REGISTRIES} Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES} forge-1.15.2-31.2.36-universal.jar Forge {[email protected] CREATE_REGISTRIES} Inspirations-1.15.2-1.1.0.jar Inspirations {[email protected] CREATE_REGISTRIES} Quark-r2.1-245.jar Quark {[email protected] ERROR} Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 CREATE_REGISTRIES} Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES} incubation-1.0.4-1.15.2.jar Incubation {[email protected] CREATE_REGISTRIES} dragonmounts-1.0.3.jar Dragon Mounts Legacy {[email protected] CREATE_REGISTRIES} absentbydesign-1.15.2-1.0.5.jar Absent By Design Mod {[email protected] CREATE_REGISTRIES} exoticbirds-1.15.2-1.0.2.jar Exotic Birds {[email protected] CREATE_REGISTRIES} Pulsar/inspirations loaded Pulses: - InspirationsShared (Enabled/Forced) - InspirationsBuilding (Enabled/Not Forced) - InspirationsUtility (Enabled/Not Forced) - InspirationsTools (Enabled/Not Forced) - InspirationsTweaks (Enabled/Not Forced) Launched Version: 1.15.2-forge-31.2.36 Backend library: LWJGL version 3.2.2 build 10 Backend API: Intel(R) UHD Graphics 620 GL version 4.6.0 - Build 26.20.100.7926, Intel GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) CPU: 8x Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.