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

New island not creating #2149

Open
Envqu opened this issue Jul 17, 2024 · 23 comments
Open

New island not creating #2149

Envqu opened this issue Jul 17, 2024 · 23 comments
Assignees
Labels
😴 No response Reports that haven't received a respond for over a week ❌ Unconfirmed Bugs that were reported but yet to be replicatable

Comments

@Envqu
Copy link

Envqu commented Jul 17, 2024

Minecraft's Version

1.20.4 Purpur 2176

Plugin's Version

B266

Describe the bug

Sometimes when new player want to create new island he has message that island is creating but it never happen.
He have to disband island, wait 30/40 second and then create again but even then it could not work.
Meanwhile other players doesnt has any problem with island creating. Its random for few players.
For 250 players it happened maybe 15 times.

To Reproduce

New player creating new island

Additional Information

No response

@Envqu Envqu added the Pending Pending reports to be investigated label Jul 17, 2024
@Envqu
Copy link
Author

Envqu commented Jul 17, 2024

image
This showing in console

*There is no island named null

@OmerBenGera
Copy link
Member

Can you send me entire session logs that it happened in?

@OmerBenGera OmerBenGera added ❌ Unconfirmed Bugs that were reported but yet to be replicatable and removed Pending Pending reports to be investigated labels Jul 18, 2024
@Envqu
Copy link
Author

Envqu commented Jul 18, 2024

I can but in private message

@Envqu
Copy link
Author

Envqu commented Jul 20, 2024

Can you dm me on discord? Nickname: Envqu

@OmerBenGera
Copy link
Member

I opened a ticket for you :)

@OmerBenGera
Copy link
Member

I think the null message happens when you have a plugin / hook that executes an island command through the console or something
Does it happen every time you create a new island?

@Envqu
Copy link
Author

Envqu commented Jul 26, 2024

No. It happen few time a day but there is no rule.
I think that its only occurs when island cant be created.

Example:

  1. New player joins the server.
  2. He types /is which opens gui to create island.
  3. He clicks create new island in gui and then there is like 70% chances of success and player will be teleported to new island or 30% chance of failure and there is message that island is being created but then its freezes and nothing happens for hours. Player has to disband island and then create again so process repeat.

@OmerBenGera
Copy link
Member

Why would the console get a message about anything related to the island creation?
This is 100% a command or something executed as console.

@Envqu
Copy link
Author

Envqu commented Jul 29, 2024

Its GUI from SuperiorSkyBlock2
image
https://pastebin.com/Sq6SqK9V
image
This message showing only when player cant create island and this bug happen

@OmerBenGera
Copy link
Member

Does it happen with default config files?

Its GUI from SuperiorSkyBlock2 image https://pastebin.com/Sq6SqK9V image This message showing only when player cant create island and this bug happen

The screenshot of the event-commands does not matter. You might have another plugin or something interfacing with it, commands of missions or idk what. I suspect using default files it won't happen.

@Envqu
Copy link
Author

Envqu commented Aug 2, 2024

I cant really check if its doesnt happen with default config because it not happening everytime. Maybe only like 1 in 10-20 times. I need a lot of players to check this and I cant really let them play with default config on production server.
Its hard to track down but I've been using this config almost 2 years (without OneBlock addon) and it never happened.

Only plugin that can interfere into SuperiorSkyblock is KGenerators but it only checks flags and deleting generators on island disband.
Problem is that island is not fully creating when this error occurs. I cant even teleport to this island with admin command /is admin tp nick. Player can only disband island and try to create new.

@OmerBenGera
Copy link
Member

OmerBenGera commented Aug 2, 2024

I added stack trace when SSB is sending messages to console, this should help us better understand when it occurs.
Update to latest dev build, then run /is admin debug show_stacktrace and wait for the bug to occur. Once it occurs, you'll see in console stack traces (similar to an exception) - send me these stack traces via pastebin

@Envqu
Copy link
Author

Envqu commented Aug 3, 2024

Okay, I know from where it comes.
Its admin message sent when phase starting.
Its executing when island is not fully created so thats why this null message occurs I guess.
https://pastebin.com/5Xk1hbT3

At this moment I cant replicate bug with island not fully creating but I guess this error is not connected in any way with null message. Maybe latest version improve something?
You can close this and if this bug will repeat I will just make another issue

@OmerBenGera
Copy link
Member

Okay, I know from where it comes. Its admin message sent when phase starting. Its executing when island is not fully created so thats why this null message occurs I guess. https://pastebin.com/5Xk1hbT3

At this moment I cant replicate bug with island not fully creating but I guess this error is not connected in any way with null message. Maybe latest version improve something? You can close this and if this bug will repeat I will just make another issue

Is this the default config file of the one block module?
If not, what command do you exeucte there?

@Envqu
Copy link
Author

Envqu commented Aug 5, 2024

"islandunlockphase {player} 1", - its just custom command nothing to do with superiorskyblock
"island admin msgall {player} &6 ",
"island admin msgall {player} xyz",
"island admin msgall {player} xyz",
"island admin msgall {player} xyz",
"island admin msgall {player} &6 ",
"island admin titleall {player} 10 20 30 -title &6OneBlock 1 -subtitle &fPhase 1"

@Envqu
Copy link
Author

Envqu commented Aug 5, 2024

And I replied here in closed issue in case if you haven't noticed.
#2194 (comment)

@OmerBenGera
Copy link
Member

"islandunlockphase {player} 1", - its just custom command nothing to do with superiorskyblock "island admin msgall {player} &6 ", "island admin msgall {player} xyz", "island admin msgall {player} xyz", "island admin msgall {player} xyz", "island admin msgall {player} &6 ", "island admin titleall {player} 10 20 30 -title &6OneBlock 1 -subtitle &fPhase 1"

I think I know what the issue is and why you get the null message, what I don't understand is why it only happens sometimes and not always.
Can you send me your entire OneBlock folder? I want to test it out myself.

@Envqu
Copy link
Author

Envqu commented Aug 12, 2024

It happened again today.
I sent folder on Discord in ticket.
Showtrace not showing anything when player is unable to teleport on bugged island or when I using is admin tp command.
Unfortunatelly it was disabled when player created island.

@OmerBenGera
Copy link
Member

Check out latest dev build of OneBlock, let me know if it still occurs

@Envqu
Copy link
Author

Envqu commented Sep 5, 2024

Noone reported this so I will close this issue.
If it will happen again I will open.

@Envqu Envqu closed this as completed Sep 5, 2024
@Envqu
Copy link
Author

Envqu commented Oct 8, 2024

Hi. It happened again.
It looks like something blocking teleport to island.
I have video of this issue: https://youtu.be/02X6tPPUPFU
I fixed this island by teleporting 100 blocks next to it (Islands cords: -9600, 100, 1200, I teleported to -9500, 100, 1200 with /tp command and when chunks generated then teleport to island work.)

@Envqu Envqu reopened this Oct 8, 2024
@OmerBenGera
Copy link
Member

OmerBenGera commented Oct 17, 2024

If something blocks the teleportation, then you should investigate it.
You couldn't even teleport with Essentials /tp - I am not sure what I can do to fix it...
Try switching to Paper maybe?

@OmerBenGera
Copy link
Member

Any news regarding this?

@OmerBenGera OmerBenGera added the 😴 No response Reports that haven't received a respond for over a week label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😴 No response Reports that haven't received a respond for over a week ❌ Unconfirmed Bugs that were reported but yet to be replicatable
Projects
None yet
Development

No branches or pull requests

2 participants