-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
EffContinue causes stack overflow #4096
Comments
Can you send your script(s)? |
|
This is the script causing it: Script
|
3628 |
We should probably make EffContinue iterative instead of recursive: Skript/src/main/java/ch/njol/skript/effects/EffContinue.java Lines 71 to 74 in f70570c
In the meanwhile, the stack size can be increased. |
Description
on server restart skript crashes, but once the server has fully loaded i can do /sk reload all without issues
Steps to Reproduce
i simply have no idea, this bug happened a few weeks ago when we didn't do any changes to the plugins/paper. i tried updating paper and changing the skript.jar file witha fresh one in case it got corrupted somehow
Expected Behavior
it should load without errors
Errors / Screenshots
[05:03:53] [Server thread/INFO]: [Skript] All scripts loaded without errors. [05:03:53] [Server thread/WARN]: [Skript] Task #1385 for Skript v2.5.3 generated an exception java.lang.NoClassDefFoundError: Could not initialize class net.kyori.adventure.identity.Identities at net.kyori.adventure.identity.Identity.nil(Identity.java:49) ~[patched_1.16.5.jar:git-Paper-775] at net.kyori.adventure.audience.Audience.sendMessage(Audience.java:183) ~[patched_1.16.5.jar:git-Paper-775] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.broadcast(CraftServer.java:1592) ~[patched_1.16.5.jar:git-Paper-775] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.broadcast(CraftServer.java:1564) ~[patched_1.16.5.jar:git-Paper-775] at org.bukkit.Bukkit.broadcast(Bukkit.java:952) ~[patched_1.16.5.jar:git-Paper-775] at ch.njol.skript.Skript.adminBroadcast(Skript.java:1722) ~[?:?] at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:94) ~[?:?] at ch.njol.skript.effects.EffContinue.walk(EffContinue.java:63) ~[?:?] at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88) ~[?:?] at ch.njol.skript.effects.EffContinue.walk(EffContinue.java:63) ~[?:?]
for the full error: https://pastebin.com/VBtHjpD3
Server Information
Additional Context
The text was updated successfully, but these errors were encountered: