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

NullPointerException #1609

Open
5 tasks done
Fabian2611 opened this issue Jan 5, 2025 · 3 comments
Open
5 tasks done

NullPointerException #1609

Fabian2611 opened this issue Jan 5, 2025 · 3 comments
Labels
Mod Specific mod related issue Version: Trials (1.20/1.20.1) Waiting for Work | 等待处理 This issue is unresolved due to no free time

Comments

@Fabian2611
Copy link

I have confirmed that ...

  • Arclight is up to date
  • all dependencies are installed
  • all plugins and mods are up to date
  • unable to reproduce in Spigot
  • unable to reproduce in Forge

Arclight version

forge-1.20.1-1.0.5

OS & Java versions

OS: Arch Linux; Eclipse Adoptium 17.0.11

Plugins and Mods

No plugins.
Mods:
- supplementaries-1.20-3.1.11
- moonlight-1.20-2.13.45

Description

When starting the server with the mentioned mods installed, it crashes after ca. 2 minutes of running.

Step to reproduce

  1. Install the mentioned mods into arclight
  2. Start the server
  3. Wait a few minutes
  4. See the crash

Logs

https://paste.ubuntu.com/p/Qpts7TsBvK/

Server pack link (Optional)

No response

@Fabian2611 Fabian2611 added the Triage Default label, waiting for triage label Jan 5, 2025
@Fabian2611
Copy link
Author

Since paste.ubuntu.com is down:

[05Jan2025 18:38:56.350] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
java.lang.NullPointerException: Cannot invoke "io.izzel.arclight.common.bridge.core.world.storage.WorldInfoBridge.bridge$setWorld(net.minecraft.server.level.ServerLevel)" because "this.K" is null
at net.minecraft.server.level.ServerLevel.handler$zgj000$arclight$init(ServerLevelMixin.java:1789) ~[server-1.20.1-20230612.114412-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:server.level.ServerLevelMixin,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin,pl:mixin:APP:mixins.arclight.impl.forge.optimization.json:activationrange.ServerWorldMixin_ActivationRange,pl:mixin:A,pl:arclight_implementer:async,pl:arclight_implementer:A}
at net.minecraft.server.level.ServerLevel.(ServerLevelMixin.java:245) ~[server-1.20.1-20230612.114412-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:server.level.ServerLevelMixin,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin,pl:mixin:APP:mixins.arclight.impl.forge.optimization.json:activationrange.ServerWorldMixin_ActivationRange,pl:mixin:A,pl:arclight_implementer:async,pl:arclight_implementer:A}
at net.mehvahdjukaar.moonlight.core.misc.FakeServerLevel.(FakeServerLevel.java:68) ~[moonlight-1.20-2.13.45-forge.jar%23166!/:?] {re:classloading}
at net.mehvahdjukaar.supplementaries.common.utils.fake_level.BlockTestLevel.(BlockTestLevel.java:14) ~[supplementaries-1.20-3.1.11.jar%23167!/:?] {re:classloading}
at net.mehvahdjukaar.moonlight.core.misc.FakeLevelManager.lambda$getServer$1(FakeLevelManager.java:52) ~[moonlight-1.20-2.13.45-forge.jar%23166!/:?] {re:classloading}
at java.util.Map.computeIfAbsent(Map.java:1054) ~[?:?] {re:mixin}
at net.mehvahdjukaar.moonlight.core.misc.FakeLevelManager.getServer(FakeLevelManager.java:52) ~[moonlight-1.20-2.13.45-forge.jar%23166!/:?] {re:classloading}
at net.mehvahdjukaar.supplementaries.common.utils.fake_level.BlockTestLevel.get(BlockTestLevel.java:19) ~[supplementaries-1.20-3.1.11.jar%23167!/:?] {re:classloading}
at net.mehvahdjukaar.supplementaries.common.block.faucet.FaucetBehaviorsManager.onLevelLoad(FaucetBehaviorsManager.java:107) ~[supplementaries-1.20-3.1.11.jar%23167!/:?] {re:classloading}
at net.mehvahdjukaar.supplementaries.common.events.ServerEvents.onServerStart(ServerEvents.java:160) ~[supplementaries-1.20-3.1.11.jar%23167!/:?] {re:mixin,re:classloading}
at net.mehvahdjukaar.supplementaries.common.events.forge.ServerEventsForge.onServerStart(ServerEventsForge.java:119) ~[supplementaries-1.20-3.1.11.jar%23167!/:?] {re:classloading}
at net.mehvahdjukaar.supplementaries.common.events.forge.ServerEventsForge_onServerStart_ServerStartedEvent.invoke(.dynamic) ~[supplementaries-1.20-3.1.11.jar%23167!/:?] {re:classloading,pl:eventbus:B}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2386!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2386!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2386!/:?] {}
at net.minecraftforge.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:115) ~[forge-1.20.1-47.2.20-universal.jar%23174!/:?] {re:mixin,re:classloading}
at net.minecraft.server.MinecraftServer.m_130011
(MinecraftServerMixin.java:2031) ~[server-1.20.1-20230612.114412-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_206580
(MinecraftServerMixin.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23169!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}

@eternitymoe
Copy link

Same issue with arclight-forge-1.20.1-1.0.6 (158c22b)
Crash report: https://mclo.gs/hJ42iDb

@Kotori0629
Copy link

same #1557

@qyl27 qyl27 added Mod Specific mod related issue Waiting for Work | 等待处理 This issue is unresolved due to no free time and removed Triage Default label, waiting for triage labels Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mod Specific mod related issue Version: Trials (1.20/1.20.1) Waiting for Work | 等待处理 This issue is unresolved due to no free time
Projects
None yet
Development

No branches or pull requests

4 participants