FTB Launcher will not load any of the mod packs.

Status
Not open for further replies.

XxGENSOUxX

New Member
Jul 29, 2019
6
0
0
Hello, I downloaded the FTB launcher. I sign in and select the mod packs and it will not load past that, I have tried loading both of the mod packs to see if just one was the problem but neither of them will work. The link i am posting will take you to pasteben. I believe this is the log files if not let me know and i will upload the right ones.
Yes i have a premium.
http://pastebin.com/QFKEMVVE
 

Amonaug

New Member
Jul 29, 2019
3
0
0
I'm having the same problem. For some reason the launcher is looking in the Windows\System32 folder for the minecraft.jar and other info. My minecraft is in

C:\Users\[account]\AppData\Roaming\.minecraft

I am running Windows 7 Home Premium
 

Rhinehart_

New Member
Jul 29, 2019
151
0
0
first of all guys this is an alpha beta, so expecting it to work easlily is foolish, however some people can get it to work and slowpoke made a faq
https://github.com/Slowpoke101/FTBLaunch/wiki/FAQ
so see if that helps

EDIT:
Still dont work. It just puts screens over screens
im assuming you copied the .jar to another file and opened it without closing the first
so really your just running the program twice.....
 

Amonaug

New Member
Jul 29, 2019
3
0
0
Rhinehart that is exactly the info I was looking for, jarfix fixed the problem. WinRAR was associated with .jar files. I could run the jar files by using java to launch it but it was looking in the wrong folders.

Thanks
 

bhblacky

New Member
Jul 29, 2019
54
0
0
it worked just fine for me.

doubleclicked the jar file, chose a new destination on an other partition, because i hate it to have games on my c:drive and it downloaded everything what it needs and worked just like a charm.

i'm using win7 64bit, java7

the only thing is, it uses the 32bit jar from minecraft, not the 64 one, but this will probably be fixed?
it also doesn't allocate the amount of memory which i entered in the launchers options.
 

Biffa2001

New Member
Jul 29, 2019
35
0
0
The launcher starts fine for me and shows "Feed The Beast Beta Pack A" in the left pain. I can login and start minecraft but it only starts in vanilla with no mods loaded? I did post this in the wrong forum initially but can't seem to delete that post, then I saw this thread.

Do I need to do anything to get this to work at all? Thanks for the help :)
 

Kardashev

New Member
Jul 29, 2019
5
0
0
The same thing is happening with me. With the original folder the launcher was placed I can open the launcher. When I go to log in the launcher window remains open and nothing happens. Here is the launcher console data:
Code:
loading modpack information...
http://repo.creeperhost.net/direct/FTB2/bedb3648282cd79042acc30bd30a8a70/modpacks.xml
http://repo.creeperhost.net/direct/FTB2/bedb3648282cd79042acc30bd30a8a70/logo_ftb.png
http://repo.creeperhost.net/direct/FTB2/bedb3648282cd79042acc30bd30a8a70/FTBBetaA.zip
http://repo.creeperhost.net/direct/FTB2/bedb3648282cd79042acc30bd30a8a70/splash_FTB.png
adding pack 0
Logging in...
 
