Skript

Skript

743k Downloads

Server keeps crashing spontaneosly and randomly

ShadowKlassic opened this issue ยท 2 comments

commented

Skript/Server Version

[15:19:00 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[15:19:00 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[15:19:00 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[15:19:00 INFO]: [Skript] Server Version: git-Paper-404 (MC: 1.19.3)
[15:19:00 INFO]: [Skript] Skript Version: 2.8.2 (skriptlang-github)
[15:19:00 INFO]: [Skript] Installed Skript Addons: 
[15:19:00 INFO]: [Skript]  - skript-placeholders v1.5.2 (https://github.com/APickledWalrus/skript-placeholders)
[15:19:00 INFO]: [Skript]  - skript-reflect v2.4 (https://github.com/SkriptLang/skript-reflect)
[15:19:00 INFO]: [Skript]  - skRayFall v1.9.28 (https://sk.rayfall.net/)
[15:19:00 INFO]: [Skript]  - SkQuery v4.1.10
[15:19:00 INFO]: [Skript]  - SkBee v2.7.4 (https://github.com/ShaneBeee/SkBee)
[15:19:00 INFO]: [Skript] Installed dependencies: 
[15:19:00 INFO]: [Skript]  - Vault v1.7.3-b131
[15:19:00 INFO]: [Skript]  - WorldGuard v7.0.8+33cdb4a

Bug Description

I keep getting crashes for seemingly no reason. It happens randomly. My skripts are running fine!

Expected Behavior

Supposed to NOT crash

Steps to Reproduce

If it helps, Heres my skript https://paste.gg/p/anonymous/63ea0bda4d994028ac5beec225f343ad

I don't know how else to recreate this

Errors or Screenshots

https://paste.gg/p/anonymous/edb8798cb47a4e5ba7088591aebe4600
NO errors when reloading, but shows stuff in console.

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
commented

You have a run away while loop with CondIsAlive and EffPush. Consider adding wait a tick inside the loop to not make the server crash.

commented

I can't find that in my code... Does the error show a location?