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

ObjectOpenHashSet not found in Spigot versions 1.17.1 and below #6398

Closed
1 task done
sovdeeth opened this issue Feb 3, 2024 · 0 comments
Closed
1 task done

ObjectOpenHashSet not found in Spigot versions 1.17.1 and below #6398

sovdeeth opened this issue Feb 3, 2024 · 0 comments
Assignees
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: critical For issues causing catastrophic failure for some or many users. Should be fixed ASAP.

Comments

@sovdeeth
Copy link
Member

sovdeeth commented Feb 3, 2024

Skript/Server Version

Skript doesn't enable, so /sk info doesn't work.

Skript: 2.8.1
Server: spigot 1.17.1, 1.16.5, 1.13.2
Addons: skript-reflect 2.4 (selfbuilt)

Bug Description

Skript fails to enable due to missing it/unimi/dsi/fastutil/objects/ObjectOpenHashSet.
This seems to occur on all Spigot versions below 1.18.

Expected Behavior

Skript should launch normally.

Steps to Reproduce

Start Skript 2.8+ with a spigot jar below 1.18

Errors or Screenshots

[14:55:36] [Server thread/INFO]: [Skript] Enabling Skript v2.8.0
[14:55:36] [Server thread/ERROR]: Error occurred while enabling Skript v2.8.0 (Is it up to date?)
java.lang.NoClassDefFoundError: it/unimi/dsi/fastutil/objects/ObjectOpenHashSet
        at ch.njol.skript.aliases.AliasesProvider.<init>(AliasesProvider.java:176) ~[?:?]
        at ch.njol.skript.aliases.Aliases.createProvider(Aliases.java:82) ~[?:?]
        at ch.njol.skript.aliases.Aliases.<clinit>(Aliases.java:61) ~[?:?]
        at ch.njol.skript.Skript.onEnable(Skript.java:508) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:492) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:406) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:554) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:257) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:928) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at java.lang.Thread.run(Thread.java:835) [?:?]
Caused by: java.lang.ClassNotFoundException: it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
        at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:140) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-1.16.5.jar:3096a-Spigot-9fb885e-af1a232]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
        ... 14 more

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
@sovdeeth sovdeeth added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: critical For issues causing catastrophic failure for some or many users. Should be fixed ASAP. labels Feb 3, 2024
@sovdeeth sovdeeth changed the title ObjectOpenHashSet not found in Spigot 1.16.5 ObjectOpenHashSet not found in Spigot versions 1.17.1 and below Feb 3, 2024
@APickledWalrus APickledWalrus self-assigned this Feb 3, 2024
@sovdeeth sovdeeth added the PR available Issues which have a yet-to-be merged PR resolving it label Feb 3, 2024
@APickledWalrus APickledWalrus added completed The issue has been fully resolved and the change will be in the next Skript update. and removed PR available Issues which have a yet-to-be merged PR resolving it labels Feb 3, 2024
@sovdeeth sovdeeth closed this as completed Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: critical For issues causing catastrophic failure for some or many users. Should be fixed ASAP.
Projects
None yet
Development

No branches or pull requests

2 participants