Jump to content

[UNSOLVED] Server crashes when loading a skript.


TheNetherPug

Recommended Posts

Recently (about 4 weeks ago) my 2K+ line long chat manager skript has been crashing my server when it is reloaded.
This never used to happen before and it has halted the continuation of further upgrades and improvements.
I will not post the skript here due to copiers, I have been copied without credit multiple times. Even on this same skript.
The skript uses a lot of variables and stuff.
I cannot just simply remove some unnecessary lines because most of the lines are used. 
I really need this fixed, any help will be appreciated.

This is the server log file.
 

[00:01:33 INFO]: TNPChat ULTIMATE >> TNPChat has been unloaded!
[00:01:43 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-338 (MC: 1.17.1) ---
[00:01:43 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[00:01:43 ERROR]: ------------------------------
[00:01:43 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[00:01:43 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer
[00:01:43 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[00:01:43 ERROR]: Entity UUID: 0fc83b3d-432a-4106-8e70-b7bb1a2a4386
[00:01:43 ERROR]: Position: world: 'world' at location (220.91281628518635, 16.609945744999077, -237.41667824012575)
[00:01:43 ERROR]: Velocity: (0.0, 0.0, 0.0) (in blocks per tick)
[00:01:43 ERROR]: Entity AABB: AABB[220.61281627326542, 16.609945744999077, -237.71667825204668] -> [221.21281629710728, 18.40994569731536, -237.11667822820482]
[00:01:43 ERROR]: Total packets processed on the main thread for all players: 13717
[00:01:43 ERROR]: ------------------------------
[00:01:43 ERROR]: Current Thread: Server thread
[00:01:43 ERROR]: 	PID: 20 | Suspended: false | Native: false | State: RUNNABLE
[00:01:43 ERROR]: 	Stack:
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.log.ParseLogHandler.printError(ParseLogHandler.java:101)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.log.ParseLogHandler.printError(ParseLogHandler.java:85)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1385)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1337)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:518)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:853)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1414)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1371)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1337)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1410)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Condition.parse(Condition.java:77)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.init(Section.java:71)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:168)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1134)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.loadCode(Section.java:99)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:118)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.init(Section.java:71)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:168)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1134)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.loadCode(Section.java:99)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:118)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.init(Section.java:71)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:168)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1134)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:761)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$5(ScriptLoader.java:533)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader$$Lambda$6978/0x0000000802371480.get(Unknown Source)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:420)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader$$Lambda$6979/0x00000008023716a8.run(Unknown Source)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:436)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:532)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:1066)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:165)
[00:01:43 ERROR]: 		app//org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[00:01:43 ERROR]: 		app//org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159)
[00:01:43 ERROR]: 		app//org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:869)
[00:01:43 ERROR]: 		app//org.bukkit.Bukkit.dispatchCommand(Bukkit.java:841)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.Skript.dispatchCommand(Skript.java:1408)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.effects.EffCommand.execute(EffCommand.java:82)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Effect.run(Effect.java:51)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Trigger.execute(Trigger.java:56)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:289)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.command.Commands.handleCommand(Commands.java:258)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:175)
[00:01:43 ERROR]: 		java.base@16.0.1/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
[00:01:43 ERROR]: 		java.base@16.0.1/java.lang.invoke.LambdaForm$MH/0x0000000801db9400.invoke(LambdaForm$MH)
[00:01:43 ERROR]: 		java.base@16.0.1/java.lang.invoke.LambdaForm$MH/0x0000000801dd2000.invoke_MT(LambdaForm$MH)
[00:01:43 ERROR]: 		app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37)
[00:01:43 ERROR]: 		app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[00:01:43 ERROR]: 		app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[00:01:43 ERROR]: 		app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628)
[00:01:43 ERROR]: 		app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2249)
[00:01:43 ERROR]: 		app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2068)
[00:01:43 ERROR]: 		app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2049)
[00:01:43 ERROR]: 		app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)
[00:01:43 ERROR]: 		app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)
[00:01:43 ERROR]: 		app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)
[00:01:43 ERROR]: 		app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7207/0x0000000802412458.run(Unknown Source)
[00:01:43 ERROR]: 		app//net.minecraft.server.TickTask.run(TickTask.java:18)
[00:01:43 ERROR]: 		app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)
[00:01:43 ERROR]: 		app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1423)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:192)
[00:01:43 ERROR]: 		app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1401)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1394)
[00:01:43 ERROR]: 		app//net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:110)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1533)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1279)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer$$Lambda$3665/0x00000008013ac8f8.run(Unknown Source)
[00:01:43 ERROR]: 		java.base@16.0.1/java.lang.Thread.run(Thread.java:831)
[00:01:43 ERROR]: ------------------------------
[00:01:43 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[00:01:43 ERROR]: ------------------------------

 

Edited by TheNetherPug
Link to comment
Share on other sites

2 minutes ago, TheNetherPug said:

Recently (about 4 weeks ago) my 2K+ line long chat manager skript has been crashing my server when it is reloaded.
This never used to happen before and it has halted the continuation of further upgrades and improvements.
I will not post the skript here due to copiers, I have been copied without credit multiple times. Even on this same skript.
The skript uses a lot of variables and stuff.
I cannot just simply remove some unnecessary lines because most of the lines are used. 
I really need this fixed, any help will be appreciated.

This is the server log file.
 

[00:01:33 INFO]: TNPChat ULTIMATE >> TNPChat has been unloaded!
[00:01:43 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-338 (MC: 1.17.1) ---
[00:01:43 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[00:01:43 ERROR]: ------------------------------
[00:01:43 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[00:01:43 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer
[00:01:43 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[00:01:43 ERROR]: Entity UUID: 0fc83b3d-432a-4106-8e70-b7bb1a2a4386
[00:01:43 ERROR]: Position: world: 'world' at location (220.91281628518635, 16.609945744999077, -237.41667824012575)
[00:01:43 ERROR]: Velocity: (0.0, 0.0, 0.0) (in blocks per tick)
[00:01:43 ERROR]: Entity AABB: AABB[220.61281627326542, 16.609945744999077, -237.71667825204668] -> [221.21281629710728, 18.40994569731536, -237.11667822820482]
[00:01:43 ERROR]: Total packets processed on the main thread for all players: 13717
[00:01:43 ERROR]: ------------------------------
[00:01:43 ERROR]: Current Thread: Server thread
[00:01:43 ERROR]: 	PID: 20 | Suspended: false | Native: false | State: RUNNABLE
[00:01:43 ERROR]: 	Stack:
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.log.ParseLogHandler.printError(ParseLogHandler.java:101)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.log.ParseLogHandler.printError(ParseLogHandler.java:85)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1385)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1337)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:518)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:853)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1414)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1371)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1337)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1410)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Condition.parse(Condition.java:77)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.init(Section.java:71)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:168)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1134)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.loadCode(Section.java:99)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:118)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.init(Section.java:71)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:168)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1134)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.loadCode(Section.java:99)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:118)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.init(Section.java:71)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:252)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:168)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1134)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:761)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$5(ScriptLoader.java:533)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader$$Lambda$6978/0x0000000802371480.get(Unknown Source)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:420)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader$$Lambda$6979/0x00000008023716a8.run(Unknown Source)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:436)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:532)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:1066)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:165)
[00:01:43 ERROR]: 		app//org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[00:01:43 ERROR]: 		app//org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159)
[00:01:43 ERROR]: 		app//org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:869)
[00:01:43 ERROR]: 		app//org.bukkit.Bukkit.dispatchCommand(Bukkit.java:841)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.Skript.dispatchCommand(Skript.java:1408)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.effects.EffCommand.execute(EffCommand.java:82)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Effect.run(Effect.java:51)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.lang.Trigger.execute(Trigger.java:56)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:289)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.command.Commands.handleCommand(Commands.java:258)
[00:01:43 ERROR]: 		Skript.jar//ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:175)
[00:01:43 ERROR]: 		java.base@16.0.1/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
[00:01:43 ERROR]: 		java.base@16.0.1/java.lang.invoke.LambdaForm$MH/0x0000000801db9400.invoke(LambdaForm$MH)
[00:01:43 ERROR]: 		java.base@16.0.1/java.lang.invoke.LambdaForm$MH/0x0000000801dd2000.invoke_MT(LambdaForm$MH)
[00:01:43 ERROR]: 		app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37)
[00:01:43 ERROR]: 		app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[00:01:43 ERROR]: 		app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[00:01:43 ERROR]: 		app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628)
[00:01:43 ERROR]: 		app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2249)
[00:01:43 ERROR]: 		app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2068)
[00:01:43 ERROR]: 		app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2049)
[00:01:43 ERROR]: 		app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)
[00:01:43 ERROR]: 		app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)
[00:01:43 ERROR]: 		app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)
[00:01:43 ERROR]: 		app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7207/0x0000000802412458.run(Unknown Source)
[00:01:43 ERROR]: 		app//net.minecraft.server.TickTask.run(TickTask.java:18)
[00:01:43 ERROR]: 		app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)
[00:01:43 ERROR]: 		app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1423)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:192)
[00:01:43 ERROR]: 		app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1401)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1394)
[00:01:43 ERROR]: 		app//net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:110)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1533)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1279)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[00:01:43 ERROR]: 		app//net.minecraft.server.MinecraftServer$$Lambda$3665/0x00000008013ac8f8.run(Unknown Source)
[00:01:43 ERROR]: 		java.base@16.0.1/java.lang.Thread.run(Thread.java:831)
[00:01:43 ERROR]: ------------------------------
[00:01:43 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[00:01:43 ERROR]: ------------------------------

 

what kind of variables are you using? (Run the skript through parser.skunity.com) and send your variables which would be found on the right.

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

2 minutes ago, AgentGamerPro said:

what kind of variables are you using? (Run the skript through parser.skunity.com) and send your variables which would be found on the right.

 

2 minutes ago, AgentGamerPro said:

what kind of variables are you using? (Run the skript through parser.skunity.com) and send your variables which would be found on the right.

 

Link to comment
Share on other sites

3 minutes ago, TheNetherPug said:

That was fast, unfortunately parser.skunity.com does not show the variables for me. I had tried this multiple times to no success.

hm, it should show at the bottom right when its done parsing. Anyway, you should use list variables as they are the best. A list variable is e.g. {List::%player's uuid%} while a standard variable is e.g. {Standard.%player's uuid%}. The difference is that list variables add to the variable, hence it being a list. While a standard variable just creates an entire now variable, being a pain to change.

(Also 2k lines is alot, also use functions)

Edited by AgentGamerPro

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

Just now, AgentGamerPro said:

hm, it should show at the bottom right when its done parsing. Anyway, you should use list variables as they are the best. A list variable is e.g. {List::%player's uuid%} while a standard variable is e.g. {Standard.%player's uuid%}. The difference is that list variables add to the variable, hence it being a list. While a standard variable just creates an entire now variable, being a pain to change.

I would do that but I use the {@thing} variables for a config. Plus it would be very time consuming to change all the variables. Plus, it never used to do this. Only recently (around 5 weeks ago) it happened, that was around the same time TuSKe broke too. So I don't think it would be the variables.

Link to comment
Share on other sites

Just now, TheNetherPug said:

I would do that but I use the {@thing} variables for a config. Plus it would be very time consuming to change all the variables. Plus, it never used to do this. Only recently (around 5 weeks ago) it happened, that was around the same time TuSKe broke too. So I don't think it would be the variables.

well are you using 2.6 or 1.17+ server version? because that could be the problem to. If you're using TuSKe's old GUI syntaxes you should change those to vanilla gui or skript-gui's syntaxes.

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

Just now, AgentGamerPro said:

well are you using 2.6 or 1.17+ server version? because that could be the problem to. If you're using TuSKe's old GUI syntaxes you should change those to vanilla gui or skript-gui's syntaxes.

I am using skript 2.6 on paper 1.17, I removed all TuSKe codes from the chat manager.

Link to comment
Share on other sites

3 minutes ago, AgentGamerPro said:

well are you using 2.6 or 1.17+ server version? because that could be the problem to. If you're using TuSKe's old GUI syntaxes you should change those to vanilla gui or skript-gui's syntaxes.

Sorry no, I'm dumb. It's paper 1.17.1

Just now, TheNetherPug said:

I am using skript 2.6 on paper 1.17, I removed all TuSKe codes from the chat manager.

 

Link to comment
Share on other sites

1 minute ago, TheNetherPug said:

I am using skript 2.6 on paper 1.17, I removed all TuSKe codes from the chat manager.

what did you do right when or before the skript started breaking
(1.17.1 should work to)

Edited by AgentGamerPro

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

1 minute ago, TheNetherPug said:

I vaguely remember changing all of the messages to send a gradient prefix but that isn't the issue either as I've removed it and it still crashes.

 

well im not sure then, im stumped

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

1 minute ago, TheNetherPug said:

I have been trying to fix this issue for a long time so yeah it's understandable.

only things i can think of is:
 

1. Use functions to shorten your skript and its parsing time
2. Change list variables
3. Go back to a backup and see what changed.

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

Just now, AgentGamerPro said:

only things i can think of is:
 

1. Use functions to shorten your skript and its parsing time
2. Change list variables
3. Go back to a backup and see what changed.

thats majorly inconvenient

My oldest backup is from after the bug.
Changing to list variables might be very inconvenient but i'll try that.

And I don't really need functions as I don't use the same code more than once.

 

soooo...

f in the chat

Link to comment
Share on other sites

  • TheNetherPug changed the title to [UNSOLVED] Server crashes when loading a skript.
13 hours ago, AgentGamerPro said:

only things i can think of is:
 

1. Use functions to shorten your skript and its parsing time
2. Change list variables
3. Go back to a backup and see what changed.

I think i've gotten new information.
After a closer inspection to the logs file, it seems that the parser itself is getting majorly messed up.

Link to comment
Share on other sites

check if all your plugins are up to date and support your current skript version

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...