Skip to content

Instantly share code, notes, and snippets.

@Lanse505
Created March 16, 2020 22:31
Show Gist options
  • Save Lanse505/9de522841889a2bf51b2d0de269bc238 to your computer and use it in GitHub Desktop.
Save Lanse505/9de522841889a2bf51b2d0de269bc238 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 2020-03-16 23:30
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.client.Minecraft.func_213226_a(Minecraft.java:996) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.MainWindow.func_198102_b(SourceFile:267) ~[?:?] {re:classloading}
at net.minecraft.client.MainWindow$$Lambda$2012/394591403.invoke(Unknown Source) ~[?:?] {}
at org.lwjgl.glfw.GLFWFramebufferSizeCallbackI.callback(GLFWFramebufferSizeCallbackI.java:37) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {}
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:105) ~[?:?] {re:classloading}
at net.minecraft.client.MainWindow.func_227802_e_(SourceFile:301) ~[?:?] {re:classloading}
at net.minecraftforge.fml.client.EarlyLoaderGUI.renderTick(EarlyLoaderGUI.java:80) ~[?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2178/891978115.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.ModLoader$$Lambda$2426/966443427.execute(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:136) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:98) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModList$$Lambda$2182/920581443.dispatchEvent(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2095/1208947473.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2096/1623624827.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.<init>(Minecraft.java:393) [?:?] {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:56) [forge-1.15.2-31.1.22.jar:31.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$456/1755634886.call(Unknown Source) [forge-1.15.2-31.1.22.jar:31.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.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.Minecraft.func_213226_a(Minecraft.java:996)
at net.minecraft.client.MainWindow.func_198102_b(SourceFile:267)
at net.minecraft.client.MainWindow$$Lambda$2012/394591403.invoke(Unknown Source)
at org.lwjgl.glfw.GLFWFramebufferSizeCallbackI.callback(GLFWFramebufferSizeCallbackI.java:37)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:105)
at net.minecraft.client.MainWindow.func_227802_e_(SourceFile:301)
at net.minecraftforge.fml.client.EarlyLoaderGUI.renderTick(EarlyLoaderGUI.java:80)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2178/891978115.run(Unknown Source)
at net.minecraftforge.fml.ModLoader$$Lambda$2426/966443427.execute(Unknown Source)
at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:136)
at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:98)
at net.minecraftforge.fml.ModList$$Lambda$2182/920581443.dispatchEvent(Unknown Source)
at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71)
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197)
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183)
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2095/1208947473.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2096/1623624827.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:393)
-- 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:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$456/1755634886.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: 4073934296 bytes (3885 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
CPUs: 8
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 5.0.0-milestone.4+67+b1a340b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.22.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.22.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.22.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.22.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.22.jar fml TRANSFORMATIONSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.22
FML Language Providers:
[email protected]
minecraft@1
Mod List:
NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
pocketstorage-1.15.2-0.5.0.jar Pocket Storage Unit {[email protected] CREATE_REGISTRIES}
rsgauges-1.15.2-1.2.2-b1.jar Gauges and Switches {[email protected] CREATE_REGISTRIES}
IronJetpacks-1.15.2-3.0.1.jar Iron Jetpacks {[email protected] CREATE_REGISTRIES}
ElementsOfPower-1.15.2-0.8.6-alpha.jar Elements of Power {[email protected] CREATE_REGISTRIES}
Controlling-6.1.1.jar Controlling {[email protected] CREATE_REGISTRIES}
ReAuth-1.14-3.8.0.jar ReAuth {[email protected] CREATE_REGISTRIES}
Powah-1.15.2-1.1.7.jar Powah {[email protected] CREATE_REGISTRIES}
dimensionalworld-1.0.0.jar Buuz135DimensionalWorld {dimensionalworld@NONE CREATE_REGISTRIES}
ftb-gui-library-1.0.0.14.jar FTB GUI Library {[email protected] CREATE_REGISTRIES}
rangedpumps-0.7.1.jar Ranged Pumps {[email protected] CREATE_REGISTRIES}
Bookshelf-1.15.2-5.1.4.jar Bookshelf {[email protected] CREATE_REGISTRIES}
buildinggadgets-3.3.2.jar Building Gadgets {[email protected] CREATE_REGISTRIES}
DarkUtilities-1.15.2-3.0.1.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
Waddles-1.15.2-0.8.5.jar Waddles {[email protected] CREATE_REGISTRIES}
MekanismGenerators-1.15.2-9.9.16.408.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
refinedstorage-1.8.1.jar Refined Storage {[email protected] CREATE_REGISTRIES}
quartz-chests-1.1.0.5.jar Quartz Chests {[email protected] CREATE_REGISTRIES}
industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] CONSTRUCT}
MekanismAdditions-1.15.2-9.9.16.408.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
Lollipop-1.15.2-1.0.9.jar Lollipop {[email protected] CREATE_REGISTRIES}
wtbw_lib-1.15.2-1.0.12.jar WTBW Library {[email protected] CREATE_REGISTRIES}
simplylight-1.15.2-0.9.0.jar Simply Light {[email protected] CREATE_REGISTRIES}
EyesInTheDarkness-1.15.2-0.3.0.jar Eyes in the Darkness {[email protected] CREATE_REGISTRIES}
simplybackpacks-1.15.2-1.4.1.jar Simply Backpacks {[email protected] CREATE_REGISTRIES}
portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] CREATE_REGISTRIES}
curios-FORGE-1.15.2-2.0.1.jar Curios API {[email protected] CREATE_REGISTRIES}
Botania_r1.11-9fb509e.jar Botania {[email protected] CREATE_REGISTRIES}
Splashy-1.15.2-2.0.1.jar Splashy {[email protected] CREATE_REGISTRIES}
Patchouli-1.15.2-1.2-28.jar Patchouli {[email protected] CREATE_REGISTRIES}
ClothConfig2-2.0.jar Cloth Config Forge v2 API {[email protected] CREATE_REGISTRIES}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
ftb-ultimine-1.0.1.custom.jar FTB Ultimine {[email protected] CREATE_REGISTRIES}
tombstone-4.2.5-1.15.2.jar Corail Tombstone {[email protected] CREATE_REGISTRIES}
NaturesAura-23.3.jar Nature's Aura {naturesaura@version CREATE_REGISTRIES}
MekanismTools-1.15.2-9.9.16.408.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
BetterBurning-1.15.2-1.3.1.jar BetterBurning {[email protected] CREATE_REGISTRIES}
YAMDA-5.0.1.jar YAMDA {[email protected] CREATE_REGISTRIES}
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
Cursed-1.15.2-2.0.3.jar Cursed {[email protected] CREATE_REGISTRIES}
Cucumber-1.15.2-3.0.2.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
serverpackutility.jar Server Pack Locator Utility mod {[email protected] CREATE_REGISTRIES}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
InventorySpam-1.15.1-1.2.3.jar Inventory Spam {inventoryspam@version CREATE_REGISTRIES}
Technicalities-0.1.0.jar Technicalities {[email protected] CREATE_REGISTRIES}
jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
Mekanism-1.15.2-9.9.16.408.jar Mekanism {[email protected] CONSTRUCT}
Waystones_1.15.2-6.0.0.jar Waystones {[email protected] CONSTRUCT}
LightOverlay-4.3.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
journeymap-1.15.2-5.7.0beta1.jar Journeymap {[email protected] CREATE_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
SimpleStorageNetwork-1.15.2-0.2.4.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
SereneSeasons-1.15.2-3.0.0.66-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
gardentools-1.15.2-1.0.0.jar Garden Tools {[email protected] CREATE_REGISTRIES}
BotanyPots-1.15.2-2.0.2.jar BotanyPots {[email protected] CREATE_REGISTRIES}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
mcjtylib-1.15-4.0.2-alpha.jar McJtyLib {[email protected] CREATE_REGISTRIES}
rftoolsbase-1.15-1.0.0-alpha.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
xnet-1.15-2.0.1-alpha.jar XNet {[email protected] CREATE_REGISTRIES}
rftoolsstorage-1.15-1.0.2-alpha.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
JEITweaker-1.0.0.jar JEI Tweaker {[email protected] CREATE_REGISTRIES}
PackingTape-1.15.2-0.9.5.jar Packing Tape {[email protected] CREATE_REGISTRIES}
mininggadgets-1.3.1.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
CraftTweaker-1.15.2-6.0.0.9.jar CraftTweaker {[email protected] CREATE_REGISTRIES}
rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
ftb-chunks-1.0.1.2.jar FTB Chunks {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.1.22-universal.jar Forge {[email protected] CREATE_REGISTRIES}
wtbw_core-1.15.2-1.0.11.jar WTBW Core {[email protected] CREATE_REGISTRIES}
wtbw_tools-1.15.2-1.0.12.jar WTBW Tools {[email protected] CREATE_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.1.22-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
TConstruct-1.15.2-3.0.1.12.jar Tinkers' Construct {[email protected] CREATE_REGISTRIES}
rftoolsutility-1.15-2.0.0-alpha.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
EnchantmentDescriptions-1.15.2-2.0.3.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
theoneprobe-1.15-2.0.1.jar The One Probe {[email protected] CREATE_REGISTRIES}
ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES}
titanium-1.15.2-2.3.7.jar Titanium {[email protected] CREATE_REGISTRIES}
wtbw_machines-1.15.2-1.0.13.jar WTBW Machines {[email protected] CREATE_REGISTRIES}
SoulShardsRespawn-forge-1.15.2-1.2.0-15.jar Soul Shards Respawn {soulshards@version CREATE_REGISTRIES}
rftoolsbuilder-1.15-2.0.0-alpha.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
Mantle-1.15.2-1.5.5.jar Mantle {[email protected] CREATE_REGISTRIES}
wtbw_decoration-1.15.2-1.0.9.jar WTBW Decoration {[email protected] CREATE_REGISTRIES}
ftb-backups-2.1.0.1.jar FTB Utilities: Backups {[email protected] CREATE_REGISTRIES}
AutoRegLib-1.5-37.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
Quark-r2.1-217.jar Quark {[email protected] CONSTRUCT}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CONSTRUCT}
grindr-1.15.2-0.0.1.0.jar Grindr {grindr@NONE CONSTRUCT}
AmbientEnvironment-3.0.0.jar Ambient Environment {[email protected] CREATE_REGISTRIES}
Transport-1.15.2-2.1.0.jar Transport {[email protected] CREATE_REGISTRIES}
Chisel_DEV-MC1.15.2-0.0.1.5-slim.jar Chisel {[email protected] CONSTRUCT}
RefinedRelocation_1.15.2-7.0.1.jar Refined Relocation {[email protected] CREATE_REGISTRIES}
Aquaculture-1.15.2-2.0.11.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
xptome-1.15.1-v1.1.4.jar XP Tome {[email protected] CREATE_REGISTRIES}
Pulsar/tconstruct loaded Pulses:
- tinker_common (Enabled/Forced)
- tinker_fluids (Enabled/Forced)
- tinker_world (Enabled/Not Forced)
- tinker_gadgets (Enabled/Not Forced)
Launched Version: 1.15.2-forge-31.1.22
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.12, NVIDIA Corporation
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) i7-7700K CPU @ 4.20GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment