Skip to content

Instantly share code, notes, and snippets.

@nejni-marji
Created August 16, 2021 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nejni-marji/8d7c89aa2a4a686f40eb6bf4e49026f6 to your computer and use it in GitHub Desktop.
Save nejni-marji/8d7c89aa2a4a686f40eb6bf4e49026f6 to your computer and use it in GitHub Desktop.
am2r crash log
2021-08-16 11:21:35,950 [1] INFO AM2RLauncher.MainForm - Running update check...
2021-08-16 11:21:35,987 [1] INFO AM2RLauncher.MainForm - AutoUpdate set to true!
2021-08-16 11:21:36,819 [1] INFO AM2RLauncher.MainForm - Checking internet connection...
2021-08-16 11:21:36,968 [1] INFO AM2RLauncher.MainForm - Internet connection established!
2021-08-16 11:21:36,968 [1] INFO AM2RLauncher.MainForm - Mutex check passed. Entering main thread.
2021-08-16 11:21:36,968 [1] INFO AM2RLauncher.MainForm - Current Launcher Version: 2.1.0
2021-08-16 11:21:36,968 [1] INFO AM2RLauncher.MainForm - Current Platform-ID is: Gtk
2021-08-16 11:21:36,969 [1] INFO AM2RLauncher.MainForm - Set Launcher CWD to /home/alex/Games/am2r/AM2RLauncher_2.1.0_lin
2021-08-16 11:21:36,980 [1] INFO AM2RLauncher.MainForm - Language has been set to: English (United States)
2021-08-16 11:21:36,980 [1] INFO AM2RLauncher.MainForm - Beginning UI initialization...
2021-08-16 11:21:37,037 [1] INFO AM2RLauncher.MainForm - Randomly chosen splash: All your Ubuntu are belong to Arch btw.
2021-08-16 11:21:37,127 [1] INFO AM2RLauncher.MainForm - Start the launcher with Size: 0, 0
2021-08-16 11:21:37,389 [1] INFO AM2RLauncher.MainForm - All UI objects have been initalized, UI has been set up.
2021-08-16 11:21:37,389 [1] INFO AM2RLauncher.MainForm - Beginning event linkage...
2021-08-16 11:21:37,390 [1] INFO AM2RLauncher.MainForm - Events linked successfully.
2021-08-16 11:21:37,483 [1] INFO AM2RLauncher.MainForm - Loading profiles...
2021-08-16 11:21:37,493 [1] INFO AM2RLauncher.MainForm - profileDropDown.SelectedIndex has been changed to 0.
2021-08-16 11:21:37,498 [1] INFO AM2RLauncher.MainForm - SettingsProfileDropDown.SelectedIndex has been changed to 0.
2021-08-16 11:21:37,498 [1] INFO AM2RLauncher.MainForm - Profiles loaded.
2021-08-16 11:21:37,500 [4] INFO AM2RLauncher.MainForm - Attempting to pull repository https://github.com/AM2R-Community-Developers/AM2R-Autopatcher-Linux.git...
2021-08-16 11:21:37,835 [4] INFO AM2RLauncher.MainForm - Repository pulled successfully.
2021-08-16 11:21:37,838 [1] INFO AM2RLauncher.MainForm - SettingsProfileDropDown.SelectedIndex has been changed to 0.
2021-08-16 11:21:37,838 [1] INFO AM2RLauncher.MainForm - SettingsProfileDropDown.SelectedIndex has been changed to 0.
2021-08-16 11:21:37,839 [1] INFO AM2RLauncher.MainForm - SettingsProfileDropDown.SelectedIndex has been changed to 0.
2021-08-16 11:21:45,367 [1] INFO AM2RLauncher.MainForm - SettingsProfileDropDown.SelectedIndex has been changed to 0.
2021-08-16 11:21:45,368 [1] INFO AM2RLauncher.MainForm - SettingsProfileDropDown.SelectedIndex has been changed to 0.
2021-08-16 11:21:45,376 [4] INFO AM2RLauncher.MainForm - Installing profile Community Updates (Latest)...
2021-08-16 11:21:45,895 [4] INFO AM2RLauncher.MainForm - Profile folder created and AM2R_11.zip extracted.
2021-08-16 11:21:45,906 [4] ERROR AM2RLauncher.MainForm - No such file or directory
*****Stack Trace*****
at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at AM2RLauncher.CrossPlatformOperations.ApplyXdeltaPatch(String original, String patch, String output)
at AM2RLauncher.MainForm.InstallProfile(ProfileXML profile)
at AM2RLauncher.MainForm.<PlayButtonClickEvent>b__4_1()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment