Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Loading Page Render bug #3939

Closed
Husky272 opened this issue Sep 15, 2024 · 5 comments
Closed

[BUG]Loading Page Render bug #3939

Husky272 opened this issue Sep 15, 2024 · 5 comments
Labels
🐛 bug Something isn't working 🌕 legacy

Comments

@Husky272
Copy link

Husky272 commented Sep 15, 2024

LiquidBounce Branch

Legacy

LiquidBounce Build/Version

latest

Operating System

Windows 11

Minecraft Version

1.8.9

Describe the bug

no

Steps to reproduce

join a server that need to wait some seconds to join

Client Log

[15:41:55] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:41:55] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:41:55] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[15:41:55] [main/INFO]: Forge Mod Loader version 11.15.1.2318 for Minecraft 1.8.9 loading
[15:41:55] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_201\jre
[15:41:55] [main/WARN]: The coremod lain.mods.inputfix.InputFix does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:41:55] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from liquidbounce-b96.jar
[15:41:55] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:41:55] [main/INFO]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[15:41:55] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/C:/MC/hmcl/.minecraft/mods/liquidbounce-b96.jar Service=LaunchWrapper Env=CLIENT
[15:41:55] [main/DEBUG]: Instantiating coremod class MixinLoader
[15:41:55] [main/WARN]: The coremod net.ccbluex.liquidbounce.injection.forge.MixinLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:41:55] [main/INFO]: [net.ccbluex.liquidbounce.injection.forge.MixinLoader:<init>:20]: [LiquidBounce] Injecting with IFMLLoadingPlugin.
[15:41:55] [main/INFO]: Compatibility level set to JAVA_8
[15:41:55] [main/ERROR]: Mixin config liquidbounce.forge.mixins.json does not specify "minVersion" property
[15:41:55] [main/DEBUG]: Enqueued coremod MixinLoader
[15:41:55] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:41:55] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:41:55] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:41:55] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:41:55] [main/DEBUG]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers
[15:41:55] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[15:41:55] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[15:41:55] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[15:41:55] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[15:41:56] [main/DEBUG]: Injection complete
[15:41:56] [main/DEBUG]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}
[15:41:56] [main/DEBUG]: Running coremod plugin FMLCorePlugin
[15:41:56] [main/DEBUG]: Read 825 binary patches
[15:41:56] [main/DEBUG]: Loading deobfuscation resource /deobfuscation_data-1.8.9.lzma with 27891 records
[15:41:56] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[15:41:56] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[15:41:56] [main/DEBUG]: Coremod plugin class FMLCorePlugin run successfully
[15:41:56] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:41:56] [main/DEBUG]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[15:41:56] [main/DEBUG]: Injection complete
[15:41:56] [main/DEBUG]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[15:41:56] [main/DEBUG]: Running coremod plugin FMLForgePlugin
[15:41:56] [main/DEBUG]: Coremod plugin class FMLForgePlugin run successfully
[15:41:56] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:41:56] [main/DEBUG]: Injecting coremod InputFix {lain.mods.inputfix.InputFix} class transformers
[15:41:56] [main/TRACE]: Registering transformer lain.mods.inputfix.InputFixTransformer
[15:41:56] [main/DEBUG]: Injection complete
[15:41:56] [main/DEBUG]: Running coremod plugin for InputFix {lain.mods.inputfix.InputFix}
[15:41:56] [main/DEBUG]: Running coremod plugin InputFix
[15:41:56] [main/DEBUG]: Coremod plugin class InputFix run successfully
[15:41:56] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[15:41:56] [main/ERROR]: Mixin config liquidbounce.forge.mixins.json does not specify "minVersion" property
[15:41:56] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@59d2103b
[15:41:56] [main/DEBUG]: Injecting coremod MixinLoader {net.ccbluex.liquidbounce.injection.forge.MixinLoader} class transformers
[15:41:56] [main/TRACE]: Registering transformer net.ccbluex.liquidbounce.injection.transformers.ForgeNetworkTransformer
[15:41:56] [main/TRACE]: Registering transformer net.ccbluex.liquidbounce.script.remapper.injection.transformers.AbstractJavaLinkerTransformer
[15:41:56] [main/DEBUG]: Injection complete
[15:41:56] [main/DEBUG]: Running coremod plugin for MixinLoader {net.ccbluex.liquidbounce.injection.forge.MixinLoader}
[15:41:56] [main/DEBUG]: Running coremod plugin MixinLoader
[15:41:56] [main/DEBUG]: Coremod plugin class MixinLoader run successfully
[15:41:56] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:41:56] [main/DEBUG]: Loaded 165 rules from AccessTransformer config file forge_at.cfg
[15:41:56] [main/DEBUG]: Loaded 68 rules from AccessTransformer mod jar file C:\MC\hmcl\.minecraft\mods\liquidbounce-b96.jar!META-INF/liquidbounce_at.cfg

[15:41:56] [main/DEBUG]: Validating minecraft
[15:41:57] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:41:57] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[15:41:57] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:41:57] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[15:41:57] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[15:41:58] [Client thread/INFO]: Setting user: Rishpal1
[15:41:58] [Client thread/INFO]: IntegratedServer mixin successfully loaded!
[15:41:59] [Client thread/INFO]: LWJGL Version: 2.9.4
[15:42:00] [Client thread/WARN]: =============================================================
[15:42:00] [Client thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[15:42:00] [Client thread/WARN]: Offendor: com/sun/jna/Native.main([Ljava/lang/String;)V
[15:42:00] [Client thread/WARN]: Use FMLCommonHandler.exitJava instead
[15:42:00] [Client thread/WARN]: =============================================================
[15:42:00] [Client thread/INFO]: [net.minecraftforge.fml.client.SplashProgress:start:246]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
  MixinLoader (liquidbounce-b96.jar)
  InputFix ([        ].jar)
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 24-9-19     3:42
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.8.9
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_201, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 329402584 bytes (314 MB) / 745013248 bytes (710 MB) up to 3728736256 bytes (3556 MB)
	JVM Flags: 2 total; -Xverify:none -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: 
	Loaded coremods (and transformers): 
MixinLoader (liquidbounce-b96.jar)
  net.ccbluex.liquidbounce.injection.transformers.ForgeNetworkTransformer
  net.ccbluex.liquidbounce.script.remapper.injection.transformers.AbstractJavaLinkerTransformer
InputFix ([        ].jar)
  lain.mods.inputfix.InputFixTransformer
	GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 31.0.101.5186' Renderer: 'Intel(R) RaptorLake-S Mobile Graphics Controller'
[15:42:00] [Client thread/INFO]: MinecraftForge v11.15.1.2318 Initialized
[15:42:00] [Client thread/INFO]: Replaced 229 ore recipies
[15:42:00] [Thread-7/INFO]: [Shader] Successfully loaded: rainbow_font_shader.frag
[15:42:00] [Thread-7/INFO]: [Shader] Successfully loaded: gradient_font_shader.frag
[15:42:00] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[15:42:00] [Client thread/INFO]: Searching C:\MC\hmcl\.minecraft\mods for mods
[15:42:01] [Client thread/INFO]: Forge Mod Loader has identified 4 mods to load
[15:42:01] [Client thread/INFO]: FML has found a non-mod file liquidbounce-b96.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[15:42:01] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at CLIENT
[15:42:01] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:42:01] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[15:42:01] [Client thread/INFO]: Processing ObjectHolder annotations
[15:42:01] [Client thread/INFO]: Found 384 ObjectHolder annotations
[15:42:01] [Client thread/INFO]: Identifying ItemStackHolder annotations
[15:42:01] [Client thread/INFO]: Found 0 ItemStackHolder annotations
[15:42:01] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[15:42:01] [Client thread/INFO]: Applying holder lookups
[15:42:01] [Forge Version Check/INFO]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[15:42:01] [Client thread/INFO]: Holder lookups applied
[15:42:01] [Client thread/INFO]: Injecting itemstacks
[15:42:01] [Client thread/INFO]: Itemstack injection complete
[15:42:02] [Sound Library Loader/INFO]: Starting up SoundSystem...
[15:42:02] [Thread-9/INFO]: Initializing LWJGL OpenAL
[15:42:02] [Thread-9/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[15:42:03] [Thread-9/INFO]: OpenAL initialized.
[15:42:03] [Sound Library Loader/INFO]: Sound engine started
[15:42:03] [Client thread/INFO]: Max texture size: 16384
[15:42:03] [Client thread/INFO]: Created: 16x16 textures-atlas
[15:42:03] [Client thread/INFO]: Injecting itemstacks
[15:42:03] [Client thread/INFO]: Itemstack injection complete
[15:42:03] [Client thread/INFO]: Forge Mod Loader has successfully loaded 4 mods
[15:42:03] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[15:42:03] [Client thread/INFO]: SoundSystem shutting down...
[15:42:03] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[15:42:03] [Sound Library Loader/INFO]: Starting up SoundSystem...
[15:42:04] [Thread-11/INFO]: Initializing LWJGL OpenAL
[15:42:04] [Thread-11/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[15:42:04] [Client thread/INFO]: Max texture size: 16384
[15:42:04] [Thread-11/INFO]: OpenAL initialized.
[15:42:04] [Sound Library Loader/INFO]: Sound engine started
[15:42:04] [Client thread/INFO]: Created: 512x512 textures-atlas
[15:42:04] [Client thread/INFO]: Starting LiquidBounce unofficial unknown, by CCBlueX
[15:42:04] [Client thread/INFO]: Loaded language en_US
[15:42:04] [Client thread/INFO]: Loaded language pt_BR
[15:42:04] [Client thread/INFO]: Loaded language pt_PT
[15:42:04] [Client thread/INFO]: Loaded language zh_CN
[15:42:04] [Client thread/INFO]: Loaded language zh_TW
[15:42:04] [Client thread/INFO]: Loaded language bg_BG
[15:42:04] [Client thread/INFO]: Loaded language ru_RU
[15:42:04] [Client thread/INFO]: Loading Fonts.
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: java.io.FileNotFoundException: C:\MC\hmcl\.minecraft\LiquidBounce-1.8.9\fonts\Roboto-Medium.ttf (ϵͳ Ҳ   ָ     ļ   )
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.io.FileInputStream.open0(Native Method)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.io.FileInputStream.open(FileInputStream.java:195)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.io.FileInputStream.<init>(FileInputStream.java:138)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.ccbluex.liquidbounce.ui.font.Fonts.getFont(Fonts.kt:143)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.ccbluex.liquidbounce.ui.font.Fonts.loadFonts(Fonts.kt:47)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.ccbluex.liquidbounce.LiquidBounce.startClient(LiquidBounce.kt:128)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.Minecraft.handler$startGame$zzg000(Minecraft.java:3196)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:496)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.main.Main.main(SourceFile:124)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[15:42:04] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: java.io.FileNotFoundException: C:\MC\hmcl\.minecraft\LiquidBounce-1.8.9\fonts\Roboto-Medium.ttf (ϵͳ Ҳ   ָ     ļ   )
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.io.FileInputStream.open0(Native Method)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.io.FileInputStream.open(FileInputStream.java:195)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.io.FileInputStream.<init>(FileInputStream.java:138)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.ccbluex.liquidbounce.ui.font.Fonts.getFont(Fonts.kt:143)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.ccbluex.liquidbounce.ui.font.Fonts.loadFonts(Fonts.kt:48)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.ccbluex.liquidbounce.LiquidBounce.startClient(LiquidBounce.kt:128)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.Minecraft.handler$startGame$zzg000(Minecraft.java:3196)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:496)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.main.Main.main(SourceFile:124)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: java.io.FileNotFoundException: C:\MC\hmcl\.minecraft\LiquidBounce-1.8.9\fonts\Roboto-Bold.ttf (ϵͳ Ҳ   ָ     ļ   )
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.io.FileInputStream.open0(Native Method)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.io.FileInputStream.open(FileInputStream.java:195)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.io.FileInputStream.<init>(FileInputStream.java:138)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.ccbluex.liquidbounce.ui.font.Fonts.getFont(Fonts.kt:143)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.ccbluex.liquidbounce.ui.font.Fonts.loadFonts(Fonts.kt:49)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.ccbluex.liquidbounce.LiquidBounce.startClient(LiquidBounce.kt:128)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.Minecraft.handler$startGame$zzg000(Minecraft.java:3196)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:496)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.client.main.Main.main(SourceFile:124)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[15:42:05] [Client thread/INFO]: [net.ccbluex.liquidbounce.ui.font.Fonts:getFont:149]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[15:42:05] [Client thread/INFO]: Loaded Fonts. (955ms)
[15:42:05] [Client thread/INFO]: [ModuleManager] Loading modules...
[15:42:06] [Client thread/INFO]: [ModuleManager] Loaded 175 modules.
[15:42:06] [Client thread/INFO]: [Remapper] Hash a8486671a5e85153773eaac313f8babd1913b41524b45e92d42e6cf019e658eb compared to a8486671a5e85153773eaac313f8babd1913b41524b45e92d42e6cf019e658eb
[15:42:06] [Client thread/INFO]: [Remapper] Successfully loaded SRG mappings.
[15:42:06] [Client thread/INFO]: [FileManager] Loaded config: modules.json.
[15:42:06] [Client thread/INFO]: [FileManager] Loaded config: values.json.
[15:42:06] [Client thread/INFO]: [FileManager] Loaded config: clickgui.json.
[15:42:06] [Client thread/INFO]: [FileManager] Loaded config: accounts.json.
[15:42:06] [Client thread/INFO]: [FileManager] Loaded config: friends.json.
[15:42:06] [Client thread/INFO]: [FileManager] Loaded config: xray-blocks.json.
[15:42:06] [Client thread/INFO]: [FileManager] Loaded config: hud.json.
[15:42:06] [Client thread/INFO]: [FileManager] Loaded config: shortcuts.json.
[15:42:06] [DefaultDispatcher-worker-2/INFO]: Loading heads...
[15:42:07] [Thread-14/INFO]: Successfully loaded 12 settings.
[15:42:08] [DefaultDispatcher-worker-2/INFO]: Loading heads from https://headdb.org/api/category/all...
[15:42:08] [Client thread/INFO]: Message of the day: Check out our new client LiquidBounce Nextgen instead!
Includes the latest bypasses, up-to-date configs and
support for Minecraft 1.8 - 1.20.4 using ViaFabricPlus.

