Fix: Detect issues with the color management
This commit is contained in:
@@ -801,6 +801,17 @@ import java.util.regex.Pattern;
|
||||
// 07-04 07:43:12 (debug) /tmp///rend.exe: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp///lib/libboost_filesystem.so.1.80.0)
|
||||
return Type.OS_NOT_SUPPORTED;
|
||||
}
|
||||
else if (line.contains("Color management:") && line.contains(" not found")) {
|
||||
//30-11 01:16:57 (debug) Blender 4.0.0 (hash 878f71061b8e built 2023-11-14 01:20:37)
|
||||
//30-11 01:16:57 (debug) Color management: display "sRGB" used by scene not found, setting to default ("Blender").
|
||||
//30-11 01:16:57 (debug) Color management: scene view "AgX" not found, setting default "Standard".
|
||||
//30-11 01:16:57 (debug) Read blend: "C:\Users\tianji\AppData\Local\Temp\farm_3210908783605063546\254263927\Car Scene 3.blend"
|
||||
//30-11 01:16:57 (debug) Color management: display "sRGB" used by scene not found, setting to default ("Blender").
|
||||
//30-11 01:16:57 (debug) Color management: scene view "AgX" not found, setting default "Standard".
|
||||
//30-11 01:16:57 (debug) Color management: scene look "AgX - Medium High Contrast" not found, setting default "None".
|
||||
//30-11 01:16:57 (debug) Color management: image colorspace "Linear Rec.709" not found, will use default instead.
|
||||
return Type.COLOR_MANAGEMENT_ERROR;
|
||||
}
|
||||
else if (line.contains("CUDA error: Out of memory")) {
|
||||
// Fra:151 Mem:405.91M (0.00M, Peak 633.81M) | Mem:470.26M, Peak:470.26M | Scene, RenderLayer | Updating Device | Writing constant memory
|
||||
// Fra:151 Mem:405.91M (0.00M, Peak 633.81M) | Mem:470.26M, Peak:470.26M | Scene, RenderLayer | Path Tracing Tile 0/135, Sample 0/200
|
||||
|
||||
Reference in New Issue
Block a user