Skip to content

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

Answered by TornaxO7
TornaxO7 asked this question in Q&A
Discussion options

You must be logged in to vote

looking at the docs, it seems you used the MODRINTH_MODPACK environment variable wrong.

I know what you mean, but in this section it's saying:

Instead of auto resolving, a specific version of modpack file can be specified by passing the version's page URL to MODRINTH_MODPACK, such as https://modrinth.com/modpack/cobblemon-fabric/version/1.3.2

so I think that it should be fine? Because it works for another modrinth modpack:

services:
  mc:
    image: itzg/minecraft-server
    tty: true
    stdin_open: true
    ports:
      - "49200:25565"
      - "24454:24454/udp"
    environment:
      EULA: "TRUE"
      TYPE: "MODRINTH"
      MODRINTH_MODPACK: "https://modrinth.com/modpack/landscapes…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TornaxO7
Comment options

Answer selected by TornaxO7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants