You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logWindow.LogWarn("Game exited with error code %#lx (%s)\n", exitCode, desc.c_str());
592
+
_logWindow.LogWarn("Last few lines of the log.txt: \n");
593
+
_logWindow.LogWarn("-- START -- \n");
594
+
_logWindow.LogWarn(GetLastLinesOLog(fs::absolute(_configuration->GetConfigurationPath()).parent_path().string() + "/Binding of Isaac Repentance+/log.txt", 10).c_str());
595
+
_logWindow.LogWarn("-- END -- \n");
596
+
_logWindow.LogWarn("Check log.txt and launcher.log for more details! \n");
554
597
}
555
598
if (exitCode == 0xc0000135) { //missing dll, the lua5.3.3r will be missing in older versions of rgon with potentially fucked exes by the old launcher practices
0 commit comments