Could not find code source for magic-at
silentnyte opened this issue ยท 8 comments
Could not find code source for magic-at:/net/minecraft/class_1886$15.class: java.net.MalformedURLException: unknown protocol: magic-at
Could not find code source for magic-at:/net/minecraft/class_1886$16.class: java.net.MalformedURLException: unknown protocol: magic-at
Minecraft - 1.18.1
Fabric loader - 0.12.12
Fabric API - 0.46.1+1.18
Harvest Scythes - 2.4.1
It seems to be an incompatibility issue caused by some other mod, as I've had no issues with the latest version of Harvest Scythes.
Look into mods that add new types of tools.
The mods that I listed are the only ones that I have enabled. If you look at the log only Fabric and HS are enabled. I guess that it could be an issue with Fabric API. But when I disable HS the error goes away.
I created a new instance in MultiMC and only loaded Fabric API and HC and I get the same error. I also downloaded new copies of the mods.
Hi i get the same error. Tracked it down to this.
It started after updating the Fabric Modloader from 0.13.3 to 0.14.3
https://gist.github.com/pewblaze/96283ea0aa9f1805104c0fe7666132a2
I can replicate the same crash with just;
Minecraft 1.18.2
Fabric Loader 0.14.3
Fabric API 0.51.1+1.18.2
harvest_scythes 2.5.0
Upgrading Fabric Loader to 0.14.4 fixes the crash. Because of this commit I guess...