Fabric API

Fabric API

106M Downloads

MultiMC FabricLoader 0.4.2-build.132 crash on start

lordrius opened this issue ยท 6 comments

commented

Hi!

I'm writing a piece of code in eclipse and debugging forks fine, no errors in console, no errors when compiling the code but when i start MultiMC with Minecraft 1.14 instance and my mod, an error appears in console log and crash the game:

https://pastebin.com/0iXjZkH8

I'm using MultiMC with FabricLoader 0.4.2-build.132, mappings 1.14-build.1, using the same parameters in gradle.properties file... Also tried MultiMC with latest fabric loader and mappings version.

Any ideas?

Many thanks! and sorry for my english :p

commented

Duplicate of #154

commented

@lordrius Was fixed in loader 0.4.4 build 137

commented

Fixed.

commented

Hi!

Sorry i just tried and i have the same error

https://pastebin.com/nVd2FcKH

Now i've MultiMC FabricLoader 0.4.4-build.137 and mappings 1.14-build.1. Also tried with latest mappings and loader.

Compiled modifying gradle properties loader version to 0.4.4-build.137... Any ideas?

Many thanks!

PD: These are my build.bradle and gradle.properties files

https://pastebin.com/webu74Rm

https://pastebin.com/T3ew4mB2

There is something wrong?

commented

Fabric API is missing. You can't use Fabric API classes without Fabric API - Loader is a separate thing.

commented

Fixed now, many thanks asiekierka!