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

BUG NETHER #2038

Open
I-Renan opened this issue Mar 24, 2024 · 10 comments
Open

BUG NETHER #2038

I-Renan opened this issue Mar 24, 2024 · 10 comments
Assignees
Labels
❌ Unconfirmed Bugs that were reported but yet to be replicatable

Comments

@I-Renan
Copy link

I-Renan commented Mar 24, 2024

Minecraft's Version

1.8.8

Plugin's Version

LATEST

Describe the bug

When creating a nether portal and trying to teleport it generates this error:

[18:14:16 ERROR]: Could not pass event PlayerPortalEvent to SuperiorSkyblock2 v2023.3
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[patched_1.8.8.jar:git-PaperSpigot-445]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74) ~[patched_1.8.8.jar:git-PaperSpigot-445]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.8.8.jar:git-PaperSpigot-445]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [patched_1.8.8.jar:git-PaperSpigot-445]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.PlayerList.changeDimension(PlayerList.java:689) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.EntityPlayer.c(EntityPlayer.java:552) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.Entity.K(Entity.java:303) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.EntityLiving.K(EntityLiving.java:174) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.Entity.t_(Entity.java:263) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.EntityLiving.t_(EntityLiving.java:1457) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.EntityHuman.t_(EntityHuman.java:174) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.EntityPlayer.l(EntityPlayer.java:293) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:385) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [patched_1.8.8.jar:git-PaperSpigot-445]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_312]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_312]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched_1.8.8.jar:git-PaperSpigot-445]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched_1.8.8.jar:git-PaperSpigot-445]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
Caused by: java.lang.NullPointerException: destinationLocation cannot be null.
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:229) ~[patched_1.8.8.jar:git-PaperSpigot-445]
at com.bgsoftware.superiorskyblock.service.portals.PortalsManagerServiceImpl.handlePlayerPortal(PortalsManagerServiceImpl.java:74) ~[?:?]
at com.bgsoftware.superiorskyblock.listener.PortalsListener.onPlayerPortal(PortalsListener.java:52) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[patched_1.8.8.jar:git-PaperSpigot-445]
... 24 more

To Reproduce

Create a portal to the nether, activate it, teleport

Additional Information

Create a portal to the nether, activate it, teleport

@I-Renan I-Renan added the Pending Pending reports to be investigated label Mar 24, 2024
@OmerBenGera OmerBenGera added ✔️ Confirmed Confirmed bugs that can be replicated and removed Pending Pending reports to be investigated labels Mar 30, 2024
@OmerBenGera
Copy link
Member

Check out latest dev build, let me know if it is fixed

@OmerBenGera OmerBenGera added the 🔧 Potential fix A potential fix was already submitted label Mar 30, 2024
@I-Renan
Copy link
Author

I-Renan commented Mar 31, 2024 via email

@OmerBenGera
Copy link
Member

It doesn't work either Em sáb., 30 de mar. de 2024 10:19, Ome_R @.> escreveu:

Check out latest dev build, let me know if it is fixed — Reply to this email directly, view it on GitHub <#2038 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHISJRJHPHCNS45BCRIVGYDY223XXAVCNFSM6AAAAABFFCOSESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRYGA2TEMJWGU . You are receiving this because you authored the thread.Message ID: @.
>

Send me the error you receive.

@I-Renan
Copy link
Author

I-Renan commented Apr 5, 2024 via email

@OmerBenGera
Copy link
Member

Send me the new error you receive then

@I-Renan
Copy link
Author

I-Renan commented Apr 6, 2024 via email

@I-Renan
Copy link
Author

I-Renan commented Apr 6, 2024 via email

@OmerBenGera
Copy link
Member

The error is on github Em sáb., 6 de abr. de 2024 05:13, Ome_R @.> escreveu:

Send me the new error you receive then — Reply to this email directly, view it on GitHub <#2038 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHISJRMLEA6EGI4OSQ7X6JTY36VCDAVCNFSM6AAAAABFFCOSESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGAYTEOBXGE . You are receiving this because you authored the thread.Message ID: @.
>

Send the new error.
The old NPE should not happen anymore. If it is, I want to see it again, even if it is the exact same error

@OmerBenGera OmerBenGera added ❌ Unconfirmed Bugs that were reported but yet to be replicatable and removed 🔧 Potential fix A potential fix was already submitted ✔️ Confirmed Confirmed bugs that can be replicated labels Apr 12, 2024
@I-Renan
Copy link
Author

I-Renan commented Apr 17, 2024 via email

@OmerBenGera
Copy link
Member

Can you send me the exact output of /version? I want to try and replicate it on the same server software you run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❌ Unconfirmed Bugs that were reported but yet to be replicatable
Projects
None yet
Development

No branches or pull requests

2 participants