Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Gui Tuske Error [1.17.1 Server] #102

Closed
SniperTVmc opened this issue Oct 10, 2021 · 1 comment
Closed

Gui Tuske Error [1.17.1 Server] #102

SniperTVmc opened this issue Oct 10, 2021 · 1 comment

Comments

@SniperTVmc
Copy link

| Hello, i'm using the latest version of tuske: 1.8.2-Pikachu-Patch-3

| And i have this error when i want open a GUI:

[11:29:26] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[11:29:26] [Server thread/ERROR]: #!#! Could not load SemiRP/Modules/Phone.sk
[11:29:26] [Server thread/ERROR]: #!#! 
[11:29:26] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[11:29:26] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[11:29:26] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[11:29:26] [Server thread/ERROR]: #!#! Here is full list of them:
[11:29:26] [Server thread/ERROR]: #!#! skRayFall v1.9.26 (https://sk.rayfall.net/) skript-reflect v2.2.3 (https://github.com/TPGamesNL/skript-reflect) TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe) SkBee v1.11.3 (https://github.com/ShaneBeee/SkBee) skUtilities v0.9.2 (https://tim740.github.io/) Skellett v2.0.0 (https://forums.skunity.com/resources/skellett.24/) SkQuery v4.1.5 SharpSK v1.6.4 
[11:29:26] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[11:29:26] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[11:29:26] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[11:29:26] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[11:29:26] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[11:29:26] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[11:29:26] [Server thread/ERROR]: #!#! 
[11:29:26] [Server thread/ERROR]: #!#! Stack trace:
[11:29:26] [Server thread/ERROR]: #!#! java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class java.util.Map (java.util.ArrayList and java.util.Map are in module java.base of loader 'bootstrap')
[11:29:26] [Server thread/ERROR]: #!#!     at TuSKe 1.8.3-PikachuPatch-v3.jar//com.github.tukenuke.tuske.manager.gui.v2.SkriptGUIEvent.<init>(SkriptGUIEvent.java:28)
[11:29:26] [Server thread/ERROR]: #!#!     at TuSKe 1.8.3-PikachuPatch-v3.jar//com.github.tukenuke.tuske.manager.gui.v2.SkriptGUIEvent.getInstance(SkriptGUIEvent.java:24)
[11:29:26] [Server thread/ERROR]: #!#!     at TuSKe 1.8.3-PikachuPatch-v3.jar//com.github.tukenuke.tuske.sections.gui.EffFormatGUI.init(EffFormatGUI.java:106)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Statement.parse(Statement.java:61)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1120)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.function.ScriptFunction.<init>(ScriptFunction.java:46)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.function.Functions.loadFunction(Functions.java:138)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:733)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$5(ScriptLoader.java:533)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:420)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:436)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:532)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:1066)
[11:29:26] [Server thread/ERROR]: #!#!     at Skript.jar//ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:165)
[11:29:26] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[11:29:26] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159)
[11:29:26] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:838)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.network.PlayerConnection.handleCommand(PlayerConnection.java:2257)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2068)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2049)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:46)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:6)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$1(PlayerConnectionUtils.java:56)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.TickTask.run(TickTask.java:18)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.util.thread.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:149)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.executeTask(IAsyncTaskHandlerReentrant.java:23)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:1418)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:192)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.util.thread.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:122)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.bf(MinecraftServer.java:1396)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.executeNext(MinecraftServer.java:1389)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.util.thread.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:132)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.sleepForTick(MinecraftServer.java:1367)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1278)
[11:29:26] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[11:29:26] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:831)
[11:29:26] [Server thread/ERROR]: #!#! 
[11:29:26] [Server thread/ERROR]: #!#! Version Information:
[11:29:26] [Server thread/ERROR]: #!#!   Skript: 2.6-beta3 (latest)
[11:29:26] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[11:29:26] [Server thread/ERROR]: #!#!     Date: 14:09:29.995077500
[11:29:26] [Server thread/ERROR]: #!#!   Bukkit: 1.17.1-R0.1-SNAPSHOT
[11:29:26] [Server thread/ERROR]: #!#!   Minecraft: 1.17.1
[11:29:26] [Server thread/ERROR]: #!#!   Java: 16.0.2 (Java HotSpot(TM) 64-Bit Server VM 16.0.2+7-67)
[11:29:26] [Server thread/ERROR]: #!#!   OS: Linux amd64 3.10.0-1127.18.2.vz7.163.46
[11:29:26] [Server thread/ERROR]: #!#! 
[11:29:26] [Server thread/ERROR]: #!#! Server platform: Paper
[11:29:26] [Server thread/ERROR]: #!#! 
[11:29:26] [Server thread/ERROR]: #!#! Current node: format gui slot 1, 3, 5 and 7 of {_p} with purple stained glass pane named " " (SemiRP/Modules/Phone.sk, line 55)
[11:29:26] [Server thread/ERROR]: #!#! Current item: null
[11:29:26] [Server thread/ERROR]: #!#! 
[11:29:26] [Server thread/ERROR]: #!#! Thread: Server thread
[11:29:26] [Server thread/ERROR]: #!#! 
[11:29:26] [Server thread/ERROR]: #!#! Language: english
[11:29:26] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[11:29:26] [Server thread/ERROR]: #!#! 
[11:29:26] [Server thread/ERROR]: #!#! End of Error.
[11:29:26] [Server thread/ERROR]: #!#! 

| Anyone can help me ?

@skepiaa
Copy link

skepiaa commented Oct 28, 2021

TuSke doesn't work on 1.11+

It's recommended to use alternatives such as skript-gui, it's simple and usually within 15 days you're help is resolved.
skript-gui https://github.com/APickledWalrus/skript-gui

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants