Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException in UnresolvedOfflinePlayer #237

Closed
elgbar opened this issue Nov 13, 2016 · 57 comments
Closed

NullPointerException in UnresolvedOfflinePlayer #237

elgbar opened this issue Nov 13, 2016 · 57 comments
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.

Comments

@elgbar
Copy link

elgbar commented Nov 13, 2016

For some reason I get an error with UnresolvedOfflinePlayer. I looked in the file that you can just add a catch for a NullPointerException to suppress the error. 😈

[23:09:12 INFO]: kh498 [0e8adf51-dc94-3477-bd6c-931cabeed7cc]: /enum
[23:09:16 ERROR]: #!#!
[23:09:16 ERROR]: #!#! [Skript] Severe Error:
[23:09:16 ERROR]: #!#! Exception in thread Skript offline player resolver thread (fetches UUIDs from the minecraft servers)
[23:09:16 ERROR]: #!#!
[23:09:16 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[23:09:16 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[23:09:16 ERROR]: #!#! and check whether this error has already been reported.
[23:09:16 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[23:09:16 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[23:09:16 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[23:09:16 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[23:09:16 ERROR]: #!#!
[23:09:16 ERROR]: #!#! Stack trace:
[23:09:16 ERROR]: #!#! java.lang.NullPointerException
[23:09:16 ERROR]: #!#!     at ch.njol.skript.bukkitutil.UnresolvedOfflinePlayer$1.run(UnresolvedOfflinePlayer.java:59)
[23:09:16 ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[23:09:16 ERROR]: #!#!
[23:09:16 ERROR]: #!#! Version Information:
[23:09:16 ERROR]: #!#!   Skript: 2.2-dev20
[23:09:16 ERROR]: #!#!   Bukkit: 1.10.2-R0.1-SNAPSHOT
[23:09:16 ERROR]: #!#!   Minecraft: 1.10.2
[23:09:16 ERROR]: #!#!   Java: 1.8.0_112 (Java HotSpot(TM) 64-Bit Server VM 25.112-b15)
[23:09:16 ERROR]: #!#!   OS: Windows 10 amd64 10.0
[23:09:16 ERROR]: #!#!
[23:09:16 ERROR]: #!#! Running CraftBukkit: false
[23:09:16 ERROR]: #!#!
[23:09:16 ERROR]: #!#! Current node: null
[23:09:16 ERROR]: #!#! Current item: null
[23:09:16 ERROR]: #!#!
[23:09:16 ERROR]: #!#! Thread: Skript offline player resolver thread (fetches UUIDs from the minecraft servers)
[23:09:16 ERROR]: #!#!
[23:09:16 ERROR]: #!#! End of Error.
[23:09:16 ERROR]: #!#!
@bensku
Copy link
Member

bensku commented Nov 14, 2016

No, I'm not going to ignore this error. It needs to "crash" if it doesn't work, otherwise much worse things might happen. Including providing wrong data to scripts and possible variable corruption.

This is strange bug, because it almost seema that static final field which IS initialized would be null. Weird.

@Weefle
Copy link
Contributor

Weefle commented Nov 14, 2016

Please try again to resolve it! :/

@bensku
Copy link
Member

bensku commented Nov 15, 2016

Attempting a fix, can't say if will be successful.

@bensku bensku closed this as completed in 5156404 Nov 15, 2016
@bensku bensku reopened this Nov 15, 2016
@bensku
Copy link
Member

bensku commented Nov 15, 2016

Wait what Github. I definitely did not close this.

@28andrew
Copy link
Contributor

Maybe it was smart and closed this because you wrote fix #237

@Namnodorel
Copy link

Yes, Github automatically closes issues if you reference it with certain keywords in a commit

@bensku
Copy link
Member

bensku commented Nov 17, 2016

Hm. I would rather wait for user to confirm that it was fixed, or at least for the release to be uploaded. But anyway...

@Weefle
Copy link
Contributor

Weefle commented Nov 17, 2016

The bug is still there!
2.2-dev21c

@bensku
Copy link
Member

bensku commented Nov 17, 2016

Yes, but what error message do you get? I "improved error reporting" for this, since last error message was basically saying "Java standard thread API returns null", which is not likely.

@Weefle
Copy link
Contributor

Weefle commented Nov 17, 2016

When I reload the latest spigot-1.11 and skript 2.2-dev21c, I get this error after a while: http://hastebin.com/upucacutex.md

@bensku
Copy link
Member

bensku commented Nov 18, 2016

Yes, thanks! Now I can try to fix this...

@Weefle
Copy link
Contributor

Weefle commented Nov 27, 2016

And ... not fixed in 2.2-dev22b: http://hastebin.com/becupivawo.md

@melinstagibson
Copy link

melinstagibson commented Nov 27, 2016 via email

@Weefle
Copy link
Contributor

Weefle commented Nov 27, 2016

I don't know :/

@bensku
Copy link
Member

bensku commented Nov 27, 2016

No, this wouldn't solve that. Probably.

@bensku bensku added the bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. label Dec 22, 2016
@cookieauth
Copy link

cookieauth commented Dec 23, 2016

As of v2.2-dev22f error is persisting.

https://hastebin.com/nucaxetuke.md

(Not triggered by a specific script, usually only seen on start/enable of plugin around ten seconds after)

@bensku
Copy link
Member

bensku commented Dec 23, 2016

Attempting some kind of fix for next release. I still have no idea why this happens for some people but not others.

@Weefle
Copy link
Contributor

Weefle commented Dec 23, 2016

I can confirm this error again in the latest release: 2.2-dev22g
Same error :/

@elgbar
Copy link
Author

elgbar commented Dec 26, 2016

Just a side note that might help, I am running my server in offline mode.

@RoyCurtis
Copy link
Contributor

FWIW, I accidentally found a reliable reproduction for this, whilst testing another issue:

Tested with only Skript v2.2-dev22g on Spigot 7d78b81-f9e0440 and Paper b993

  1. Start the server
  2. Wait for up to 15 seconds after loading is done. Observe there are no Skript exceptions
  3. Execute reload confirm to reload the server
  4. Wait for up to 15 seconds after loading is done. Observe that a Skript NPE eventually happens

I realize that server reloading is unsupported, but I have not seen this being asked here: those who are getting this issue, was this after a /reload or from cold server startup?

@Syst3ms
Copy link
Contributor

Syst3ms commented Dec 28, 2016

/reload has always caused a shit ton of isuues to me. I've not encountered those, but i know two others that are still very annoying and severe :

  • Doing a /reload makes Skript unable to load a script properly. Skript will not detect changes on a script in that case.
  • You can't reload anything. And I mean anything. Throws an error in console each time.

In both cases, here is the fix :

  1. Remove Skript and all addons. Of course, save the scripts beforehand.
  2. Restart the server
  3. Put Skript and all addons back. Also import the scripts.
  4. Restart the server

@TheBentoBox
Copy link
Member

You probably don't even need to do an additional restart where you remove Skript and all of the addons, just giving the server a full and proper restart should allow everything to register properly and do the job fine.

@Syst3ms
Copy link
Contributor

Syst3ms commented Dec 28, 2016

@TheBentoBox I've restarted many times and the error persisted. A full reinstall was the only way.

@Tuke-Nuke
Copy link

Hi, I want to report this problem to see if it maight be helpful:

Stack trace: https://hastebin.com/sonemovare.md

Infomartion:

  • The error occurred when I tried to stop the server (it's a test server in my own PC). I was starting and stopping many times as I was making some request for your fork (I didn't make any changes, only few expressions added). It only did happen once.
  • Plugins: TuSKe v1.7-beta.3, SkRambled v2.1, skUtilities v0.7.9. (It is a test development server)
  • Running Spigot git-Spigot-90f61bc-29e1d72.
  • 0 Variables stored.
  • 0 Scripts loaded.

@Weefle
Copy link
Contributor

Weefle commented Sep 2, 2017

The error is still there in dev30d with the latest spigot 1.12.1 from Yve's mirror
The error happen at the /reload command: https://hastebin.com/ixitebiqiq.md
(the version is 1.9 on the link but its the same in 1.12.1, the server is in online-mode)

@bensku
Copy link
Member

bensku commented Sep 2, 2017

/reload is unsafe to use with Skript. Don't do that.

@soarzzz
Copy link

soarzzz commented Sep 7, 2017

I had Skript installed on my server. Not using a host. I installed Skript itself. It worked perfectly but when I installed the addons, it started giving that message.

@bensku bensku added this to the 2.3 milestone Sep 20, 2017
@Xeukxz
Copy link

Xeukxz commented Oct 20, 2017

[01:35:16 ERROR]: #!#! [Skript] Severe Error:
[01:35:16 ERROR]: #!#! An error happened when trying to enably resolving offline players, so the feature has been turned off. Please report this at #237
[01:35:16 ERROR]: #!#!
[01:35:16 ERROR]: #!#! Something went horribly wrong with Skript.
[01:35:16 ERROR]: #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
[01:35:16 ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[01:35:16 ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[01:35:16 ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[01:35:16 ERROR]: #!#! nor it will work, unless you switch to supported platform.
[01:35:16 ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
[01:35:16 ERROR]: #!#!
[01:35:16 ERROR]: #!#! Stack trace:
[01:35:16 ERROR]: #!#! java.lang.NullPointerException: null offline player resolve queue
[01:35:16 ERROR]: #!#! at ch.njol.skript.bukkitutil.UnresolvedOfflinePlayer$1.run(UnresolvedOfflinePlayer.java:59)
[01:35:16 ERROR]: #!#! at java.base/java.lang.Thread.run(Unknown Source)
[01:35:16 ERROR]: #!#!
[01:35:16 ERROR]: #!#! Version Information:
[01:35:16 ERROR]: #!#!
[01:35:16 ERROR]: #!#! [Skript] Severe Error:
[01:35:16 ERROR]: #!#! Exception in thread Skript offline player resolver thread (fetches UUIDs from the minecraft servers)
[01:35:16 ERROR]: #!#!
[01:35:16 ERROR]: #!#! Something went horribly wrong with Skript.
[01:35:16 ERROR]: #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
[01:35:16 ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[01:35:16 ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[01:35:16 ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[01:35:16 ERROR]: #!#! nor it will work, unless you switch to supported platform.
[01:35:16 ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
[01:35:16 ERROR]: #!#!
[01:35:16 ERROR]: #!#! Stack trace:
[01:35:16 ERROR]: #!#! java.lang.IllegalStateException
[01:35:16 ERROR]: #!#! at ch.njol.skript.Skript.getVersion(Skript.java:188)
[01:35:16 ERROR]: #!#! at ch.njol.skript.Skript.exception(Skript.java:1332)
[01:35:16 ERROR]: #!#! at ch.njol.skript.Skript.exception(Skript.java:1192)
[01:35:16 ERROR]: #!#! at ch.njol.skript.bukkitutil.UnresolvedOfflinePlayer$1.run(UnresolvedOfflinePlayer.java:59)
[01:35:16 ERROR]: #!#! at java.base/java.lang.Thread.run(Unknown Source)
[01:35:16 ERROR]: #!#!
[01:35:16 ERROR]: #!#! Version Information:

@Xeukxz
Copy link

Xeukxz commented Oct 20, 2017

help

@Legoman99573
Copy link
Contributor

Legoman99573 commented Oct 26, 2017

I get the same issue and prevents the server from shutting down, thus forcing me to kill the server proccess.

Using paperspigot 1.12.2 and latest skript bensku release.

@Xeukxz
Copy link

Xeukxz commented Oct 26, 2017

welp its so annoying!

@Xeukxz
Copy link

Xeukxz commented Nov 16, 2017

[23:57:37 INFO]: [Skript] Enabling Skript v2.1.2
[23:57:37 INFO]: [Skript] Successfully generated the config, the example scripts and the aliases files.
[23:57:37 ERROR]: Error occurred while enabling Skript v2.1.2 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.DyeColor.getData()B
at ch.njol.skript.util.Color.(Color.java:82) ~[?:?]
at ch.njol.skript.SkriptCommand.(SkriptCommand.java:60) ~[?:?]
at ch.njol.skript.Skript.onEnable(Skript.java:254) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:384) [spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:333) [spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-d21162c-61e0c69]
at java.lang.Thread.run(Unknown Source) [?:?]

@28andrew
Copy link
Contributor

This doesn't belong here, create a new issue.

@Xeukxz
Copy link

Xeukxz commented Nov 16, 2017

What do you mean it doesnt belong here??

@28andrew
Copy link
Contributor

This is a closed issue involving a NullPointerException while resolving offline players.

@Xeukxz
Copy link

Xeukxz commented Nov 16, 2017

Ahh i see

@TheBentoBox
Copy link
Member

You're also not even using this version of Skript @BallisticDev

@Xeukxz
Copy link

Xeukxz commented Nov 16, 2017

??

@Legoman99573
Copy link
Contributor

you are using the original skript plugin. use this fork instead.

@Xeukxz
Copy link

Xeukxz commented Nov 16, 2017

This makes no sense

@Xeukxz
Copy link

Xeukxz commented Nov 16, 2017

Im just trying to get this fixed

@28andrew
Copy link
Contributor

28andrew commented Nov 16, 2017

You're using the version of Skript, 2.1.2, that was made by njol. This github repository is for the Skript version made by bensku. Try switching to this, by going to releases. Also if you're still having issues, please make a new issue instead of bloating this one up.

@Xeukxz
Copy link

Xeukxz commented Nov 16, 2017

Ahhh

@Xeukxz
Copy link

Xeukxz commented Nov 18, 2017

[18:09:25 INFO]: [Skript] Reloading the config and all scripts...
[18:09:25 INFO]: Loaded a total of 79112 english aliases
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! [Skript] Severe Error:
[18:09:25 ERROR]: #!#! Could not load clan.sk
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Something went horribly wrong with Skript.
[18:09:25 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[18:09:25 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[18:09:25 ERROR]: #!#! Here is full list of them:
[18:09:25 ERROR]: #!#! skRayFall (http://sk.rayfall.net/) skUtilities (https://tim740.github.io/) SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SharpSK ExertSK TuSKe (github.com/Tuke-Nuke/TuSKe)
[18:09:25 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[18:09:25 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[18:09:25 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[18:09:25 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[18:09:25 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[18:09:25 ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
[18:09:25 ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Stack trace:
[18:09:25 ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:09:25 ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1786)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1753)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1501)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:223)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:178)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:491)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:808)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1517)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1447)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1474)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1474)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1474)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1474)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1513)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1474)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:223)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:178)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:998)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.(TriggerSection.java:54)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.Conditional.(Conditional.java:44)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1005)
[18:09:25 ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:471)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:571)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:347)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:359)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:289)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:319)
[18:09:25 ERROR]: #!#! at ch.njol.skript.Skript.reload(Skript.java:700)
[18:09:25 ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:161)
[18:09:25 ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[18:09:25 ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[18:09:25 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:651)
[18:09:25 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:637)
[18:09:25 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.aP(DedicatedServer.java:444)
[18:09:25 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:407)
[18:09:25 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
[18:09:25 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
[18:09:25 ERROR]: #!#! at java.base/java.lang.Thread.run(Unknown Source)
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Version Information:
[18:09:25 ERROR]: #!#! Skript: 2.2-dev32b (latest)
[18:09:25 ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
[18:09:25 ERROR]: #!#! Minecraft: 1.12.2
[18:09:25 ERROR]: #!#! Java: 9.0.1 (Java HotSpot(TM) 64-Bit Server VM 9.0.1+11)
[18:09:25 ERROR]: #!#! OS: Windows 10 amd64 10.0
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Running CraftBukkit: false
[18:09:25 ERROR]: #!#! Running Spigot (or compatible): true
[18:09:25 ERROR]: #!#! Running Paper (or compatible): false
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Current node: arg 2 is not set: (clan.sk, line 5)
[18:09:25 ERROR]: #!#! Current item: null
[18:09:25 ERROR]: #!#! Thread: Server thread
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Language: english
[18:09:25 ERROR]: #!#! Link parse mode: DISABLED
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! End of Error.
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! [Skript] Severe Error:
[18:09:25 ERROR]: #!#! Could not load points.sk
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Something went horribly wrong with Skript.
[18:09:25 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[18:09:25 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[18:09:25 ERROR]: #!#! Here is full list of them:
[18:09:25 ERROR]: #!#! skRayFall (http://sk.rayfall.net/) skUtilities (https://tim740.github.io/) SkQuery Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SharpSK ExertSK TuSKe (github.com/Tuke-Nuke/TuSKe)
[18:09:25 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[18:09:25 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[18:09:25 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[18:09:25 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[18:09:25 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[18:09:25 ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
[18:09:25 ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Stack trace:
[18:09:25 ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:09:25 ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1786)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1753)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1501)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:223)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:178)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:491)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:808)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1517)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1474)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1513)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:223)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:178)
[18:09:25 ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:919)
[18:09:25 ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:471)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:571)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:347)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:359)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:289)
[18:09:25 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:319)
[18:09:25 ERROR]: #!#! at ch.njol.skript.Skript.reload(Skript.java:700)
[18:09:25 ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:161)
[18:09:25 ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[18:09:25 ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[18:09:25 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:651)
[18:09:25 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:637)
[18:09:25 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.aP(DedicatedServer.java:444)
[18:09:25 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:407)
[18:09:25 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
[18:09:25 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
[18:09:25 ERROR]: #!#! at java.base/java.lang.Thread.run(Unknown Source)
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Version Information:
[18:09:25 ERROR]: #!#! Skript: 2.2-dev32b (latest)
[18:09:25 ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
[18:09:25 ERROR]: #!#! Minecraft: 1.12.2
[18:09:25 ERROR]: #!#! Java: 9.0.1 (Java HotSpot(TM) 64-Bit Server VM 9.0.1+11)
[18:09:25 ERROR]: #!#! OS: Windows 10 amd64 10.0
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Running CraftBukkit: false
[18:09:25 ERROR]: #!#! Running Spigot (or compatible): true
[18:09:25 ERROR]: #!#! Running Paper (or compatible): false
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Current node: player has permission "skript.points.edit" (points.sk, line 4)
[18:09:25 ERROR]: #!#! Current item: null
[18:09:25 ERROR]: #!#! Thread: Server thread
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! Language: english
[18:09:25 ERROR]: #!#! Link parse mode: DISABLED
[18:09:25 ERROR]: #!#!
[18:09:25 ERROR]: #!#! End of Error.
[18:09:25 ERROR]: #!#!

@bensku
Copy link
Member

bensku commented Nov 18, 2017

It does not seem that there is anything relevant concerning this issue anymore. It has been fixed for good.

Edit: whoops

@bensku bensku reopened this Nov 18, 2017
@bensku bensku closed this as completed Nov 18, 2017
@SkriptLang SkriptLang locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.
Projects
None yet
Development

No branches or pull requests