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
WriteLine("GPU metadata for your card does not exist, or could not be validated! Please file an issue on the GitHub project page and include the following information:");
556
-
WriteLine();
553
+
// If no GPU could be validated, then force recache once, and loop again.
554
+
// This fixes issues related with outdated cache
555
+
if(!forceRecache){
556
+
MetadataHandler.PrepareCache(true);
557
+
returnGetDriverMetadata(true);
558
+
}else{
559
+
Write("ERROR!");
560
+
WriteLine();
561
+
WriteLine("GPU metadata lookup has failed! Please file an issue on the GitHub project page and include the following information:");
0 commit comments