Jump to content

Recommended Posts

Posted

Hello, when i try to start the game following error message appears:

 

 

  Quote

---- Minecraft Crash Report ----
// My bad.

Time: 01.03.20 10:54
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.resources.I18n.func_135052_a(I18n.java:23) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.client.renderer.GlDebugTextUtils.func_209244_a(GlDebugTextUtils.java:169) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.client.renderer.GlDebugTextUtils$$Lambda$1959/994889306.invoke(Unknown Source) ~[?:?] {}
    at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) ~[lwjgl-opengl-3.2.2.jar:build 10] {}
    at org.lwjgl.system.JNI.invokePV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {}
    at org.lwjgl.glfw.GLFW.glfwSwapBuffers(GLFW.java:4572) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
    at net.minecraft.client.MainWindow.func_198086_a(MainWindow.java:341) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraftforge.fml.client.EarlyLoaderGUI.renderTick(EarlyLoaderGUI.java:66) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2079/2009378486.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.ModLoader$$Lambda$2274/1810287382.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$2083/182755121.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$2003/253427819.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$2004/741211619.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454) [?:?] {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.115.jar:28.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/761577728.call(Unknown Source) [forge-1.14.4-28.1.115.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.resources.I18n.func_135052_a(I18n.java:23)
    at net.minecraft.client.renderer.GlDebugTextUtils.func_209244_a(GlDebugTextUtils.java:169)
    at net.minecraft.client.renderer.GlDebugTextUtils$$Lambda$1959/994889306.invoke(Unknown Source)
    at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39)
    at org.lwjgl.system.JNI.invokePV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwSwapBuffers(GLFW.java:4572)
    at net.minecraft.client.MainWindow.func_198086_a(MainWindow.java:341)
    at net.minecraftforge.fml.client.EarlyLoaderGUI.renderTick(EarlyLoaderGUI.java:66)
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2079/2009378486.run(Unknown Source)
    at net.minecraftforge.fml.ModLoader$$Lambda$2274/1810287382.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$2083/182755121.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$2003/253427819.run(Unknown Source)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2004/741211619.run(Unknown Source)
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454)

-- 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$420/761577728.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: 5105250488 bytes (4868 MB) / 6106906624 bytes (5824 MB) up to 6442450944 bytes (6144 MB)
    CPUs: 4
    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.115.jar object_holder_definalize PLUGINSERVICE
        /forge-1.14.4-28.1.115.jar runtime_enum_extender PLUGINSERVICE
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
        /forge-1.14.4-28.1.115.jar capability_inject_definalize PLUGINSERVICE
        /forge-1.14.4-28.1.115.jar runtimedistcleaner PLUGINSERVICE
        /OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE
        /forge-1.14.4-28.1.115.jar fml TRANSFORMATIONSERVICE
    FML: 28.1
    Forge: net.minecraftforge:28.1.115
    FML Language Providers:
        javafml@28.1
        minecraft@1
    Mod List:
        Cucumber-1.14.4-2.0.6.jar Cucumber Library {cucumber@2.0.6 CREATE_REGISTRIES}
        bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 CREATE_REGISTRIES}
        Druidcraft-1.14-0.2.32.jar Druidcraft {druidcraft@0.2.32 CREATE_REGISTRIES}
        DoggyTalents-1.14.4-1.15.2.0.jar Doggy Talents {doggytalents@1.15.2.0 CREATE_REGISTRIES}
        caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.1 CREATE_REGISTRIES}
        colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {colytra@FORGE-1.14.4-2.0.0.1 CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.1.0-build.0076.jar Forge Endertech {forgeendertech@5.2.1.0 CREATE_REGISTRIES}
        Clumps-4.0.0.jar Clumps {clumps@4.0.0 CREATE_REGISTRIES}
        mgui-1.14.4-1.0.1.jar mgui {mgui@1.0.1 CREATE_REGISTRIES}
        CookingForBlockheads_1.14.4-7.4.3.jar Cooking for Blockheads {cookingforblockheads@7.4.3 CREATE_REGISTRIES}
        Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 CREATE_REGISTRIES}
        comforts-FORGE-1.14.4-2.0-beta4.jar Comforts {comforts@FORGE-1.14.4-2.0-beta4 CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.40 CREATE_REGISTRIES}
        FleshToLeather-1.14.3-1.0.1.jar FleshToLeather {fleshtoleather@1.0.1 CREATE_REGISTRIES}
        rangedpumps-0.6.1.jar Ranged Pumps {rangedpumps@0.6.1 CREATE_REGISTRIES}
        DungeonCrawl-1.14.4-1.6.0.jar Dungeon Crawl {dungeoncrawl@1.6.0 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.14.4-v1.0.jar The Endergetic Expansion {endergetic@1.0 CREATE_REGISTRIES}
        u_team_core-1.14.4-2.8.0.140.jar U Team Core {uteamcore@2.8.0.140 CREATE_REGISTRIES}
        Customized-Dungeon-Loot-1.14.x-(v.2.0.0).jar Customized Dungeon Loot {cdl@2.0.0 CREATE_REGISTRIES}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
        TMechworks-1.14.4-2.0.1.jar Tinkers' Mechworks {tmechworks@2.0.1 CREATE_REGISTRIES}
        thermalsolars-1.14.4-0.7.jar ThermalSolars {thermalsolars@1.14.4-0.7 CREATE_REGISTRIES}
        forge-1.14.4-28.1.115-universal.jar Forge {forge@28.1.115 CREATE_REGISTRIES}
        ruins-1.14.4.6.jar Ruins {ruins@1.14.4.6 CONSTRUCT}
        absentbydesign-1.14.4-1.0.5.jar Absent By Design Mod {absentbydesign@1.14.4-1.0.5 CONSTRUCT}
        refinedstorage-1.7.3.jar Refined Storage {refinedstorage@1.7.3 CONSTRUCT}
        MysticalAgriculture-1.14.4-2.0.5.jar Mystical Agriculture {mysticalagriculture@2.0.5 CONSTRUCT}
        forge-1.14.4-28.1.115-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.3 CREATE_REGISTRIES}
        industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {industrialforegoing@2.1.2 CREATE_REGISTRIES}
        useful_backpacks-1.14.4-1.7.4.47.jar Useful Backpacks {usefulbackpacks@1.7.4.47 CREATE_REGISTRIES}
        titanium-1.14.4-2.2.10.jar Titanium {titanium@2.2.10 CREATE_REGISTRIES}
        SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 CONSTRUCT}
        SilentGear-1.14.4-1.4.6+72.jar Silent Gear {silentgear@1.4.6+72 CONSTRUCT}
        forbidden_arcanus-1.14.4-1.5.jar Forbidden & Arcanus {forbidden_arcanus@1.14.4-1.5 CONSTRUCT}
        simplefarming-1.14.4-1.2.5.jar Simple Farming {simplefarming@1.14.4-1.2.5 CONSTRUCT}
        extragolems-9.0.5.jar Extra Golems {golems@9.0.5 CREATE_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.jar Curios API {curios@FORGE-1.14.4-1.0.6 CREATE_REGISTRIES}
        Botania+r1.11-375.jar Botania {botania@r1.11-375 CONSTRUCT}
        SpartanShields-1.14.4-2.0.0.jar Spartan Shields {spartanshields@2.0.0 CONSTRUCT}
        Mantle-1.14.4-1.4.32.jar Mantle {mantle@1.4.32 CREATE_REGISTRIES}
        a.jar Patchouli {patchouli@1.1-23 CREATE_REGISTRIES}
        chemlib-1.14.4-15.jar Chem Lib {chemlib@1.14.4-15 CREATE_REGISTRIES}
        extlights-1.8.jar Extended Lights {extlights@1.8 CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 CREATE_REGISTRIES}
        OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        SurvivalPlus-1.14.4-0.1.2.jar SurvivalPlus {survivalplus@0.1.2 CREATE_REGISTRIES}
        ProjectE-1.14.4-PE1.0.1B.jar ProjectE {projecte@1.14.4-PE1.0.1B CONSTRUCT}
        BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 CONSTRUCT}
        themidnight-0.4.6.jar The Midnight {midnight@0.4.6 CONSTRUCT}
        libnonymous-1.14.4-1.0.3.24.jar Libnonymous {libnonymous@1.0.3.24 CONSTRUCT}
        PipeMaster-2.0.1.12.jar Pipe Goggles {pipegoggles@2.0.1.12 CONSTRUCT}
        Harvest-forge-1.14.4-1.2.10-23.jar Harvest {harvest@version CONSTRUCT}
        structurize-0.10.216-ALPHA.jar Structurize {structurize@0.10.216-ALPHA CONSTRUCT}
        Advancement_Book-1.14-1.0.4.jar Advancement Book {advancementbook@1.0.4 CONSTRUCT}
        minecolonies-0.10.593-RELEASE-universal.jar Minecolonies {minecolonies@0.10.593-RELEASE CONSTRUCT}
        hunterillager-1.14.4-0.4.1.jar HunterIllager {hunterillager@0.4.1 CREATE_REGISTRIES}
        furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre15 CREATE_REGISTRIES}
        AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {aiimprovements@0.2.2 CREATE_REGISTRIES}
        Aquaculture-1.14.4-2.0.3.jar Aquaculture 2 {aquaculture@1.14.4-2.0.3 CREATE_REGISTRIES}
        AdChimneys-1.14.4-4.0.0.1-build.0072.jar Advanced Chimneys {adchimneys@4.0.0.1 CREATE_REGISTRIES}
        SilentGems-1.14.4-3.4.7+80.jar Silent's Gems 3 {silentgems@3.4.7+80 CONSTRUCT}
        forgemod_VoxelMap-1.9.13b_for_1.14.4.jar VoxelMap {voxelmap@1.9.13 CONSTRUCT}
        Charm-1.14.4-1.4.3.jar Charm {charm@1.14.4-1.4.3 CONSTRUCT}
        instantunify-1.14.4-1.0.3.jar InstantUnify {instantunify@1.0.3 CONSTRUCT}
    Launched Version: 1.14.4-forge-28.1.115
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4358, 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:
    Current Language: ~~ERROR~~ NullPointerException: null
    CPU: 4x Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
    OptiFine Version: OptiFine_1.14.4_HD_U_F5
    OptiFine Build: 20191204-141250
    Render Distance Chunks: 10
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.0.0 - Build 10.18.10.4358
    OpenGlRenderer: Intel(R) HD Graphics 4000
    OpenGlVendor: Intel
    CpuCount: 4

Expand  

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello all. I'm currently grappling with the updateShape method in a custom class extending Block.  My code currently looks like this: The conditionals in CheckState are there to switch blockstate properties, which is working fine, as it functions correctly every time in getStateForPlacement.  The problem I'm running into is that when I update a state, the blocks seem to call CheckState with the position of the block which was changed updated last.  If I build a wall I can see the same change propagate across. My question thus is this: is updateShape sending its return to the neighbouring block?  Is each block not independently executing the updateShape method, thus inserting its own current position?  The first statement appears to be true, and the second false (each block is not independently executing the method). I have tried to fix this by saving the block's own position to a variable myPos at inception, and then feeding this in as CheckState(myPos) but this causes a worse outcome, where all blocks take the update of the first modified block, rather than just their neighbour.  This raises more questions than it answers, obviously: how is a different instance's variable propagating here?  I also tried changing it so that CheckState did not take a BlockPos, but had myPos built into the body - same problem. I have previously looked at neighbourUpdate and onNeighbourUpdate, but could not find a way to get this to work at all.  One post on here about updatePostPlacement and other methods has proven itself long superceded.  All other sources on the net seem to be out of date. Many thanks in advance for any help you might offer me, it's been several days now of trying to get this work and several weeks of generally trying to get round this roadblock.  - Sandermall
    • sorry, I might be stupid, but how do I open it? because the only options I have are too X out, copy it, which doesn't work and send crash report, which doesn't show it to me, also, sorry for taking so long.
    • Can you reproduce this with version 55.0.21? A whole lot of plant placement issues were just fixed in this PR.
    • Necro'ing that thread to ask if you found a solution ? I'm encountering the same crash on loading the world. I created the world in Creative to test my MP, went into survival to test combat, died, crashed on respawn and since then crash on loading the world. Deactivating Oculus isn't fixing it either, and I don't have Optifine (Twilight forest is incompatible)
  • Topics

×
×
  • Create New...

Important Information

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