Click here to download

[15:42:08] [Client thread/INFO]: Successfully started client
[15:42:08] [Client thread/WARN]: @Final field field_110330_c:Lnet/minecraft/util/ResourceLocation; in liquidbounce.forge.mixins.json:gui.MixinGuiInGame should be final
[15:42:08] [DefaultDispatcher-worker-1/INFO]: (MCChat)   aSuccessfully loaded   9171   astaff names.
[15:42:08] [Thread-19/ERROR]: Failed to setup Discord RPC.
java.lang.RuntimeException: java.io.FileNotFoundException: \\?\pipe\discord-ipc-0 (ϵͳ Ҳ   ָ     ļ   )
	at com.jagrosh.discordipc.entities.pipe.WindowsPipe.<init>(WindowsPipe.java:45) ~[WindowsPipe.class:?]
	at com.jagrosh.discordipc.entities.pipe.Pipe.createPipe(Pipe.java:158) ~[Pipe.class:?]
	at com.jagrosh.discordipc.entities.pipe.Pipe.openPipe(Pipe.java:67) ~[Pipe.class:?]
	at com.jagrosh.discordipc.IPCClient.connect(IPCClient.java:116) ~[IPCClient.class:?]
	at net.ccbluex.liquidbounce.features.special.ClientRichPresence.setup(ClientRichPresence.kt:84) [ClientRichPresence.class:?]
	at net.ccbluex.liquidbounce.LiquidBounce$startClient$5.invoke(LiquidBounce.kt:182) [LiquidBounce$startClient$5.class:?]
	at net.ccbluex.liquidbounce.LiquidBounce$startClient$5.invoke(LiquidBounce.kt:180) [LiquidBounce$startClient$5.class:?]
	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30) [ThreadsKt$thread$thread$1.class:?]
