java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'mod'! #89
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Steven/fabric-example-mod#89
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi again,
I made a new project and immediately ran downloadAssets and genEclipseRuns and ran the client and it worked! I brought my code from the previous project in and tried to run the client again. However, it failed, this tijme with an error saying:
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: The specified mixin 'net.fabricmc.example.mixin.ExampleMixin' was not found
What could I do to fix this? Thanks,
Pasta
The full console print is available here: https://paste.gg/p/anonymous/24b6ad66080847f7a9f977d9419e5c46
You most likely removed, renamed or changed the package of the ExampleMixin. Make sure your mixin.json is correct.
I changed the package to com.pastadog.mod.mixin and I'm waiting to change the mixin class, is that what I did wrong?
change the package in
modid.mixins.json
Hi,
This helped get rid of an error but a new one popped up, and I was hoping you could take a look at it: https://paste.gg/p/anonymous/9969b4c3efde4b9fb5268922b3d4ff55
EDIT: I changed the title to reflect the new issue.