itsdinkd / AQM2

1.17 - 1.19.2
https://www.curseforge.com/minecraft/modpacks/another-quality-modpack-2
10 stars 6 forks source link

[BUG] server start powershell file downloading wrong version of mc server #126

Closed garrettnors closed 1 year ago

garrettnors commented 1 year ago

Using AQM2 1.0.0 or 1.0.1 both seem to download minecraft 1.18.2 when starting a fresh server. Server launch fails.

Running Fabric checks and setup...
Improved Fabric Server Launcher available...
The improved launcher will be used to run this Fabric server.
fabric-server-launcher.jar present.

Skipping Minecraft Server JAR checks because we are using the improved Fabric Server Launcher.

Mojang's EULA has not yet been accepted. In order to run a Minecraft server, you must accept Mojang's EULA.
Mojang's EULA is available to read at https://aka.ms/MinecraftEULA
If you agree to Mojang's EULA then type 'I agree'
Answer: : i agree
User agreed to Mojang's EULA.

Starting server...

Minecraft version: 1.19.2
Modloader:         Fabric
Modloader version: 0.14.12
Launcher JAR:      fabric-server-launcher.jar

Java args:         -Xms6G -Xmx6G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true
Java path:         java
Run Command:       java -Dlog4j2.formatMsgNoLookups=true -Xms6G -Xmx6G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar fabric-server-launcher.jar nogui
Java version:
openjdk version "17.0.1" 2021-10-19
OpenJDK Runtime Environment Temurin-17.0.1+12 (build 17.0.1+12)
OpenJDK 64-Bit Server VM Temurin-17.0.1+12 (build 17.0.1+12, mixed mode, sharing)

Unpacking 1.18.2/server-1.18.2.jar (versions:1.18.2) to versions\1.18.2\server-1.18.2.jar
Starting net.fabricmc.loader.impl.game.minecraft.BundlerClassPathCapture
[09:24:27] [main/INFO]: Loading Minecraft 1.18.2 with Fabric Loader 0.14.12
garrettnors commented 1 year ago

Schneemausi in discord had this to say: I think the server-pack has the 1.18.2 version included, so the ps1 script does not download the current fabric version anymore

Deleting the fabric-server-launcher.jar file fixed the issue.

https://discord.com/channels/417606822615187466/1032771355424338002/threads/1060651414042456163

JulianVennen commented 1 year ago

I think this issue should still be considered open until that change is applied to the new server files.

garrettnors commented 1 year ago

I think this issue should still be considered open until that change is applied to the new server files.

You're probably right, I'll reopen