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
`The DeltaChat Module is missing! This could be due to your antivirus program. Please check the quarantine to restore it and notify the developers about this issue.
40
+
You can reach us on [email protected] or on github.com/deltachat/deltachat-desktop/issues.
41
+
42
+
The missing module should be located at "${this.cmd_path}".
43
+
44
+
The Log file is located in this folder: ${getLogsPath()}
45
+
--------------------
46
+
Error: ${err.message}
47
+
`
48
+
)
49
+
}else{
50
+
dialog.showErrorBox(
51
+
'Fatal Error',
52
+
`Error with core has been detected, please contact developers: You can reach us on [email protected] or on github.com/deltachat/deltachat-desktop/issues .
53
+
54
+
${err.name}: ${err.message}
55
+
56
+
The Log file is located in this folder: ${getLogsPath()}\n
57
+
`
58
+
)
59
+
}
60
+
// I think we can exit in all the cases, because all errors here are serious
0 commit comments