PatchworkMC / patchwork-api

An attempt to reimplement the Minecraft Forge API on Fabric
GNU Lesser General Public License v2.1
282 stars 48 forks source link

Build not working? #233

Closed GamingInfinite closed 3 years ago

GamingInfinite commented 3 years ago

Describe the bug After building the latest 1.16.x version, I tried running it with a patched mod in fabric (with fabric API), and it crashed outright. From what I can gather it seems to be a problem with my build of patchwork so if anyone has a 1.16.x build that they got working they can send so I can test the mod I patched, that'd be great.

Expected behavior For it to at least get to mod loading before crashing.

Screenshots or Crash Report crash report

Additional context I had fabric API in there as well, but even with the rest of my mods it had the same problem as with none so idk.

TheGlitch76 commented 3 years ago

This does not look like it is the latest 1.16 version of Patchwork API--I see some mods in there that are not defined in the settings.gradle yet

Perhaps you're using the wrong branch?

GamingInfinite commented 3 years ago

I downloaded the one in releases, if the current source is different I'll try that.

cittyinthecloud commented 3 years ago

You need to build yourself. The version in releases is very outdated.

TheGlitch76 commented 3 years ago

I understand that the latest version of Patchwork released on Github Releases is not supported, and I have compiled the version the bug is found on from the source code.

As stated here :P

I'll clarify in the template that it's from the latest source code, not the one in releases, since I see that's kind of confusing.

GamingInfinite commented 3 years ago

sorry yeah I assumed the download from releases was current. specially since it is just source code so sorry :p