Jump to content

N00bKefka

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Everything posted by N00bKefka

  1. The same way you install a 32-bit OS? You might need to backup your documents. Oh, check if your system supports it.
  2. TLDR; I see no java exception message in the logs. Should be fine. Try waiting longer. It doesn't take instant to finish all the download.
  3. Re: Wont Open I may not know anything about creating a batch file. But I do know how to use the shortcut to run the jar file for me. Yes, I am an undergrad and I don't know everything about computer. At least I do know how to run jar file according to different java. Choosing the IP I want to use when I plug in school's cable. Most importantly, know what OS-bit I am running on. Unless you are honest about your 'tried everything' there's nothing that the techs can do.
  4. I don't think that's possible unfortunately.
  5. Yes, it is trying to download something and it fails. Are you using wireless? It is safer to download with java 6 btw.
  6. Pardon me but did you say updating a 32-bit to a 64-bit? I don't think you can simply update a 32-bit to a 64-bit.
  7. http://forums.technicpack.net/index.php/topic,4191.0.html
  8. Re: Wont Open Define "tried everything". Have you tried running the jar file. Do you even know how to run the jar file? PS: From the post I can tell that you are a computer noob.
  9. Do you still have your java 6? If you do, try this. -Create a shortcut of the jar file. -Go to properties of the shortcut -Under 'Target:' type this "<where ever your java 6 is install in your comp>\java.exe" -jar "where ever it is targeted to originally" -Run the SHORTCUT
  10. So I tried to run the technic launcher jar file on my desktop and it works perfectly. It seems that there are issues between my wireless connection and the server. So I plug the cable to my laptop and run technic launcher from there and it works.
  11. Still fail but at least I realize what the problem could be. For some weird reason, my java is unable to access "http://mirror.technicpack.net/Technic/modpacks.yml" to download the "modpacks.yml". I can access the website myself to get the "modpacks.yml" myself but the launcher refuse to read it.
  12. I tried again after restarting several times and the log always stuck at this line using java 6. [08:43:00] [sEVERE] Exception in thread "main" [08:43:00] [sEVERE] java.lang.NullPointerException [08:43:00] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.getAllModPackResources(ModPackListYML.java:186) [08:43:00] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:363) [08:43:00] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [08:43:00] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194) Running on Windows 7-64bit laptop.
  13. Some progress but not good enough... [21:31:57] [sEVERE] ------------------------------------------ [21:31:57] [sEVERE] Launcher is starting.... [21:31:57] [sEVERE] Launcher Build: '1.0.1.2' [21:31:57] [sEVERE] Allocated 910.25 Mb of RAM [21:31:57] [sEVERE] Java VM: '1.6.0_32-b05' [21:31:57] [sEVERE] OS Version: '6.1' [21:31:57] [sEVERE] Is 64-bit: 'true' [21:31:58] [sEVERE] [info] Downloading 'mirrors.yml' from '[url]http://mirror.technicpack.net/Technic/mirrors.yml'[/url]. [21:32:29] [sEVERE] java.net.SocketTimeoutException: Read timed out [21:32:29] [sEVERE] at java.net.SocketInputStream.socketRead0(Native Method) [21:32:29] [sEVERE] at java.net.SocketInputStream.read(Unknown Source) [21:32:29] [sEVERE] at java.io.BufferedInputStream.fill(Unknown Source) [21:32:29] [sEVERE] at java.io.BufferedInputStream.read1(Unknown Source) [21:32:29] [sEVERE] at java.io.BufferedInputStream.read(Unknown Source) [21:32:29] [sEVERE] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source) [21:32:29] [sEVERE] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source) [21:32:29] [sEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [21:32:29] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadYmlFile(YmlUtils.java:66) [21:32:29] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadMirrorsYmlFile(YmlUtils.java:20) [21:32:29] [sEVERE] at org.spoutcraft.launcher.MirrorUtils.updateMirrorsYMLCache(MirrorUtils.java:130) [21:32:29] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:359) [21:32:29] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [21:32:29] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194) [21:32:31] [sEVERE] [info] Downloading 'mirrors.yml' from '[url]https://raw.github.com/TechnicPack/Technic/master/mirrors.yml'[/url]. [21:32:32] [sEVERE] Starting download of '[url]http://mirror.technicpack.net/Technic/CHECKSUM.md5'[/url], with 3 trie(s) remaining [21:33:02] [sEVERE] java.lang.Exception: Unable to download file [21:33:02] [sEVERE] at org.spoutcraft.launcher.async.Download.getConnectionInputStream(Download.java:161) [21:33:02] [sEVERE] at org.spoutcraft.launcher.async.Download.run(Download.java:63) [21:33:02] [sEVERE] at org.spoutcraft.launcher.DownloadUtils.downloadFile(DownloadUtils.java:34) [21:33:02] [sEVERE] at org.spoutcraft.launcher.DownloadUtils.downloadFile(DownloadUtils.java:77) [21:33:02] [sEVERE] at org.spoutcraft.launcher.MD5Utils.updateMD5Cache(MD5Utils.java:81) [21:33:02] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:360) [21:33:02] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [21:33:02] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194) [21:33:02] [sEVERE] Download of [url]http://mirror.technicpack.net/Technic/CHECKSUM.md5[/url] Failed! [21:33:02] [sEVERE] Starting download of '[url]http://mirror.technicpack.net/Technic/CHECKSUM.md5'[/url], with 2 trie(s) remaining [21:33:03] [sEVERE] Copying: \temp\file3151105073991907846.tmp to: \launcher\CHECKSUM.md5 [21:33:03] [sEVERE] File Downloaded: \launcher\CHECKSUM.md5 [21:33:03] [sEVERE] [info] Downloading 'modpacks.yml' from '[url]http://mirror.technicpack.net/Technic/modpacks.yml'[/url]. [21:33:34] [sEVERE] java.net.SocketTimeoutException: Read timed out [21:33:34] [sEVERE] at java.net.SocketInputStream.socketRead0(Native Method) [21:33:34] [sEVERE] at java.net.SocketInputStream.read(Unknown Source) [21:33:34] [sEVERE] at java.io.BufferedInputStream.fill(Unknown Source) [21:33:34] [sEVERE] at java.io.BufferedInputStream.read1(Unknown Source) [21:33:34] [sEVERE] at java.io.BufferedInputStream.read(Unknown Source) [21:33:34] [sEVERE] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source) [21:33:34] [sEVERE] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source) [21:33:34] [sEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [21:33:34] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadYmlFile(YmlUtils.java:66) [21:33:34] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadRelativeYmlFile(YmlUtils.java:24) [21:33:34] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.updateModPacksYMLCache(ModPackListYML.java:82) [21:33:34] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.getConfig(ModPackListYML.java:72) [21:33:34] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.getModPacks(ModPackListYML.java:108) [21:33:34] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.<clinit>(ModPackListYML.java:60) [21:33:34] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:361) [21:33:34] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [21:33:34] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194) [21:33:34] [sEVERE] Exception in thread "main" [21:33:34] [sEVERE] java.lang.NullPointerException [21:33:34] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.getAllModPackResources(ModPackListYML.java:186) [21:33:34] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:363) [21:33:34] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [21:33:34] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194)
  14. My launcher stuck at the splash screen. I don't see the solution for this in the common problem thread so I make a new topic. I hope someone can explain what the log is talking about. The error log: [20:30:54] [sEVERE] ------------------------------------------ [20:30:54] [sEVERE] Launcher is starting.... [20:30:54] [sEVERE] Launcher Build: '1.0.1.2' [20:30:54] [sEVERE] Allocated 910.25 Mb of RAM [20:30:54] [sEVERE] Java VM: '1.7.0_04-b20' [20:30:54] [sEVERE] OS Version: '6.1' [20:30:54] [sEVERE] Is 64-bit: 'true' [20:30:56] [sEVERE] [info] Downloading 'mirrors.yml' from '[url]https://raw.github.com/TechnicPack/Technic/master/mirrors.yml'[/url]. [20:30:57] [sEVERE] Exception in thread "main" [20:30:57] [sEVERE] java.lang.NullPointerException [20:30:57] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.getAllModPackResources(ModPackListYML.java:186) [20:30:57] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:363) [20:30:57] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [20:30:57] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194) PS: Anti-Virus is Avast
×
×
  • Create New...