Caused by: java.io.FileNotFoundException: \\?\pipe\discord-ipc-0 (ϵͳ Ҳ   ָ     ļ   )
	at java.io.RandomAccessFile.open0(Native Method) ~[?:1.8.0_201]
	at java.io.RandomAccessFile.open(RandomAccessFile.java:316) ~[?:1.8.0_201]
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243) ~[?:1.8.0_201]
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:124) ~[?:1.8.0_201]
	at com.jagrosh.discordipc.entities.pipe.WindowsPipe.<init>(WindowsPipe.java:43) ~[WindowsPipe.class:?]
	... 7 more
[15:42:08] [Client thread/ERROR]: Unable to receive update information
java.lang.IllegalStateException: no rows returned by a query that expected to return at least one row
	at net.ccbluex.liquidbounce.api.ClientApi.textEndpointRequest(ClientApi.kt:115) ~[ClientApi.class:?]
	at net.ccbluex.liquidbounce.api.ClientApi.requestNewestBuildEndpoint(ClientApi.kt:224) ~[ClientApi.class:?]
	at net.ccbluex.liquidbounce.api.ClientUpdate$newestVersion$2.invoke(ClientUpdate.kt:31) [ClientUpdate$newestVersion$2.class:?]
	at net.ccbluex.liquidbounce.api.ClientUpdate$newestVersion$2.invoke(ClientUpdate.kt:28) [ClientUpdate$newestVersion$2.class:?]
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) [SynchronizedLazyImpl.class:?]
	at net.ccbluex.liquidbounce.api.ClientUpdate.getNewestVersion(ClientUpdate.kt:28) [ClientUpdate.class:?]
	at net.ccbluex.liquidbounce.api.ClientUpdate.hasUpdate(ClientUpdate.kt:40) [ClientUpdate.class:?]
	at net.minecraft.client.Minecraft.handler$afterMainScreen$zzg000(Minecraft.java:3218) [ave.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:505) [ave.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) [ave.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[15:42:08] [Client thread/INFO]: [Shader] Successfully loaded: background.frag
[15:42:10] [DefaultDispatcher-worker-4/INFO]: Successfully loaded 320 cape carriers.
[15:42:20] [DefaultDispatcher-worker-2/ERROR]: Error while reading heads.
java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_201]
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_201]
	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_201]
	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_201]
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) ~[?:1.8.0_201]
	at sun.security.ssl.InputRecord.read(InputRecord.java:503) ~[?:1.8.0_201]
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975) ~[?:1.8.0_201]
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) ~[?:1.8.0_201]
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395) ~[?:1.8.0_201]
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379) ~[?:1.8.0_201]
	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[?:1.8.0_201]
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_201]
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) ~[?:1.8.0_201]
	at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91) ~[?:1.8.0_201]
	at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484) ~[?:1.8.0_201]
	at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482) ~[?:1.8.0_201]
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_201]
	at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782) ~[?:1.8.0_201]
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481) ~[?:1.8.0_201]
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_201]
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) ~[?:1.8.0_201]
	at net.ccbluex.liquidbounce.utils.misc.HttpUtils.requestStream(HttpUtils.kt:77) ~[HttpUtils.class:?]
	at net.ccbluex.liquidbounce.utils.misc.HttpUtils.request(HttpUtils.kt:54) ~[HttpUtils.class:?]
	at net.ccbluex.liquidbounce.utils.misc.HttpUtils.request$default(HttpUtils.kt:53) ~[HttpUtils.class:?]
	at net.ccbluex.liquidbounce.utils.misc.HttpUtils.get(HttpUtils.kt:82) ~[HttpUtils.class:?]
	at net.ccbluex.liquidbounce.tabs.HeadsTab$loadHeads$2$1$headsResponseDeferred$1.invokeSuspend(HeadsTab.kt:55) ~[HeadsTab$loadHeads$2$1$headsResponseDeferred$1.class:?]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [BaseContinuationImpl.class:?]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [DispatchedTask.class:?]
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284) [EventLoopImplBase.class:?]
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85) [BlockingCoroutine.class:?]
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59) [BuildersKt__BuildersKt.class:?]
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source) [BuildersKt.class:?]
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38) [BuildersKt__BuildersKt.class:?]
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source) [BuildersKt.class:?]
	at net.ccbluex.liquidbounce.tabs.HeadsTab.loadHeads(HeadsTab.kt:35) [HeadsTab.class:?]
	at net.ccbluex.liquidbounce.tabs.HeadsTab.access$loadHeads(HeadsTab.kt:19) [HeadsTab.class:?]
	at net.ccbluex.liquidbounce.tabs.HeadsTab$1.invokeSuspend(HeadsTab.kt:31) [HeadsTab$1.class:?]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [BaseContinuationImpl.class:?]
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) [DispatchedTask.class:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570) [CoroutineScheduler.class:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) [CoroutineScheduler$Worker.class:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677) [CoroutineScheduler$Worker.class:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664) [CoroutineScheduler$Worker.class:?]
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.net.SocketTimeoutException: Read timed out
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at java.net.SocketInputStream.socketRead0(Native Method)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at java.security.AccessController.doPrivileged(Native Method)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at net.ccbluex.liquidbounce.utils.misc.HttpUtils.requestStream(HttpUtils.kt:77)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at net.ccbluex.liquidbounce.utils.misc.HttpUtils.request(HttpUtils.kt:54)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at net.ccbluex.liquidbounce.utils.misc.HttpUtils.request$default(HttpUtils.kt:53)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at net.ccbluex.liquidbounce.utils.misc.HttpUtils.get(HttpUtils.kt:82)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at net.ccbluex.liquidbounce.tabs.HeadsTab$loadHeads$2$1$headsResponseDeferred$1.invokeSuspend(HeadsTab.kt:55)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at net.ccbluex.liquidbounce.tabs.HeadsTab.loadHeads(HeadsTab.kt:35)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at net.ccbluex.liquidbounce.tabs.HeadsTab.access$loadHeads(HeadsTab.kt:19)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at net.ccbluex.liquidbounce.tabs.HeadsTab$1.invokeSuspend(HeadsTab.kt:31)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
[15:42:20] [DefaultDispatcher-worker-2/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: 	Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@6a581f79, Dispatchers.Default]
[15:43:11] [Thread-20/INFO]: (MCChat)   7[  a  lChat  7]   9Connecting to chat server...
[15:43:14] [Netty Client IO #1/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:14] [Netty Client IO #2/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:14] [Netty Client IO #4/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:15] [Client thread/INFO]: Connecting to mc.remiaft.com, 25565
[15:43:15] [Thread-20/INFO]: (MCChat)   7[  a  lChat  7]   9Connected to chat server!
[15:43:16] [Netty Client IO #10/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:17] [Netty Client IO #11/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:18] [Client thread/INFO]: [CHAT] AnyAlbino joined the game
[15:43:18] [Client thread/INFO]: [Shader] Successfully loaded: rainbow_shader.frag
[15:43:19] [Client thread/INFO]: [Shader] Successfully loaded: gradient_shader.frag
[15:43:19] [Client thread/INFO]: [CHAT] [Remiaft Network]  ѳɹ ע ᣡ
[15:43:19] [Client thread/INFO]: [CHAT] [Remiaft Network]      롰/email add <       > <      һ    ȷ  >    粻  ӣ      ޷          һط   
[15:43:19] [Client thread/INFO]: [CHAT] [Remiaft Network]  ѳɹ   ¼  
[15:43:19] [Client thread/INFO]: [CHAT] [Remiaft Network]      롰/email add <       > <      һ    ȷ  >    粻  ӣ      ޷          һط   
[15:43:19] [Netty Client IO #12/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]  
[15:43:20] [Client thread/INFO]: [CHAT]                                         
[15:43:20] [Client thread/INFO]: [CHAT]                                 REMIAFT NETWORK
[15:43:20] [Client thread/INFO]: [CHAT]                                         
[15:43:20] [Client thread/INFO]: [CHAT]                             (ͨ  ָ   봫 ͵ С  Ϸ)
[15:43:20] [Client thread/INFO]: [CHAT]                                         
[15:43:20] [Client thread/INFO]: [CHAT]                           Ⱥ: 1032910647 | 1170457229
[15:43:20] [Client thread/INFO]: [CHAT]                                : remiaft@nameyun.com
[15:43:20] [Client thread/INFO]: [CHAT]                                         
[15:43:21] [Netty Client IO #16/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:21] [Netty Client IO #17/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:21] [Netty Client IO #18/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:21] [Netty Client IO #19/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:26] [Client thread/INFO]: [CHAT] Remiaft Network>>     ê          
[15:43:26] [Client thread/INFO]: [CHAT] Remiaft Network>> ê   ɹ 
[15:43:26] [Client thread/INFO]: [CHAT] Remiaft Network>>   ʼ    Ŀ      ֮  
[15:43:26] [Client thread/INFO]: [CHAT] Remiaft Network>> ף     ˶ӳ 
[15:43:26] [Client thread/INFO]: [CHAT] SkyPvP >> AnyAlbino      ˷     !
[15:43:26] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_201]
	at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_201]
	at net.minecraft.util.Util.func_181617_a(SourceFile:45) [g.class:?]
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1014) [ave.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349) [ave.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException
	at net.minecraft.scoreboard.Scoreboard.func_96511_d(SourceFile:229) ~[auo.class:?]
	at net.minecraft.client.network.NetHandlerPlayClient.func_147247_a(NetHandlerPlayClient.java:1813) ~[bcy.class:?]
	at net.minecraft.network.play.server.S3EPacketTeams.func_148833_a(SourceFile:113) ~[hr.class:?]
	at net.minecraft.network.play.server.S3EPacketTeams.func_148833_a(SourceFile:13) ~[hr.class:?]
	at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fh$1.class:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_201]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_201]
	at net.minecraft.util.Util.func_181617_a(SourceFile:44) ~[g.class:?]
	... 9 more
[15:43:26] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_201]
	at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_201]
	at net.minecraft.util.Util.func_181617_a(SourceFile:45) [g.class:?]
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1014) [ave.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349) [ave.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException
	at net.minecraft.scoreboard.Scoreboard.func_96511_d(SourceFile:229) ~[auo.class:?]
	at net.minecraft.client.network.NetHandlerPlayClient.func_147247_a(NetHandlerPlayClient.java:1813) ~[bcy.class:?]
	at net.minecraft.network.play.server.S3EPacketTeams.func_148833_a(SourceFile:113) ~[hr.class:?]
	at net.minecraft.network.play.server.S3EPacketTeams.func_148833_a(SourceFile:13) ~[hr.class:?]
	at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fh$1.class:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_201]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_201]
	at net.minecraft.util.Util.func_181617_a(SourceFile:44) ~[g.class:?]
	... 9 more
[15:43:26] [Client thread/INFO]: [CHAT]  㵱ǰ  Ϸ        :     ״̬
[15:43:26] [Client thread/INFO]: [CHAT] &c      ֮ǰ    Ϸ  ־    ת    ľ   ֵΪ   0
[15:43:27] [Client thread/INFO]: [CHAT] [SkyPVP]   ע    Ʒ     20       !
[15:43:31] [Chunk Batcher 0/WARN]: Needed to grow BufferBuilder buffer: Old size 524288 bytes, new size 2621440 bytes.
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:33] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:33] [Client thread/ERROR]: @ Post render
[15:43:33] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:34] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:34] [Client thread/ERROR]: @ Post render
[15:43:34] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:35] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:35] [Client thread/ERROR]: @ Post render
[15:43:35] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:36] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:36] [Client thread/ERROR]: @ Post render
[15:43:36] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:37] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:37] [Client thread/ERROR]: @ Post render
[15:43:37] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:38] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:38] [Client thread/ERROR]: @ Post render
[15:43:38] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/ERROR]: ########## GL ERROR ##########
[15:43:39] [Client thread/ERROR]: @ Post render
[15:43:39] [Client thread/ERROR]: 1280: Invalid enum
[15:43:39] [Client thread/INFO]: Applying holder lookups
[15:43:39] [Client thread/INFO]: Holder lookups applied
[15:43:40] [Netty Client IO #21/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:40] [Netty Client IO #22/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:40] [Netty Client IO #24/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:43] [Netty Client IO #30/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:43] [Netty Client IO #31/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:44] [Netty Client IO #35/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:45] [Netty Client IO #36/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:45] [Netty Client IO #38/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:45] [Netty Client IO #37/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER
[15:43:45] [Netty Client IO #39/INFO]: Attempting connection with missing mods [mcp, FML, Forge, InputFix] at SERVER

Screenshots

2024-09-15_18 36 09

@github-actions github-actions bot added 🌕 legacy 🐛 bug Something isn't working labels Sep 15, 2024
@EclipsesDev
Copy link

can u share log?

@Husky272
Copy link
Author

ok

@EclipsesDev
Copy link

is it only why blockoverlay is on?

@Husky272
Copy link
Author

is it only why blockoverlay is on?

yes

@EclipsesDev
Copy link

is it only why blockoverlay is on?

yes

should be fixed now, try latest nightly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🌕 legacy
Projects
None yet
Development

No branches or pull requests

2 participants