Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Hey, that tickles! Hehehe!
- Time: 1/21/18 8:27 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: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.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:49)
- 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 de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
- at com.sun.proxy.$Proxy32.mouseClick(Unknown Source)
- 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 de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
- at com.sun.proxy.$Proxy32.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 net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
- at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
- 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.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:49)
- 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)
- -- Gui --
- Details:
- Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
- ComposedElement: de.johni0702.minecraft.gui.element.GuiButton@467e45a4
- Element: de.johni0702.minecraft.gui.element.GuiButton@467e45a4
- Stacktrace:
- at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
- at com.sun.proxy.$Proxy32.mouseClick(Unknown Source)
- 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)
- -- Gui --
- Details:
- Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
- ComposedElement: com.replaymod.online.gui.GuiLoginPrompt@720ea2bb
- Element: com.replaymod.online.gui.GuiLoginPrompt@720ea2bb
- Stacktrace:
- at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
- at com.sun.proxy.$Proxy32.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 screen --
- Details:
- Screen name: de.johni0702.minecraft.gui.container.AbstractGuiScreen.MinecraftGuiScreen
- Stacktrace:
- at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
- at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
- 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)
- -- System Details --
- Details:
- Minecraft Version: 1.12.2
- 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: 179500200 bytes (171 MB) / 872415232 bytes (832 MB) up to 1073741824 bytes (1024 MB)
- JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.42 Powered by Forge 14.23.1.2555 14 mods loaded, 14 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- | State | ID | Version | Source | Signature |
- |:------ |:----------------------- |:------------ |:----------------------------- |:---------------------------------------- |
- | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
- | UCHIJA | mcp | 9.42 | minecraft.jar | None |
- | UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.1.2555.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | UCHIJA | forge | 14.23.1.2555 | forge-1.12.2-14.23.1.2555.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | UCHIJA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |
- | UCHIJA | replaymod-compat | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
- | UCHIJA | replaymod | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
- | UCHIJA | replaymod-editor | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
- | UCHIJA | replaymod-extras | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
- | UCHIJA | replaymod-online | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
- | UCHIJA | replaymod-recording | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
- | UCHIJA | replaymod-render | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
- | UCHIJA | replaymod-replay | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
- | UCHIJA | replaymod-simplepathing | 1.12.2-2.1.0 | replaymod-1.12.2-2.1.0.jar | None |
- Loaded coremods (and transformers):
- LoadingPlugin (replaymod-1.12.2-2.1.0.jar)
- GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3412' Renderer: 'Intel(R) HD Graphics 4600'
- Launched Version: 1.12.2-forge1.12.2-14.23.1.2555
- LWJGL: 2.9.4
- OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3412, Intel
- 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:
- Current Language: English (US)
- Profiler Position: N/A (disabled)
- CPU: 4x Intel(R) Core(TM) i5-4460S CPU @ 2.90GHz
Advertisement
Add Comment
Please, Sign In to add comment