Skip to content
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

SpongeForge 1.16.5 InvalidMixinException ATM6 #3647

Closed
Aiidoneus opened this issue Mar 13, 2022 · 12 comments
Closed

SpongeForge 1.16.5 InvalidMixinException ATM6 #3647

Aiidoneus opened this issue Mar 13, 2022 · 12 comments
Labels
platform: forge Affects SpongeForge status: investigation Marks an issue as needing investigation, usually for specific block of code or logic type: bug Something isn't working version: 1.16 (u) API: 8

Comments

@Aiidoneus
Copy link

Affected Product(s)

SpongeForge

Version

spongeforge-1.16.5-36.2.5-8.0.0-RC1085-universal.jar

Operating System

Linux

Java Version

1.8.0_212

Plugins/Mods

No Plugins

Mods
You can view it here https://www.curseforge.com/minecraft/modpacks/all-the-mods-6/relations/dependencies

Describe the bug

The server was running fine as a regular forge server. Once I added SpongeForge, it seems to hard crash with several mixin errors. Not sure what more I can provide but I linked the logs. Please let me know what more I can do to help solve the issue.

Link to logs

https://gist.github.com/Aiidoneus/e344da617173ee2dcc6e1f66a9e09485

@Aiidoneus Aiidoneus added status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage type: bug Something isn't working labels Mar 13, 2022
@gabizou
Copy link
Member

gabizou commented Mar 13, 2022

Re-run with -Dmixin.dumpTargetOnFailure=true as a JVM arg and zip the .mixin.out folder that's created after the crash (it will be in your game directory). This is needed to help resolve why there's some extra methods that shouldn't be there.

@gabizou gabizou added version: 1.16 (u) API: 8 status: investigation Marks an issue as needing investigation, usually for specific block of code or logic platform: forge Affects SpongeForge and removed status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage labels Mar 13, 2022
@Aiidoneus
Copy link
Author

mixin.out.zip
I believe this is what you need?

@gabizou
Copy link
Member

gabizou commented Mar 13, 2022

That's an empty folder, it should have nested folders within it after the crash happens.

@Aiidoneus
Copy link
Author

That was all that was in there. There was only 1 class file after you go through the folders

gabizou added a commit that referenced this issue Mar 19, 2022
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
@gabizou
Copy link
Member

gabizou commented Mar 19, 2022

When this PR is finished building, you could try using the SpongeForge production jar from the Action's result (scroll to the bottom of the summary).

Edit: Update, here's the download link for the production jar

@Aiidoneus
Copy link
Author

Aiidoneus commented Mar 19, 2022

Hello,
Here is a new error in the logs I am getting. I am also attaching the mixin class file I am getting as well if that helps.
https://gist.github.com/Aiidoneus/e9c86080984d9ef758db41c7c59f7199
mixin.zip

@gabizou
Copy link
Member

gabizou commented Mar 19, 2022

Here is a new error in the logs I am getting

Seems like the gist link is 404'ing for me, did you upload and then mean to replace them?

@Aiidoneus
Copy link
Author

Sorry. Fixed it cut off some of the URL somehow.

gabizou added a commit that referenced this issue Mar 19, 2022
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
@gabizou
Copy link
Member

gabizou commented Mar 19, 2022

Ok, going to try a different (maybe hackier workaround), pending the build from this run

Edit: Try this build

gabizou added a commit that referenced this issue Mar 19, 2022
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
@gabizou
Copy link
Member

gabizou commented Mar 19, 2022

@Aiidoneus updated my previous comment with the build download that should work now.

@Aiidoneus
Copy link
Author

@gabizou
Copy link
Member

gabizou commented Mar 19, 2022

Ok cool, so the underlying issue is fixed, the abnormals core issue is fixed in Abnormals Core with the PR that was merged last week. I don't know exactly how to get an updated abnormals core version, but building it based on their 1.16.x branch should bring it back with compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: forge Affects SpongeForge status: investigation Marks an issue as needing investigation, usually for specific block of code or logic type: bug Something isn't working version: 1.16 (u) API: 8
Projects
None yet
Development

No branches or pull requests

2 participants