#Minecraft crashing Failed to get system info for GL Caps

8 messages · Page 1 of 1 (latest)

runic pilot
#

This is my projects repo: https://github.com/dmcpacks/Dirtmonds-Fabric
Basically when I try to load my mod, it just crashes, everything worked in 1.20-1.20.3, these are some of the warnings I get
The crash is this: java.lang.IllegalStateException: Rendersystem called from wrong thread

[21:29:34] [main/WARN] (FabricLoader/Mixin) Error loading class: net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityType$Builder<TT;> (java.lang.ClassNotFoundException: net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityType$Builder<TT;>)
[21:29:34] [main/WARN] (FabricLoader/Mixin) Error loading class: net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityType$Builder<TT;> (java.lang.ClassNotFoundException: net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityType$Builder<TT;>)
[21:29:34] [main/WARN] (FabricLoader/Mixin) Error loading class: net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityType$Builder<TT;> (java.lang.ClassNotFoundException: net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityType$Builder<TT;>)
[21:29:34] [main/WARN] (Minecraft) Failed to get system info for GL Caps```
GitHub

Adds dirtmonds to Minecraft using fabric. Contribute to dmcpacks/Dirtmonds-Fabric development by creating an account on GitHub.

#

Using fabric loom 1.1
Java 17

org.gradle.jvmargs=-Xmx3G
# https://fabricmc.net/develop/

    minecraft_version=1.20.4
    yarn_mappings=1.20.4+build.3
    loader_version=0.15.11

# Mod Properties
    mod_version = 3.3.0
    maven_group = com.dmcpacks.dirtmonds
    archives_base_name = dirtmonds

# Dependencies
    fabric_version=0.97.1+1.20.4```
runic pilot
#

Should also mention it works when compiled into a .jar and run in a seperate fabric installation

fierce zephyr
#

Unrelated but you should probably update loom.

#

To me it looks like that exception is thrown while trying to generate a crash report. So there is another issue before it that's the actual problem

knotty torrent
runic pilot
#

That’s weird, I’ll try your update later, thank you very much

#

I was suggested elsewhere to delete .gradle and .idea and update loom to 1.6