Jump to content
  • 0

Custom ModPack Won't Load [STUCK ON WHITE SCREEN]


Rongmario

Question

Launcher Version: 1.0.1.3

Operating System: Window 7

Java Version: 7

Antivirus Program: N/A

Description of Problem:

I made a ModPack, with Forge API installed of course. And as you see in the Error Log, the coremods seems to load perfectly. And Minecraft is also validated.

I'm pretty sure my ModPack (Custom Pack 1) are configurated right, but as I know. I'm not a expert on this just yet and I want to learn from my mistakes.

So guys please help me on this one!

Error Messages:

Forge's Hello, appeared only a few seconds. And white screen of death.

Error Log:


2013-01-08 17:45:14 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.6.17.515 for Minecraft 1.4.6 loading

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Discovering coremods

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Found a candidate coremod [1.4.6]TreeCapitator.Forge.1.4.6.r01.Uni.CoreMod.jar

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Loading coremod [1.4.6]TreeCapitator.Forge.1.4.6.r01.Uni.CoreMod.jar

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Loaded coremod [1.4.6]TreeCapitator.Forge.1.4.6.r01.Uni.CoreMod.jar

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.7.0.2.jar

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.7.0.2.jar

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.7.0.2.jar

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.5.0.jar

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.5.0.jar

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.5.0.jar

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

2013-01-08 17:45:14 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Running coremod plugins

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-01-08 17:45:15 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Running coremod plugin TreeCapitatorCorePlugin

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Coremod plugin TreeCapitatorCorePlugin run successfully

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Running coremod plugin CodeChickenCorePlugin

2013-01-08 17:45:15 [iNFO] [sTDOUT] Adding Accesstransformer map: codechickencore_at.cfg

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Coremod plugin CodeChickenCorePlugin run successfully

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Running coremod plugin NEICorePlugin

2013-01-08 17:45:15 [iNFO] [sTDOUT] Adding Accesstransformer map: nei_at.cfg

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Coremod plugin NEICorePlugin run successfully

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Validating minecraft

2013-01-08 17:45:15 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-01-08 17:45:16 [iNFO] [sTDOUT] Inserted super call into avz.c

2013-01-08 17:45:16 [iNFO] [sTDOUT] avf was overriden from NotEnoughItems 1.4.5.0.jar

2013-01-08 17:45:16 [iNFO] [sTDERR] Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindClassException: java.lang.ClassNotFoundException: net.minecraft.Launcher

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:269)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.MinecraftAppletEnglober.init(MinecraftAppletEnglober.java:110)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.gui.LauncherFrame.runGame(LauncherFrame.java:114)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.gui.LoginForm.runGame(LoginForm.java:900)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.gui.LoginForm$2$1.done(LoginForm.java:807)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at javax.swing.SwingWorker$5.run(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at sun.swing.AccumulativeRunnable.run(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at javax.swing.Timer.fireActionPerformed(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at javax.swing.Timer$DoPostEvent.run(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventQueue.access$000(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventQueue$3.run(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventQueue$3.run(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.security.AccessController.doPrivileged(Native Method)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventQueue.dispatchEvent(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.awt.EventDispatchThread.run(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] Caused by: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindClassException: java.lang.ClassNotFoundException: net.minecraft.Launcher

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.ReflectionHelper.getClass(ReflectionHelper.java:159)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:254)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	... 26 more

2013-01-08 17:45:16 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.Launcher

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.net.URLClassLoader$1.run(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.net.URLClassLoader$1.run(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.security.AccessController.doPrivileged(Native Method)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.net.URLClassLoader.findClass(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.MinecraftClassLoader.findClass(MinecraftClassLoader.java:64)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.lang.ClassLoader.loadClass(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.lang.ClassLoader.loadClass(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.lang.Class.forName0(Native Method)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at java.lang.Class.forName(Unknown Source)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.ReflectionHelper.getClass(ReflectionHelper.java:151)

2013-01-08 17:45:16 [iNFO] [sTDERR] 	... 27 more

2013-01-08 17:45:55 [iNFO] [sTDOUT] Exiting Launcher

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

I couldn't say for certain, but maybe the version of forge you have is too new? It might have changed to edit a few different class files that NEI hasn't accounted for, so when NEI tries to add its own in there, it causes a hiccup with forge?

That's my best guess, anyway...

Link to comment
Share on other sites

  • 0

I couldn't say for certain, but maybe the version of forge you have is too new? It might have changed to edit a few different class files that NEI hasn't accounted for, so when NEI tries to add its own in there, it causes a hiccup with forge?

That's my best guess, anyway...

So I need to downgrade Forge? And re-download NEI? I will try what I just say thanks!

Link to comment
Share on other sites

  • 0

Like I said, I'm not 100% sure that that would be your issue, but it seems like a possibility in theory. On my setup, I have Forge 6.5.0.489 running the previous version of NEI (1.4.4.0) and that's going well enough. I'm not sure if chicken_bones keeps an old downloads page running or not, but if you can find it, you might try running that combination. If that doesn't work, then the issue must lie elsewhere. Where? I haven't a clue

:(

EDIT: Whoa, wait a sec. The version number on your error log for FML seems very odd. Maybe they have different version numbers for that embedded in the all-encompassing forge download. I can't seem to find a version 4.6.17.515 on their download page... {shrugs}

Link to comment
Share on other sites

  • 0

Like I said, I'm not 100% sure that that would be your issue, but it seems like a possibility in theory. On my setup, I have Forge 6.5.0.489 running the previous version of NEI (1.4.4.0) and that's going well enough. I'm not sure if chicken_bones keeps an old downloads page running or not, but if you can find it, you might try running that combination. If that doesn't work, then the issue must lie elsewhere. Where? I haven't a clue

:(

EDIT: Whoa, wait a sec. The version number on your error log for FML seems very odd. Maybe they have different version numbers for that embedded in the all-encompassing forge download. I can't seem to find a version 4.6.17.515 on their download page... {shrugs}

So I need 4.6.17.515 in my minecraft.jar?

EDIT: Can you post the NEI 1.4.4.0.jar on mediafire? I can't seem to find it. :(

Link to comment
Share on other sites

  • 0

So I need 4.6.17.515 in my minecraft.jar?

EDIT: Can you post the NEI 1.4.4.0.jar on mediafire? I can't seem to find it. :(

I'm not sure how you would go about getting a version of forge modloader only. For my setup, I just have the forge package of the version I mentioned. I don't know exactly what version of FML is included with that, but I assume that you'd get the same version of FML as I got when I downloaded it.

For the old NEI, there's a link on the MCF post for old versions, down at the bottom just past all the little spoiler sections for all the mods.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...