Jump to content

Hector899

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Hector899

  1. whenever i try to enter my minecraft world it crashes and gives me the following error report:

    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
      llibrary (llibrary-core-1.0.11-1.12.2.jar)
      LoadingPlugin (ChunkAnimator-1.12.2-1.2.1.jar)
      SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
      MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
      CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
      LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.17.jar)
    Contact their authors BEFORE contacting forge

    // Don't be sad, have a hug! <3

    Time: 12/4/22 11:07 PM
    Description: Ticking player

    java.lang.NoClassDefFoundError: lucraft/mods/heroesexpansion/potions/PotionKryptonitePoison
        at com.nic.tfw.items.ItemSafetyGoggles.onPotionApplicable(ItemSafetyGoggles.java:42)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_368_ItemSafetyGoggles_onPotionApplicable_PotionApplicableEvent.invoke(.dynamic)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
        at net.minecraft.entity.EntityLivingBase.func_70687_e(EntityLivingBase.java:764)
        at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:743)
        at com.inventorypets.events.PlayerTickHandler.onLivingUpdateEvent(PlayerTickHandler.java:188)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1044_PlayerTickHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
        at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:581)
        at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2095)
        at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)
        at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
        at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
        at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
        at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
        at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
        at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
        at java.lang.Thread.run(Thread.java:745)
    Caused by: java.lang.ClassNotFoundException: lucraft.mods.heroesexpansion.potions.PotionKryptonitePoison
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 23 more
    Caused by: java.lang.NullPointerException


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

    -- Head --
    Thread: Server thread
    Stacktrace:
        at com.nic.tfw.items.ItemSafetyGoggles.onPotionApplicable(ItemSafetyGoggles.java:42)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_368_ItemSafetyGoggles_onPotionApplicable_PotionApplicableEvent.invoke(.dynamic)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
        at net.minecraft.entity.EntityLivingBase.func_70687_e(EntityLivingBase.java:764)
        at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:743)
        at com.inventorypets.events.PlayerTickHandler.onLivingUpdateEvent(PlayerTickHandler.java:188)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1044_PlayerTickHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
        at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:581)
        at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2095)
        at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:234)

    -- Player being ticked --
    Details:
        Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
        Entity ID: 690
        Entity Name: Ghost_899
        Entity's Exact location: -431.13, 60.56, 717.76
        Entity's Block location: World: (-432,60,717), Chunk: (at 0,3,13 in -27,44; contains blocks -432,0,704 to -417,255,719), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
        Entity's Momentum: 0.00, -2.35, 0.00
        Entity's Passengers: []
        Entity's Vehicle: ~~ERROR~~ NullPointerException: null
    Stacktrace:
        at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382)
        at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173)
        at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209)
        at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)

    -- Ticking connection --
    Details:
        Connection: net.minecraft.network.NetworkManager@3d0cd77b
    Stacktrace:
        at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
        at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
        at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
        Minecraft Version: 1.12.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: 1486335536 bytes (1417 MB) / 3087007744 bytes (2944 MB) up to 15032385536 bytes (14336 MB)
        JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx14G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
        IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
        FML: MCP 9.42 Powered by Forge 14.23.5.2860 61 mods loaded, 61 mods active
        States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

        | State  | ID                  | Version                | Source                                          | Signature                                |
        |:------ |:------------------- |:---------------------- |:----------------------------------------------- |:---------------------------------------- |
        | LCHIJA | minecraft           | 1.12.2                 | minecraft.jar                                   | None                                     |
        | LCHIJA | mcp                 | 9.42                   | minecraft.jar                                   | None                                     |
        | LCHIJA | FML                 | 8.0.99.99              | forge-1.12.2-14.23.5.2860.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCHIJA | forge               | 14.23.5.2860           | forge-1.12.2-14.23.5.2860.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCHIJA | baubles             | 1.5.2                  | Baubles-1.12-1.5.2.jar                          | None                                     |
        | LCHIJA | artifacts           | 1.12.2-1.2.3           | Artifacts-1.12.2-1.2.3.jar                      | None                                     |
        | LCHIJA | codechickenlib      | 3.2.3.358              | CodeChickenLib-1.12.2-3.2.3.358-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
        | LCHIJA | avaritia            | 3.3.0                  | Avaritia-1.12.2-3.3.0.37-universal.jar          | None                                     |
        | LCHIJA | betterbuilderswands | 0.11.1                 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
        | LCHIJA | crafttweaker        | 4.1.20                 | CraftTweaker2-1.12-4.1.20.682.jar               | None                                     |
        | LCHIJA | jei                 | 4.16.1.301             | jei_1.12.2-4.16.1.301.jar                       | None                                     |
        | LCHIJA | botania             | r1.10-364              | Botania r1.10-364.4.jar                         | None                                     |
        | LCHIJA | chickens            | 6.0.4                  | chickens-6.0.4.jar                              | None                                     |
        | LCHIJA | chunkpregenerator   | 2.5.0                  | Chunk Pregenerator-V1.12-2.5.7.jar              | None                                     |
        | LCHIJA | chunkanimator       | 1.12.2-1.2             | ChunkAnimator-1.12.2-1.2.1.jar                  | None                                     |
        | LCHIJA | clumps              | 3.1.2                  | Clumps-3.1.2.jar                                | None                                     |
        | LCHIJA | mantle              | 1.12-1.3.3.55          | Mantle-1.12-1.3.3.55.jar                        | None                                     |
        | LCHIJA | ctm                 | MC1.12.2-1.0.2.31      | CTM-MC1.12.2-1.0.2.31.jar                       | None                                     |
        | LCHIJA | twilightforest      | 3.11.1021              | twilightforest-1.12.2-3.11.1021-universal.jar   | None                                     |
        | LCHIJA | tconstruct          | 1.12.2-2.13.0.183      | TConstruct-1.12.2-2.13.0.183.jar                | None                                     |
        | LCHIJA | conarm              | 1.2.5.10               | conarm-1.12.2-1.2.5.10.jar                      | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
        | LCHIJA | controlling         | 3.0.10                 | Controlling-3.0.10.jar                          | None                                     |
        | LCHIJA | ctgui               | 1.0.0                  | CraftTweaker2-1.12-4.1.20.682.jar               | None                                     |
        | LCHIJA | crafttweakerjei     | 2.0.3                  | CraftTweaker2-1.12-4.1.20.682.jar               | None                                     |
        | LCHIJA | elevatorid          | 1.3.14                 | ElevatorMod-1.12.2-1.3.14.jar                   | None                                     |
        | LCHIJA | enchdesc            | 1.1.15                 | EnchantmentDescriptions-1.12.2-1.1.15.jar       | d476d1b22b218a10d845928d1665d45fce301b27 |
        | LCHIJA | extrautils2         | 1.0                    | extrautils2-1.12-1.9.9.jar                      | None                                     |
        | LCHIJA | fpsreducer          | mc1.12.2-1.20          | FpsReducer-mc1.12.2-1.20.jar                    | None                                     |
        | LCHIJA | ichunutil           | 7.2.2                  | iChunUtil-1.12.2-7.2.2.jar                      | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
        | LCHIJA | hats                | 7.1.1                  | Hats-1.12.2-7.1.1.jar                           | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
        | LCHIJA | heroicarmory        | 1.1.3                  | heroicarmory-1.2.0.jar                          | None                                     |
        | LCHIJA | inventorypets       | 2.0.15                 | inventorypets-1.12-2.0.15.jar                   | None                                     |
        | LCHIJA | ironbackpacks       | 1.12.2-3.0.8-12        | IronBackpacks-1.12.2-3.0.8-12.jar               | None                                     |
        | LCHIJA | ironchest           | 1.12.2-7.0.67.844      | ironchest-1.12.2-7.0.72.847.jar                 | None                                     |
        | LCHIJA | ironfurnaces        | 1.3.5                  | ironfurnaces-1.3.5.jar                          | None                                     |
        | LCHIJA | journeymap          | 1.12.2-5.7.1           | journeymap-1.12.2-5.7.1.jar                     | None                                     |
        | LCHIJA | jeresources         | 0.9.2.60               | JustEnoughResources-1.12.2-0.9.2.60.jar         | None                                     |
        | LCHIJA | lucraftcore         | 1.12.2-2.4.16          | LucraftCore-1.12.2-2.4.17.jar                   | None                                     |
        | LCHIJA | mca                 | 6.1.0                  | MCA-1.12.2-6.1.0-universal.jar                  | None                                     |
        | LCHIJA | mekanism            | 1.12.2-9.8.3.390       | Mekanism-1.12.2-9.8.3.390.jar                   | None                                     |
        | LCHIJA | morechickens        | 3.1.0                  | morechickens-1.12.2-3.1.0.jar                   | None                                     |
        | LCHIJA | naturescompass      | 1.8.5                  | NaturesCompass-1.12.2-1.8.5.jar                 | None                                     |
        | LCHIJA | oreberries          | 0.5.0                  | oreberries-1.12.x-0.5.0.jar                     | None                                     |
        | LCHIJA | oreexcavation       | 1.4.150                | OreExcavation-1.4.150.jar                       | None                                     |
        | LCHIJA | pixelmon            | 8.4.2                  | Pixelmon-1.12.2-8.4.2-universal.jar             | None                                     |
        | LCHIJA | tcg                 | 1.12.2-8.4.2-universal | Pixelmon-1.12.2-8.4.2-universal.jar             | None                                     |
        | LCHIJA | pixelmongo          | 2.0.5                  | pixelmongo-1.12.2-2.0.5.jar                     | None                                     |
        | LCHIJA | pixelmoninformation | 1.5.0                  | PixelmonInformation-1.12.2-8.3.0-1.5.0.jar      | None                                     |
        | LCHIJA | projecte            | 1.12.2-PE1.4.1         | ProjectE-1.12.2-PE1.4.1.jar                     | None                                     |
        | LCHIJA | projectex           | 1.2.0.40               | ProjectEX-1.2.0.40.jar                          | None                                     |
        | LCHIJA | ptrmodellib         | 1.0.5                  | PTRLib-1.0.5.jar                                | None                                     |
        | LCHIJA | roost               | 2.0.10                 | roost-1.12.2-2.0.10.jar                         | None                                     |
        | LCHIJA | valkyrielib         | 1.12.2-2.0.20.1        | valkyrielib-1.12.2-2.0.20.1.jar                 | None                                     |
        | LCHIJA | simplegenerators    | 1.12.2-2.0.20.2        | simplegenerators-1.12.2-2.0.20.2.jar            | None                                     |
        | LCHIJA | storagenetwork      | 1.8.3                  | SimpleStorageNetwork-1.12.2-1.8.3.jar           | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
        | LCHIJA | somanyenchantments  | 0.5.5                  | SoManyEnchantments-0.5.5.jar                    | None                                     |
        | LCHIJA | taiga               | 1.12.2-1.3.3           | taiga-1.12.2-1.3.4.jar                          | None                                     |
        | LCHIJA | texfix              | 4.0                    | TexFix V-1.12-4.0.jar                           | None                                     |
        | LCHIJA | the-fifth-world     | 0.5                    | the-fifth-world-0.5.1.jar                       | None                                     |
        | LCHIJA | universalmodifiers  | 1.12.2-1.0.16.1        | valkyrielib-1.12.2-2.0.20.1.jar                 | None                                     |
        | LCHIJA | llibrary            | 1.7.20                 | llibrary-1.7.20-1.12.2.jar                      | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |

        Loaded coremods (and transformers): 
    llibrary (llibrary-core-1.0.11-1.12.2.jar)
      net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
      net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
    LoadingPlugin (ChunkAnimator-1.12.2-1.2.1.jar)
      lumien.chunkanimator.asm.ClassTransformer
    SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
      com.Shultrea.Rin.Transformer.SMEASM
    MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
      mekanism.coremod.KeybindingMigrationHelper
    CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
      team.chisel.ctm.client.asm.CTMTransformer
    LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.17.jar)
      lucraft.mods.lucraftcore.core.LCTransformer
        GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
        Pulsar/tconstruct loaded Pulses: 
            - TinkerCommons (Enabled/Forced)
            - TinkerWorld (Enabled/Not Forced)
            - TinkerTools (Enabled/Not Forced)
            - TinkerHarvestTools (Enabled/Forced)
            - TinkerMeleeWeapons (Enabled/Forced)
            - TinkerRangedWeapons (Enabled/Forced)
            - TinkerModifiers (Enabled/Forced)
            - TinkerSmeltery (Enabled/Not Forced)
            - TinkerGadgets (Enabled/Not Forced)
            - TinkerOredict (Enabled/Forced)
            - TinkerIntegration (Enabled/Forced)
            - TinkerFluids (Enabled/Forced)
            - TinkerMaterials (Enabled/Forced)
            - TinkerModelRegister (Enabled/Forced)

        Profiler Position: N/A (disabled)
        Player Count: 1 / 8; [EntityPlayerMP['Ghost_899'/690, l='Again', x=-431.13, y=60.56, z=717.76]]
        Type: Integrated Server (map_client.txt)
        Is Modded: Definitely; Client brand changed to 'fml,forge'

    the strange thing is that I could enter my world before but now I can't anymore

    if anyone wants to help me i would appreciate it :)

×
×
  • Create New...

Important Information

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