Windows .exe Mindcrack problem

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

totte1015

New Member
Jul 29, 2019
391
0
1
I have problem with my copy of FTB launcher, after it updates the java files this shows in console:

file:/C:/Documents%20and%20Settings/Johan/Mina%20dokument/Downloads/MindCrack/minecraft/bin/jinput.jar
Loading natives...
Natives loaded...
Loading minecraft class
mc = class net.minecraft.client.Minecraft
field amount: 67
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an
MCDIR: C:\Documents and Settings\Johan\Application Data\.minecraft
Launching with applet wrapper...
2013-03-30 23:52:15 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
2013-03-30 23:52:15 [INFO] [MiscPeripheralsASM] Initialized
2013-03-30 23:52:15 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2013-03-30 23:52:16 [INFO] [ForgeModLoader] Download complete
2013-03-30 23:52:16 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-03-30 23:52:21 [ALLVARLIG] [ForgeModLoader] There was a problem downloading the file guava-12.0.1.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

2013-03-30 23:52:21 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2013-03-30 23:52:23 [INFO] [ForgeModLoader] Download complete
2013-03-30 23:52:23 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-147.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] <===========>
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] A download error occured
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] A download error occured
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] <<< ==== >>>
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] The following is diagnostic information for developers to review.
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:84)
at net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:117)
at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:212)
Caused by: java.net.SocketTimeoutException: Read timed out
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
... 8 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldInt(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)
... 8 more
2013-03-30 23:52:28 [ALLVARLIG] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:84)
at net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:117)
at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:212)
Caused by: java.net.SocketTimeoutException: Read timed out
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
... 8 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldInt(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)
... 8 more


What is problem?
 
D

Deleted member 38496

Guest
It looks like you're having issues properly downloading the files from the FTB host. If you look at the advanced options under the options tab, one of the settings should be the download server - try changing it and updating again.
 

totte1015

New Member
Jul 29, 2019
391
0
1
Tried all servers now... Exact same issue :/

Any other things that may help?[DOUBLEPOST=1364705430][/DOUBLEPOST]Holy crap... It was this simple:
Antivirus.

God damn Kaspersky firewall seem to be blocking it without promt
 
Status
Not open for further replies.