From feee9fac93dbc56ae7cdd807c6b8f3248192c032 Mon Sep 17 00:00:00 2001 From: Robin Kolk Date: Mon, 14 Sep 2020 15:25:56 +0200 Subject: [PATCH] Update service.reg Sometimes Blue iris Crashes. This causes Blue iris to keep stuck untill you close the debug window. By adding this key the debug window will not be shown and blue iris will just restart. To me this seems desirable, to you too? --- service.reg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service.reg b/service.reg index 0842854..ec2df56 100644 --- a/service.reg +++ b/service.reg @@ -15,5 +15,8 @@ Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Wine\Drivers] "Audio"="" +[HKEY_CURRENT_USER\Software\Wine\WineDbg] +"ShowCrashDialog"=dword:00000000 + [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment] "PATHEXT"=".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;."