Jump to content

Recommended Posts

Posted

Ive been trying to get the Psi mod to work so i can have some tech magic fun but every time i try loading minecraft it crashes while loading giving me this error message 

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Psi (psi)
Exit Code: -1

 

This is the crash report

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  iceandfire (iceandfire-1.9.1-1.12.2.jar)
Contact their authors BEFORE contacting forge

// Uh... Did I do that?

Time: 11/17/20 3:09 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Psi (psi)
Caused by: java.lang.NoClassDefFoundError: vazkii/arl/item/ItemModShovel
    at vazkii.psi.common.core.proxy.CommonProxy.preInit(CommonProxy.java:47)
    at vazkii.psi.client.core.proxy.ClientProxy.preInit(ClientProxy.java:44)
    at vazkii.psi.common.Psi.preInit(Psi.java:44)
    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.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.GeneratedMethodAccessor8.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.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    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.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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)
Caused by: java.lang.ClassNotFoundException: vazkii.arl.item.ItemModShovel
    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)
    ... 43 more
Caused by: java.lang.NullPointerException


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

-- 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: 501977888 bytes (478 MB) / 939524096 bytes (896 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -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.42 Powered by Forge 14.23.5.2854 30 mods loaded, 30 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                                |
    |:----- |:-------------------- |:------------------------ |:-------------------------------------------- |:---------------------------------------- |
    | LCH   | minecraft            | 1.12.2                   | minecraft.jar                                | None                                     |
    | LCH   | mcp                  | 9.42                     | minecraft.jar                                | None                                     |
    | LCH   | FML                  | 8.0.99.99                | forge-1.12.2-14.23.5.2854.jar                | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge                | 14.23.5.2854             | forge-1.12.2-14.23.5.2854.jar                | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | bspkrscore           | 7.6.0.1                  | [1.12]bspkrsCore-universal-7.6.0.1.jar       | None                                     |
    | LCH   | treecapitator        | 1.43.0                   | [1.12]TreeCapitator-client-1.43.0.jar        | None                                     |
    | LCH   | ebwizardry           | 4.2.11                   | ElectroblobsWizardry-4.2.11-MC1.12.2.jar     | None                                     |
    | LCH   | arcane_essentials    | 1.0                      | Arcane+Essentials-0.9.2.jar                  | None                                     |
    | LCH   | autoreglib           | 1.3-17                   | AutoRegLib-1.3-17.jar                        | None                                     |
    | LCH   | baubles              | 1.5.2                    | Baubles-1.12-1.5.2.jar                       | None                                     |
    | LCH   | bountifulbaubles     | 0.0.1                    | Bountiful+Baubles-1.12.2-0.1.5.jar           | None                                     |
    | LCH   | cyclopscore          | 1.6.6                    | CyclopsCore-1.12.2-1.6.6.jar                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH   | doggytalents         | 1.14.2.396               | DoggyTalents-1.12.2-1.14.2.396-universal.jar | None                                     |
    | LCH   | everlastingabilities | 1.5.3                    | EverlastingAbilities-1.12.2-1.5.3.jar        | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH   | extra_spells         | 1.1.4                    | ExtraSpells-1.12.2-1.1.4.jar                 | None                                     |
    | LCH   | cfm                  | 6.2.0                    | furniture-6.2.0-1.12.2.jar                   | None                                     |
    | LCH   | llibrary             | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                   | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCH   | iceandfire           | 1.9.1                    | iceandfire-1.9.1-1.12.2.jar                  | None                                     |
    | LCH   | ironbackpacks        | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar            | None                                     |
    | LCH   | ironchest            | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar              | None                                     |
    | LCH   | jei                  | 4.13.1.225               | jei_1.12.2-4.13.1.225.jar                    | None                                     |
    | LCH   | journeymap           | 1.12.2-5.5.4             | journeymap-1.12.2-5.5.4.jar                  | None                                     |
    | LCH   | mantle               | 1.12-1.3.3.42            | Mantle-1.12-1.3.3.42.jar                     | None                                     |
    | LCE   | psi                  | r1.1-78                  | Psi-r1.1-78.1.jar                            | None                                     |
    | LC    | ptrmodellib          | 1.0.4                    | PTRLib-1.0.4.jar                             | None                                     |
    | LC    | tconstruct           | 1.12.2-2.12.0.115        | TConstruct-1.12.2-2.12.0.115.jar             | None                                     |
    | LC    | tinkertoolleveling   | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar          | None                                     |
    | LC    | xat                  | 0.30                     | Trinkets+and+Baubles-1.12.2-0.30.jar         | None                                     |
    | LC    | veinminer            | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar        | None                                     |
    | LC    | veinminermodsupport  | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar        | None                                     |

    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
iceandfire (iceandfire-1.9.1-1.12.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13559 Compatibility Profile Context 26.20.12028.2' Renderer: 'Radeon RX 580 Series'
    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)

    [Psi] Active spell: None

Posted

1.12 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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