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]: Athena on Servers causing issues/crashes with other Mods #20

Open
5 tasks done
G4PLS opened this issue Feb 26, 2025 · 2 comments
Open
5 tasks done

[Bug]: Athena on Servers causing issues/crashes with other Mods #20

G4PLS opened this issue Feb 26, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@G4PLS
Copy link

G4PLS commented Feb 26, 2025

Bug Description

We have Athena and mods like Chipped and CobbleFurnies installed, on the Client-Side everything works fine but when adding it to the server it causes crashes because the Server either doesnt load athena or just something else goes wrong.

This is different from another issue that I saw that only talked about making Athena Serverside on Modrinth aswell

It just says "Athena version 4.0.0 or higher is required" but we have just that.

Mod Versions:

  • Athena: 4.0.1
  • Chipped: 4.0.2
  • CobbleFurnies: 0.4.3

Minecraft Version: 1.21.1

Fabric Version: 0.16.10

This is some some of the log:

[19:17:20] [main/INFO]: Loading Minecraft 1.21.1 with Fabric Loader 0.16.10
[19:17:21] [ForkJoinPool-1-worker-5/WARN]: The mod "betterstats" contains invalid entries in its mod json:
- Unsupported root entry "" at line 26 column 4
- Unsupported root entry "" at line 26 column 124
- Unsupported root entry "" at line 28 column 4
- Unsupported root entry "" at line 28 column 24
[19:17:21] [ForkJoinPool-1-worker-5/WARN]: The mod "supplementaries" contains invalid entries in its mod json:
- Unsupported root entry "these are below are due to crashes they have and which have never been solved" at line 53 column 82
[19:17:21] [ForkJoinPool-1-worker-12/WARN]: The mod "tcdcommons" contains invalid entries in its mod json:
- Unsupported root entry "" at line 27 column 4
- Unsupported root entry "" at line 27 column 198
- Unsupported root entry "" at line 29 column 4
- Unsupported root entry "" at line 29 column 24
[19:17:21] [main/WARN]: Mod resolution failed
[19:17:21] [main/INFO]: Immediate reason: [HARD_DEP_NO_CANDIDATE chipped 4.0.2 {depends athena @ [>=4.0.0]}, ROOT_FORCELOAD_SINGLE chipped 4.0.2]
[19:17:21] [main/INFO]: Reason: [HARD_DEP chipped 4.0.2 {depends athena @ [>=4.0.0]}, HARD_DEP cobblefurnies 0.4.3 {depends athena @ [>=4.0.0]}]
[19:17:21] [main/INFO]: SERVER environment disabled: [c2me-client-uncapvd, fabric-model-loading-api-v1, fabric-renderer-api-v1, fabric-keybindings-v0, fabric-renderer-registries-v1, fabric-client-tags-api-v1, fabric-rendering-v0, fabric-screen-api-v1, fabric-sound-api-v1, fabric-key-binding-api-v1, fabric-rendering-v1, fabric-renderer-indigo, fabric-blockrenderlayer-v1]
[19:17:21] [main/INFO]: Fix: add [add:athena 4.0.0 ([[4.0.0,∞)])], remove [], replace []
[19:17:21] [main/ERROR]: Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
A potential solution has been determined, this may resolve your problem:
 - Install athena, version 4.0.0 or later.
More details:
 - Mod 'Chipped' (chipped) 4.0.2 requires version 4.0.0 or later of athena, which is missing!
 - Mod 'CobbleFurnies' (cobblefurnies) 0.4.3 requires version 4.0.0 or later of athena, which is missing!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) [fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.16.10.jar:?]
at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [fabric-server-mc.1.21.1-loader.0.16.10-launcher.1.0.1.jar:1.0.1]

How to Reproduce?

  1. Add Athena and the Mods listed above
  2. Try to start the Server
  3. Cant start the Server

Expected Behavior

It should be Able to start up and not crash because it cant find Athena

Version

4.0.1

Mod Loader Version

0.16.10

Mod Loader

Fabric

Logs or additional context

This is the Pack were trying to use (Renamed from .mrpack to .zip to be able to upload)
Cob 1.1.0.zip

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I have installed all the required dependencies for the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.
@G4PLS G4PLS added the bug Something isn't working label Feb 26, 2025
@ThatGravyBoat
Copy link
Member

Make sure you actually have it in the server mods folder

@G4PLS
Copy link
Author

G4PLS commented Feb 26, 2025

Oh no it actually wasnt, we just imported it from the modpack file

Apparently its listed as server: "unnsuported"

Alright now were apparently back to #11
Is there anything we can do so that we dont have to manually check that athena exists after updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants