Jump to content

Recommended Posts

Posted

Hey Guys

I decided to write a little mod...

When I finished I went to the eclipse directory and made a .zip from the MyMod folder.

I put the .zip into the mods folder.

But at startup the screen of minecraft turns black and I get following error:

 

#SOLVED#

Problem was, the pngs were in the wrong directory :D

Sorry to bother you guys :)

 

MagicLauncher 1.0.0
java.home: C:\Program Files\Java\jre7
java.runtime.name: Java(TM) SE Runtime Environment
java.runtime.version: 1.7.0_10-b18
os.name: Windows 7
os.version: 6.1
os.arch: amd64
sun.arch.data.model: 64

*** Starting Minecraft ***
Minecraft version: 1.4.7
Minecraft.jar: minecraft.jar
Java path: C:\Program Files\Java\jre7\bin\java
Memory: 512 MB
LauncherPath: /C:/Users/Manuel/Desktop/Gaming/MC/Thaumcraft/MagicLauncher_1.0.0.exe
*** MagicMinecraftLauncher 1.0.0 ***
Disable inactive mods
2013-02-20 16:26:53 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading
2013-02-20 16:26:54 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-02-20 16:26:55 [iNFO] [sTDOUT] 27 achievements
2013-02-20 16:26:55 [iNFO] [sTDOUT] 210 recipes
2013-02-20 16:26:55 [iNFO] [sTDOUT] Setting user: ult1mo, 1926789978
2013-02-20 16:26:55 [iNFO] [sTDERR] Client asked for parameter: server
2013-02-20 16:26:55 [iNFO] [sTDOUT] LWJGL Version: 2.4.2
2013-02-20 16:26:56 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2013-02-20 16:26:56 [iNFO] [sTDOUT] MinecraftForge v6.6.0.497 Initialized
2013-02-20 16:26:56 [iNFO] [ForgeModLoader] MinecraftForge v6.6.0.497 Initialized
2013-02-20 16:26:56 [iNFO] [sTDOUT] Replaced 84 ore recipies
2013-02-20 16:26:56 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization
2013-02-20 16:26:56 [iNFO] [ForgeModLoader] Searching C:\Users\Manuel\AppData\Roaming\.minecraft\mods for mods
2013-02-20 16:26:56 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2013-02-20 16:26:56 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
2013-02-20 16:26:56 [sEVERE] [ForgeModLoader] 
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed
    basicmod [basic Mod] (MyMod.zip) Unloaded->Errored
2013-02-20 16:26:56 [sEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-02-20 16:26:56 [sEVERE] [ForgeModLoader] Caught exception from basicmod
java.lang.ClassNotFoundException: MyMod.MyMod
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:416)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
    at net.minecraft.client.Minecraft.a(Minecraft.java:410)
    at asq.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:744)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
    ... 32 more
2013-02-20 16:27:06 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: MyMod.MyMod
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.common.Loader.loadMods(Loader.java:485)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at net.minecraft.client.Minecraft.a(Minecraft.java:410)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at asq.a(SourceFile:56)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at net.minecraft.client.Minecraft.run(Minecraft.java:744)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at java.lang.Thread.run(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: MyMod.MyMod
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at java.lang.Class.forName0(Native Method)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at java.lang.Class.forName(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:416)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at java.lang.reflect.Method.invoke(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at java.lang.reflect.Method.invoke(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
2013-02-20 16:27:06 [iNFO] [sTDERR]     ... 5 more
2013-02-20 16:27:06 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException
2013-02-20 16:27:06 [iNFO] [sTDERR]     at org.objectweb.asm.ClassReader.<init>(Unknown Source)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
2013-02-20 16:27:06 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
2013-02-20 16:27:06 [iNFO] [sTDERR]     ... 32 more

 

Posted

Ok, I played around and now I get another exception...

maybe someone can help me here:

 

MagicLauncher 1.0.0
java.home: C:\Program Files\Java\jre7
java.runtime.name: Java(TM) SE Runtime Environment
java.runtime.version: 1.7.0_10-b18
os.name: Windows 7
os.version: 6.1
os.arch: amd64
sun.arch.data.model: 64

*** Starting Minecraft ***
Minecraft version: 1.4.7
Minecraft.jar: minecraft.jar
Java path: C:\Program Files\Java\jre7\bin\java
Memory: 512 MB
LauncherPath: /C:/Users/Manuel/Desktop/Gaming/MC/Thaumcraft/MagicLauncher_1.0.0.exe
*** MagicMinecraftLauncher 1.0.0 ***
Disable inactive mods
2013-02-20 20:34:42 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading
2013-02-20 20:34:42 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-02-20 20:34:43 [iNFO] [sTDOUT] 27 achievements
2013-02-20 20:34:43 [iNFO] [sTDOUT] 210 recipes
2013-02-20 20:34:43 [iNFO] [sTDOUT] Setting user: Ult1mo, -1429217051
2013-02-20 20:34:43 [iNFO] [sTDERR] Client asked for parameter: server
2013-02-20 20:34:44 [iNFO] [sTDOUT] LWJGL Version: 2.4.2
2013-02-20 20:34:44 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2013-02-20 20:34:44 [iNFO] [sTDOUT] MinecraftForge v6.6.0.497 Initialized
2013-02-20 20:34:44 [iNFO] [ForgeModLoader] MinecraftForge v6.6.0.497 Initialized
2013-02-20 20:34:44 [iNFO] [sTDOUT] Replaced 84 ore recipies
2013-02-20 20:34:44 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization
2013-02-20 20:34:44 [iNFO] [ForgeModLoader] Searching C:\Users\Manuel\AppData\Roaming\.minecraft\mods for mods
2013-02-20 20:34:45 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2013-02-20 20:34:45 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2013-02-20 20:34:45 [iNFO] [sTDOUT] Starting up SoundSystem...
2013-02-20 20:34:45 [iNFO] [sTDOUT] Initializing LWJGL OpenAL
2013-02-20 20:34:45 [iNFO] [sTDOUT]     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
2013-02-20 20:34:45 [iNFO] [sTDOUT] OpenAL initialized.
2013-02-20 20:34:46 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
2013-02-20 20:34:46 [iNFO] [sTDERR] t: Rendering screen
2013-02-20 20:34:46 [iNFO] [sTDERR]     at ban.b(EntityRenderer.java:1013)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at net.minecraft.client.Minecraft.J(Minecraft.java:882)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at net.minecraft.client.Minecraft.run(Minecraft.java:771)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at java.lang.Thread.run(Unknown Source)
2013-02-20 20:34:46 [iNFO] [sTDERR] Caused by: java.lang.IllegalArgumentException: input == null!
2013-02-20 20:34:46 [iNFO] [sTDERR]     at javax.imageio.ImageIO.read(Unknown Source)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at atq.a(SourceFile:162)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at atq.a(SourceFile:178)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at atq.a(SourceFile:128)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at atq.a(SourceFile:371)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at atq.b(SourceFile:440)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at atq.a(SourceFile:229)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at atq.a(SourceFile:213)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at ats.a(SourceFile:91)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at bey.a(GuiMainMenu.java:512)
2013-02-20 20:34:46 [iNFO] [sTDERR]     at ban.b(EntityRenderer.java:1004)
2013-02-20 20:34:46 [iNFO] [sTDERR]     ... 3 more
2013-02-20 20:34:56 [iNFO] [sTDOUT] Stopping!
2013-02-20 20:34:56 [iNFO] [sTDOUT] SoundSystem shutting down...
2013-02-20 20:34:56 [iNFO] [sTDOUT]     Author: Paul Lamb, www.paulscode.com

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

    • I tried do download the essential mod to my mod pack but i didnt work. I paly on 1.21 and it should work. I use neoforge for my modding. The weird things is my friend somehow added the mod to his modpack and many others that I somehow can´t. Is there anything i can do? 
    • 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  
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

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