Jump to content

Ravelair

Members
  • Posts

    3
  • Joined

  • Last visited

Ravelair's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Bump. Seriously? Can anyone help me out?
  2. Launcher Version: 1.0.1.3 Operating System: Windows 7 64 bit Java Version: Java 7 Update 07 Antivirus Program: Comodo Firewall with Defense+ and firewall disabled Description of Problem: It errors out like this when it's "Checking launcher version". Every single time. I placed the launcher both in .technic and .minecraft folders in an attempt to fix this issue but to no avail. Error Messages: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at TechnicLauncher.Program.RunLauncher(String launcherPath) at TechnicLauncher.Form1.DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll ---------------------------------------- TechnicLauncher Assembly Version: 1.0.1.0 Win32 Version: 1.0.1.0 CodeBase: file:///C:/Users/Ravelair/AppData/Roaming/.techniclauncher/TechnicLauncher.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. Error Log: [17:45:40] [sEVERE] ------------------------------------------ [17:45:40] [sEVERE] Launcher is starting.... [17:45:40] [sEVERE] Launcher Build: '1.0.1.3' [17:45:40] [sEVERE] Allocated 989.875 Mb of RAM [17:45:40] [sEVERE] Java VM: '1.7.0_03-b05' [17:45:40] [sEVERE] OS Version: '6.1' [17:45:40] [sEVERE] Is 64-bit: 'false' [17:46:02] [sEVERE] java.lang.NullPointerException [17:46:02] [sEVERE] at org.spoutcraft.launcher.MirrorUtils.getMirrorUrl(MirrorUtils.java:30) [17:46:02] [sEVERE] at org.spoutcraft.launcher.MirrorUtils.getMirrorUrl(MirrorUtils.java:76) [17:46:02] [sEVERE] at org.spoutcraft.launcher.MD5Utils.updateMD5Cache(MD5Utils.java:71) [17:46:02] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:360) [17:46:02] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [17:46:02] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194) [17:46:02] [sEVERE] All mirrors failed, reverting to default [17:46:02] [sEVERE] java.lang.NullPointerException [17:46:02] [sEVERE] at org.spoutcraft.launcher.MirrorUtils.getMirrorUrl(MirrorUtils.java:30) [17:46:02] [sEVERE] at org.spoutcraft.launcher.MirrorUtils.getMirrorUrl(MirrorUtils.java:76) [17:46:02] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadYmlFile(YmlUtils.java:45) [17:46:02] [sEVERE] at org.spoutcraft.launcher.YmlUtils.downloadRelativeYmlFile(YmlUtils.java:24) [17:46:02] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.updateModPacksYMLCache(ModPackListYML.java:82) [17:46:02] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.getConfig(ModPackListYML.java:72) [17:46:02] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.getModPacks(ModPackListYML.java:108) [17:46:02] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.<clinit>(ModPackListYML.java:60) [17:46:02] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:361) [17:46:02] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [17:46:02] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194) [17:46:02] [sEVERE] All mirrors failed, reverting to default [17:46:02] [sEVERE] Exception in thread "main" [17:46:02] [sEVERE] java.lang.NullPointerException [17:46:02] [sEVERE] at org.spoutcraft.launcher.modpacks.ModPackListYML.getAllModPackResources(ModPackListYML.java:186) [17:46:02] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.loadLauncherData(LoginForm.java:363) [17:46:02] [sEVERE] at org.spoutcraft.launcher.gui.LoginForm.<init>(LoginForm.java:133) [17:46:02] [sEVERE] at org.spoutcraft.launcher.Main.main(Main.java:194)
×
×
  • Create New...