-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quilt support #168
Comments
I actually have this same issue still, I think, with version 3.5.2. I'm running heavily modded MC 1.19.2 with Quilt Loader 0.21.0.
Full log here: |
I have this issue as well, and don't see anyone with a similar log to mine, so I figure I may as well give my log here too: java.lang.ExceptionInInitializerError
at pl.skidam.automodpack_loader_core.FabricLanguageAdapter.<clinit>(FabricLanguageAdapter.java:26)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Unknown Source)
at java.base/java.lang.Class.forName(Unknown Source)
at org.quiltmc.loader.impl.QuiltLoaderImpl.setupLanguageAdapters(QuiltLoaderImpl.java:1169)
at org.quiltmc.loader.impl.QuiltLoaderImpl.finishModLoading(QuiltLoaderImpl.java:1066)
at org.quiltmc.loader.impl.QuiltLoaderImpl.freeze(QuiltLoaderImpl.java:197)
at org.quiltmc.loader.impl.launch.knot.Knot.init(Knot.java:150)
at org.quiltmc.loader.impl.launch.knot.Knot.launch(Knot.java:78)
at org.quiltmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:28)
Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldException: mods
at pl.skidam.automodpack_loader_core.FabricLoaderImplAccessor.<clinit>(FabricLoaderImplAccessor.java:35)
... 10 more
Caused by: java.lang.NoSuchFieldException: mods
at java.base/java.lang.Class.getDeclaredField(Unknown Source)
at pl.skidam.automodpack_loader_core.FabricLoaderImplAccessor.<clinit>(FabricLoaderImplAccessor.java:23)
... 10 more crash-2024-08-15_21.35.16.1457-quilt_loader.txt This mod seems very promising and it's what I'd prefer to use over any other out there, but I'm curious if anyone knows of a temporary alternative for Quilt? I just want my server members to not have to download every thing I add/update, since I am actively making more mods for them; but I can live without it for awhile too :) |
Well actually, this mod just doesn't support quilt anymore and it's not something that I am willing to spend my free time researching how to implement. However I am open for any PR's adding support for it, what would need to be done is to add specific quilt loader module there and implement similar functionality like the rest of these modules do. Also out of curiosity why do you use quilt? |
Ah I understand, that makes sense. I personally use Quilt for a few reasons:
I am sure Forge and Fabric are great, and I still play modpacks that use those. But for my server I am making for friends, I chose to develop my mods with Quilt. I'll take a look at the code you linked and see if there is anything I can think of. I am not super experienced with Minecraft modding, but taking a look won't hurt :) |
Bug description
As noted in the changelog and in #158, Automodpack v3.5.0 currently does not support the quilt loader. This is a regression.
Steps to reproduce
Install automodpack 3.5.0 on a server running Quilt.
Expected behavior
Automodpack works.
Actual behavior
Quilt fails to load some dependencies and automodpack crashes.
Relevant logs
The text was updated successfully, but these errors were encountered: