Jump to content

fatal error after found scala-library.jar


stephanvl

Recommended Posts

I updated minecraft to v1.5, but now minecraft forge gives an error after "Found library file scala-library.jar present and correct in lib dir"

 

I tried downloading the files manually and put it in the .minecraft/lib folder, but that doesn't work.

 

this is what is in my ForgeModLoader-client-0.log

 

 

2013-03-18 07:32:33 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.28.593 for Minecraft 1.5 loading

2013-03-18 07:32:33 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Discovering coremods

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.7.1.0.jar

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.7.1.0.jar

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.7.1.0.jar

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.5.1.jar

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.5.1.jar

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.5.1.jar

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.zip present and correct in lib dir

2013-03-18 07:32:33 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir

2013-03-18 07:32:34 [iNFO] [sTDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:189)

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:256)

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:226)

2013-03-18 07:32:34 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-03-18 07:32:34 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:134)

2013-03-18 07:32:34 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:78)

2013-03-18 07:32:34 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/asm/ASMTransformer

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass1(Native Method)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.lang.ClassLoader.defineClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.net.URLClassLoader.defineClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.net.URLClassLoader.access$100(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.net.URLClassLoader.findClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:134)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:96)

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:270)

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:169)

2013-03-18 07:32:34 [iNFO] [sTDERR] ... 5 more

2013-03-18 07:32:34 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.ASMTransformer

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] ... 20 more

2013-03-18 07:32:34 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/Event

2013-03-18 07:32:34 [iNFO] [sTDERR] at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:59)

2013-03-18 07:32:34 [iNFO] [sTDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35)

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292)

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)

2013-03-18 07:32:34 [iNFO] [sTDERR] ... 22 more

2013-03-18 07:32:34 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.Event

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-18 07:32:34 [iNFO] [sTDERR] ... 26 more

2013-03-18 07:32:34 [iNFO] [sTDERR] Caused by: java.lang.AbstractMethodError

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292)

2013-03-18 07:32:34 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)

2013-03-18 07:32:34 [iNFO] [sTDERR] ... 28 more

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • When I add a search bar to CreativeModeTab, the text box is not rendered even though it's possible to input text. Additionally, the search is performed on all items. This issue has been occurring since 1.21. Is there something missing in my code? https://github.com/mgen256/AdditionalLights/blob/1.21/src/main/java/com/mgen256/al/AdditionalLights.java
    • This question would probably best be asked wherever fabric support is given; these are the Minecraft Forge forums. They aren't the same thing
    • client version: forge-1.7.10-10.13.4.1614-1.7.10 forgegradle version:forge-1.7.10-10.13.4.1614-1.7.10   i can run my mod in forgegradle but i put my mod into a client ,it will crash  cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: com.example.examplemod.items.CommonItem.setUnlocalizedName(Ljava/lang/String;)Lnet/minecraft/item/Item;     at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)     at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)     at net.minecraft.client.main.Main.main(SourceFile:148)     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)     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 oolloo.jlw.Wrapper.invokeMain(Wrapper.java:71)     at oolloo.jlw.Wrapper.main(Wrapper.java:51) Caused by: java.lang.NoSuchMethodError: com.example.examplemod.items.CommonItem.setUnlocalizedName(Ljava/lang/String;)Lnet/minecraft/item/Item;     at com.example.examplemod.items.CommonItem.<init>(CommonItem.java:10)     at com.example.examplemod.proxy.register.ItemRegister.createItem(ItemRegister.java:30)     at com.example.examplemod.proxy.register.ItemRegister.registerItems(ItemRegister.java:18)     at com.example.examplemod.proxy.CommonProxy.preInit(CommonProxy.java:12)     at com.example.examplemod.proxy.ClientProxy.preInit(ClientProxy.java:6)     at com.example.examplemod.ExampleMod.preInit(ExampleMod.java:26)     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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)     at sun.reflect.GeneratedMethodAccessor4.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.EventSubscriber.handleEvent(EventSubscriber.java:74)     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)     at com.google.common.eventbus.EventBus.post(EventBus.java:275)     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)     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.EventSubscriber.handleEvent(EventSubscriber.java:74)     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)     at com.google.common.eventbus.EventBus.post(EventBus.java:275)     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)     at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)     ... 16 more  
  • Topics

×
×
  • Create New...

Important Information

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