This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Found in... | |
# C:\Users\<user>\AppData\Local\VALORANT\Saved\Config\<some guid>\Windows\GameUserSettings.ini | |
[/Script/ShooterGame.ShooterGameUserSettings] | |
DefaultMonitorDeviceID="MONITOR\\GSM774A\\{4d36e96e-e325-11ce-bfc1-08002be10318}\\0011" | |
DefaultMonitorIndex=0 | |
LastConfirmedDefaultMonitorDeviceID="MONITOR\\GSM774A\\{4d36e96e-e325-11ce-bfc1-08002be10318}\\0011" | |
LastConfirmedDefaultMonitorIndex=0 | |
bShouldLetterbox=True | |
bLastConfirmedShouldLetterbox=True |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <array> | |
#include <string> | |
#include <iomanip> | |
#include <fstream> | |
using namespace std; | |
const int NUMSTUDENTS = 10; | |
const int NUMASSIGNMENTS = 10; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itg@itg:~$ cat /stats/crashinfo-1463591641.txt | |
OpenITG AC beta3 DEV crash report | |
-------------------------------------- | |
Crash reason: Unhandled exception: std::length_error | |
Crashed thread: Main thread | |
Checkpoints: | |
Thread: Main thread | |
SongManager.cpp:640 |