mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-10 13:11:01 -06:00
Identified the probable cause of the display thread death HDToolKit.bufferSwap. There's an error that gets thrown when the user exits the client without going through the proper way to do so which is unacceptable. A band-aid has been applied.
21 lines
600 B
Java
21 lines
600 B
Java
package org.runite.client;
|
|
|
|
class Class38 {
|
|
|
|
static int anInt660;
|
|
static boolean aBoolean661 = true;
|
|
static int[][] anIntArrayArray663;
|
|
static int[] anIntArray664 = new int[14];
|
|
static Signlink gameSignlink;
|
|
static Class146 aClass146_668;
|
|
|
|
static void method1029() {
|
|
try {
|
|
TextureOperation12.outgoingBuffer.putOpcode(177);
|
|
TextureOperation12.outgoingBuffer.writeShort(Class113.interfacePacketCounter);
|
|
} catch (RuntimeException var2) {
|
|
throw ClientErrorException.clientError(var2, "fk.D(" + 0 + ')');
|
|
}
|
|
}
|
|
|
|
}
|