Skip to content

mohistmc is not work #3475

Closed
Closed
@Aexh

Description

@Aexh

mc1201 | [init] 2025-06-01 00:49:12+08:00 Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 13 1000 1000 4096 Jun 1 00:40 /data'
mc1201 | [init] 2025-06-01 00:49:12+08:00 Image info: buildtime=2025-05-26T21:26:23.817Z,version=java17,revision=67b0074a9e4f6318dc961881a15f714547dc77ef
mc1201 | [init] 2025-06-01 00:49:13+08:00 Resolving type given MOHIST
mc1201 | [init] 2025-06-01 00:49:16+08:00 Resolved version given 1.20.1 into 1.20.1
mc1201 | [mc-image-helper] 00:49:19.663 WARN : https://api.mohistmc.com/project/mohist/1.20.1/builds cannot be retrieved: status=502
mc1201 | [init] 2025-06-01 00:49:19+08:00 [ERROR] Mohist builds do not exist for 1.20.1
mc1201 | [init] 2025-06-01 00:49:19+08:00 [ERROR] check https://mohistmc.com/downloadSoftware?project=mohist for available versions
mc1201 | [init] 2025-06-01 00:49:19+08:00 [ERROR] and set VERSION accordingly

and this is my-docker-compose
version: '3'
services:
mc:
image: itzg/minecraft-server:java17
container_name: mc1201
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
TYPE: "MOHIST"
VERSION: "1.20.1"
MOHIST_BUILD: "122"
MEMORY: "10G"
MOTD: "Mincraft Cloud"
USE_AIKAR_FLAGS: "true"
TZ: "Asia/Shanghai"
DIFFICULTY: "2"
PVP: "false"
JVM_XX_OPTS: "-Xms10G -Xmx10G -XX:MaxGCPauseMillis=50 -XX:+UseStringDeduplication
-XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent
-XX:+UseCompressedOops -XX:+UseCompressedClassPointers
-XX:+OptimizeStringConcat -XX:+UseLoopPredicate
-XX:-DontCompileHugeMethods -XX:ReservedCodeCacheSize=512m"
LOG_TIMESTAMP: "true"
volumes:
- "./data:/data"

Metadata

Metadata

Assignees

No one assigned

    Labels

    reason/externalClosed because issue is caused by external factors

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions