kind of dumb but need to disable direct 718+

 
May 14, 2024
10
0
0
fixed found under client class7.java

}
if (i == 3) {//DirectX 3
//return Class207.method1781(canvas, interface27, textureLoader, archive, i_3_);
}



(NEED TO DISABLE DIRECTX)
 
Last edited:
}
if (i == 3) { // DirectX 3
// DirectX initialization disabled
// return Class207.method1781(canvas, interface27, textureLoader, archive, i_3_);
}


You can toss this in there to test for debug
System.out.println("DirectX initialization is disabled.");
 

Users who are viewing this thread (total: 1, members: 0, guests: 1)