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

[Bug]: Can`t run the Basic 1.1 Serverpack #219

Closed
5 of 6 tasks
Rezondes opened this issue Mar 7, 2023 · 13 comments
Closed
5 of 6 tasks

[Bug]: Can`t run the Basic 1.1 Serverpack #219

Rezondes opened this issue Mar 7, 2023 · 13 comments
Labels
bug Something isn't working crash duplicate This issue or pull request already exists

Comments

@Rezondes
Copy link

Rezondes commented Mar 7, 2023

General Info

  • I didn't added any mods
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the modpack

Your launcher

Linux Debian

Modpack version

1.1

Describe your issue

I can't start the server with the default files.

Steps to reproduce the issue

  1. Download Serverfiles
  2. Unpack Zip
  3. Run the Bat-File

Additional Information

Crashreport:
crash-2023-03-07_20.37.47-fml.txt

@Rezondes Rezondes added the bug Something isn't working label Mar 7, 2023
@KimoKat
Copy link

KimoKat commented Mar 7, 2023

Similar issue; server files sent to BisectHosting do not match up with the client versions for many of the mods. Had to backup to 1.0a until this is resolved.

Using BisectHosting for the server.
Myself and my friends use Overwolf (CurseForge's App) to download the pack. The singleplayer/client pack seems fine and working, the server files are missing some mods though.

@ImCoolio
Copy link

ImCoolio commented Mar 8, 2023

+1 Happening to me and my friends as well.

EDIT: Found a temporary fix. Seems like the space in the BEtterDefaultBiomes isn't liked by the server or client. Putting a plus instead fixes the issue and allowed me to connect to the server.

@Redeye123
Copy link

looks like java 11 "Java Version: 11.0.18, Debian" try java 8 since its 1.16.5

I had the same issue but changing the startup to using java 8 solved it

@ImCoolio
Copy link

ImCoolio commented Mar 9, 2023

looks like java 11 "Java Version: 11.0.18, Debian" try java 8 since its 1.16.5

I had the same issue but changing the startup to using java 8 solved it

It's not that. My friend was using a compatible version of Java and it still wouldn't let him join, likewise with me on Xubuntu Linux. It's just the BetterDefaultBiomes file having a space in it causing some issues in the modlist crosschecking with the client.

@DoctorMage
Copy link
Collaborator

@Rezondes #58

@DoctorMage
Copy link
Collaborator

DoctorMage commented Mar 9, 2023

image
make sure server is 1.1

for servers updating from 1.0a > 1.1
On the server replace:
config\byg\byg-biomes.json
with the file here https://github.com/dr3ams/Roguelike-Adventures-and-Dungeons-2/blob/f74350baa19eb06bc0a5eaa8e7c3262b02ef6f19/config/byg/byg-biomes.json

can't upload the file you can join discord and find it as well
https://discord.gg/Byee7EPY

@bashbers
Copy link

Im running a clean install of 1.1 but get the same errors as above. I've tried using JDK8_212, both on Alpine and ubuntu but after reading further into error I found this thread: CreativeMD/ItemPhysicLite#7 (comment)
It seems like the server pack has Item Physics Lite and is trying to load it serverside which causes the error.

After excluding ItemPhysicsLite I ran into Oculus, another clientside only mod which gave a similar error. Here is a thread: Asek3/Oculus#279 (comment)

Same for ItemBorders: https://www.curseforge.com/minecraft/mc-mods/item-borders
And the same for legendarytooltips https://www.curseforge.com/minecraft/mc-mods/legendary-tooltips
And the same for CraftPresence: https://www.curseforge.com/minecraft/mc-mods/craftpresence
And the same for BetterF3 https://www.curseforge.com/minecraft/mc-mods/betterf3

After removing these clientside mods from the servermods mods folder, the server started working for me.
Here is an exhaustive list of CurseForge ID's for those who are using itzg's docker minecraft server:

version: '3'

services:
  minecraft:
    image: itzg/minecraft-server:java8
    container_name: minecraft
    ports:
      - "25565:25565"
    volumes:
      - "./mc:/data"
    environment:
      - EULA=TRUE
      - MEMORY=8G
      - VERSION=1.16.5
      - TYPE=AUTO_CURSEFORGE
      - CF_SLUG=roguelike-adventures-and-dungeons-2
      - CF_FILENAME_MATCHER=-1.1
      - CF_EXCLUDE_MODS=270441,581495,513769,532127,297038,401648
    tty: true
    stdin_open: true

@bashbers
Copy link

@DoctorMage Could you remove the abovementioned files from the 1.1 server zip? It looks like the zip is created manually.

@Yorshka-Vermilion
Copy link

Yorshka-Vermilion commented Mar 10, 2023

When i try to launch server on my windows machine it throws out error in "Project MMO (pmmo)" mod too,

Crash Report UUID: c9d30b18-ba74-49dc-9610-98bfd1f4b8d3[21:31:43] [main/FATAL] [minecraft/Main]: Failed to start the minecraft server net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [ Project MMO (pmmo) has failed to load correctly §7java.lang.IncompatibleClassChangeError: Method 'dev.ftb.mods.ftbquests.quest.task.TaskType dev.ftb.mods.ftbquests.quest.task.TaskTypes.register(net.minecraft.util.ResourceLocation, dev.ftb.mods.ftbquests.quest.task.TaskType$Provider, java.util.function.Supplier)' must be InterfaceMethodref constant ] at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:255) ~[forge:?] {re:classloading} [...] at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [forge-1.16.5-36.2.39.jar:?] {}

@DoctorMage
Copy link
Collaborator

@Redeye123 send the actual crash report please not snippet of the crash report

@DoctorMage
Copy link
Collaborator

you most likely have another java versio installed #58

@dr3ams
Copy link
Owner

dr3ams commented Mar 11, 2023

@bashbers there are no such files in the serverpack. Are you sure you downloaded the right thing?

@VanyaBaou VanyaBaou added duplicate This issue or pull request already exists crash labels Mar 14, 2023
@VanyaBaou
Copy link
Collaborator

If you are having separate issues from the original issue in this post, please create your own issue instead.
Also this post is a duplicate of #58, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

9 participants