Login complete.
Loading jars...
Loading URL: file:/C:/Users/Kardashev/Minecraft/FTBBETAA/.minecraft/bin/minecraftforge.zip
Loading URL: file:/C:/Users/Kardashev/Minecraft/FTBBETAA/.minecraft/bin/minecraft.jar
Loading URL: file:/C:/Users/Kardashev/Minecraft/FTBBETAA/.minecraft/bin/lwjgl.jar
Loading URL: file:/C:/Users/Kardashev/Minecraft/FTBBETAA/.minecraft/bin/lwjgl_util.jar
Loading URL: file:/C:/Users/Kardashev/Minecraft/FTBBETAA/.minecraft/bin/jinput.jar
Loading natives...
java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at net.ftb.gui.LaunchFrame.launchMinecraft(LaunchFrame.java:837)
    at net.ftb.gui.LaunchFrame.runGameUpdater(LaunchFrame.java:715)
    at net.ftb.gui.LaunchFrame$8.done(LaunchFrame.java:645)
    at javax.swing.SwingWorker$5.run(Unknown Source)
    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
    at sun.swing.AccumulativeRunnable.run(Unknown Source)
    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
    at javax.swing.Timer.fireActionPerformed(Unknown Source)
    at javax.swing.Timer$DoPostEvent.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$200(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

When placing the launcher in a new folder and starting that up, the launcher opens fine and launches minecraft fine. Minecraft in this instance opens in vanilla with no mods. When first launching the launcher downloads mod pack info with a size of 29313kb. None of the mods are placed in the .minecraft/mods folder which actually does not exist. When looking in the temp/FTBBETAA folder in the FTBBetaA zip file all of the mods, configs, etc. are in there. Here is the code shown for this instance:

loading modpack information...
http://repo.creeperhost.net/direct/FTB2/bedb3648282cd79042acc30bd30a8a70/modpacks.xml
http://repo.creeperhost.net/direct/FTB2/bedb3648282cd79042acc30bd30a8a70/logo_ftb.png
http://repo.creeperhost.net/direct/FTB2/bedb3648282cd79042acc30bd30a8a70/FTBBetaA.zip
http://repo.creeperhost.net/direct/FTB2/bedb3648282cd79042acc30bd30a8a70/splash_FTB.png
java.io.FileNotFoundException: C:\Users\Kardashev\Minecraft Test\logindata (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at net.ftb.data.UserManager.read(UserManager.java:93)
at net.ftb.gui.LaunchFrame.<init>(LaunchFrame.java:265)
at net.ftb.gui.LaunchFrame$1.run(LaunchFrame.java:223)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Error loading login data
adding pack 0
Logging in...

Login complete.
Loading Jar URLs
Downloading Jars
Connecting.. Try 1 of 5
Connecting.. Try 1 of 5
Connecting.. Try 1 of 5
Connecting.. Try 1 of 5
Connecting.. Try 1 of 5
Extracting Files
Game update complete.
FTBBETAA
Downloading
Entracting
IOError :java.io.FileNotFoundException: C:\Users\Kardashev\Minecraft Test\temp\FTBBETAA\.minecraft (Access is denied)
Installing
dirs mk'd
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\jinput.jar to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\jinput.jar
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\lwjgl.jar to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\lwjgl.jar
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\lwjgl_util.jar to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\lwjgl_util.jar
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\md5s to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\md5s
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\minecraft.jar to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\minecraft.jar
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\natives\jinput-dx8.dll to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\natives\jinput-dx8.dll
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\natives\jinput-dx8_64.dll to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\natives\jinput-dx8_64.dll
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\natives\jinput-raw.dll to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\natives\jinput-raw.dll
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\natives\jinput-raw_64.dll to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\natives\jinput-raw_64.dll
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\natives\lwjgl.dll to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\natives\lwjgl.dll
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\natives\lwjgl64.dll to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\natives\lwjgl64.dll
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\natives\OpenAL32.dll to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\natives\OpenAL32.dll
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\natives\OpenAL64.dll to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\natives\OpenAL64.dll
File copied from C:\Users\Kardashev\Minecraft Test\.minecraft\bin\version to C:\Users\Kardashev\Minecraft Test\FTBBETAA\.minecraft\bin\version
Renamed minecraft.jar to mcbackup.jar
Loading jars...
Loading URL: file:/C:/Users/Kardashev/Minecraft%20Test/FTBBETAA/.minecraft/bin/minecraftforge.zip
Loading URL: file:/C:/Users/Kardashev/Minecraft%20Test/FTBBETAA/.minecraft/bin/minecraft.jar
Loading URL: file:/C:/Users/Kardashev/Minecraft%20Test/FTBBETAA/.minecraft/bin/lwjgl.jar
Loading URL: file:/C:/Users/Kardashev/Minecraft%20Test/FTBBETAA/.minecraft/bin/lwjgl_util.jar
Loading URL: file:/C:/Users/Kardashev/Minecraft%20Test/FTBBETAA/.minecraft/bin/jinput.jar
Loading natives...
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an
MCDIR: C:\Users\Kardashev\AppData\Roaming\.minecraft
27 achievements
208 recipes
Setting user: kardashev, -8468433226904403268
Client asked for parameter: server
LWJGL Version: 2.4.2

Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.

Hopefully this helps will keep trying other ideas. If you need further information let me know. Running Windows 7 64bit with 32bit Java.
 

Meldiron

New Member
Jul 29, 2019
641
0
0
Start the launcher in the original folder and edit the profile.
Or delete the file called logindata in the original folder, start the launcher, make a new profile.
If you'r lucky it should work then.
 

maxaviles1993

New Member
Jul 29, 2019
10
0
0
[12:41:26] [INFO] JGoogleAnalyticsTracker$2.run:483: AnalyticsBackgroundThread started
[12:41:26] [INFO] LaunchFrame.main:161: FTBLaunch starting up (version 1.2.2)
[12:41:26] [INFO] LaunchFrame.main:162: Java version: 1.7.0_10
[12:41:26] [INFO] LaunchFrame.main:163: Java vendor: Oracle Corporation
[12:41:26] [INFO] LaunchFrame.main:164: Java home: C:\Program Files\Java\jre7
[12:41:26] [INFO] LaunchFrame.main:165: Java specification: Java Virtual Machine Specification version: 1.7 by Oracle Corporation
[12:41:26] [INFO] LaunchFrame.main:167: Java vm: Java HotSpot(TM) 64-Bit Server VM version: 23.6-b04 by Oracle Corporation
[12:41:26] [INFO] LaunchFrame.main:168: OS: amd64 Windows 7 6.1
[12:41:27] [INFO] LocaleUpdater.run:67: [i18n] Checking for updates ...
[12:41:27] [INFO] I18N.setLocale:157: [i18n] enUS English language file loaded!
[12:41:27] [ERROR] FileOutputStream.open:-2->LauncherConsole.<init>:191: E:\minecraft stuff\minecraft mods\FTBLauncherLog.txt (The system cannot find the path specified): java.io.FileNotFoundException: E:\minecraft stuff\minecraft mods\FTBLauncherLog.txt (The system cannot find the path specified)
java.io.FileOutputStream.open(Native Method)
java.io.FileOutputStream.<init>(Unknown Source)
java.io.FileOutputStream.<init>(Unknown Source)
net.ftb.log.LogWriter.<init>(LogWriter.java:31)
net.ftb.gui.LauncherConsole.<init>(LauncherConsole.java:188)
net.ftb.gui.LaunchFrame$1.run(LaunchFrame.java:204)
java.awt.event.InvocationEvent.dispatch(Unknown Source)
java.awt.EventQueue.dispatchEventImpl(Unknown Source)
java.awt.EventQueue.access$200(Unknown Source)
java.awt.EventQueue$3.run(Unknown Source)
java.awt.EventQueue$3.run(Unknown Source)
java.security.AccessController.doPrivileged(Native Method)
java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
java.awt.EventQueue.dispatchEvent(Unknown Source)
java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.run(Unknown Source)
[12:41:27] [INFO] OptionsPane.<init>:157: [i18n] Added 0 enUS to options pane
[12:41:27] [INFO] I18N.setLocale:157: [i18n] enUS English language file loaded!
[12:41:27] [INFO] LocaleUpdater.run:80: [i18n] remoteVer = 10
[12:41:27] [INFO] LocaleUpdater.run:93: [i18n] localVer = 10
[12:41:27] [INFO] LocaleUpdater.run:98: [i18n] Files are up to date
[12:41:27] [INFO] I18N.addFiles:114: [i18n] Fallback enUS loaded
[12:41:29] [INFO] ModpackLoader.run:59: Loading modpack information for modpacks.xml...
[12:41:29] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 1
[12:41:29] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 2
[12:41:29] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 3
[12:41:29] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 4
[12:41:29] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 5
[12:41:29] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 6
[12:41:29] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 7
[12:41:29] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 8
[12:41:29] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 9
[12:41:29] [INFO] MapLoader.run:40: loading map information...
[12:41:29] [INFO] TexturePackLoader.run:40: loading texture pack information...
[12:41:29] [INFO] TexturepackPane.onTexturePackAdded:223: Adding texture pack 1
[12:41:30] [INFO] TexturepackPane.onTexturePackAdded:223: Adding texture pack 2
[12:41:30] [INFO] MapsPane.onMapAdded:224: Adding map 1
[12:41:30] [INFO] MapsPane.onMapAdded:224: Adding map 2
[12:41:30] [INFO] TexturepackPane.onTexturePackAdded:223: Adding texture pack 3
[12:41:30] [INFO] MapsPane.onMapAdded:224: Adding map 3
[12:41:30] [INFO] MapsPane.onMapAdded:224: Adding map 4
[12:41:41] [INFO] LaunchFrame.doLogin:505: Logging in...
[12:41:42] [INFO] LaunchFrame$13.done:564: Login complete.
[12:41:42] [INFO] LaunchFrame.initializeMods:840: Direwolf20
[12:41:42] [INFO] LaunchFrame.installMods:690: dirs mk'd
[12:41:42] [INFO] GameUpdateWorker.loadJarURLs:75: Loading Jar URLs
[12:41:42] [INFO] GameUpdateWorker.doInBackground:60: Downloading Jars
[12:41:47] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:41:47] [INFO] GameUpdateWorker.downloadJars:123: Connecting.. Try 2 of 5
[12:41:47] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:41:47] [INFO] GameUpdateWorker.downloadJars:123: Connecting.. Try 3 of 5
[12:41:48] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:41:48] [INFO] GameUpdateWorker.downloadJars:123: Connecting.. Try 4 of 5
[12:41:48] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:41:48] [INFO] GameUpdateWorker.downloadJars:123: Connecting.. Try 5 of 5
[12:41:49] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:41:49] [ERROR] GameUpdateWorker.doInBackground:62: Download Failed
[12:41:49] [ERROR] ErrorUtils.tossError:26: Error occurred during downloading the game
[12:42:13] [INFO] LaunchFrame.doLogin:505: Logging in...
[12:42:14] [INFO] LaunchFrame$13.done:564: Login complete.
[12:42:14] [INFO] LaunchFrame.initializeMods:840: Direwolf20
[12:42:14] [INFO] LaunchFrame.installMods:690: dirs mk'd
[12:42:14] [INFO] GameUpdateWorker.loadJarURLs:75: Loading Jar URLs
[12:42:14] [INFO] GameUpdateWorker.doInBackground:60: Downloading Jars
[12:42:18] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:42:18] [INFO] GameUpdateWorker.downloadJars:123: Connecting.. Try 2 of 5
[12:42:18] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:42:18] [INFO] GameUpdateWorker.downloadJars:123: Connecting.. Try 3 of 5
[12:42:20] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:42:20] [INFO] GameUpdateWorker.downloadJars:123: Connecting.. Try 4 of 5
[12:42:20] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:42:20] [INFO] GameUpdateWorker.downloadJars:123: Connecting.. Try 5 of 5
[12:42:21] [WARN] GameUpdateWorker.downloadJars:160: Connection failed, trying again
[12:42:21] [ERROR] GameUpdateWorker.doInBackground:62: Download Failed
[12:42:21] [ERROR] ErrorUtils.tossError:26: Error occurred during downloading the game



