Skip to content

Instantly share code, notes, and snippets.

@shinji257
Created October 24, 2019 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinji257/1543b368ac5ae4048699ef88deb3c428 to your computer and use it in GitHub Desktop.
Save shinji257/1543b368ac5ae4048699ef88deb3c428 to your computer and use it in GitHub Desktop.
OptiFine/Minecraft Crash - Font loading
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 10/23/19 11:37 PM
Description: Rendering overlay
java.lang.IllegalArgumentException: Out of bounds: start: (0, 0) (size: 43x41); size: 43x41
at cuj.a(NativeImage.java:467)
at cty$a.a(SourceFile:140)
at dat.a(SourceFile:48)
at das.a(Font.java:164)
at das.b(Font.java:141)
at cyu.b(FontRenderer.java:250)
at cyu.a(FontRenderer.java:151)
at cyu.a(FontRenderer.java:92)
at cyw.drawCenteredString(SourceFile:98)
at dce.render(SourceFile:115)
at dcb.render(ResourceLoadProgressGui.java:79)
at dnc.a(GameRenderer.java:877)
at cyc.e(SourceFile:954)
at cyc.b(SourceFile:410)
at net.minecraft.client.main.Main.main(SourceFile:155)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at cuj.a(NativeImage.java:467)
at cty$a.a(SourceFile:140)
at dat.a(SourceFile:48)
at das.a(Font.java:164)
at das.b(Font.java:141)
at cyu.b(FontRenderer.java:250)
at cyu.a(FontRenderer.java:151)
at cyu.a(FontRenderer.java:92)
at cyw.drawCenteredString(SourceFile:98)
at dce.render(SourceFile:115)
at dcb.render(ResourceLoadProgressGui.java:79)
-- Overlay render details --
Details:
Overlay name: dcb
Stacktrace:
at dnc.a(GameRenderer.java:877)
at cyc.e(SourceFile:954)
at cyc.b(SourceFile:410)
at net.minecraft.client.main.Main.main(SourceFile:155)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
-- System Details --
Details:
Minecraft Version: 1.14.4
Minecraft Version ID: 1.14.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1035296720 bytes (987 MB) / 2046820352 bytes (1952 MB) up to 2147483648 bytes (2048 MB)
CPUs: 12
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Launched Version: 1.14.4-OptiFine_HD_U_F4
LWJGL: 3.2.2 build 10
OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.48, 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: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
Resource Packs: vanilla, file/PureBDcraft 128x MC114.zip, file/PureBDcraft CTM Transitions MC114.zip, file/PureBDcraft Damaged Items MC114.zip, file/PureBDcraft Extra OptiFine MC114.zip, file/PureBDcraft Font MC114.zip, file/PureBDcraft More 3D Blocks MC114.zip, file/PureBDcraft Noteblock English MC114.zip, file/PureBDcraft Technology MC114.zip
Current Language: English (US)
CPU: 12x Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
OptiFine Version: OptiFine_1.14.4_HD_U_F4
OptiFine Build: 20191023-123115
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 436.48
OpenGlRenderer: GeForce GTX 1080 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment