-
Notifications
You must be signed in to change notification settings - Fork 135
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
Building WDL-Forge sometimes produces a broken build #175
Comments
This is SpongePowered/MixinGradle#9. You should be able to build it properly if you use |
So I properly followed the building instructions, and now the game works now. |
Good to hear that the build process works fine (apart from this issue). I'll keep this issue open until I fix the build problem. |
Please read the message; there's a dependency you need to install (if you've got any suggestions on how to make it more obvious, other than including installation instructions in the forum post (which I plan to do), let me know). |
The dependency is MixinBootstrap, and it's linked in the error message on the last line. It's not actually needed to build (or run it in the development environment), only to run it when you've installed it elsewhere. |
still not sure what this bootstrap is supposed to do but when its in the mod folder can not connect , see log |
Try building it again using the same command line arguments. |
should bootstrap jar be placed in the wdl folder some where for compile ? |
No; it's only needed at runtime (MixinBootstrap is what tells forge to load the mixins). You have it in the right place based on the error you're getting (MixinBootstrap loaded, at least). The issue you have in the log ( |
Hi Poke I tried multiple times to generate a Forge build , with no luck . I've followed your advise but no luck |
To be clear it builds with no errors , but can not log on to a server |
Try changing this line: WorldDownloader/1.15.2-forge/src/main/java/wdl/forge/mixin/MixinNetHandlerPlayClient.java Line 36 in 5b713b6
to |
That worked |
Well, I don't really have any idea why it's not remapping, so I'll just apply that workaround to all versions (this same thing has happened to me with the litemod in the past). |
Prior to 1.13, the field was g; now it is f.
When I load into a singleplayer world the game crashes, and joining any multiplayer servers causes this error
Internal Exception: org.spongeporwered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
Singleplayer crashlog: https://hasteb.in/ojiqujug.yaml
The text was updated successfully, but these errors were encountered: