Error: java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'architectury'! #3198
Unanswered
Pantteri399
asked this question in
Player support
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Whats the possible fix to my situation.
Den mån 24 juli 2023 01:19Daomephsta ***@***.***> skrev:
… You don't. Your error only looks similar to this one because it's also a
Mixin transformation error that happens to occur during a mod's entrypoint.
Mixin transform errors and mod entrypoint errors are broad, they exist
only to add context for the errors below them, thus there are many
different problems which can cause them.
When reading a crash report, the last Caused by: is the error that caused
the crash. The Caused by: s above are from calling code detecting that
error, and attempting to provide more context.
In this case the lowest error is
Caused by:
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException:
Critical injection failure: @Inject annotation on checkDrawSuppressed could
not find any targets matching
'innerBlit(Lnet/minecraft/resources/ResourceLocation;IIIIIFFFFFFFF)V' in
net.minecraft.class_332. No refMap loaded. [PREINJECT Applicator Phase ->
mixins.overloadedarmorbar.json:DrawableHelperMixin from mod
overloadedarmorbar -> Prepare Injections -> ->
handler$bnk000$overloadedarmorbar$checkDrawSuppressed(Lnet/minecraft/class_2960;IIIIIFFFFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V
-> Parse]
while in your case it's
Caused by: java.lang.ClassNotFoundException:
ladysnake.satin.api.managed.ManagedCoreShader
Those are quite different errors.
—
Reply to this email directly, view it on GitHub
<#3198 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBJVBLLMYM36CYPSHBIXNMDXRWPOLANCNFSM6AAAAAA2LZI4SE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Minecraft Logs
Description
I have tried removing Architectury Api but then i blames puzzleslib and i remove that it starts blaming someone else. Pls help
Beta Was this translation helpful? Give feedback.
All reactions