FabricMC / fabric-example-mod

Example Fabric mod
Creative Commons Zero v1.0 Universal
1.66k stars 939 forks source link

"java.lang.IllegalStateException: Could not load icon: Image not of any known type, or corrupt" #248

Closed SuperTemich2005 closed 1 year ago

SuperTemich2005 commented 1 year ago

Logs, attempts, specifications: all can be found in the official fabric discord server's channels mod-dev-1 and mod-dev-2 Main message can be found here: https://discord.com/channels/507304429255393322/721100785936760876/1094472126762856578

Tl;dr, no matter the JDK or whatever, minecraft crashes with error, when ran from intelliJ Idea in either debug mode or standard run mode.

SuperTemich2005 commented 1 year ago

Solution was to remove .gradle folder from my user folder and press refresh button in gradle options in the IDE (IntelliJ Idea) itself.