-
Notifications
You must be signed in to change notification settings - Fork 30
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 issue: quilt_loader missing #60
Comments
Hmm. This one is odd, considering it... clearly is loading Quilt, but isn't providing the Quilt loader mod itself. There is a chance that this is an issue I've had in the back of my mind finally manifesting, but it may take me a bit to know for sure. (Basically, how libraries are unpacked currently is both inefficient and has weird implications for the classpath, and is something I've run into while trying to run some servers locally.) |
Just tried the exact same setup but with fabric and it works fine. So I'm going to stay with that for now. |
The server configuration is currently disabled due to Infinidoge/nix-minecraft#60
I was looking into how the official
The classpath seems to be loaded relative to |
I should have written it down so I could express it concisely, but that was exactly what I was hoping to figure out how to do properly in fixing this. The same goes for the Fabric derivation. Even better, create the minimal server launch jar with absolute paths in the class path, then there's no need for the symlink tree at all. |
It works :) Still need to clean it up a tiny bit, but I should be able to push this today once I fix the update scripts. The main other thing I want to do with this later is figure out if I can have Nix handle all of the libraries, because Fabric/Quilt/etc unpack a lot of libraries to |
Please see if fa037f4 fixes your issue. It theoretically should, and in my brief testing I didn't see it, however I haven't tried running it properly in production yet to know for sure. (If I was doing this in a slightly smarter way I would have pushed to the develop branch, but it's too late now) |
I just tested it with my modpack and everything seems to work perfectly! |
Cool! Fixed and improved! And I've figured out a way to not deal with libraries and versions too, it just needs more tinkering :) |
Reopening due to #65 :( |
There seem to be an issue with the Quilt loader. Here is my config: https://github.com/sweenu/nixfiles/blob/d6fba43e8177dd67d9ba7ddb769fa934d8ebb4a2/hosts/najdorf/minecraft/default.nix
And here is the crash report: crash-2024-03-20_24.14.02.7060-quilt_loader.txt
I thought at first that it might be the modpack even though I have no problem using it client side. But then I tried removing all mods and keeping only the Quilt API mod and the error persisted. So I'm thinking that it might be an issue with the package.
The text was updated successfully, but these errors were encountered: