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

[ERROR] Throwing - island.IslandManager.generateIslandKey #12

Open
ejwright opened this issue Aug 2, 2020 · 2 comments
Open

[ERROR] Throwing - island.IslandManager.generateIslandKey #12

ejwright opened this issue Aug 2, 2020 · 2 comments

Comments

@ejwright
Copy link

ejwright commented Aug 2, 2020

Generating the first island work fine, but having a second user try and create an island doesn't work..

They get the prompt and fill out the form, but it they don't get teleported to their island -- this is the error text

18:56:42 [ERROR] Throwing
java.lang.NullPointerException: null
        at com.larryTheCoder.island.IslandManager.generateIslandKey(IslandManager.java:284) ~[?:?]
        at com.larryTheCoder.cache.FastCache.getIslandData(FastCache.java:161) ~[?:?]
        at com.larryTheCoder.command.category.OperatorCategory.execute(OperatorCategory.java:236) ~[?:?]
        at com.larryTheCoder.command.Commands.execute(Commands.java:117) ~[?:?]
        at cn.nukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:257) ~[nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.Server.dispatchCommand(Server.java:764) ~[nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.Player.handleDataPacket(Player.java:2812) ~[nukkit-1.0-SNAPSHOT.jar:?]
        at java.util.ArrayList.forEach(ArrayList.java:1541) [?:?]
        at cn.nukkit.network.Network.processPackets(Network.java:268) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.network.Network.processBatch(Network.java:251) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.Player.handleDataPacket(Player.java:2102) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.network.RakNetInterface.handleEncapsulated(RakNetInterface.java:156) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.raknet.server.ServerHandler.handlePacket(ServerHandler.java:132) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.network.RakNetInterface.process(RakNetInterface.java:65) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.network.Network.processInterfaces(Network.java:152) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.Server.tick(Server.java:1137) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.Server.tickProcessor(Server.java:916) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.Server.start(Server.java:893) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.Server.<init>(Server.java:578) [nukkit-1.0-SNAPSHOT.jar:?]
        at cn.nukkit.Nukkit.main(Nukkit.java:112) [nukkit-1.0-SNAPSHOT.jar:?]
@larryTheCoder
Copy link
Owner

This is something new, I will try to test it with another user if you're correct.

@larryTheCoder
Copy link
Owner

larryTheCoder commented Aug 6, 2020

Tested it here, couldn't find the possible cause of this issue, maybe the player attempts to use other than the original skyblock world?

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

2 participants