Merge branch 'fix/duplicate-error' into 'master'
Fix: Remove duplicate error catch See merge request sheepitrenderfarm/client!290
This commit is contained in:
@@ -938,12 +938,6 @@ import java.util.regex.Pattern;
|
|||||||
// scandir: Cannot allocate memory
|
// scandir: Cannot allocate memory
|
||||||
return Error.Type.RENDERER_OUT_OF_MEMORY;
|
return Error.Type.RENDERER_OUT_OF_MEMORY;
|
||||||
}
|
}
|
||||||
else if (line.contains("EXCEPTION_ACCESS_VIOLATION")) {
|
|
||||||
// Fra:638 Mem:342.17M (63.28M, Peak 735.33M) | Time:00:07.65 | Remaining:02:38.28 | Mem:246.91M, Peak:262.16M | scene_top_01_90, chip_top_view_scene_01 | Path Tracing Tile 57/2040, Denoised 0 tiles
|
|
||||||
// Fra:638 Mem:342.32M (63.28M, Peak 735.33M) | Time:00:07.70 | Remaining:02:38.20 | Mem:247.05M, Peak:262.16M | scene_top_01_90, chip_top_view_scene_01 | Path Tracing Tile 58/2040, Denoised 0 tiles
|
|
||||||
// Error: EXCEPTION_ACCESS_VIOLATION
|
|
||||||
return Error.Type.RENDERER_CRASHED;
|
|
||||||
}
|
|
||||||
else if (line.contains("Fatal Python error:")) {
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user