Project

General

Profile

Actions

Defect/Bug #121

closed

GalacticScience - Island Creation broken

Added by Slind almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Developer
Category:
-
Target version:
-
Start date:
2015-06-10
Due date:
2015-06-10
% Done:

100%

Estimated time:
3.00 h
Resolution:
Modpack(s):
Galactic Science
Node:

Description

On Galactic Science the Island Creation is broken, though nothing has been changed. The exception thrown is:

Caused by: java.lang.NullPointerException
    at us.talabrek.ultimateskyblock.uSkyBlock.getLastIsland(uSkyBlock.java:902) ~[?:?]
    at us.talabrek.ultimateskyblock.uSkyBlock.createIsland(uSkyBlock.java:2190) ~[?:?]
    at us.talabrek.ultimateskyblock.IslandCommand.onCommand(IslandCommand.java:78) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:git-Cauldron-MCPC-Plus-1.7.10-1.1236.05.210]
    ... 13 more

At this point it is trying to access the lastIsland field which is null in it self. This field is being filled at runtime containing the world which is required for the creation.

Why it is not being filed, I have no idea, nothing changed and the flat file storage looks fine.

Actions #1

Updated by Slind almost 10 years ago

  • Assignee set to Developer
Actions #2

Updated by MrWisski almost 10 years ago

Checking things out.

DIM-28 wasn't loading when the server started up, but that doesn't seem to be the actual problem, as even with it loaded, still get the error. Investigation continues.

Actions #3

Updated by Slind almost 10 years ago

  • % Done changed from 10 to 100
  • Status changed from In Progress to Closed

changed

awayTimeout=1

to
awayTimeout=0

in the chickenchunks config, this loads the world right away and avoids the init issue with the plugin. While we could let the plugin load it later on this won't help if only a new player is on and therefor the moon not loaded.

Actions

Also available in: Atom PDF