Replay Mod Forums

This Thread is locked - no new replies are allowed.

Locked Replay Mod Crashes After Clicking Render Button
    • User
    • 4 forum posts
    User76417
    #1

    Aug 09 17, 05:48 PM

    Hello,
    I know this is some what of a common thread; however, I have read about 4 or 5 different threads now and none have given me answers to my problem. When I click the render button the screen starts flashing, and eventually crashes. Normally I exit the game before it crashes. I am running Minecraft 1.11 and have tried all the different versions of the replay mod for this Minecraft build. The only mods I have are optifine, better foliage, and worldedit. Below will be the crash log from the latest. Thank you ahead of time for the help!
    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    LoadingPlugin (replaymod-1.11-2.0.0.jar)
    BetterFoliageLoader (BetterFoliage-MC1.11-2.1.2.jar)
    Contact their authors BEFORE contacting forge

    // I feel sad now :(

    Time: 8/9/17 11:31 AM
    Description: Calling Gui method

    java.lang.IllegalStateException: Cannot convert position unless rendered at least once.
    at com.google.common.base.Preconditions.checkState(Preconditions.java:176)
    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.GeneratedMethodAccessor68.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.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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.$Proxy45.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:542)
    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:510)
    at com.replaymod.replay.InputReplayTimer.func_74275_a(InputReplayTimer.java:47)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1035)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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:176)
    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.GeneratedMethodAccessor68.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@User2ce3ca9b
    Element: de.johni0702.minecraft.gui.element.GuiNumberField@User2ce3ca9b
    Stacktrace:
    at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
    at com.sun.proxy.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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@52094017
    Element: de.johni0702.minecraft.gui.container.GuiPanel@52094017
    Stacktrace:
    at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
    at com.sun.proxy.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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@User1a5bf8
    Element: de.johni0702.minecraft.gui.container.GuiPanel@User1a5bf8
    Stacktrace:
    at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
    at com.sun.proxy.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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@User48ea4220
    Element: de.johni0702.minecraft.gui.container.GuiPanel@User48ea4220
    Stacktrace:
    at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
    at com.sun.proxy.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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@User27432d26
    Element: de.johni0702.minecraft.gui.container.GuiPanel@User27432d26
    Stacktrace:
    at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
    at com.sun.proxy.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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@User54ef2f96
    Element: de.johni0702.minecraft.gui.container.GuiVerticalList@User54ef2f96
    Stacktrace:
    at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
    at com.sun.proxy.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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@User77852f3c
    Element: de.johni0702.minecraft.gui.container.GuiPanel@User77852f3c
    Stacktrace:
    at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
    at com.sun.proxy.$Proxy45.mouseClick(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor68.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@73641856
    Element: com.replaymod.render.gui.GuiRenderSettings@73641856
    Stacktrace:
    at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
    at com.sun.proxy.$Proxy45.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:542)
    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:510)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 2 total; [CameraEntity['Player'/-1789435, l='MpServer', x=478.78, y=77.84, z=908.72], EntityOtherPlayerMP['TheClassyGents'/137, l='MpServer', x=481.26, y=78.28, z=910.23]]
    Chunk stats: MultiplayerChunkCache: 1089, 1089
    Level seed: 0
    Level generator: ID 04 - customized, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (425,78,909), Chunk: (at 9,4,13 in 26,56; contains blocks 416,0,896 to 431,255,911), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
    Level time: 1582128 game time, 1225470 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: 70 total; [EntityBat['Bat'/129, l='MpServer', x=543.50, y=51.10, z=936.75], EntityBat['Bat'/130, l='MpServer', x=542.28, y=49.88, z=959.40], EntityOtherPlayerMP['TheClassyGents'/137, l='MpServer', x=481.26, y=78.28, z=910.23], EntitySquid['Squid'/16798, l='MpServer', x=522.26, y=66.31, z=946.79], EntitySquid['Squid'/16799, l='MpServer', x=527.96, y=65.87, z=954.83], EntitySquid['Squid'/16800, l='MpServer', x=526.33, y=66.47, z=954.56], EntitySquid['Squid'/16801, l='MpServer', x=531.66, y=69.02, z=951.58], EntityPainting['Painting'/51, l='MpServer', x=383.03, y=76.50, z=806.50], EntityBat['Bat'/12724, l='MpServer', x=547.19, y=31.12, z=921.59], EntityArmorStand['Armor Stand'/55, l='MpServer', x=383.50, y=81.00, z=971.50], EntityArmorStand['Armor Stand'/56, l='MpServer', x=383.50, y=81.00, z=970.50], EntityBat['Bat'/12472, l='MpServer', x=516.51, y=22.77, z=888.34], EntityArmorStand['Armor Stand'/57, l='MpServer', x=383.50, y=81.00, z=972.50], EntityPainting['Painting'/58, l='MpServer', x=385.50, y=76.00, z=809.97], EntityArmorStand['Armor Stand'/59, l='MpServer', x=386.50, y=75.00, z=809.50], EntityPainting['Painting'/60, l='MpServer', x=384.03, y=76.50, z=805.50], EntityPainting['Painting'/61, l='MpServer', x=384.03, y=76.50, z=804.50], EntityArmorStand['Armor Stand'/63, l='MpServer', x=384.50, y=81.00, z=971.50], EntityArmorStand['Armor Stand'/64, l='MpServer', x=384.50, y=81.00, z=970.50], EntityArmorStand['Armor Stand'/65, l='MpServer', x=384.50, y=81.00, z=972.50], EntityArmorStand['Armor Stand'/66, l='MpServer', x=384.50, y=81.00, z=968.50], EntityPainting['Painting'/67, l='MpServer', x=393.50, y=79.00, z=979.03], EntityCow['Cow'/68, l='MpServer', x=409.17, y=74.00, z=886.41], EntityArmorStand['Armor Stand'/69, l='MpServer', x=415.50, y=81.00, z=904.50], EntityArmorStand['Armor Stand'/70, l='MpServer', x=414.50, y=81.00, z=904.50], EntityArmorStand['Armor Stand'/71, l='MpServer', x=415.50, y=81.00, z=903.50], EntityArmorStand['Armor Stand'/72, l='MpServer', x=414.50, y=81.00, z=902.50], EntityPainting['Painting'/73, l='MpServer', x=405.97, y=80.00, z=903.50], EntityCow['Cow'/74, l='MpServer', x=412.46, y=74.00, z=938.21], EntityPainting['Painting'/75, l='MpServer', x=405.50, y=79.00, z=962.97], EntityBat['Bat'/12619, l='MpServer', x=432.02, y=18.45, z=914.18], EntityCow['Cow'/78, l='MpServer', x=429.55, y=74.00, z=841.45], EntityCow['Cow'/79, l='MpServer', x=424.82, y=74.00, z=834.79], EntityBat['Bat'/80, l='MpServer', x=426.70, y=24.10, z=895.75], EntityArmorStand['Armor Stand'/81, l='MpServer', x=417.50, y=81.00, z=895.50], EntityPainting['Painting'/82, l='MpServer', x=421.03, y=80.00, z=885.50], EntityItemFrame['entity.ItemFrame.name'/83, l='MpServer', x=427.97, y=79.50, z=908.50], EntityItemFrame['entity.ItemFrame.name'/84, l='MpServer', x=427.97, y=79.50, z=909.50], EntityItemFrame['entity.ItemFrame.name'/85, l='MpServer', x=427.97, y=79.50, z=910.50], EntityBat['Bat'/17237, l='MpServer', x=560.43, y=26.05, z=929.59], EntityItemFrame['entity.ItemFrame.name'/86, l='MpServer', x=427.97, y=79.50, z=911.50], EntityItemFrame['entity.ItemFrame.name'/87, l='MpServer', x=427.97, y=80.50, z=911.50], EntityItemFrame['entity.ItemFrame.name'/88, l='MpServer', x=427.97, y=80.50, z=909.50], EntityItemFrame['entity.ItemFrame.name'/89, l='MpServer', x=427.97, y=80.50, z=908.50], EntityItemFrame['entity.ItemFrame.name'/90, l='MpServer', x=427.97, y=81.50, z=908.50], EntityItemFrame['entity.ItemFrame.name'/91, l='MpServer', x=427.97, y=81.50, z=909.50], EntityItemFrame['entity.ItemFrame.name'/92, l='MpServer', x=427.97, y=81.50, z=910.50], EntityItemFrame['entity.ItemFrame.name'/93, l='MpServer', x=427.97, y=81.50, z=911.50], EntityItemFrame['entity.ItemFrame.name'/94, l='MpServer', x=427.97, y=80.50, z=910.50], EntityArmorStand['Armor Stand'/95, l='MpServer', x=417.50, y=81.00, z=896.50], EntityPig['Pig'/96, l='MpServer', x=429.70, y=79.00, z=941.50], EntityPig['Pig'/98, l='MpServer', x=426.50, y=78.00, z=944.29], EntityBat['Bat'/101, l='MpServer', x=450.38, y=61.91, z=896.42], EntityChicken['Chicken'/102, l='MpServer', x=439.82, y=78.00, z=897.50], EntityChicken['Chicken'/103, l='MpServer', x=442.65, y=79.00, z=931.12], EntityPig['Pig'/104, l='MpServer', x=433.33, y=80.00, z=942.50], CameraEntity['Player'/-1789435, l='MpServer', x=478.78, y=77.84, z=908.72], EntityItem['item.item.egg'/107, l='MpServer', x=448.16, y=78.00, z=927.83], EntityPig['Pig'/108, l='MpServer', x=448.69, y=78.00, z=921.39], EntityCow['Cow'/109, l='MpServer', x=451.52, y=78.00, z=925.72], EntityCow['Cow'/110, l='MpServer', x=454.22, y=84.00, z=954.49], EntityCow['Cow'/111, l='MpServer', x=450.32, y=84.00, z=955.84], EntityPig['Pig'/112, l='MpServer', x=458.22, y=84.00, z=960.74], EntityBat['Bat'/114, l='MpServer', x=453.52, y=39.03, z=861.90], EntityCow['Cow'/116, l='MpServer', x=472.63, y=78.00, z=898.84], EntityItem['item.item.egg'/117, l='MpServer', x=465.86, y=78.00, z=918.41], EntityCow['Cow'/118, l='MpServer', x=460.82, y=78.00, z=920.51], EntitySheep['Sheep'/119, l='MpServer', x=461.79, y=78.00, z=922.44], EntityChicken['Chicken'/120, l='MpServer', x=477.90, y=78.00, z=920.75], EntitySquid['Squid'/122, l='MpServer', x=509.11, y=63.49, z=946.44]]
    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:2653)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:391)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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.11
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 206934928 bytes (197 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.35 Powered by Forge 13.19.1.2199 Optifine OptiFine_1.11_HD_U_B8 15 mods loaded, 15 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAAAA minecraft{1.11} [Minecraft] (minecraft.jar)
    UCHIJAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11-13.19.1.2199.jar)
    UCHIJAAAAAA forge{13.19.1.2199} [Minecraft Forge] (forge-1.11-13.19.1.2199.jar)
    UCHIJAAAAAA replaymod-compat{1.11-2.0.0} [Replay Mod - Compatibility] (replaymod-1.11-2.0.0.jar)
    UCHIJAAAAAA replaymod-render{1.11-2.0.0} [Replay Mod - Render] (replaymod-1.11-2.0.0.jar)
    UCHIJAAAAAA replaymod-replay{1.11-2.0.0} [Replay Mod - Replay] (replaymod-1.11-2.0.0.jar)
    UCHIJAAAAAA replaymod{1.11-2.0.0} [Replay Mod] (replaymod-1.11-2.0.0.jar)
    UCHIJAAAAAA replaymod-editor{1.11-2.0.0} [Replay Mod - Replay Editor] (replaymod-1.11-2.0.0.jar)
    UCHIJAAAAAA replaymod-extras{1.11-2.0.0} [Replay Mod - Extras] (replaymod-1.11-2.0.0.jar)
    UCHIJAAAAAA replaymod-online{1.11-2.0.0} [Replay Mod - Online] (replaymod-1.11-2.0.0.jar)
    UCHIJAAAAAA replaymod-recording{1.11-2.0.0} [Replay Mod - Recording] (replaymod-1.11-2.0.0.jar)
    UCHIJAAAAAA replaymod-simplepathing{1.11-2.0.0} [Replay Mod - Simple Pathing] (replaymod-1.11-2.0.0.jar)
    UCHIJAAAAAA betterfoliage{2.1.2} [Better Foliage] (BetterFoliage-MC1.11-2.1.2.jar)
    UCHIJAAAAAA worldedit{6.1.6} [WorldEdit] (worldedit-forge-mc1.11-6.1.6-dist.jar)
    Loaded coremods (and transformers):
    LoadingPlugin (replaymod-1.11-2.0.0.jar)

    BetterFoliageLoader (BetterFoliage-MC1.11-2.1.2.jar)
    mods.betterfoliage.loader.BetterFoliageTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.92' Renderer: 'GeForce GTX 970/PCIe/SSE2'
    Launched Version: 1.11-forge1.11-13.19.1.2199
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 378.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: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: Conquest_1.11.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz
    OptiFine Version: OptiFine_1.11_HD_U_B8
    Render Distance Chunks: 16
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: SEUS-v11.0.zip
    OpenGlVersion: 4.5.0 NVIDIA 378.92
    OpenGlRenderer: GeForce GTX 970/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 4


    • Developer
    • 1883 forum posts
    User10
    #2

    Aug 09 17, 05:55 PM

    HD fonts on some systems are bugged. Try to remove either just the fonts from your resource pack or, if you don't know how to d that, remove your resource pack as a whole.


    • User
    • 4 forum posts
    User76417
    #3

    Aug 09 17, 06:19 PM

    It worked! Thank you, I completely removed the conquest texture pack. However, could you point me to some resources on how to remove the fonts. Because I do enjoy the texture pack and would like to still use it.


    • Developer
    • 1883 forum posts
    User10
    #4

    Aug 09 17, 06:28 PM

    I'm not entirely sure but I think it should be sufficient to:
    1. Open the resource pack .zip file
    2. Go into assets/minecraft/textures
    3. Remove the font folder


    • User
    • 4 forum posts
    User76417
    #5

    Aug 09 17, 06:45 PM | Last edited: Aug 09 17, 06:46 PM

    So, removing the above stated folder does not fix it. I did find out by going into
    1. resourcepack.zipfile
    2. Go into assets\minecraft\mcpatcher
    3. Remove folder MCfont
    This fixes the issue however both the mcfont folder and normal font folder must be removed for it to work correctly. I will make a video soon and post it to my channel, if you wish to redirect people who are having similar issues. I will leave the link on this thread.
    Thanks for all the help and keep up the awesome work!



    • User
    • 4 forum posts
    User76417
    #6

    Aug 09 17, 08:33 PM | Last edited: Aug 09 17, 08:34 PM

    Here is a link to the video showing how to fix my specific problem. Feel free to direct people to it to save you some time, and to help me. Thanks for making such an awesome mod!
    link- https://youtu.be/In-VJrpF5UU


    • Developer
    • 1883 forum posts
    User10
    #7

    Aug 09 17, 08:34 PM

    Thanks, will do.