Various fixes
This commit is contained in:
@@ -167,7 +167,7 @@ public class DesktopLauncher extends ClientLauncher{
|
||||
static void handleCrash(Throwable e){
|
||||
Cons<Runnable> dialog = Runnable::run;
|
||||
boolean badGPU = false;
|
||||
String finalMessage = Strings.getFinalMesage(e);
|
||||
String finalMessage = Strings.getFinalMessage(e);
|
||||
String total = Strings.getCauses(e).toString();
|
||||
|
||||
if(total.contains("Couldn't create window") || total.contains("OpenGL 2.0 or higher") || total.toLowerCase().contains("pixel format") || total.contains("GLEW")|| total.contains("unsupported combination of formats")){
|
||||
|
||||
Reference in New Issue
Block a user