TARDIS

TARDIS

228k Downloads

Not sure what has happened here but TARDIS disables on start

TuckerAndrews3 opened this issue ยท 16 comments

commented

Getting this error on startup

[19:16:41] [Server thread/INFO]: [TARDIS] Loaded 7 portals.
[19:16:43] [Server thread/ERROR]: Error occurred while enabling TARDIS v4.6.3-b2281 (Is it up to date?)
java.lang.NullPointerException: null
at me.eccentric_nz.TARDIS.database.resultset.ResultSetDoorBlocks.resultSet(ResultSetDoorBlocks.java:79) ~[?:?]
at me.eccentric_nz.TARDIS.move.TARDISDoorCloser.closeDoors(TARDISDoorCloser.java:54) ~[?:?]
at me.eccentric_nz.TARDIS.destroyers.TARDISDeinstantPreset.instaDestroyPreset(TARDISDeinstantPreset.java:74) ~[?:?]
at me.eccentric_nz.TARDIS.flight.TARDISVortexPersister.load(TARDISVortexPersister.java:128) ~[?:?]
at me.eccentric_nz.TARDIS.TARDIS.onEnable(TARDIS.java:486) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Tuinity-"f87cb79"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Tuinity-"f87cb79"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Tuinity-"f87cb79"]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:500) ~[patched_1.16.5.jar:git-Tuinity-"f87cb79"]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:414) ~[patched_1.16.5.jar:git-Tuinity-"f87cb79"]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:466) ~[patched_1.16.5.jar:git-Tuinity-"f87cb79"]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:240) ~[patched_1.16.5.jar:git-Tuinity-"f87cb79"]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:938) ~[patched_1.16.5.jar:git-Tuinity-"f87cb79"]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:175) ~[patched_1.16.5.jar:git-Tuinity-"f87cb79"]
at java.lang.Thread.run(Unknown Source) [?:?]
[19:16:43] [Server thread/INFO]: [TARDIS] Disabling TARDIS v4.6.3-b2281

TARDIS v4.6.3-b2281

commented

Hey just wanted to give an update on this. TARDIS throws no error or anything when I try to delete this kid's TARDIS, but it won't do anything. Kid can't use his TARDIS either.

[23:11:02 INFO]: [TARDIS] Server version: git-Tuinity-23 (MC: 1.17.1)
[23:11:02 INFO]: [TARDIS] TARDIS version: 4.7.5-b2349
[23:11:02 INFO]: [TARDIS] TARDISChunkGenerator version: 4.7.5
[23:11:02 INFO]: [TARDIS] PlaceholderAPI version: 2.10.9
[23:11:02 INFO]: [TARDIS] LibsDisguises version: 10.0.26
[23:11:02 INFO]: [TARDIS] dynmap version: 3.2-beta-2-483
[23:11:02 INFO]: [TARDIS] Essentials version: 2.19.0-dev+221-1556b91
[23:11:02 INFO]: [TARDIS] Multiverse-Core version: 4.3.1-SNAPSHOT-b856
[23:11:02 INFO]: [TARDIS] WorldGuard version: 7.0.6-SNAPSHOT+2138-682942b
[23:11:02 INFO]: [TARDIS] Multiverse-Inventories version: 4.2.3-SNAPSHOT-b519
[23:11:02 INFO]: [TARDIS] CoreProtect version: 20.0
[23:11:02 INFO]: [TARDIS] WorldBorder version: 1.17
[23:11:02 INFO]: [TARDIS] LockettePro version: 2.10.10
[23:11:02 INFO]: [TARDIS] Towny version: 0.97.0.16
[23:11:02 INFO]: [TARDIS] Checking for new TARDIS builds...

commented

I don't think it matters if he is in the Towny place, I think it just matters that the door doesn't exist. TARDIS find shows that he is landing on our main world which isn't deleted.

commented

Can you provide a link to your TARDIS.db file or a MySQL dump?

commented

Sure thing

commented

b2bmmrww2 or something along those lines is the player with the bugged TARDIS

commented

Is "TheForge" a current server world?

commented

Have you tried a /tadmin purge b2bmrww2 ? Should let the player create a new TARDIS, though won't try to remove the interior of exterior TARDIS...

commented

TheForge was removed, I thought it was going to NewEarth..
I will update TARDIS and purge him from the db.

commented

Fixed, thank you!

commented

Updating plugin to the newest version below 1.17.. will update shortly

commented

yeah so that like didn't enable at all, tardis straight up wiped everything, gonna revert back. i can send the error for that as well if you want. i imagine it has to do with java version the server is running

commented

somehow I fixed it but I'm not sure how, so I will leave this open so I can get the solution for later

commented

Version number is in the error :)
Recent builds require Java 16, so newer plugin probably didn't enable because server is running an earlier version of Java.

The plugin is trying to remove a TARDIS on server restart that was interrupted as it was dematerialising (probably due to the server restart itself). It can't find the outer door block to close, as the location from the database is no longer valid for some reason - removed a world, world not loaded?

commented

The kid is trying to land his TARDIS in a Towny area and it seems to bug it out, it's still happening, only for him. Maybe his custom chameleon circuit?

commented

The kid is trying to land his TARDIS in a Towny area and it seems to bug it out, it's still happening, only for him. Maybe his custom chameleon circuit?

Are you able to describe exactly what's happening? Are there any errors in console? It'd also help to run /tconfig debug true and have him try it again to see if there's any extra debugging output in the console.