Merge branch 'Raimund58-master-patch-75055' into 'master'
Broader Python error catching See merge request sheepitrenderfarm/client!123
This commit is contained in:
@@ -771,7 +771,7 @@ import java.util.regex.Pattern;
|
|||||||
// Error: EXCEPTION_ACCESS_VIOLATION
|
// Error: EXCEPTION_ACCESS_VIOLATION
|
||||||
return Error.Type.RENDERER_CRASHED;
|
return Error.Type.RENDERER_CRASHED;
|
||||||
}
|
}
|
||||||
else if (line.contains("Fatal Python error: Py_Initialize")) {
|
else if (line.contains("Fatal Python error:")) {
|
||||||
// Fatal Python error: Py_Initialize: unable to load the file system codec
|
// Fatal Python error: Py_Initialize: unable to load the file system codec
|
||||||
// ImportError: No module named 'encodings'
|
// ImportError: No module named 'encodings'
|
||||||
// Current thread 0x0000388c (most recent call first):
|
// Current thread 0x0000388c (most recent call first):
|
||||||
|
|||||||
Reference in New Issue
Block a user