I'm creating a Technic Modpack and in the process I am getting this error:
2013-03-18 15:29:08 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.31.594 for Minecraft 1.5 loading
2013-03-18 15:29:08 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_13, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-03-18 15:29:08 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\Paul\Desktop\TechnicLauncher.exe
2013-03-18 15:29:08 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program Files (x86)\Mozilla Firefox;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Java\jre7\bin;.
2013-03-18 15:29:08 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-03-18 15:29:08 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-03-18 15:29:08 [FINEST] [ForgeModLoader] Discovering coremods
2013-03-18 15:29:12 [iNFO] [sTDERR] java.lang.RuntimeException: java.lang.RuntimeException: Found a coremod file in modtastic that's not a directory
2013-03-18 15:29:12 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-03-18 15:29:12 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-03-18 15:29:12 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-03-18 15:29:12 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-03-18 15:29:12 [iNFO] [sTDERR] at net.minecraft.Launcher.init(Launcher.java:127)
2013-03-18 15:29:12 [iNFO] [sTDERR] at org.spoutcraft.launcher.GameLauncher.runGame(GameLauncher.java:210)
2013-03-18 15:29:12 [iNFO] [sTDERR] at org.spoutcraft.launcher.GameUpdater.runGame(GameUpdater.java:136)
2013-03-18 15:29:12 [iNFO] [sTDERR] at org.spoutcraft.launcher.skin.components.LoginFrame.onEvent(LoginFrame.java:308)
2013-03-18 15:29:12 [iNFO] [sTDERR] at org.spoutcraft.launcher.skin.components.LoginWorker.doInBackground(LoginWorker.java:103)
2013-03-18 15:29:12 [iNFO] [sTDERR] at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
2013-03-18 15:29:12 [iNFO] [sTDERR] at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
2013-03-18 15:29:12 [iNFO] [sTDERR] at java.util.concurrent.FutureTask.run(Unknown Source)
2013-03-18 15:29:12 [iNFO] [sTDERR] at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
2013-03-18 15:29:12 [iNFO] [sTDERR] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
2013-03-18 15:29:12 [iNFO] [sTDERR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
2013-03-18 15:29:12 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)
2013-03-18 15:29:12 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: Found a coremod file in modtastic that's not a directory
2013-03-18 15:29:12 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.setupCoreModDir(RelaunchLibraryManager.java:507)
2013-03-18 15:29:12 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.discoverCoreMods(RelaunchLibraryManager.java:339)
2013-03-18 15:29:12 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:136)
2013-03-18 15:29:12 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-03-18 15:29:12 [iNFO] [sTDERR] ... 15 more
I am wondering if it has something to do with lib files. The thing is, this I can't just manually place the files in there because they have to load up for other people that download my modpack.
Every time I download FML from this site, I find that non of the lib files are in the zip file. Not sure that they are supposed to be, but I'm just trying to figure this out.
Any help is appreciated to the utmost. Cheers.