java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'mod'! #89

Open
opened 2021-03-02 14:13:05 +00:00 by PastaDogFX · 4 comments
PastaDogFX commented 2021-03-02 14:13:05 +00:00 (Migrated from github.com)

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

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
TheEpicBlock commented 2021-03-02 14:57:09 +00:00 (Migrated from github.com)

You most likely removed, renamed or changed the package of the ExampleMixin. Make sure your mixin.json is correct.

You most likely removed, renamed or changed the package of the ExampleMixin. Make sure your mixin.json is correct.
PastaDogFX commented 2021-03-02 15:08:22 +00:00 (Migrated from github.com)

I changed the package to com.pastadog.mod.mixin and I'm waiting to change the mixin class, is that what I did wrong?

I changed the package to com.pastadog.mod.mixin and I'm waiting to change the mixin class, is that what I did wrong?
OroArmor commented 2021-03-02 19:39:31 +00:00 (Migrated from github.com)

change the package in modid.mixins.json

change the package in `modid.mixins.json`
PastaDogFX commented 2021-03-02 22:42:43 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#89
No description provided.