Jump to content

The game crashed whilst initializing game Error: java.lang.NullPointerException: Registry Object not present


KaiNrav

Recommended Posts

Please help with such a mistake.
The game crashed whilst initializing game
Error: java.lang.NullPointerException: Registry Object not present

Minecraft version 1.15.1
Mods that are installed:
XaerosWorldMap_1.5.3_Forge_1.15.1
unstabletools_1.15.1_4.0
UndergroundMaterials_1.15.1_1.3.1
titanium-1.15.1-2.3.4
SimpleStorageNetwork_1.15.1_0.2.0
Mekanism_1.15.1_9.9.3.394
industrial-foregoing-1.15.1-2.2.0
FallingTree_1.15.1_2.0.213

Link to comment
Share on other sites

2 hours ago, diesieben07 said:

Разместите полный журнал.

---- Minecraft Crash Report ----
// There are four lights!

Time: 07.02.20 18:28
Description: Initializing game

java.lang.NullPointerException: Registry Object not present
    at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) ~[?:?] {re:classloading}
    at mekanism.common.registration.DoubleWrappedRegistryObject.getPrimary(DoubleWrappedRegistryObject.java:23) ~[?:?] {re:classloading}
    at mekanism.common.registration.impl.BlockRegistryObject.getBlock(BlockRegistryObject.java:19) ~[?:?] {re:classloading}
    at mekanism.client.ClientRegistrationUtil.registerBlockColorHandler(ClientRegistrationUtil.java:78) ~[?:?] {re:classloading}
    at mekanism.client.ClientRegistration.registerItemColorHandlers(ClientRegistration.java:401) ~[?:?] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_32_ClientRegistration_registerItemColorHandlers_Item.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:30.0] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2350/1013051356.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:209) ~[?:?] {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.<init>(Minecraft.java:420) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:164) [?:?] {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.1-30.0.51.jar:30.0] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$406/389779746.call(Unknown Source) [forge-1.15.1-30.0.51.jar:30.0] {}
    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 java.util.Objects.requireNonNull(Objects.java:228)
    at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91)
    at mekanism.common.registration.DoubleWrappedRegistryObject.getPrimary(DoubleWrappedRegistryObject.java:23)
    at mekanism.common.registration.impl.BlockRegistryObject.getBlock(BlockRegistryObject.java:19)
    at mekanism.client.ClientRegistrationUtil.registerBlockColorHandler(ClientRegistrationUtil.java:78)
    at mekanism.client.ClientRegistration.registerItemColorHandlers(ClientRegistration.java:401)
    at net.minecraftforge.eventbus.ASMEventHandler_32_ClientRegistration_registerItemColorHandlers_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$2350/1013051356.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:209)
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:420)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:164)
    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$406/389779746.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.1
    Minecraft Version ID: 1.15.1
    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: 1678001888 bytes (1600 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    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.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.1-30.0.51.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.1-30.0.51.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.1-30.0.51.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.1-30.0.51.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.1-30.0.51.jar fml TRANSFORMATIONSERVICE 
    FML: 30.0
    Forge: net.minecraftforge:30.0.51
    FML Language Providers: 
        javafml@30.0
        minecraft@1
    Mod List: 
        forge-1.15.1-30.0.51-client.jar Minecraft {minecraft@1.15.1 CREATE_REGISTRIES}
        SimpleStorageNetwork_1.15.1_0.2.0.jar Simple Storage Network {storagenetwork@1.15.1-0.2.0 CREATE_REGISTRIES}
        industrial-foregoing-1.15.1-2.2.0.jar Industrial Foregoing {industrialforegoing@2.2.0 ERROR}
        FallingTree_1.15.1_2.0.213.jar Falling Tree {falling_tree@2.0.2+13 CREATE_REGISTRIES}
        Mekanism_1.15.1_9.9.3.394.jar Mekanism {mekanism@9.9.3 ERROR}
        forge-1.15.1-30.0.51-universal.jar Forge {forge@30.0.51 CREATE_REGISTRIES}
        titanium-1.15.1-2.3.4.jar Titanium {titanium@2.3.4 ERROR}
        UndergroundMaterials_1.15.1_1.3.1.jar Underground Materials {undermat@1.3.1 CREATE_REGISTRIES}
        SolarGeneration_1.15.1_1.1.0.jar Solar Generation {solargeneration@1.1.0 CREATE_REGISTRIES}
        unstabletools_1.15.1_4.0.jar Unstable Tools {unstabletools@4.0 CREATE_REGISTRIES}
        XaerosWorldMap_1.5.3_Forge_1.15.1.jar Xaero's World Map {xaeroworldmap@1.5.3 CREATE_REGISTRIES}
    Launched Version: 1.15.1-forge-30.0.51
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GT 520M/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.35, 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: 4x Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz

Link to comment
Share on other sites

It didn’t help, here are the new logs
 

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 07.02.20 20:19
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.RenderTypeLookup.setRenderLayer(RenderTypeLookup.java:317) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.RenderTypeLookup.setRenderLayer(RenderTypeLookup.java:313) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at com.tfar.unstabletools.Client.colors(Client.java:16) ~[?:4.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_18_Client_colors_Item.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:30.0] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2293/623898104.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:209) ~[?:?] {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.<init>(Minecraft.java:420) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:164) [?:?] {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.1-30.0.51.jar:30.0] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$406/1460126155.call(Unknown Source) [forge-1.15.1-30.0.51.jar:30.0] {}
    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.renderer.RenderTypeLookup.setRenderLayer(RenderTypeLookup.java:317)
    at net.minecraft.client.renderer.RenderTypeLookup.setRenderLayer(RenderTypeLookup.java:313)
    at com.tfar.unstabletools.Client.colors(Client.java:16)
    at net.minecraftforge.eventbus.ASMEventHandler_18_Client_colors_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$2293/623898104.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:209)
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:420)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:164)
    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$406/1460126155.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.1
    Minecraft Version ID: 1.15.1
    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: 1466904592 bytes (1398 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    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.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.1-30.0.51.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.1-30.0.51.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.1-30.0.51.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.1-30.0.51.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.1-30.0.51.jar fml TRANSFORMATIONSERVICE 
    FML: 30.0
    Forge: net.minecraftforge:30.0.51
    FML Language Providers: 
        javafml@30.0
        minecraft@1
    Mod List: 
        forge-1.15.1-30.0.51-client.jar Minecraft {minecraft@1.15.1 CREATE_REGISTRIES}
        SimpleStorageNetwork_1.15.1_0.2.0.jar Simple Storage Network {storagenetwork@1.15.1-0.2.0 CREATE_REGISTRIES}
        industrial-foregoing-1.15.1-2.2.0.jar Industrial Foregoing {industrialforegoing@2.2.0 ERROR}
        FallingTree_1.15.1_2.0.213.jar Falling Tree {falling_tree@2.0.2+13 CREATE_REGISTRIES}
        forge-1.15.1-30.0.51-universal.jar Forge {forge@30.0.51 CREATE_REGISTRIES}
        titanium-1.15.1-2.3.4.jar Titanium {titanium@2.3.4 ERROR}
        UndergroundMaterials_1.15.1_1.3.1.jar Underground Materials {undermat@1.3.1 CREATE_REGISTRIES}
        SolarGeneration_1.15.1_1.1.0.jar Solar Generation {solargeneration@1.1.0 CREATE_REGISTRIES}
        unstabletools_1.15.1_4.0.jar Unstable Tools {unstabletools@4.0 CREATE_REGISTRIES}
        XaerosWorldMap_1.5.3_Forge_1.15.1.jar Xaero's World Map {xaeroworldmap@1.5.3 CREATE_REGISTRIES}
    Launched Version: 1.15.1-forge-30.0.51
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GT 520M/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.35, 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: 4x Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz

 

Edited by KaiNrav
Link to comment
Share on other sites

  • 4 weeks later...

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 2/29/20 11:37 AM
Description: Initializing game

java.lang.NullPointerException: Registry Object not present
    at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) ~[?:?] {re:classloading}
    at mekanism.common.registration.DoubleWrappedRegistryObject.getPrimary(DoubleWrappedRegistryObject.java:23) ~[?:?] {re:classloading}
    at mekanism.common.registration.impl.BlockRegistryObject.getBlock(BlockRegistryObject.java:19) ~[?:?] {re:classloading}
    at mekanism.client.ClientRegistrationUtil.registerBlockColorHandler(ClientRegistrationUtil.java:108) ~[?:?] {re:classloading}
    at mekanism.client.ClientRegistration.registerItemColorHandlers(ClientRegistration.java:397) ~[?:?] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_275_ClientRegistration_registerItemColorHandlers_Item.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$3464/452691527.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:203) ~[?:?] {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.<init>(Minecraft.java:421) [?:?] {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.18.jar:31.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/954936400.call(Unknown Source) [forge-1.15.2-31.1.18.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 java.util.Objects.requireNonNull(Objects.java:228)
    at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91)
    at mekanism.common.registration.DoubleWrappedRegistryObject.getPrimary(DoubleWrappedRegistryObject.java:23)
    at mekanism.common.registration.impl.BlockRegistryObject.getBlock(BlockRegistryObject.java:19)
    at mekanism.client.ClientRegistrationUtil.registerBlockColorHandler(ClientRegistrationUtil.java:108)
    at mekanism.client.ClientRegistration.registerItemColorHandlers(ClientRegistration.java:397)
    at net.minecraftforge.eventbus.ASMEventHandler_275_ClientRegistration_registerItemColorHandlers_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$3464/452691527.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:203)
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:421)

-- 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$421/954936400.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: 1485101392 bytes (1416 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    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.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.18.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.18.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.3-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.1.18.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.18.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.1.18.jar fml TRANSFORMATIONSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.18
    FML Language Providers: 
        javafml@31.1
        minecraft@1
    Mod List: 
        Colbbs-Donut-Mod-1.15.2-1.0.0.jar Colbb's Donut Mod {donutmod@0.1 CREATE_REGISTRIES}
        torchslabmod-1.15.1_v1.5.jar Torch Slab Mod {torchslabmod@1.5.0 CREATE_REGISTRIES}
        mining-helmet-1.15.2-1.0.6.jar Mining Helmet {mining_helmet@1.0.6 CREATE_REGISTRIES}
        SBM-BoneTorch-1.15.2-0.0.1.jar [SBM] BoneTorch {bonetorch@0.0.1 CREATE_REGISTRIES}
        Realistic+Ulities+4.1.1.jar Realistic Ulities {realistic@4.1.1 CREATE_REGISTRIES}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        Mekanism-1.15.2-9.9.11.403.jar Mekanism {mekanism@9.9.11 CREATE_REGISTRIES}
        caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta1 CREATE_REGISTRIES}
        colytra-FORGE-1.15.2-3.0.jar Colytra {colytra@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
        rsgauges-1.15.2-1.2.1.jar Gauges and Switches {rsgauges@1.2.1 CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.0.jar Waystones {waystones@6.0.0 CREATE_REGISTRIES}
        good-nights-sleep-1.15.2-1.0.2.jar Good Night's Sleep {goodnightsleep@1.0.2 CREATE_REGISTRIES}
        additionalbars-1.2.1.jar Additional Bars {additionalbars@1.2.1 CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.66-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.65 CREATE_REGISTRIES}
        decorative_blocks_5.jar Decorative Blocks {decorative_blocks@1.5 CREATE_REGISTRIES}
        DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 CREATE_REGISTRIES}
        reciperandomizer-1.0.jar Example Mod {recipescrambler@1.0 CREATE_REGISTRIES}
        FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {farmingforblockheads@6.1.0 CREATE_REGISTRIES}
        UnforgivingVoid-1.15.2-1.0.4.jar Unforgiving Void {unforgivingvoid@1.0.4 CREATE_REGISTRIES}
        PickUpNotifier-v1.1.2-1.15.2.jar Pick Up Notifier {pickupnotifier@1.1.2 CREATE_REGISTRIES}
        immersive-portals-0.4(for+mc+1.15+with+forge).jar Immersive Portals {immersive_portals@0.4 CREATE_REGISTRIES}
        campfiretorches-1.15.2-1.0.2.jar Campfire Torches {campfiretorches@1.15.2-1.0.2 CREATE_REGISTRIES}
        forge-1.15.2-31.1.18-universal.jar Forge {forge@31.1.18 CREATE_REGISTRIES}
        refinedstorage-1.8.1.jar Refined Storage {refinedstorage@1.8.1 CREATE_REGISTRIES}
        forge-1.15.2-31.1.18-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        industrial-foregoing-1.15.2-2.2.1-f27c515.jar Industrial Foregoing {industrialforegoing@2.2.1 CREATE_REGISTRIES}
        titanium-1.15.2-2.3.6.jar Titanium {titanium@2.3.6 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.345-universal (1).jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.342 CREATE_REGISTRIES}
        valhelsia_structures-15.0.2.jar Valhelsia Structures {valhelsia_structures@15.0.2 CREATE_REGISTRIES}
        ironfurnaces-1.15.2-2.0.1.jar Iron Furnaces {ironfurnaces@2.0.1 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.5.2+77.jar Silent Gear {silentgear@1.5.2+77 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.7.jar Simple Farming {simplefarming@1.15.2-1.2.7 CREATE_REGISTRIES}
        ceilingtorch-1.15.2-v1.5.jar Ceiling Torch {ceilingtorch@v1.5 CREATE_REGISTRIES}
        astikorcarts-1.0.1-1.15.2.jar AstikorCarts {astikorcarts@1.0.1 CREATE_REGISTRIES}
        simplybackpacks-1.15.2-1.3.0.jar Simply Backpacks {simplybackpacks@1.15.2-1.3.0 CREATE_REGISTRIES}
        dimdungeons-1.04-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.04 CREATE_REGISTRIES}
        randomenchants-3.1.0.jar Random Enchants {randomenchants@3.1.0 ERROR}
        enchantedwolves-1.4.2.jar Enchanted Wolves {enchantedwolves@1.4.2 CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.0.1.jar Double Slabs {doubleslabs@2.0.1 CREATE_REGISTRIES}
        backpacked-1.4.1-mc1.15.2.jar Backpacked {backpacked@1.4.1 CREATE_REGISTRIES}
        lostcities-1.15-3.0.0-alpha.jar LostCities {lostcities@1.15-3.0.0-alpha CREATE_REGISTRIES}
        tombstone-4.2.4-1.15.2 (1).jar Corail Tombstone {tombstone@4.2.4 CREATE_REGISTRIES}
        obfuscate-0.3.4-1.15.2.jar Obfuscate {obfuscate@0.3.4 CREATE_REGISTRIES}
        vehicle-0.42.5-mc1.15.2.jar MrCrayfish's Vehicle Mod {vehicle@0.42.5 CREATE_REGISTRIES}
        structurize-0.10.269-ALPHA.jar Structurize {structurize@0.10.269-ALPHA CREATE_REGISTRIES}
        worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {worldedit@7.1.0;48cc31c CREATE_REGISTRIES}
        Survivalist-1.15.2-3.0.1 (1).jar Survivalist {survivalist@3.0.1 CREATE_REGISTRIES}
        minecolonies-0.10.730-ALPHA-universal.jar Minecolonies {minecolonies@0.10.730-ALPHA CREATE_REGISTRIES}
        almostalltheores-2.0.2.0.jar Almost All the Ores {almostalltheores@2.0.2.0 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.9.jar Aquaculture 2 {aquaculture@1.15.2-2.0.9 CREATE_REGISTRIES}
        SilentGems-1.15.2-3.5.1+84.jar Silent's Gems 3 {silentgems@3.5.1+84 CREATE_REGISTRIES}
        XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
        ElementaryOres-1.15.2-1.0.0.jar Elementary Ores {elementaryores@1.15.2-1.0.0 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.15.2-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v1a CREATE_REGISTRIES}
        Cyclic-1.15.2-0.1.10.jar Cyclic {cyclic@1.15.2-0.1.10 CREATE_REGISTRIES}
        BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {betteradvancements@0.1.0.96 CREATE_REGISTRIES}
    Launched Version: 1.15.2-forge-31.1.18
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics 405 GL version 4.4.0 - Build 20.19.15.4509, 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: 4x Intel(R) Pentium(R) CPU J3710 @ 1.60GHz

Link to comment
Share on other sites

  • 4 months later...

---- Minecraft Crash Report ----

WARNING: coremods are present:
  FMLLoadingPlugin (MemoryFix-0.3.jar)
  RenderPlayerAPIPlugin (MouseDelayFix-1.0.jar)
  Glint Colorizer ([1.8.9] GlintColorizer - 1.0.jar)
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 7/24/20 6:23 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraftforge.fml.common.Loader$ModIdComparator.compare(Loader.java:375)
    at net.minecraftforge.fml.common.Loader$ModIdComparator.compare(Loader.java:370)
    at java.util.TreeMap.getEntryUsingComparator(TreeMap.java:376)
    at java.util.TreeMap.getEntry(TreeMap.java:345)
    at java.util.TreeMap.get(TreeMap.java:278)
    at com.google.common.collect.AbstractMapBasedMultimap.put(AbstractMapBasedMultimap.java:192)
    at com.google.common.collect.AbstractSetMultimap.put(AbstractSetMultimap.java:121)
    at com.google.common.collect.TreeMultimap.put(TreeMultimap.java:78)
    at net.minecraftforge.fml.common.Loader.identifyDuplicates(Loader.java:386)
    at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:364)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:488)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at net.minecraftforge.fml.common.Loader$ModIdComparator.compare(Loader.java:375)
    at net.minecraftforge.fml.common.Loader$ModIdComparator.compare(Loader.java:370)
    at java.util.TreeMap.getEntryUsingComparator(TreeMap.java:376)
    at java.util.TreeMap.getEntry(TreeMap.java:345)
    at java.util.TreeMap.get(TreeMap.java:278)
    at com.google.common.collect.AbstractMapBasedMultimap.put(AbstractMapBasedMultimap.java:192)
    at com.google.common.collect.AbstractSetMultimap.put(AbstractSetMultimap.java:121)
    at com.google.common.collect.TreeMultimap.put(TreeMultimap.java:78)
    at net.minecraftforge.fml.common.Loader.identifyDuplicates(Loader.java:386)
    at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:364)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:488)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.8.9
    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: 323330624 bytes (308 MB) / 536870912 bytes (512 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.19 Powered by Forge 11.15.1.1722 16 mods loaded, 0 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
        mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
        FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1722.jar) 
        Forge{11.15.1.1722} [Minecraft Forge] (forge-1.8.9-11.15.1.1722.jar) 
        Glint-Colorizer{1.0} [Glint Colorizer] (minecraft.jar) 
        RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar) 
        perspectivemod{1.0} [Perspective Mod] ([1.8.9] Perspective Mod [fix2].jar) 
        wingsmod{1.2} [Wings Mod] ([1.8.9] Wings Mod-1.2.jar) 
        autogg{2.0.4} [Auto GG] (AutoGG-2.0.4 (1.8.9).jar) 
        autotip{2.0.3} [Autotip] (Autotip-2.0.3 [1.8-1.11.2].jar) 
        customtag{1.0} [CustomTAG Mod] (CustomTAG-1.0.jar) 
        memoryfix{0.3} [MemoryFix] (MemoryFix-0.3.jar) 
        null{1.0} [null] (MinecraftCapes+Forge+1.16.1-v10.jar) 
        oldanimations{2.3} [oldanimations] (OldAnimationsMod v2.3.1 FORGE MC1.8.9.jar) 
        quickplay{1.2.10} [QuickPlay] (QuickPlay-1.8.9-1.2.10.jar) 
        timechanger{1.0} [TimeChanger] (TimeChanger-1.0 (1.8.9).jar) 
        enhancements{7.4} [Vanilla Enhancements] (Vanilla Enhancements-7.4.jar) 
    Loaded coremods (and transformers): 
FMLLoadingPlugin (MemoryFix-0.3.jar)
  io.prplz.memoryfix.ClassTransformer
RenderPlayerAPIPlugin (MouseDelayFix-1.0.jar)
  api.player.forge.RenderPlayerAPITransformer
Glint Colorizer ([1.8.9] GlintColorizer - 1.0.jar)
  me.powns.glintcolorizer.asm.itemrender.RenderItemTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 451.48' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
    Launched Version: 1.8.9-forge1.8.9-11.15.1.1722
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 451.48, 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 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: !       §b§lSpeedfault §8[§f16§7x§8].zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 12x Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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