Aurora-Modders / AuroraLoader

A tool for discovering and safely managing Aurora mods
MIT License
10 stars 5 forks source link

Launcher fails to launch correctly and is unusuable #69

Open grimmspector opened 6 months ago

grimmspector commented 6 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Launch the loader
  2. Receive error shown below
  3. Launcher does not work

Expected behavior The launcher should work.

Screenshots image

Environment (please complete the following information):

Additional context Add any other context about the problem here.

Error given: ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at AuroraLoader.FormMain.RefreshAuroraInstallData() at AuroraLoader.FormMain.FormMain_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

And here's some stuff from the AuroraLoader.log file

Identified checksum kWt0gg Running Aurora 2.5.1 Updating mod registry, updateRemote=True updateCache=False Loading local mod from C:\Aurora4X\Mods\aurora-component-sizes-master\mod.json Loading local mod from C:\Aurora4X\Mods\aurora-component-sorter-2-master\mod.json Loading local mod from C:\Aurora4X\Mods\aurora-component-sorter-master\mod.json Loading local mod from C:\Aurora4X\Mods\AuroraLoader\mod.json Failed to download mod locations from https://raw.githubusercontent.com/Aurora-Modders/AuroraLoader/master/AuroraLoader/mod_locations.json The remote server returned an error: (404) Not Found. at System.Net.HttpWebRequest.GetResponse() at System.Net.WebClient.GetWebResponse(WebRequest request) at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream) at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at System.Net.WebClient.DownloadString(String address) at AuroraLoader.Registry.ModRegistry.GetModsAtMirror(String mirrorUrl) at AuroraLoader.Registry.ModRegistry.GetModsFromMirrors() Loading Aurora versions from C:\Aurora4X\aurora_versions.ini Identified checksum kWt0gg Running Aurora 2.5.1

dmitrijnaprimer commented 3 months ago

Take a closer look at the "REQUIREMENTS" field - you need to install .NET Core 3.1 Desktop Runtime. Problem solved.

Have a nice day!