Worlds not properly detected #3


  • New
  • Defect
Open
Assigned to _ForgeUser8217256
  • _ForgeUser6835820 created this issue Feb 14, 2012

    After a restart:

    2012-02-14 19:47:28 [SEVERE] Error occurred while enabling RadioBeacon v1.1 (Is it up to date?): Antenna loading failed, no world with name: world_islands
            at me.exphc.RadioBeacon.Antenna.<init>(RadioBeacon.java:155)
            at me.exphc.RadioBeacon.AntennaConf.loadAntennas(RadioBeacon.java:1087)
            at me.exphc.RadioBeacon.AntennaConf.load(RadioBeacon.java:1050)
            at me.exphc.RadioBeacon.RadioBeacon.onEnable(RadioBeacon.java:1243)

    Of course, world_islands exists, people made Antennas there just fine while server was running.

  • _ForgeUser6835820 added the tags New Defect Feb 14, 2012
  • _ForgeUser8217256 posted a comment Mar 4, 2012

    All I'm doing to get the world:

                world = Bukkit.getWorld((String)d.get("W"));
                if (world == null) {
                    throw new RuntimeException("Antenna loading failed, no world with name: "+ d.get("W"));
                }
    

    Why could getWorld() be failing?

  • _ForgeUser8217256 posted a comment Mar 9, 2012

    Released 1.1.2, now ignores antennas from unrecognized worlds instead of throwing an exception. But this doesn't necessary solve this problem here.. not sure why the new worlds wouldn't be detected.


To post a comment, please login or register a new account.