feat: Add another headless message

This commit is contained in:
Raimund58
2024-09-22 21:09:57 +00:00
committed by Sheepit Renderfarm
parent 0ff9689cd1
commit 7386f8b818

View File

@@ -1033,7 +1033,7 @@ import java.util.regex.Pattern;
//09-03 23:36:03 (debug) end of rendering //09-03 23:36:03 (debug) end of rendering
return Error.Type.RENDERER_CRASHED; return Error.Type.RENDERER_CRASHED;
} }
else if (line.contains("Unable to open a display") || line.contains("Managed to successfully fallback to surfaceless EGL rendering!")) { else if (line.contains("Unable to open a display") || line.contains("Managed to successfully fallback to surfaceless EGL rendering!") || line.contains("Couldn't open libEGL")) {
//17-03 07:38:47 (debug) Fra:7 Mem:1667.27M (Peak 1762.19M) | Time:06:27.86 | Mem:1184.92M, Peak:1194.58M | Scene, ViewLayer | Sample 187/187 //17-03 07:38:47 (debug) Fra:7 Mem:1667.27M (Peak 1762.19M) | Time:06:27.86 | Mem:1184.92M, Peak:1194.58M | Scene, ViewLayer | Sample 187/187
//17-03 07:38:47 (debug) Fra:7 Mem:1667.27M (Peak 1762.19M) | Time:06:27.86 | Mem:1184.92M, Peak:1194.58M | Scene, ViewLayer | Finished //17-03 07:38:47 (debug) Fra:7 Mem:1667.27M (Peak 1762.19M) | Time:06:27.86 | Mem:1184.92M, Peak:1194.58M | Scene, ViewLayer | Finished
//17-03 07:38:47 (debug) Unable to open a display //17-03 07:38:47 (debug) Unable to open a display