Weird script error

  • 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 comminuty!

    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.

BrettPlayMC

Supporter
Jan 26, 2017
715
53
28
SkUnity Street
Skript Version: Skript 2.2 (dev25)
Skript Author: Bensku
Minecraft Version: 1.8.8

Full Code:
None. This is an error I get on shutdown.
Errors on Reload
None
Console Errors:
https://hastebin.com/ximexokude.vbs

Addons using (including versions):
Skellett v1.9.1Vixio v1.1.2skRayFall v1.9.5SharpSK v1.6.1.4MundoSK v1.7.4WildSkript v1.8skUtilities v0.8.8Reqn v1.2.0Umbaska v2.0 Beta 5.5.1 for Minecraft 1.10TuSKe v1.7.4RandomSK v2.0WolvSK v1.5.4SkStuff v1.6.3.6 SkQuery 3.5.6 Lime

Troubleshooting:

Have you tried searching the docs? No
Have you tried searching the forums? No
What other methods have you tried to fix it? I have tried updating my Skript version.
[doublepost=1496018367,1495932137][/doublepost]3 minute early bump. xD
 
Posting the whole error would probably help
That is the whole error I get on Shutdown. I can try again.
[doublepost=1496080822,1496066713][/doublepost]Here:
code_language.skript:
29.05 14:08:33 [Server] INFO Disabling Skript v2.2-dev25
29.05 14:08:34 [Server] ERROR #!#!
29.05 14:08:34 [Server] ERROR #!#! [Skript] Severe Error:
29.05 14:08:34 [Server] ERROR #!#! An error occurred while shutting down.
29.05 14:08:34 [Server] ERROR #!#! This might or might not cause any issues.
29.05 14:08:34 [Server] ERROR #!#!
29.05 14:08:34 [Server] ERROR #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
29.05 14:08:34 [Server] ERROR #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
29.05 14:08:34 [Server] ERROR #!#! and check whether this error has already been reported.
29.05 14:08:34 [Server] ERROR #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
29.05 14:08:34 [Server] ERROR #!#! and describe what you did before it happened and/or what you think caused the error.
29.05 14:08:34 [Server] ERROR #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
29.05 14:08:34 [Server] ERROR #!#! By following this guide fixing the error should be easy and done fast.
29.05 14:08:34 [Server] ERROR #!#!
29.05 14:08:34 [Server] ERROR #!#! Stack trace:
29.05 14:08:34 [Server] ERROR #!#! java.lang.NullPointerException: null value in entry: skull-owner=null
29.05 14:08:34 [Server] ERROR #!#!     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:33)
29.05 14:08:34 [Server] ERROR #!#!     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135)
29.05 14:08:34 [Server] ERROR #!#!     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206)
29.05 14:08:34 [Server] ERROR #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaSkull.serialize(CraftMetaSkull.java:173)
29.05 14:08:34 [Server] ERROR #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaItem.serialize(CraftMetaItem.java:850)
29.05 14:08:34 [Server] ERROR #!#!     at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:33)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304)
29.05 14:08:34 [Server] ERROR #!#!     at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:35)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.represent(BaseRepresenter.java:64)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:242)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:206)
29.05 14:08:35 [Multicraft] Skipped 68 lines due to rate limit (50/s)
 
That is the whole error I get on Shutdown. I can try again.
[doublepost=1496080822,1496066713][/doublepost]Here:
code_language.skript:
29.05 14:08:33 [Server] INFO Disabling Skript v2.2-dev25
29.05 14:08:34 [Server] ERROR #!#!
29.05 14:08:34 [Server] ERROR #!#! [Skript] Severe Error:
29.05 14:08:34 [Server] ERROR #!#! An error occurred while shutting down.
29.05 14:08:34 [Server] ERROR #!#! This might or might not cause any issues.
29.05 14:08:34 [Server] ERROR #!#!
29.05 14:08:34 [Server] ERROR #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
29.05 14:08:34 [Server] ERROR #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
29.05 14:08:34 [Server] ERROR #!#! and check whether this error has already been reported.
29.05 14:08:34 [Server] ERROR #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
29.05 14:08:34 [Server] ERROR #!#! and describe what you did before it happened and/or what you think caused the error.
29.05 14:08:34 [Server] ERROR #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
29.05 14:08:34 [Server] ERROR #!#! By following this guide fixing the error should be easy and done fast.
29.05 14:08:34 [Server] ERROR #!#!
29.05 14:08:34 [Server] ERROR #!#! Stack trace:
29.05 14:08:34 [Server] ERROR #!#! java.lang.NullPointerException: null value in entry: skull-owner=null
29.05 14:08:34 [Server] ERROR #!#!     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:33)
29.05 14:08:34 [Server] ERROR #!#!     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135)
29.05 14:08:34 [Server] ERROR #!#!     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206)
29.05 14:08:34 [Server] ERROR #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaSkull.serialize(CraftMetaSkull.java:173)
29.05 14:08:34 [Server] ERROR #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaItem.serialize(CraftMetaItem.java:850)
29.05 14:08:34 [Server] ERROR #!#!     at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:33)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304)
29.05 14:08:34 [Server] ERROR #!#!     at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:35)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.representer.BaseRepresenter.represent(BaseRepresenter.java:64)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:242)
29.05 14:08:34 [Server] ERROR #!#!     at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:206)
29.05 14:08:35 [Multicraft] Skipped 68 lines due to rate limit (50/s)
code_language.skript:
29.05 14:08:35 [Multicraft] Skipped 68 lines due to rate limit (50/s)
You'll have to open the log file itself
 
Status
Not open for further replies.