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

[stacktrace][small bug] Dead entity teleporting through netherportal console error #5380

Closed
stepech opened this issue Mar 18, 2021 · 4 comments · Fixed by #6832
Closed

[stacktrace][small bug] Dead entity teleporting through netherportal console error #5380

stepech opened this issue Mar 18, 2021 · 4 comments · Fixed by #6832
Labels
status: accepted Disputed bug is accepted as valid or Feature accepted as desired to be added. type: bug Something doesn't work as it was intended to. version: 1.17 Game version 1.17

Comments

@stepech
Copy link

stepech commented Mar 18, 2021

Link/paste of stack trace

[22:40:06] [Server thread/WARN]: Illegal Entity Teleport EntityFireworks['Firework Rocket'/65898, uuid='😋', l='ServerLevel[world]', x=55.96, y=79.12, z=1536.01, cx=3, cz=96, tl=2, v=true, d=true] to ServerLevel[world_nether]:null
java.lang.Throwable: null
	at net.minecraft.server.v1_16_R3.Entity.teleportTo(Entity.java:2663) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.Entity.b(Entity.java:2655) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.Entity.doPortalTick(Entity.java:2279) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.Entity.postTick(Entity.java:505) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.WorldServer.entityJoinedWorld(WorldServer.java:960) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.World.a(World.java:946) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.WorldServer.doTick(WorldServer.java:644) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1476) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:418) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1328) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1116) ~[patched_1.16.5.jar:git-Paper-556]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) ~[patched_1.16.5.jar:git-Paper-556]
	at java.lang.Thread.run(Thread.java:832) [?:?]

Plugin list:

[22:50:55 INFO]: Plugins (15): BlueMap, CoreProtect, DiscordSRV, dynmap*, Dynmap-Essentials*, dynmap-mobs*, eBackup, Essentials, EssentialsChat, LuckPerms, Maintenance, mcMMO, PlaceholderAPI, SkinsRestorer, Vault

Actions to reproduce (if known):

Occured on the server when I wasn't online. Described by player as an issue occuring when firing fireworks through nether portal. (In game there is no visible error, just prints this stacktrace in console, it's just a small bug)

Paper version:

[22:52:57 INFO]: This server is running Paper version git-Paper-556 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)

Thanks a lot to all people maintaining Paper. It's super project, love you all ❤

@e-im e-im added resolution: cannot reproduce Paper team is unable to replicate the issue. resolution: awaiting response Additional information is required from the issue reporter type: bug Something doesn't work as it was intended to. labels Apr 22, 2021
@e-im
Copy link
Contributor

e-im commented Apr 22, 2021

I wasn't able to reproduce this however it does sound plausible and I may have missed something, have you been able to? If you're able to reproduce reliably, would you mind trying without plugins?

Thanks

@Proximyst
Copy link
Contributor

Known bug with all projectiles through portals. I'll dig up the reproduction steps later today (with an alarm, of course, because we all know how good my memory is).

@e-im e-im removed resolution: cannot reproduce Paper team is unable to replicate the issue. resolution: awaiting response Additional information is required from the issue reporter labels Apr 22, 2021
@e-im
Copy link
Contributor

e-im commented Apr 22, 2021

Nevermind, did a bit more looking into this and was able to reproduce. It's just trying to teleport a dead entity.

@e-im e-im added the status: accepted Disputed bug is accepted as valid or Feature accepted as desired to be added. label Apr 22, 2021
@stepech stepech changed the title [stacktrace][small bug] Firework through netherportal console error [stacktrace][small bug] Dead entity teleporting through netherportal console error Apr 27, 2021
@HexedHero
Copy link
Contributor

Reproducible everytime with

    @EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
    public void a(EntityPortalEnterEvent event) {
        if (event.getEntity() instanceof Item) { event.getEntity().remove(); }
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepted Disputed bug is accepted as valid or Feature accepted as desired to be added. type: bug Something doesn't work as it was intended to. version: 1.17 Game version 1.17
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants