Jump to content

FML FATALL ERROR - A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT


Recommended Posts

Posted

I am receiving fatal error when i install forge and try to launch minecraft from eclipse.

i tried to install 1.4.7 and 1.4.6 versions of forge and minecraft, but every time i get same error:

2013-01-18 19:42:46 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading
2013-01-18 19:42:46 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-01-18 19:42:46 [FINEST] [ForgeModLoader] Discovering coremods
2013-01-18 19:42:46 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2013-01-18 19:42:46 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2013-01-18 19:42:47 [FINEST] [ForgeModLoader] Download complete
2013-01-18 19:42:47 [iNFO] [ForgeModLoader] Download complete
2013-01-18 19:42:47 [FINEST] [ForgeModLoader] Library file argo-2.25.jar was downloaded and verified successfully
2013-01-18 19:42:47 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-01-18 19:42:47 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-01-18 19:42:48 [FINEST] [ForgeModLoader] Download complete
2013-01-18 19:42:48 [iNFO] [ForgeModLoader] Download complete
2013-01-18 19:42:48 [FINEST] [ForgeModLoader] Library file guava-12.0.1.jar was downloaded and verified successfully
2013-01-18 19:42:48 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2013-01-18 19:42:48 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2013-01-18 19:42:49 [FINEST] [ForgeModLoader] Download complete
2013-01-18 19:42:49 [iNFO] [ForgeModLoader] Download complete
2013-01-18 19:42:49 [FINEST] [ForgeModLoader] Library file asm-all-4.0.jar was downloaded and verified successfully
2013-01-18 19:42:49 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-01-18 19:42:49 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-01-18 19:42:50 [FINEST] [ForgeModLoader] Download complete
2013-01-18 19:42:50 [iNFO] [ForgeModLoader] Download complete
2013-01-18 19:42:50 [FINEST] [ForgeModLoader] Library file bcprov-jdk15on-147.jar was downloaded and verified successfully
2013-01-18 19:42:51 [FINEST] [ForgeModLoader] Running coremod plugins
2013-01-18 19:42:51 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-01-18 19:42:51 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-01-18 19:42:51 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-01-18 19:42:51 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-01-18 19:42:51 [FINEST] [ForgeModLoader] Validating minecraft
2013-01-18 19:42:51 [iNFO] [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML
2013-01-18 19:42:58 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.main(Minecraft.java:2235)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at Start.main(Start.java:29)
2013-01-18 19:42:58 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:291)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	... 4 more
2013-01-18 19:42:58 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:597)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:283)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	... 5 more
2013-01-18 19:42:58 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: argo/saj/InvalidSyntaxException
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.<init>(Loader.java:180)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.instance(Loader.java:151)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	... 10 more
2013-01-18 19:42:58 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: argo.saj.InvalidSyntaxException
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	... 12 more
2013-01-18 19:42:58 [iNFO] [sTDERR] Caused by: java.util.zip.ZipException: error in opening zip file
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at java.util.zip.ZipFile.open(Native Method)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at java.util.zip.ZipFile.<init>(ZipFile.java:127)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at java.util.jar.JarFile.<init>(JarFile.java:135)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at java.util.jar.JarFile.<init>(JarFile.java:72)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:72)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:48)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:55)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:104)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:71)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
2013-01-18 19:42:58 [iNFO] [sTDERR] 	... 14 more

 

Please help to deal with this problem, i will be very thankful, cuz i am very beginner on creating mods, but really interested in.

Modder level: Very Beginner :D (Started creating Greenium mod)

Posted

A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML

There you go.

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

Posted

I tried both recommended versions of forge for minecraft 1.4.6 and 1.4.7 and i tried redownloading like 14 times. I even tried downloading minecraft bin and minecraft server.jar and putting them inside jars folder, but still it is writing that i have inccorect FML version, maybe i need to somehow change fml version?

Modder level: Very Beginner :D (Started creating Greenium mod)

Posted

did exactly everything from wiki installation tutorial, but still getting the same error

Modder level: Very Beginner :D (Started creating Greenium mod)

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

    • You will find the crash-report or log in your minecraft directory (crash-report or logs folder)
    • Use a modpack which is using these 2 mods as working base:   https://www.curseforge.com/minecraft/modpacks/life-in-the-village-3
    • inicie un mundo donde instale Croptopia y Farmer's Delight, entonces instale el addon Croptopia Delight pero no funciona. es la version 1.18.2
    • Hello all. I'm currently grappling with the updateShape method in a custom class extending Block.  My code currently looks like this: The conditionals in CheckState are there to switch blockstate properties, which is working fine, as it functions correctly every time in getStateForPlacement.  The problem I'm running into is that when I update a state, the blocks seem to call CheckState with the position of the block which was changed updated last.  If I build a wall I can see the same change propagate across. My question thus is this: is updateShape sending its return to the neighbouring block?  Is each block not independently executing the updateShape method, thus inserting its own current position?  The first statement appears to be true, and the second false (each block is not independently executing the method). I have tried to fix this by saving the block's own position to a variable myPos at inception, and then feeding this in as CheckState(myPos) but this causes a worse outcome, where all blocks take the update of the first modified block, rather than just their neighbour.  This raises more questions than it answers, obviously: how is a different instance's variable propagating here?  I also tried changing it so that CheckState did not take a BlockPos, but had myPos built into the body - same problem. I have previously looked at neighbourUpdate and onNeighbourUpdate, but could not find a way to get this to work at all.  One post on here about updatePostPlacement and other methods has proven itself long superceded.  All other sources on the net seem to be out of date. Many thanks in advance for any help you might offer me, it's been several days now of trying to get this work and several weeks of generally trying to get round this roadblock.  - Sandermall
    • sorry, I might be stupid, but how do I open it? because the only options I have are too X out, copy it, which doesn't work and send crash report, which doesn't show it to me, also, sorry for taking so long.
  • Topics

×
×
  • Create New...

Important Information

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