-
Notifications
You must be signed in to change notification settings - Fork 31
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
[🐞]: server startup error, related to "fake_player.FPClientAccess" #272
Comments
this on a server? |
use newest supplementaries |
|
On server Fabric -> think the first issue is fixed, (same on forge) but yet this error above happens |
Same problem on my Fabric server with :
Log : |
Xelbayria
added
FABRIC
Minecraft Loader
server
Server-related, Not client-related
labels
Nov 10, 2024
The server starts now again without issues from moonlight, will keep an eye on this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BEFORE CONTINUING:
Version-Loader
1.20.1-forge
Moonlight Lib Version
moonlight-1.20-2.13.25
Issue Detail
Loaded a new 1.20.1, Forge 47.3.11 server with moonlight 2.13.25 included in the mods list, the below error gets printed, and the server process gets locked up
Log Attachment
2024-11-10-1.log
ERROR#0
java.lang.NoSuchMethodError: 'net.minecraft.world.entity.player.Player net.mehvahdjukaar.moonlight.core.fake_player.FPClientAccess.get(net.minecraft.world.level.Level, com.mojang.authlib.GameProfile)' at TRANSFORMER/[email protected]/net.mehvahdjukaar.moonlight.api.util.FakePlayerManager.get(FakePlayerManager.java:34) at TRANSFORMER/[email protected]/net.mehvahdjukaar.moonlight.api.util.FakePlayerManager.getDefault(FakePlayerManager.java:54) at TRANSFORMER/[email protected]/net.mehvahdjukaar.supplementaries.common.block.faucet.FaucetBehaviorsManager.parse(FaucetBehaviorsManager.java:102) at TRANSFORMER/[email protected]/net.mehvahdjukaar.moonlight.api.misc.RegistryAccessJsonReloadListener.runReloads(RegistryAccessJsonReloadListener.java:28) at TRANSFORMER/[email protected]/net.mehvahdjukaar.moonlight.core.Moonlight.afterDataReload(Moonlight.java:125) at TRANSFORMER/[email protected]/net.mehvahdjukaar.moonlight.forge.MoonlightForge.onTagUpdated(MoonlightForge.java:72) at TRANSFORMER/[email protected]/net.mehvahdjukaar.moonlight.forge.__MoonlightForge_onTagUpdated_TagsUpdatedEvent.invoke(.dynamic) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) at TRANSFORMER/[email protected]/net.minecraft.server.ReloadableServerResources.m_206868_(ReloadableServerResources.java:90) at TRANSFORMER/[email protected]/net.minecraft.server.WorldLoader.m_244809_(WorldLoader.java:44) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214652_(Util.java:783) at TRANSFORMER/[email protected]/net.minecraft.Util.m_214679_(Util.java:772) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:166) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
And
ERROR#1
[10Nov2024 23:19:59.621] [main/WARN] [net.minecraft.server.Main/]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: 'net.minecraft.world.entity.player.Player net.mehvahdjukaar.moonlight.core.fake_player.FPClientAccess.get(net.minecraft.world.level.Level, com.mojang.authlib.GameProfile)'
OPTIONAL: To Produce
No response
OPTIONAL: Which mods are affected?
No response
The text was updated successfully, but these errors were encountered: