Elytrium / Elytrium/LimboAuth

[BUG] Сервер не запускается после обновления

Open
#81 8 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

```
container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -jar velocity.jar
[19:03:27 INFO]: Booting up Velocity 3.2.0-SNAPSHOT (git-48acbb32-b229)...
[19:03:27 INFO]: Loading localizations...
[19:03:28 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.0.x (Linux x86_64) ciphers
[19:03:28 INFO]: Loading plugins...
[19:03:29 INFO] [floodgate]: Took 348ms to boot Floodgate
[19:03:29 INFO]: Loaded plugin floodgate 2.2.0-SNAPSHOT (b74-4f36112) by GeyserMC
[19:03:29 INFO]: Loaded plugin geyser 2.1.0-SNAPSHOT (git-master-e42c2d8) by GeyserMC
[19:03:29 INFO] [limboapi]: Initializing Simple Virtual World system...
[19:03:30 INFO] [limboapi]: Hooking into EventManager, PlayerList/UpsertPlayerInfo and StateRegistry...
[19:03:30 INFO]: Loaded plugin limboapi 1.1.8 by Elytrium (https://elytrium.net/)
[19:03:31 INFO]: Loaded plugin limboauth 1.1.12 by Elytrium (https://elytrium.net/)
[19:03:31 INFO]: Loaded 4 plugins
[19:03:31 WARN]: The server channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:03:31 WARN]: The backend channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:03:31 INFO] [geyser]: Loading extensions...
[19:03:31 INFO] [geyser]: Loaded 0 extension(s)
[19:03:31 INFO] [limboapi]: Creating and preparing packets...
[19:03:32 INFO] [limboapi]: Hooking all GameProfileRequestEvent events from floodgate
[19:03:32 INFO] [limboapi]: Loaded!
```
После этого сервер не отвечает
После удаления LimboAUTH и LimboAPI сервер запускается без проблем
```
container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -jar velocity.jar
[19:08:26 INFO]: Booting up Velocity 3.2.0-SNAPSHOT (git-48acbb32-b229)...
[19:08:26 INFO]: Loading localizations...
[19:08:27 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.0.x (Linux x86_64) ciphers
[19:08:27 INFO]: Loading plugins...
[19:08:28 INFO] [floodgate]: Took 357ms to boot Floodgate
[19:08:28 INFO]: Loaded plugin floodgate 2.2.0-SNAPSHOT (b74-4f36112) by GeyserMC
[19:08:28 INFO]: Loaded plugin geyser 2.1.0-SNAPSHOT (git-master-e42c2d8) by GeyserMC
[19:08:28 INFO]: Loaded 2 plugins
[19:08:28 WARN]: The server channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:08:28 WARN]: The backend channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:08:29 INFO] [geyser]: Loading extensions...
[19:08:29 INFO] [geyser]: Loaded 0 extension(s)
[19:08:29 INFO]: Listening on /[0:0:0:0:0:0:0:0%0]:25572
[19:08:29 INFO] [geyser]: ******************************************
container@pterodactyl~ Server marked as running...
[19:08:29 INFO] [geyser]:
[19:08:29 INFO] [geyser]: Loading Geyser version 2.1.0-SNAPSHOT (git-master-e42c2d8)
[19:08:29 INFO] [geyser]:
[19:08:29 INFO] [geyser]: ******************************************
[19:08:29 INFO]: Done (3.34s)!
[19:08:35 INFO] [geyser]: Started Geyser on 0.0.0.0:25572
[19:08:35 INFO] [geyser]: Done (6.199s)! Run /geyser help for help!
```

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.