Jump to content

GAME KEEPS CRASHING AND I DONT KNOW WHY


ProMMOS

Recommended Posts

---- Minecraft Crash Report ----
// You're mean.

Time: 11/4/23 8:11 PM
Description: Initializing game

java.lang.NullPointerException
    at chocolate.mods.BD.BetterDungeons.load(BetterDungeons.java:317)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


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

-- Head --
Stacktrace:
    at chocolate.mods.BD.BetterDungeons.load(BetterDungeons.java:317)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
    Minecraft Version: 1.6.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: 449483576 bytes (428 MB) / 872415232 bytes (832 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
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.50.1,345 Minecraft Forge 9.11.1.1345 Optifine OptiFine_1.6.4_HD_C9 53 mods loaded, 53 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.4.50.1,345} [Forge Mod Loader] (minecraftforge-9.11.1.1345.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.11.1.1345} [Minecraft Forge] (minecraftforge-9.11.1.1345.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    LumySkinPatch{1.0.12} [Lumy Skin Patch] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    NotEnoughItems{1.6.1.9} [Not Enough Items] (Not-Enough-Items-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    VeinMinerCore{0.12.3} [Vein Miner CoreMod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
    FTL{1.0.0_R1} [§6Flesh To Leather] (_1.6.4__Flesh_To_Leather_V.1.0.0_R1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    animalbikes{2} [AnimalBikes] (Animal-Bikes-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    AnimatedPlayer{1.3.0} [Animated Player Mod] (Animated-Player-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Backpack{1.28.37} [Backpack] (Backpacks-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    BetterDungeons{2.4} [Chocolate quest] (BetterDungeons2091.zip) Unloaded->Constructed->Pre-initialized->Errored
    CakeIsALie{1.6.2} [CakeIsALie Mod] (Cake-is-a-Lie-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (Damage-Indicators-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DungeonPack{1.6.4} [DungeonPack] (Dungeon-Pack-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    eplus{1.16.5b} [Enchanting Plus] (Enchanting-Plus-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    eternalfrost{1.5b1} [Eternal Frost] (EternalFrost.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
    FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
    FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Godzilla{1.5} [Godzilla Mod] (Godzilla Mod V1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    golemworld{@VERSION@} [Golem World] (Golem-World-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    iChunUtil{2.4.0} [iChunUtil] (iChun-Util-Mod-1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized
    GraviGun{2.0.0} [GraviGun] (Gravity-Gun-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    HostileWorlds{0.4} [Hostile Worlds] (Hostile Worlds v0.4 Alpha Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Hats{2.1.6} [Hats] (iChuns-Hats-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    InfernalMobs{1.3.9} [Infernal Mobs] (Infernal-Mobs-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Legendary-Beasts-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    lucky{4.2.1} [Lucky Block] (Lucky-Block-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MapWriter{2.0} [MapWriter] (mapwriter.zip) Unloaded->Constructed->Pre-initialized->Initialized
    battlegear2{1.0.4.8} [Mine & Blade Battlegear 2 - Bullseye] (Mine-Blade-Battlegear-2-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MoreSwordsMod{2.6.0} [More Swords Mod] (More Swords Mod 2.6.0 For 1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AencEx{0.0.1} [AencEx] (More-Enchantments-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    me{1.1.1} [More Enchantments] (More-Enchantments-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Morph{0.7.2} [Morph] (Morphing-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    cfm{3.3.2} [§6MrCrayfish's Furniture Mod] (MrCrayfishs-Furniture-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MutantCreatures{1.4.4} [Mutant Creatures] (Mutant-Creatures-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    OreSpawn{164.20} [OreSpawn] (orespawn164v20a.zip) Unloaded->Constructed->Pre-initialized->Initialized
    ParticleMan{v1.0} [Particle Man] (Particle Man v1.4 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    gibby_pun{1.3} [The Pun Mod] (PunMod 1.6.4-1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_Unlimited{3.5.1} [mod_Unlimited] (Superheroes Unlimited Mod V3.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
    trollstuff{1.4.0.28 alpha} [TrollStuff] (TrollStuff-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    TwilightForest{1.20.5} [The Twilight Forest] (Twilight-Forest-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    VeinMiner{0.12.3} [Vein Miner] (VeinMiner.0.12.3_MC1.6 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
    VillagerMincer{1.6.2} [VillagerMincer] (VillagerMincer.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (Zans-Minimap-Mod-Forge-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Launched Version: 1.6.4-Forge9.11.1.1345
    LWJGL: 2.9.0
    OpenGL: NVIDIA GeForce GT 1030/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.23, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Link to comment
Share on other sites

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



×
×
  • Create New...

Important Information

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