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

[🐞]: "Could not execute entrypoint stage 'main' due to errors" trying to run Fabric server #736

Open
4 tasks done
ardunster opened this issue Dec 24, 2024 · 5 comments
Labels
1.21.1-FABRIC Minecraft Version bug Something isn't working server The Server-Side

Comments

@ardunster
Copy link

Code of Conduct

  • Always check you are using the latest version of the mods and its dependencies
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)

1.21.1 - FABRIC

EveryCompat Version

everycomp-1.21-2.8.2-fabric

Moonlight Lib Version

moonlight-1.21-2.17.12-fabric

Issue with mods

It has an issue with no other mods besides Fabric API installed.

Issue Detail

Cannot start Fabric server with this mod installed. It worked fine in my Modrinth single player instance, but when trying to run the server, it fails to start with java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'everycomp' at 'net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric'. If I include just moonlight, the server starts. If I include everycompat, it does not start.

Running the latest fabric server for 1.21.1: fabric-server-mc.1.21.1-loader.0.16.9-launcher.1.0.1.jar
Using Fabric API fabric-api-0.110.0+1.21.1.jar

This is the same error in this issue that was closed: #711 but that was for 1.20 so I don't know if it's the same cause.

OPTIONAL: Latest.log | Crash-report Attachment

latest.log

OPTIONAL: To Produce

No response

@ardunster ardunster added the bug Something isn't working label Dec 24, 2024
@github-actions github-actions bot added 1.21.1-FABRIC Minecraft Version server The Server-Side labels Dec 24, 2024
@ardunster
Copy link
Author

In case it's relevant:

> java -version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)

@Xelbayria
Copy link
Collaborator

tsk. You can blame Java for that. I'll apply the same fix from 1.20.1 to 1.21.1.

@ardunster
Copy link
Author

I use Java at work unfortunately, I already blame it for a lot 😂

@Xelbayria
Copy link
Collaborator

haha. IIRC Class verifier is the culprit that caused the problem. I'll let u know when it's applied.

@ardunster
Copy link
Author

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.21.1-FABRIC Minecraft Version bug Something isn't working server The Server-Side
Projects
None yet
Development

No branches or pull requests

2 participants