Jump to content

Fatal Error in FML


keithnsd

Recommended Posts

I am receiving a fatal error in FML on a brand new install of Minecraft/Forge.  The error is during FML is setting up your minecraft environment.  The error is...  "There was a fatal error starting up minecraft and FML..." 

 

This is on a brand new install of MC 1.3.2.  I have only run it once just before I placed the forge files in minecraft.bin (and removed META-INFO).  This is the universal 4.0.0.204 version of Forge.  This is the one that is supposed to work for 1.3.2?  Additional info... This is on a 64 bit windows 7 system, running 64bit Java.  No other mods installed.

 

Here is my log file...

 

2012-08-23 16:12:58 [iNFO] [ForgeModLoader] Forge Mod Loader version missing.missing.missing.missing for Minecraft client:missing, server:missing loading
2012-08-23 16:12:58 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-08-23 16:12:58 [FINEST] [ForgeModLoader] Discovering coremods
2012-08-23 16:12:58 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2012-08-23 16:12:58 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2012-08-23 16:12:58 [FINEST] [ForgeModLoader] Download complete
2012-08-23 16:12:58 [iNFO] [ForgeModLoader] Download complete
2012-08-23 16:12:58 [FINEST] [ForgeModLoader] Library file argo-2.25.jar was downloaded and verified successfully

2012-08-23 16:12:58 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2012-08-23 16:12:58 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2012-08-23 16:12:59 [FINEST] [ForgeModLoader] Download complete
2012-08-23 16:12:59 [iNFO] [ForgeModLoader] Download complete
2012-08-23 16:12:59 [FINEST] [ForgeModLoader] Library file guava-12.0.1.jar was downloaded and verified successfully

2012-08-23 16:12:59 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2012-08-23 16:12:59 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2012-08-23 16:13:00 [FINEST] [ForgeModLoader] Download complete
2012-08-23 16:13:00 [iNFO] [ForgeModLoader] Download complete
2012-08-23 16:13:00 [FINEST] [ForgeModLoader] Library file asm-all-4.0.jar was downloaded and verified successfully

2012-08-23 16:13:00 [sEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer
java.lang.IllegalArgumentException: resource fml_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
at com.google.common.io.Resources.getResource(Resources.java:157)
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:94)
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:81)
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:77)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:47)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:198)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:143)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:200)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.replace(Launcher.java:136)
at net.minecraft.Launcher$1.run(Launcher.java:79)
2012-08-23 16:13:00 [sEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.MarkerTransformer
java.lang.IllegalArgumentException: resource fml_marker.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
at com.google.common.io.Resources.getResource(Resources.java:157)
at cpw.mods.fml.common.asm.transformers.MarkerTransformer.readMapFile(MarkerTransformer.java:55)
at cpw.mods.fml.common.asm.transformers.MarkerTransformer.<init>(MarkerTransformer.java:42)
at cpw.mods.fml.common.asm.transformers.MarkerTransformer.<init>(MarkerTransformer.java:38)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:47)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:198)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:143)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:200)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.replace(Launcher.java:136)
at net.minecraft.Launcher$1.run(Launcher.java:79)
2012-08-23 16:13:00 [sEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class net.minecraftforge.transformers.ForgeAccessTransformer
java.lang.IllegalArgumentException: resource forge_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
at com.google.common.io.Resources.getResource(Resources.java:157)
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:94)
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:81)
at net.minecraftforge.transformers.ForgeAccessTransformer.<init>(ForgeAccessTransformer.java:11)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:47)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:198)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:143)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:200)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.replace(Launcher.java:136)
at net.minecraft.Launcher$1.run(Launcher.java:79)
2012-08-23 16:13:00 [FINEST] [ForgeModLoader] Running coremod plugins
2012-08-23 16:13:00 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2012-08-23 16:13:00 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2012-08-23 16:13:00 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2012-08-23 16:13:00 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2012-08-23 16:13:00 [FINEST] [ForgeModLoader] Validating minecraft
2012-08-23 16:13:00 [iNFO] [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML
2012-08-23 16:13:02 [iNFO] [sTDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:163)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:200)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at net.minecraft.Launcher.replace(Launcher.java:136)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at net.minecraft.Launcher$1.run(Launcher.java:79)
2012-08-23 16:13:02 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:251)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:143)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	... 5 more
2012-08-23 16:13:02 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Unknown Source)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:243)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	... 6 more
2012-08-23 16:13:02 [iNFO] [sTDERR] Caused by: java.lang.IllegalAccessError: tried to access class b from class cpw.mods.fml.common.Loader
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.<init>(Loader.java:158)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.instance(Loader.java:137)
2012-08-23 16:13:02 [iNFO] [sTDERR] 	... 11 more

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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Turning the Tables: My Journey to Reclaim Stolen Bitcoins with Expert Help. When my Bitcoin wallet was hacked and my entire cryptocurrency portfolio was stolen, I felt utterly devastated and hopeless. Having worked hard to build up my digital assets, the sudden loss was gut-wrenching. It felt like my financial future had been ripped away in an instant, leaving me overwhelmed by a sense of betrayal and despair. In my search for help, I discovered TECH CYBER FORCE Recovery, a renowned cybersecurity firm specializing in cryptocurrency recovery. I was met with professionalism and empathy from my first contact with them. The team demonstrated a steadfast commitment to helping me retrieve my stolen Bitcoins. They understood the emotional toll of my situation and approached my case with genuine concern. TECH CYBER FORCE Recovery swung into action immediately, leveraging its extensive expertise in blockchain forensics and hacker tracking techniques. Their process was meticulous. They analyzed my transaction history, followed the digital trail left by the hackers, and worked diligently to pinpoint the location of the stolen funds. I was impressed by their technical prowess; they employed advanced cryptographic methods and strategic negotiations with the perpetrators, all while keeping me informed about their progress. The recovery process was complex and fraught with challenges. However, the tenacity displayed by the team was truly awe-inspiring. They navigated cryptocurrency crime's murky and ever-evolving landscape with skill and determination. After a series of strategic moves, they managed to recover the majority of my Bitcoins successfully.  
    • I removed giacomos_hud, oculus, (dont know what you mean with iris), enhanced_boss_bars, epicfight and essential.  Server still doesnt want to boot. new logs after removing: https://pastebin.com/LuM2PFtN I dont quite understand the "server side" and "client side" difference..
    • There are client side only mods in your server files   Remove giacomos_hud, oculus, iris, enhanced_boss_bars and epicfight You can keep these mods in your client Maybe also remove essentials
    • Here is my Log with java 17: https://pastebin.com/RPdWSjwq
    • Been working on creating a server for this mod, but i keep getting this error over and over again.  I have tried updating/changing the Forge launcher, Removing/replacing the ops.json and whitelist.json folders, and removing certain mods. Crash report log: https://pastebin.com/Bu046cVq Debug.log https://pastebin.com/7hKm40ke Latest.log https://pastebin.com/nCRLUH3b any help would be great thanks!
  • Topics

×
×
  • Create New...

Important Information

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