Hi, I have a recent problem, my game is crashing when I hit the render button. My screen flash and Minecraft does not respond, and crash.
---- Minecraft Crash Report ----
WARNING: coremods are present:
MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
OpenEyePlugin (OpenEye.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.107.jar)
LoadingPlugin (replaymod-1.12-2.0.1.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 10/25/17 12:56 PM
Description: Calling Gui method
java.lang.IllegalStateException: Cannot convert position unless rendered at least once.
at com.google.common.base.Preconditions.checkState(Preconditions.java:444)
at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:89)
at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:84)
at de.johni0702.minecraft.gui.element.AbstractGuiTextField.mouseClick(AbstractGuiTextField.java:337)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73864_a(AbstractGuiScreen.java:181)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_146274_d(AbstractGuiScreen.java:201)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
at com.replaymod.replay.InputReplayTimer.func_74275_a(InputReplayTimer.java:47)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1079)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at com.google.common.base.Preconditions.checkState(Preconditions.java:444)
at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:89)
at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:84)
at de.johni0702.minecraft.gui.element.AbstractGuiTextField.mouseClick(AbstractGuiTextField.java:337)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.element.GuiNumberField@13635599
Element: de.johni0702.minecraft.gui.element.GuiNumberField@13635599
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@443466ef
Element: de.johni0702.minecraft.gui.container.GuiPanel@443466ef
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@User2e64fcbd
Element: de.johni0702.minecraft.gui.container.GuiPanel@User2e64fcbd
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@User562281b1
Element: de.johni0702.minecraft.gui.container.GuiPanel@User562281b1
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@User714f3af4
Element: de.johni0702.minecraft.gui.container.GuiPanel@User714f3af4
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiVerticalList@User5b2ae6e3
Element: de.johni0702.minecraft.gui.container.GuiVerticalList@User5b2ae6e3
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@User63ae673d
Element: de.johni0702.minecraft.gui.container.GuiPanel@User63ae673d
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: com.replaymod.render.gui.GuiRenderSettings@User592afe11
Element: com.replaymod.render.gui.GuiRenderSettings@User592afe11
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
at com.sun.proxy.$Proxy53.mouseClick(Unknown Source)
at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73864_a(AbstractGuiScreen.java:181)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_146274_d(AbstractGuiScreen.java:201)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [CameraEntity['Player'/-1789435, l='MpServer', x=703.88, y=18.67, z=-5474.45], EntityOtherPlayerMP['Shikapantera'/139, l='MpServer', x=704.30, y=9.70, z=-5476.30]]
Chunk stats: MultiplayerChunkCache: 961, 961
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (706,64,616), Chunk: (at 2,4,8 in 44,38; contains blocks 704,0,608 to 719,255,623), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Level time: 60556457 game time, 66580650 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: spectator (ID 3). Hardcore: false. Cheats: false
Forced entities: 58 total; [CameraEntity['Player'/-1789435, l='MpServer', x=703.88, y=18.67, z=-5474.45], EntityRabbit['Rabbit'/263, l='MpServer', x=657.31, y=70.00, z=-5514.16], EntityZombie['Zombie'/1415, l='MpServer', x=712.50, y=54.00, z=-5540.50], EntityEnderman['Enderman'/8201, l='MpServer', x=668.21, y=102.00, z=-5445.26], EntityZombie['Zombie'/8202, l='MpServer', x=697.50, y=64.00, z=-5511.50], EntityOtherPlayerMP['Shikapantera'/139, l='MpServer', x=704.30, y=9.70, z=-5476.30], EntityBat['Bat'/4877, l='MpServer', x=670.64, y=19.47, z=-5554.10], EntityBat['Bat'/4878, l='MpServer', x=663.47, y=19.69, z=-5538.85], EntityArmorStand['Armor Stand'/272, l='MpServer', x=734.50, y=243.00, z=-5475.50], EntityArmorStand['Armor Stand'/273, l='MpServer', x=732.50, y=243.00, z=-5474.50], EntityZombie['Zombie'/408, l='MpServer', x=748.50, y=28.00, z=-5433.50], EntityCreeper['Creeper'/409, l='MpServer', x=747.50, y=28.00, z=-5433.50], EntityBat['Bat'/6171, l='MpServer', x=736.40, y=42.90, z=-5410.23], EntityZombie['Zombie'/7068, l='MpServer', x=653.50, y=38.00, z=-5538.50], EntityCreeper['Creeper'/5536, l='MpServer', x=756.82, y=72.00, z=-5417.60], EntityZombie['Zombie'/6944, l='MpServer', x=726.50, y=56.00, z=-5534.50], EntityRabbit['Rabbit'/289, l='MpServer', x=675.98, y=70.00, z=-5536.46], EntitySkeleton['Skeleton'/290, l='MpServer', x=625.50, y=41.00, z=-5524.50], EntityEnderman['Enderman'/291, l='MpServer', x=630.50, y=41.00, z=-5513.50], EntityZombie['Zombie'/7341, l='MpServer', x=770.25, y=71.33, z=-5420.84], EntityZombie['Zombie'/7342, l='MpServer', x=771.18, y=71.00, z=-5422.25], EntityZombie['Zombie'/7343, l='MpServer', x=771.50, y=71.00, z=-5423.57], EntityZombie['Zombie'/7344, l='MpServer', x=768.04, y=71.00, z=-5418.78], EntitySpider['Spider'/7345, l='MpServer', x=727.50, y=47.00, z=-5547.50], EntityCreeper['Creeper'/1715, l='MpServer', x=655.50, y=72.00, z=-5475.50], EntityBat['Bat'/4025, l='MpServer', x=670.24, y=17.36, z=-5523.13], EntityCreeper['Creeper'/1212, l='MpServer', x=679.50, y=68.00, z=-5459.50], EntityZombie['Zombie'/5182, l='MpServer', x=705.50, y=49.00, z=-5452.50], EntityZombie['Zombie'/5183, l='MpServer', x=705.50, y=49.00, z=-5453.50], EntityBat['Bat'/2368, l='MpServer', x=639.43, y=24.10, z=-5521.27], EntityZombie['Zombie'/5184, l='MpServer', x=707.50, y=49.00, z=-5454.50], EntityBat['Bat'/7490, l='MpServer', x=726.08, y=58.74, z=-5528.36], EntityBat['Bat'/7492, l='MpServer', x=680.18, y=20.31, z=-5528.45], EntitySkeleton['Skeleton'/8647, l='MpServer', x=783.50, y=56.00, z=-5516.50], EntityBat['Bat'/584, l='MpServer', x=722.44, y=53.63, z=-5403.10], EntityZombie['Zombie'/330, l='MpServer', x=710.50, y=55.00, z=-5548.50], EntityItem['item.tile.stonebrick'/6603, l='MpServer', x=706.73, y=10.00, z=-5476.20], EntityZombie['Zombie'/460, l='MpServer', x=738.50, y=34.00, z=-5451.50], EntityCreeper['Creeper'/462, l='MpServer', x=738.50, y=34.00, z=-5451.50], EntitySkeleton['Skeleton'/5070, l='MpServer', x=764.50, y=70.00, z=-5460.50], EntityZombie['Zombie'/6095, l='MpServer', x=662.50, y=34.00, z=-5550.50], EntityItem['item.tile.stonebrick'/6479, l='MpServer', x=707.52, y=10.00, z=-5477.11], EntityZombie['Zombie'/5586, l='MpServer', x=655.50, y=27.00, z=-5487.50], EntitySkeleton['Skeleton'/6356, l='MpServer', x=730.50, y=44.00, z=-5535.50], EntityEnderman['Enderman'/6357, l='MpServer', x=729.50, y=44.00, z=-5534.50], EntityCreeper['Creeper'/8023, l='MpServer', x=641.50, y=34.00, z=-5525.50], EntityCreeper['Creeper'/5722, l='MpServer', x=684.50, y=59.00, z=-5487.50], EntityZombie['Zombie'/1628, l='MpServer', x=657.50, y=107.00, z=-5452.50], EntityZombie['Zombie'/1629, l='MpServer', x=656.50, y=107.00, z=-5455.50], EntityZombie['Zombie'/1757, l='MpServer', x=655.50, y=24.00, z=-5539.50], EntityCreeper['Creeper'/4591, l='MpServer', x=662.50, y=54.00, z=-5466.50], EntityRabbit['Rabbit'/241, l='MpServer', x=643.45, y=68.33, z=-5548.05], EntityZombieVillager['Zombie Villager'/1270, l='MpServer', x=713.50, y=56.00, z=-5532.50], EntitySkeleton['Skeleton'/3960, l='MpServer', x=746.50, y=28.00, z=-5433.50], EntitySkeleton['Skeleton'/4089, l='MpServer', x=723.50, y=63.00, z=-5495.50], EntityCreeper['Creeper'/4090, l='MpServer', x=724.50, y=63.00, z=-5494.50], EntityCreeper['Creeper'/4091, l='MpServer', x=726.50, y=63.00, z=-5494.50], EntityZombie['Zombie'/1406, l='MpServer', x=673.83, y=15.67, z=-5533.08]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 747169816 bytes (712 MB) / 2242379776 bytes (2138 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.40 Powered by Forge 14.21.1.2443 Optifine OptiFine_1.12_HD_U_C4 28 mods loaded, 28 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA minecraft{1.12} [Minecraft] (minecraft.jar)
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2443.jar)
UCHIJA forge{14.21.1.2443} [Minecraft Forge] (forge-1.12-14.21.1.2443.jar)
UCHIJA OpenEye{0.8} [OpenEye] (OpenEye.jar)
UCHIJA replaymod-compat{1.12-2.0.1} [Replay Mod - Compatibility] (replaymod-1.12-2.0.1.jar)
UCHIJA replaymod-replay{1.12-2.0.1} [Replay Mod - Replay] (replaymod-1.12-2.0.1.jar)
UCHIJA replaymod{1.12-2.0.1} [Replay Mod] (replaymod-1.12-2.0.1.jar)
UCHIJA replaymod-render{1.12-2.0.1} [Replay Mod - Render] (replaymod-1.12-2.0.1.jar)
UCHIJA replaymod-editor{1.12-2.0.1} [Replay Mod - Replay Editor] (replaymod-1.12-2.0.1.jar)
UCHIJA replaymod-extras{1.12-2.0.1} [Replay Mod - Extras] (replaymod-1.12-2.0.1.jar)
UCHIJA replaymod-online{1.12-2.0.1} [Replay Mod - Online] (replaymod-1.12-2.0.1.jar)
UCHIJA replaymod-recording{1.12-2.0.1} [Replay Mod - Recording] (replaymod-1.12-2.0.1.jar)
UCHIJA replaymod-simplepathing{1.12-2.0.1} [Replay Mod - Simple Pathing] (replaymod-1.12-2.0.1.jar)
UCHIJA xaerobetterpvp{1.13} [Better PvP] (BetterPvP_1.13_Forge_1.12.jar)
UCHIJA biomesoplenty{7.0.0.2291} [Biomes O' Plenty] (BiomesOPlenty-1.12-7.0.0.2291-universal.jar)
UCHIJA ctm{MC1.12-0.2.3.9} [CTM] (CTM-MC1.12-0.2.3.9.jar)
UCHIJA chisel{MC1.12-0.0.14.18} [Chisel] (Chisel-MC1.12-0.0.14.18.jar)
UCHIJA fastleafdecay{v13} [Fast Leaf Decay] (FastLeafDecay-v13.jar)
UCHIJA gravestone{1.8.4} [Gravestone Mod] (gravestone-1.8.4.jar)
UCHIJA inventorytweaks{1.63+beta.107.015dbec} [Inventory Tweaks] (InventoryTweaks-1.63+beta.107.jar)
UCHIJA jei{4.7.11.102} [Just Enough Items] (jei_1.12.2-4.7.11.102.jar)
UCHIJA journeymap{1.12-5.5.0} [JourneyMap] (journeymap-1.12-5.5.0.jar)
UCHIJA llor{1.1.4-mc1.12} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.4-mc1.12.jar)
UCHIJA malisiscore{1.12-6.0.4} [MalisisCore] (malisiscore-1.12-6.0.4.jar)
UCHIJA malisisdoors{1.12-7.0.4} [MalisisDoors] (malisisdoors-1.12-7.0.4.jar)
UCHIJA veinminer{0.38.1} [Vein Miner] (VeinMiner-1.12-0.38.1.639+134fb1e.jar)
UCHIJA veinminermodsupport{0.38.1} [Mod Support] (VeinMiner-1.12-0.38.1.639+134fb1e.jar)
Loaded coremods (and transformers):
MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
OpenEyePlugin (OpenEye.jar)
openeye.asm.MultiTransformer
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
team.chisel.ctm.client.asm.CTMTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.107.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (replaymod-1.12-2.0.1.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 387.92' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
Launched Version: forge-14.21.1.2443
LWJGL: 2.9.4
OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 387.92, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Crystal Galaxy pack.zip, Beforetest.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
OptiFine Version: OptiFine_1.12_HD_U_C4
Render Distance Chunks: 14
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Sildurs Vibrant Shaders v1.164 Extreme.zip
OpenGlVersion: 4.6.0 NVIDIA 387.92
OpenGlRenderer: GeForce GTX 1060 6GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8