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
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"--versionstring"},false,"VersionString of the game version to download/launch. Less precise than other version selecting","versionstring");// Done
71
71
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"--copyold"},true,"If you want to backup your current install");// Done
Logger.Log("An unhandled exception has occured:\n"+e.ToString(),LoggingType.Crash);
97
102
DowngradeManager.Error("\n\nAn unhandled exception has occured. Check the log for more info and send it to ComputerElite for the (probably) bug to get fixed. Press any key to close out.");
//if(!IsTokenValid(config.access_token)) Console.WriteLine("Hello. For Oculus downgrader to function you need to provide your access_token in order to do requests to Oculus and basically use this tool");
241
245
if(UpdateAccessToken(true))
@@ -306,7 +310,7 @@ public void Menu()
306
310
}
307
311
}
308
312
309
-
// This almost works. I can get a token but can't sign in to oculus with it.
313
+
// It just works. But it complains that Edge is new and not V 96 (=> Downgrade Edge). I hate this shit. Please help me. Why does this have to be so complicated. >:(
310
314
publicstringLoginWithFacebook()
311
315
{
312
316
Logger.Log("Starting login via Facebook");
@@ -542,6 +546,7 @@ public AppReturnVersion SelectFromInstalledApps()
542
546
Logger.Log("Downloaded versions of "+selected.name);
stringf=ConsoleUiController.QuestionString("I need to move all the files to your Oculus software folder. "+(set?"":"You haven't set it yet. ")+"Please enter it now (default: "+config.oculusSoftwareFolder+"): ");
GameDownloader.customManifestError="If you do, check if you got the right headset selected in the main menu. If that's the case update your access_token in case it's expired.";
GameDownloader.customManifestError="If you do, check if you got the right headset selected in the main menu. If that's the case update your access_token in case it's expired.";
@@ -1173,7 +1185,7 @@ public bool UpdateAccessToken(bool onlyIfNeeded = false)
1173
1185
Logger.Log("Asking user if they want to use the new selenium sign in method.");
1174
1186
stringchoice=ConsoleUiController.QuestionString("Do you want to login with facebook/oculus? (Y/n): ");
1175
1187
Console.ForegroundColor=ConsoleColor.White;
1176
-
stringat="";
1188
+
stringat;
1177
1189
if(choice.ToLower()=="y"||choice=="")
1178
1190
{
1179
1191
at=LoginWithFacebook();
@@ -1252,7 +1264,7 @@ public bool ShowUsername()
1252
1264
returntrue;
1253
1265
}catch(Exceptionex)
1254
1266
{
1255
-
Logger.Log("Error while requesting Username. Token is probably expired.");
1267
+
Logger.Log("Error while requesting Username. Token is probably expired: \n"+ex.ToString());
1256
1268
Error("Error while requesting username. Your token is probably expired. Please update it with option 5 (update access_token) to be able to download games again.");
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
0 commit comments