can someone help me this has happened before what can i do to fix
 

Ashzification

New Member
Jul 29, 2019
7,425
1
0
Please take your FTB folder out of the location that it is in. Place it in a new folder on your desktop, with no spaces or special characters in the file path. It cannot be placed in any temporary folder, including Downloads. Change the install directory (in the options tab of the launcher) to the new location.
 

maxaviles1993

New Member
Jul 29, 2019
10
0
0
[13:40:51] [INFO] JGoogleAnalyticsTracker$2.run:483: AnalyticsBackgroundThread started
[13:40:51] [INFO] LaunchFrame.main:161: FTBLaunch starting up (version 1.2.2)
[13:40:51] [INFO] LaunchFrame.main:162: Java version: 1.7.0_10
[13:40:51] [INFO] LaunchFrame.main:163: Java vendor: Oracle Corporation
[13:40:51] [INFO] LaunchFrame.main:164: Java home: C:\Program Files\Java\jre7
[13:40:51] [INFO] LaunchFrame.main:165: Java specification: Java Virtual Machine Specification version: 1.7 by Oracle Corporation
[13:40:51] [INFO] LaunchFrame.main:167: Java vm: Java HotSpot(TM) 64-Bit Server VM version: 23.6-b04 by Oracle Corporation
[13:40:51] [INFO] LaunchFrame.main:168: OS: amd64 Windows 7 6.1
[13:40:51] [INFO] LocaleUpdater.run:67: [i18n] Checking for updates ...
[13:40:51] [INFO] I18N.setLocale:157: [i18n] enUS English language file loaded!
[13:40:52] [INFO] OptionsPane.<init>:157: [i18n] Added 0 enUS to options pane
[13:40:52] [INFO] I18N.setLocale:157: [i18n] enUS English language file loaded!
[13:40:53] [INFO] LocaleUpdater.run:80: [i18n] remoteVer = 10
[13:40:53] [INFO] LocaleUpdater.run:93: [i18n] localVer = 10
[13:40:53] [INFO] LocaleUpdater.run:98: [i18n] Files are up to date
[13:40:53] [INFO] I18N.addFiles:114: [i18n] Fallback enUS loaded
[13:40:55] [INFO] ModpackLoader.run:59: Loading modpack information for modpacks.xml...
[13:40:55] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 1
[13:40:55] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 2
[13:40:55] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 3
[13:40:55] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 4
[13:40:55] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 5
[13:40:55] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 6
[13:40:55] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 7
[13:40:55] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 8
[13:40:55] [INFO] ModpacksPane.onModPackAdded:307: Adding pack 9
[13:40:55] [INFO] MapLoader.run:40: loading map information...
[13:40:55] [INFO] TexturePackLoader.run:40: loading texture pack information...
[13:40:56] [INFO] MapsPane.onMapAdded:224: Adding map 1
[13:40:56] [INFO] MapsPane.onMapAdded:224: Adding map 2
[13:40:56] [INFO] MapsPane.onMapAdded:224: Adding map 3
[13:40:56] [INFO] MapsPane.onMapAdded:224: Adding map 4
[13:40:57] [INFO] TexturepackPane.onTexturePackAdded:223: Adding texture pack 1
[13:40:57] [INFO] TexturepackPane.onTexturePackAdded:223: Adding texture pack 2
[13:40:57] [INFO] TexturepackPane.onTexturePackAdded:223: Adding texture pack 3
[13:41:02] [INFO] LaunchFrame.doLogin:505: Logging in...
[13:41:04] [INFO] LaunchFrame$13.done:564: Login complete.
[13:41:04] [INFO] LaunchFrame.initializeMods:840: Direwolf20
[13:41:04] [INFO] ModManager.upToDate:216: Modpack is out of date.
[13:41:05] [INFO] ModManager$ModManagerWorker.downloadModPack:111: Downloading Mod Pack
[13:41:07] [INFO] DownloadUtils.getCreeperhostLink:68: http://www.creeperrepo.net/direct/F...9152b332/modpacks^Direwolf20^4^Direwolf20.zip
[13:51:18] [INFO] DownloadUtils.getCreeperhostLink:68: http://www.creeperrepo.net/direct/F...c89152b332/modpacks^Direwolf20^4^FTB_temp.gif
[13:52:20] [INFO] DownloadUtils.isValid:236: Local: 4CC736E3DBE275B6F4178F8E53FAD0EB
[13:52:20] [INFO] DownloadUtils.isValid:237: Remote: 218DD5B5AEEF06CB3A6EFE4470494A5C
[13:52:20] [ERROR] ErrorUtils.tossError:26: Error downloading modpack!!!




What do I do now
 
Status
Not open for further replies.