Re: Common Problems (And their solutions)
Technic pack .jar starts up, but then never moves past the opening splash graphic. Here is the contents of the newest log file.
[15:38:13] [iNFO] ------------------------------------------
[15:38:13] [iNFO] Launcher is starting....
[15:38:13] [iNFO] Launcher Build: 0.5.0
[15:38:14] [iNFO] [info] Downloading 'mirrors.yml' from '[url]https://raw.github.com/TechnicPack/Technic/master/mirrors.yml[/url]'.
[15:38:14] [sEVERE] java.io.FileNotFoundException: C:\Users\Todd\AppData\Roaming\.techniclauncher\temp\mirrors.yml (The system cannot find the path specified)
[15:38:14] [sEVERE] at java.io.FileOutputStream.open(Native Method)
[15:38:14] [sEVERE] at java.io.FileOutputStream.<init>(Unknown Source)
[15:38:14] [sEVERE] at java.io.FileOutputStream.<init>(Unknown Source)
[15:38:14] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadYmlFile(YmlUtils.java:52)
[15:38:14] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadMirrorsYmlFile(YmlUtils.java:19)
[15:38:14] [sEVERE] at org.spoutcraft.launcher.MirrorUtils.updateMirrorsYMLCache(MirrorUtils.java:89)
[15:38:14] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:333)
[15:38:14] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:157)
[15:38:14] [sEVERE] Exception in thread "main"
[15:38:14] [sEVERE] java.lang.NullPointerException
[15:38:14] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadYmlFile(YmlUtils.java:81)
[15:38:14] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadMirrorsYmlFile(YmlUtils.java:19)
[15:38:14] [sEVERE] at org.spoutcraft.launcher.MirrorUtils.updateMirrorsYMLCache(MirrorUtils.java:89)
[15:38:14] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:333)
[15:38:14] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:157)
Anyone know what is up?