Jump to content

Recommended Posts

Posted

So, I did everything correct with the clean jars. When I'm trying to run the code I get this message. I even did it without coding to see if that was the issue.

 

 

 

 

2012-10-28 13:31:04 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.2.6.422 for Minecraft 1.4.2 loading

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] All core mods are successfully located

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Discovering coremods

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

 

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

 

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

 

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Running coremod plugins

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Validating minecraft

2012-10-28 13:31:04 [iNFO] [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML

2012-10-28 13:31:38 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92)

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)

2012-10-28 13:31:38 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2152)

2012-10-28 13:31:38 [iNFO] [sTDERR] at Start.main(Start.java:29)

2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:290)

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

2012-10-28 13:31:38 [iNFO] [sTDERR] ... 4 more

2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException

2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:282)

2012-10-28 13:31:38 [iNFO] [sTDERR] ... 5 more

2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: argo/saj/InvalidSyntaxException

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.<init>(Loader.java:179)

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.instance(Loader.java:150)

2012-10-28 13:31:38 [iNFO] [sTDERR] ... 10 more

2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: argo.saj.InvalidSyntaxException

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126)

2012-10-28 13:31:38 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] ... 12 more

2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.io.FileNotFoundException: C:\Users\Rafael\Documents\MOD (The system cannot find the file specified)

2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.zip.ZipFile.open(Native Method)

2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at java.net.URL.openStream(Unknown Source)

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.getClassBytes(RelaunchClassLoader.java:140)

2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)

2012-10-28 13:31:38 [iNFO] [sTDERR] ... 14 more

 

 

Posted

Are you using a launcher?

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Posted

Does anyone know what is wrong. I have reinstalled minecraft, FML, and MCP several times to see if that was the issue. I'm not using a launcher or anything like that.

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Thanks, I've now installed a slightly newer version and the server is at least starting up now.
    • i have the same issue. Found 1 Create mod class dependency(ies) in createdeco-1.3.3-1.19.2.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Found 11 Create mod class dependency(ies) in createaddition-fabric+1.19.2-20230723a.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Detailed walkthrough of mods which rely on missing Create mod classes: Mod: createaddition-fabric+1.19.2-20230723a.jar Missing classes of create: com/simibubi/create/compat/jei/category/sequencedAssembly/JeiSequencedAssemblySubCategory com/simibubi/create/compat/recipeViewerCommon/SequencedAssemblySubCategoryType com/simibubi/create/compat/rei/CreateREI com/simibubi/create/compat/rei/EmptyBackground com/simibubi/create/compat/rei/ItemIcon com/simibubi/create/compat/rei/category/CreateRecipeCategory com/simibubi/create/compat/rei/category/WidgetUtil com/simibubi/create/compat/rei/category/animations/AnimatedBlazeBurner com/simibubi/create/compat/rei/category/animations/AnimatedKinetics com/simibubi/create/compat/rei/category/sequencedAssembly/ReiSequencedAssemblySubCategory com/simibubi/create/compat/rei/display/CreateDisplay Mod: createdeco-1.3.3-1.19.2.jar Missing classes of create: com/simibubi/create/content/kinetics/fan/SplashingRecipe
    • The crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it
    • Do you have shaders enabled? There is an issue with the mod simpleclouds - remove this mod or disable shaders, if enabled  
    • Maybe you need to create file in assets/<modid>/items/<itemname>.json with content like this:   { "model": { "type": "minecraft:model", "model": "modname:item/itemname" } }  
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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