Craftoria

Craftoria

816k Downloads

[Bug Report]: Server crashes loading Sounds mod

gregoryw3 opened this issue ยท 3 comments

commented

Modpack Version

1.17.1

Describe your issue.

During server boot it seems to try loading the Sounds mod and crashes.
I'm using itzg docker with the following config:

services:
  mc:
    image: itzg/minecraft-server
    tty: true
    stdin_open: true
    ports:
      - "25565:25565"
    environment:
      EULA: true
      ALLOW_FLIGHT: true
      MOD_PLATFORM: AUTO_CURSEFORGE
      # allocate from https://console.curseforge.com/ and set in .env file
      CF_API_KEY: key
      CF_SLUG: craftoria

      MEMORY: 12G
      CF_EXCLUDE_MODS: |
        737481
        363363
        394468
        986380
        844662
        568563
        915902
        690971
        455508
        1089803
        511319
        6253636
        925889
    volumes:
      # Use managed volume by default, but can change to a relative path like
      - ./data:/data
      # to use a host directory
      #- mc-data:/data
# volumes:
#  mc-data:

I tried to disable the mod from loading on server by adding these two mod id's:

  • 6253636
  • 925889

I think 925889 is the correct one but it didn't stop the server from loading the mod, so that's why I tried the CurseForge mod URL id.

Crash Report

https://gist.github.com/gregoryw3/da4d4e8f89b788bcd9a72402cb51c6d5

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

Discord Username

No response

commented

if you are not using the startserver script and instead are using the client modpack, you will need to remove the client mods yourself

alternatively you should be able to run the startserver script on your local machine in a new folder, and then copy all of the files it installs to the container

commented

Thanks, I was actually unaware that the docker image uses the client version. Deleting the mod from the /mods directory allowed it to boot as normal.

For anyone's future reference my current guess is that the docker container auto updated to 1.17.1 which had the sounds mod, but the docker compose didn't have the exclude yet. Meaning that the docker image just loads all mods in the /mods folder, and the docker compose file is only to stop mods from being downloaded.

commented

for the AOF packs, you can use a CUSTOM type and specify the server starter jar in CUSTOM_SERVER variable

https://github.com/TeamAOF/ServerStarter/releases/download/v2.4.2/serverstarter-2.4.2.jar

you will need this in the volume also, https://github.com/TeamAOF/Craftoria/blob/main/server_files/server-setup-config.yaml