SkriptLang / Skript

Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
https://docs.skriptlang.org
GNU General Public License v3.0
1.08k stars 373 forks source link

massive error when trying to load skript on 2.7.0b1 #5544

Closed ErickHatesBMC closed 1 year ago

ErickHatesBMC commented 1 year ago

Skript/Server Version

[12:30:18 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[12:30:18 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[12:30:18 INFO]: [Skript] Server Version: git-Paper-408 (MC: 1.17.1)
[12:30:18 INFO]: [Skript] Skript Version: 2.7.0-beta1 (skriptlang-github)
[12:30:18 INFO]: [Skript] Installed Skript Addons: 
[12:30:18 INFO]: [Skript]  - skript-placeholders v1.5.2 (https://github.com/APickledWalrus/skript-placeholders)
[12:30:18 INFO]: [Skript]  - skUtilities v0.9.2 (https://tim740.github.io/)
[12:30:18 INFO]: [Skript]  - skRayFall v1.9.25 (https://sk.rayfall.net/)
[12:30:18 INFO]: [Skript]  - SkQuery v4.1.6
[12:30:18 INFO]: [Skript] Installed dependencies: 
[12:30:18 INFO]: [Skript]  - Vault v1.7.3-b131
[12:30:18 INFO]: [Skript]  - WorldGuard v7.0.7+216b061

Bug Description

i cant even begin to start on this, i just tried to load some new scripts i wrote and it threw out several thousand lines of errors

Expected Behavior

work

Steps to Reproduce

use 2.7.0b1 and all installed dependencies attempt to just load skripts weep

Errors or Screenshots

im not even gonna try and explain the error im just linking logs https://paste.gg/p/anonymous/8f53cdf4ff384cc5bdfb1c18df75daf6

Other

please help i'm in shambles

Agreement

ErickHatesBMC commented 1 year ago

if needed i can provide what i was trying to load, but i don't think the scripts are necessarily the issue

Fusezion commented 1 year ago

full list of plugins with skript addon registry not shown in the sk info but within errors

skript-placeholders v1.5.2
skRayFall v1.9.25
skript-mirror v1.0.0
skUtilities v0.9.2
SkQuery v4.1.6
AuctionMaster v4.1

based off that it seems related to you using outdated addons such as skript-mirror 2.7.0-beta1 doesn't work for skript-reflect as such it also won't work on it's outdated counter part skript-mirror try this without some addons if it doesn't continue it's due to not being updated

AyhamAl-Ali commented 1 year ago

Addon issue. Update your addons.

[12:22:53] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.SkriptAPIException: No class info found for queryresult

Might be from AuctionMaster but not sure.

ErickHatesBMC commented 1 year ago

error persists after updating/going down to bare minimum, says it's a parser error

AyhamAl-Ali commented 1 year ago

Which ever addon uses the classinfo queryresult isn't registering the class info correctly, try to remove each addon by one and see which one causes it