1.7.10 HI How to put .obj on items

Hola, disculpen las molestias. Soy de la comunidad española y necesito ayuda con un mod que estoy creando para la versión 1.7.10, alguien podría ayudarme. Lo que necesito es poner elementos en formato .obj Soy un poco novato disculpe
A.
Hello, sorry for the inconvenience. I am from the Spanish community and I need help with a mod that I am creating for version 1.7.10, someone could help me. What I need is to put elements in .obj format. I'm a bit of a novice, sorry

A.Вот мой файл src, Here is my src file, aca les dejo mi archivo creado con un item
A.http://www.mediafire.com/file/exb7zcel49dpzh8/src.rar/file
 

GoogleTan

Картошка :3
1,354
43
310
In item render:
    @Override
    public void renderItem(ItemRenderType type, ItemStack is, Object... data) {
        GL11.glPushMatrix();
        GL11.glTranslatef(0.5F, 0.0F, 0.5F); //to change rotation
        GL11.glScalef(0.1F, 0.1F, 0.1F);//to change scale
        Minecraft.getMinecraft().renderEngine.bindTexture(texture);
        GL11.glCallList(ClientProxy.displayList[0]);
        GL11.glPopMatrix();
    }
 
the last question when I have the object in my hand skips the following error
crash:
[05:02:42] [main/INFO] [GradleStart]: username: FireNikolasLvl
[05:02:42] [main/INFO] [GradleStart]: Extra: []
[05:02:42] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/nicol/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --username, FireNikolasLvl, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[05:02:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[05:02:42] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[05:02:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[05:02:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[05:02:42] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[05:02:42] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_05, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jdk1.8.0_05\jre
[05:02:42] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[05:02:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[05:02:42] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
[05:02:42] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[05:02:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[05:02:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[05:02:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[05:02:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[05:02:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[05:02:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:02:42] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[05:02:44] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[05:02:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:02:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[05:02:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[05:02:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[05:02:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[05:02:44] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[05:02:45] [main/INFO]: Setting user: FireNikolasLvl
[05:02:46] [Client thread/INFO]: LWJGL Version: 2.9.1
[05:02:48] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Why did you do that?

Time: 09-05-20 05:02 AM
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.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_05, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 314475672 bytes (299 MB) / 387448832 bytes (369 MB) up to 2077753344 bytes (1981 MB)
    JVM Flags: 3 total; -Xincgc -Xmx2G -Xmx2G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML:
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 445.87' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
[05:02:48] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[05:02:48] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
[05:02:48] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[05:02:48] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[05:02:48] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[05:02:48] [Client thread/INFO] [FML]: Searching D:\Mod\eclipse\mods for mods
[05:02:53] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[05:02:53] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, tut] at CLIENT
[05:02:53] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, tut] at SERVER
[05:02:53] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:NarutoKF Mod
[05:02:53] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[05:02:53] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[05:02:53] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[05:02:53] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[05:02:53] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[05:02:53] [Client thread/INFO] [FML]: Mod PreInit
[05:02:53] [Client thread/INFO] [FML]: Applying holder lookups
[05:02:53] [Client thread/INFO] [FML]: Holder lookups applied
[05:02:53] [Client thread/INFO] [FML]: Injecting itemstacks
[05:02:53] [Client thread/INFO] [FML]: Itemstack injection complete
[05:02:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[05:02:53] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[05:02:54] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[05:02:54] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[05:02:54] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[05:02:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[05:02:54] [Sound Library Loader/INFO]: Sound engine started
[05:02:55] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[05:02:55] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[05:02:55] [Client thread/INFO] [FML]: Mod Init
[05:02:55] [Client thread/INFO] [FML]: Injecting itemstacks
[05:02:55] [Client thread/INFO] [FML]: Itemstack injection complete
[05:02:55] [Client thread/INFO] [FML]: Mod PostInit
[05:02:55] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[05:02:55] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:NarutoKF Mod
[05:02:55] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[05:02:55] [Client thread/INFO]: Created: 512x256 textures/items-atlas
[05:02:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[05:02:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[05:02:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[05:02:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[05:02:55] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[05:02:55] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[05:02:56] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[05:02:56] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[05:02:56] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[05:02:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[05:02:56] [Sound Library Loader/INFO]: Sound engine started
[05:02:59] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[05:02:59] [Server thread/INFO]: Generating keypair
[05:02:59] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[05:02:59] [Server thread/INFO] [FML]: Applying holder lookups
[05:02:59] [Server thread/INFO] [FML]: Holder lookups applied
[05:02:59] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@29c39bfa)
[05:02:59] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@29c39bfa)
[05:02:59] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@29c39bfa)
[05:02:59] [Server thread/INFO]: Preparing start region for level 0
[05:02:59] [Server thread/INFO]: Changing view distance to 12, from 10
[05:03:00] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[05:03:00] [Netty IO #1/INFO] [FML]: Client protocol version 2
[05:03:00] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
[05:03:00] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[05:03:00] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[05:03:00] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[05:03:00] [Server thread/INFO]: FireNikolasLvl[local:E:2451396a] logged in with entity id 249 at (-1436.2010598666022, 4.0, 236.1110249753551)
[05:03:00] [Server thread/INFO]: FireNikolasLvl joined the game
[05:03:00] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[05:03:00] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:00] [Client thread/ERROR]: @ Post render
[05:03:00] [Client thread/ERROR]: 1284: Stack underflow
[05:03:00] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:00] [Client thread/ERROR]: @ Post render
[05:03:00] [Client thread/ERROR]: 1284: Stack underflow
[05:03:00] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:00] [Client thread/ERROR]: @ Post render
[05:03:00] [Client thread/ERROR]: 1284: Stack underflow
[05:03:00] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:00] [Client thread/ERROR]: @ Post render
[05:03:00] [Client thread/ERROR]: 1284: Stack underflow
[05:03:00] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:00] [Client thread/ERROR]: @ Post render
[05:03:00] [Client thread/ERROR]: 1284: Stack underflow
[05:03:00] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:00] [Client thread/ERROR]: @ Post render
[05:03:00] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:01] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:01] [Client thread/ERROR]: @ Post render
[05:03:01] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:02] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:02] [Client thread/ERROR]: @ Post render
[05:03:02] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Server thread/INFO]: Saving and pausing game...
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[05:03:03] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:03] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:03] [Client thread/ERROR]: @ Post render
[05:03:03] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Client thread/ERROR]: ########## GL ERROR ##########
[05:03:04] [Client thread/ERROR]: @ Post render
[05:03:04] [Client thread/ERROR]: 1284: Stack underflow
[05:03:04] [Server thread/INFO]: Stopping server
[05:03:04] [Server thread/INFO]: Saving players
[05:03:04] [Server thread/INFO]: Saving worlds
[05:03:04] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[05:03:04] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[05:03:04] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[05:03:04] [Server thread/INFO] [FML]: Unloading dimension 0
[05:03:04] [Server thread/INFO] [FML]: Unloading dimension -1
[05:03:04] [Server thread/INFO] [FML]: Unloading dimension 1
[05:03:04] [Server thread/INFO] [FML]: Applying holder lookups
[05:03:04] [Server thread/INFO] [FML]: Holder lookups applied
[05:03:06] [Client thread/INFO]: Stopping!
[05:03:06] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[05:03:06] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[05:03:06] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[05:03:06] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
 
Сверху