Blender 3.5< requires Linux distributions using glibc 2.28 or newer

This commit is contained in:
Raimund58
2023-04-07 06:34:48 +00:00
parent 44275fbc5f
commit d70ab7923f
2 changed files with 9 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ public class Error {
case NETWORK_ISSUE:
return "Could not connect to the server, please check your connection to the internet.";
case SERVER_DOWN:
return "Server is down.";
return "The server is down.";
case TOO_OLD_CLIENT:
return "This client is too old, you need to update it.";
case AUTHENTICATION_FAILED:
@@ -207,7 +207,7 @@ public class Error {
case MISSING_RENDERER:
return "Unable to locate the Blender binaries within the working directory.";
case OS_NOT_SUPPORTED:
return "This Operating System is not supported.";
return "This Operating System is not supported. Please check https://www.blender.org/download/requirements/ for more information.";
case CPU_NOT_SUPPORTED:
return "This CPU is not supported.";
case DENOISING_NOT_SUPPORTED: