Latest version generated an exception

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Jakkeren

Supporter
Mar 23, 2017
63
3
8
I'm running the latest 1.16 version of skript, and while most of our server runs on skript, it's pretty essential for us to have it working. However out of random today, we receive the following error in console, and no skripts on our server seems to work:

Code:
02.01 14:17:33 [Server] WARN [Skript] 351 variables were possibly discarded due to not belonging to any database (SQL databases keep such variables and will continue to generate this warning, while CSV discards them).
02.01 14:17:33 [Server] WARN [Skript] Task #376 for Skript v2.5.3 generated an exception
02.01 14:17:33 [Server] INFO ch.njol.yggdrasil.YggdrasilException: YggdrasilSerializer me.andrew28.addons.conquer.skript.Types$5@7442804b returned null from deserialize(class me.andrew28.addons.conquer.api.ConquerFaction,ch.njol.yggdrasil.Fields@7232e845)
02.01 14:17:33 [Server] INFO at ch.njol.yggdrasil.YggdrasilInputStream.readObject(YggdrasilInputStream.java:195) ~[?:?]
02.01 14:17:33 [Server] INFO at ch.njol.yggdrasil.YggdrasilInputStream.readObject(YggdrasilInputStream.java:140) ~[?:?]
02.01 14:17:33 [Server] INFO at ch.njol.skript.registrations.Classes.deserialize(Classes.java:757) ~[?:?]
02.01 14:17:33 [Server] INFO at ch.njol.skript.registrations.Classes.deserialize(Classes.java:746) ~[?:?]
02.01 14:17:33 [Server] INFO at ch.njol.skript.variables.FlatFileStorage.load_i(FlatFileStorage.java:135) ~[?:?]
02.01 14:17:33 [Server] INFO at ch.njol.skript.variables.VariablesStorage.load(VariablesStorage.java:164) ~[?:?]
02.01 14:17:33 [Server] INFO at ch.njol.skript.variables.Variables.load(Variables.java:191) ~[?:?]
02.01 14:17:33 [Server] INFO at ch.njol.skript.Skript$2.run(Skript.java:545) ~[?:?]
02.01 14:17:33 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.4.jar:git-Paper-338]
02.01 14:17:33 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) ~[patched_1.16.4.jar:git-Paper-338]
02.01 14:17:33 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:945) ~[patched_1.16.4.jar:git-Paper-338]
02.01 14:17:33 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:178) ~[patched_1.16.4.jar:git-Paper-338]

I believe it's an SQL problem, but since we haven't edited any of that I wouldn't know how we would've messed it up.
 
Status
Not open for further replies.