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

java.io.File.getName() #6

Open
SwordOfSouls opened this issue Nov 13, 2021 · 2 comments
Open

java.io.File.getName() #6

SwordOfSouls opened this issue Nov 13, 2021 · 2 comments

Comments

@SwordOfSouls
Copy link

So I'm trying to use bile tools: https://www.spigotmc.org/resources/biletools-test-plugins-faster.54823/

But am getting this error (Windows):

[BileTools] Task #2 for BileTools v2 generated an exception
java.lang.NullPointerException: Cannot invoke "java.io.File.getName()" because the return value of "com.volmit.bile.BileUtils.getPluginFile(org.bukkit.plugin.Plugin)" is null
        at com.volmit.bile.BileTools.onTick(BileTools.java:457) ~[BileTools-2.jar:?]
        at com.volmit.bile.BileTools$2.run(BileTools.java:324) ~[BileTools-2.jar:?]
        at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[patched_1.17.1.jar:git-Paper-346]
        at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[patched_1.17.1.jar:git-Paper-346]
        at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1564) ~[patched_1.17.1.jar:git-Paper-346]
        at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:490) ~[patched_1.17.1.jar:git-Paper-346]
        at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1480) ~[patched_1.17.1.jar:git-Paper-346]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1279) ~[patched_1.17.1.jar:git-Paper-346]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-346]
        at java.lang.Thread.run(Thread.java:831) ~[?:?]

The plugin still reloads the jar but still gets this error for some reason.

@xNasuni
Copy link

xNasuni commented May 19, 2023

same

@Stephcraft
Copy link

I also get this error from time to time.

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

No branches or pull requests

3 participants