Jump to content

Recommended Posts

Posted

DISCLAIMER: I have read the EAQ and am aware of this Java error being possibly being caused by a client only mod, I have checked all of my mods and KNOW FOR A FACT that all of the mods are usable on client and server. Because all mods work on both a client-side modpack and on server-side modpack. Also, these mods work perfectly well as I have built and tested this modpack over the course of the past 6-12 months. This version of forge is being installed on a client side only situation.

 

Okay so I'm trying to run Forge on my Mac, and it crashes every time. I get the same crash report every time. I've checked the EAQ, and I've looked at all the mods. They're all compatible. They all work perfectly fine. This crash doesn't occur on my friend's windows computer. So what's the deal? Here is the crash report:

 

-- Minecraft Crash Report ----

// I let you down. Sorry :(

 

Time: 12/26/14 8:42 PM

Description: Initializing game

 

java.lang.NoClassDefFoundError: java/lang/ReflectiveOperationException

        at java.lang.Class.getDeclaredConstructors0(Native Method)

        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2446)

        at java.lang.Class.getConstructor0(Class.java:2756)

        at java.lang.Class.newInstance0(Class.java:328)

        at java.lang.Class.newInstance(Class.java:310)

        at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)

        at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)

        at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)

        at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)

        at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)

        at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        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:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        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.loadMods(Loader.java:511)

        at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)

        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

        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:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)

        at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

Caused by: java.lang.ClassNotFoundException: java.lang.ReflectiveOperationException

        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

        ... 41 more

 

 

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

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

        at java.lang.Class.getDeclaredConstructors0(Native Method)

        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2446)

        at java.lang.Class.getConstructor0(Class.java:2756)

        at java.lang.Class.newInstance0(Class.java:328)

        at java.lang.Class.newInstance(Class.java:310)

        at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)

        at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)

        at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)

        at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)

        at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)

        at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        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:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        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.loadMods(Loader.java:511)

        at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)

        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

 

-- 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:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        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: Mac OS X (x86_64) version 10.10.1

        Java Version: 1.6.0_65, Apple Inc.

        Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc.

        Memory: 133105896 bytes (126 MB) / 237400064 bytes (226 MB) up to 1060372480 bytes (1011 MB)

        JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

        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.49.965 Minecraft Forge 9.11.1.965 68 mods loaded, 68 mods active

        mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed

        FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed

        Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed

        CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed

        Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed

        NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed

        TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed

        AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed

        OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed

        AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed

        Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed

        BiblioCraft{1.5.5} [biblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed

        BiomesOPlenty{1.2.1} [biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed

        BiblioWoodsBoP{1.3} [biblioWoods Biomes O'Plenty Edition] (BiblioWoods[biomesOPlenty][v1.3].zip) Unloaded->Constructed

        BuildCraft|Core{4.2.2} [buildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed

        Mekanism{6.0.5} [Mekanism] (Mekanism-6.0.5.46.jar) Unloaded->Constructed

        CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed

        UniversalElectricity{3.1.0} [universal Electricity] (Universal-Electricity-3.1.0.115-core.jar) Unloaded->Constructed

        ForgeMultipart{1.0.0.244} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed

        ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed

        BigReactors{0.3.4A2} [big Reactors] (BigReactors-0.3.4A2.jar) Unloaded->Constructed

        BuildCraft|Builders{4.2.2} [bC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed

        BuildCraft|Energy{4.2.2} [bC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed

        BuildCraft|Factory{4.2.2} [bC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed

        BuildCraft|Transport{4.2.2} [bC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed

        BuildCraft|Silicon{4.2.2} [bC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed

        ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks-1.6.4-1.3.3.4-universal.jar) Unloaded->Constructed

        Chisel{1.5.2} [Chisel] (chisel-1.6.4-1.5.2.jar) Unloaded->Constructed

        CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed

        CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed

        CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed

        CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed

        ImmibisCore{57.2.0} [immibis Core] (immibis-core-57.2.0.jar) Unloaded->Constructed

        DimensionalAnchors{57.1.96} [Dimensional Anchors] (dimensional-anchor-57.1.96.jar) Unloaded->Constructed

        EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage-1.6.4-1.4.3.6-universal.jar) Unloaded->Constructed

        Waila{1.5.2a} [Waila] (Waila_1.5.2a.zip) Unloaded->Constructed

        extracells{1.6.9e} [ExtraCells] (ExtraCells-1.6.9e.jar) Unloaded->Constructed

        ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [ResonantEngine] (Resonant-Engine-1.2.0.349-universal.jar) Unloaded->Constructed

        ICBM{1.4.2.386-wx9.003} [iCBM] (ICBM-1.4.2.386-wx9.003.jar) Unloaded->Constructed

        ICBM|Sentry{1.4.2.386-wx9.003} [iCBM Sentry] (ICBM-1.4.2.386-wx9.003.jar) Unloaded->Constructed

        ICBM|Explosion{1.4.2.386-wx9.003} [iCBM Explosion] (ICBM-1.4.2.386-wx9.003.jar) Unloaded->Constructed

        GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1084.jar) Unloaded->Constructed

        GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed

        IronChest{5.4.1.702} [iron Chest] (ironchest-universal-1.6.4-5.4.1.702.zip) Unloaded->Constructed

        MapWriter{2.0} [MapWriter] (mapwriter-1.6.4-2.0.17.zip) Unloaded->Constructed

        MekanismGenerators{6.0.5} [MekanismGenerators] (MekanismGenerators-6.0.5.46.jar) Unloaded->Constructed

        MekanismTools{6.0.5} [MekanismTools] (MekanismTools-6.0.5.46.jar) Unloaded->Constructed

        minechem{5.05.101} [MineChem] (Minechem-1.6.4-5.0.5.FINAL.jar) Unloaded

        MFFS{3.6.3} [Modular Force Field System] (Modular-Force-Field-System-3.6.3.91-core.jar) Unloaded

        cfm{3.3.4} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.4(1.6.4).jar) Unloaded

        OpenMods{0.5.1} [OpenMods] (OpenModsLib-0.5.1.jar) Unloaded

        OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.2.9.jar) Unloaded

        ProjRed|Core{4.3.5.30} [ProjectRed] (ProjectRedBase-1.6.4-4.3.5.30.jar) Unloaded

        ProjRed|Integration{4.3.5.30} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded

        ProjRed|Transmission{4.3.5.30} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded

        ProjRed|Illumination{4.3.5.30} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.5.30.jar) Unloaded

        Statues{2.1.1} [statues] (statues-1.6.4-2.1.1.jar) Unloaded

        Sync{2.2.3} [sync] (Sync2.2.3.zip) Unloaded

        TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded

        TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded

        Translocator{1.1.0.15} [Translocator] (Translocator-1.6.4-1.1.0.15-universal.jar) Unloaded

        iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded

        WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.6.4-1.1.0.jar) Unloaded

        WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE-1.6.4-1.4.0.7-universal.jar) Unloaded

        WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE-1.6.4-1.4.0.7-universal.jar) Unloaded

        WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE-1.6.4-1.4.0.7-universal.jar) Unloaded

        McMultipart{1.0.0.244} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded

        ForgeMicroblock{1.0.0.244} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded

        Launched Version: 1.6.4-Forge9.11.1.965

        LWJGL: 2.9.0

        OpenGL: Intel HD Graphics 5000 OpenGL Engine GL version 2.1 INTEL-10.0.86, Intel Inc.

        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

 

I appreciate any and all help. Thanks!

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi,  I'm using Forge 47.3.0 for Minecraft 1.20.1 I apologise if this is obvious I am very new to modding for Minecraft. I sucessfully made a mod that launched without errors or crashes (without it doing anything) but in order to add the features I need, I need to add "Custom Portal API [Forge]" as a dependency. However no matter the way I've tried to acheive this, it crashes. I am pretty sure it's not the way I'm putting it in the repositories, the dependencies or the way I'm refrencing it, as I've a hundred diffrent combinations and multiple Maven methods. And on all those diffrent variations I still get this crash: pastebin.com/UhumzZCZ Any tips would be invaluable as I've been loosing my mind over this!
    • Hi, i'm really having problems trying to set the texture to my custom item. I thought i'm doing everything correctly, but all i see is the missing texture block for my item. I am trying this for over a week now and getting really frustrated. The only time i could make the texture work, was when i used an older Forge version (52.0.1) for Minecraft (1.21.4). Was there a fundamental change for textures and models somewhere between versions that i'm missing? I started with Forge 54.1.0 and had this problem, so in my frustration i tried many things: Upgrading to Forge 54.1.1, created multiple new projects, workspaces, redownloaded everything and setting things up multiple times, as it was suggested in an older thread. Therea are no errors in the console logs, but maybe i'm blind, so i pasted the console logs to pastebin anyway: https://pastebin.com/zAM8RiUN The only time i see an error is when i change the models JSON file to an incorrect JSON which makes sense and that suggests to me it is actually reading the JSON file.   I set the github repository to public, i would be so thankful if anyone could take a look and tell me what i did wrong: https://github.com/xLorkin/teleport_pug_forge   As a note: i'm pretty new to modding, this is my first mod ever. But i'm used to programming. I had some up and downs, but through reading the documentation, using google and experimenting, i could solve all other problems. I only started modding for Minecraft because my son is such a big fan and wanted this mod.
    • Please read the FAQ (link in orange bar at top of page), and post logs as described there.
    • Hello fellow Minecrafters! I recently returned to Minecraft and realized I needed a wiki that displays basic information easily and had great user navigation. That’s why I decided to build: MinecraftSearch — a site by a Minecraft fan, for Minecraft fans. Key Features So Far Straight-to-the-Point Info: No extra fluff; just the essentials on items, mobs, recipes, loot and more. Clean & Intuitive Layout: Easy navigation so you spend less time scrolling and more time playing. Optimized Search: Search for anything—items, mobs, blocks—and get results instantly. What I’m Thinking of Adding More data/information: Catch chances for fishing rod, traveling villager trades, biomes info and a lot more. The website is still under development and need a lot more data added. Community Contributions: Potential for user-uploaded tips for items/mobs/blocks in the future. Feature Requests Welcome: Your ideas could shape how the wiki evolves! You can see my roadmap at the About page https://minecraftsearch.com/about I’d love for you to check out MinecraftSearch and see if it helps you find the info you need faster. Feedback is crucial—I want to develop this further based on what the community needs most, so please let me know what you think. Thanks, and happy crafting!
  • Topics

×
×
  • Create New...

Important Information

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