Elytrium / Elytrium/LimboAuth

[BUG] Couldn't pass ProxyInitializeEvent to limboapi 1.1.27-SNAPSHOT

Open
#238 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
238
Forks
125
PR merge metrics
No merged PRs in 30d

Description

[13:48:23 ERROR]: Couldn't pass ProxyInitializeEvent to limboapi 1.1.27-SNAPSHOT (git-a83e1b0)
net.elytrium.limboapi.thirdparty.commons.config.ConfigLoadException: Unable to load config. File was copied to config.yml_invalid_2026-05-14_13.48.23
at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.load(YamlConfig.java:175) ~[?:?]
at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.reload(YamlConfig.java:109) ~[?:?]
at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.reload(YamlConfig.java:105) ~[?:?]
at net.elytrium.limboapi.LimboAPI.onProxyInitialization(LimboAPI.java:211) ~[?:?]
at net.elytrium.limboapi.Lmbda$11.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
in 'reader', line 1, column 1:
version: "1.1.27-SNAPSHOT (git-a ...
^
expected , but found ''
in 'reader', line 45, column 25:
prepare-min-version: "1_7_2"
^
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:654) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:57) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:43) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:136) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:116) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.composer.Composer.composeScalarNode(Composer.java:249) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:214) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:396) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:361) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:329) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:218) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:141) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:167) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:179) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:508) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:449) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.load(YamlConfig.java:158) ~[?:?]
... 10 more
[13:48:25 ERROR]: Couldn't pass ProxyInitializeEvent to limboauth 1.1.14
java.lang.NullPointerException: Cannot read field "REDUCED_DEBUG_INFO" because "net.elytrium.limboapi.Settings.IMP.MAIN" is null
at net.elytrium.limboapi.server.LimboImpl.(LimboImpl.java:176) ~[?:?]
at net.elytrium.limboapi.LimboAPI.createLimbo(LimboAPI.java:400) ~[?:?]
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:400) ~[?:?]
at net.elytrium.limboauth.LimboAuth.onProxyInitialization(LimboAuth.java:217) ~[?:?]
at net.elytrium.limboauth.Lmbda$12.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
[13:48:25 ERROR]: Couldn't pass ProxyInitializeEvent to limboapi 1.1.27-SNAPSHOT (git-a83e1b0)
java.lang.NullPointerException: Cannot invoke "net.elytrium.limboapi.injection.event.EventManagerHook.reloadHandlers()" because "this.eventManagerHook" is null
at net.elytrium.limboapi.LimboAPI.postProxyInitialization(LimboAPI.java:280) ~[?:?]
at net.elytrium.limboapi.Lmbda$10.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[server.jar:3.5.0-SNAPSHOT (git-9c0c9b02-b595)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.