Quellcode durchsuchen

one exception a day..."

Florian Mueller vor 8 Jahren
Ursprung
Commit
631862650e
2 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. BIN
      .vs/bbiwarg/v14/.suo
  2. 7 0
      bbiwarg/Input/InputProviding/InputProviderIntel.cs

BIN
.vs/bbiwarg/v14/.suo


+ 7 - 0
bbiwarg/Input/InputProviding/InputProviderIntel.cs

@@ -112,6 +112,13 @@ namespace BBIWARG.Input.InputProviding
                     Console.WriteLine("Camera caused corrupted process state.");
                     errorstate = true;
                 }
+                catch (Exception)
+                {
+                    Console.WriteLine("Camera Thread crashed.");
+                    errorstate = true;
+                }
+                
+
 
                 
             }