Error when generating the world #20


  • New
  • Defect
Open
Assigned to _ForgeUser6853400
  • bdiDima created this issue Oct 5, 2016

    Good afternoon.
    I am trying to create a world with Island World Generation
    For the server, I use the kernel Thermos
    can be downloaded from here: http://cyberdynecc.github.io/Thermos/

    I use: MC 1.7.10 Update - Floating Island Generator 5.1 (CB 1.7.9-R0.2)

    Generating the world according to the instructions

    But I get this error:
    ------
    .
    .
    .
    [12:38:08 INFO]: Mapping loaded 11 packages, 7841 classes, 26711 fields, 53884 methods, flags 1ffa
    [12:38:08 INFO]: Loaded inheritance map of 895 classes
    [12:38:08 INFO]: [IsleWorldGen] Loading IsleWorldGen v5.1
    [12:38:08 INFO]: [MultiWorld] Loading MultiWorld v5.2.6
    [12:38:08 INFO]: [IsleWorldGen] Enabling IsleWorldGen v5.1
    [12:38:08 INFO]: D:\Server_off_2\plugins\IsleWorldGen\ores
    [12:38:08 INFO]: D:\Server_off_2\plugins\IsleWorldGen\houses
    [12:38:08 INFO]: D:\Server_off_2\plugins\IsleWorldGen\chests
    [12:38:10 WARN]: java.lang.NoSuchFieldException: sections
    [12:38:10 WARN]:        at java.lang.Class.getDeclaredField(Unknown Source)
    [12:38:10 WARN]:        at org.tilegames.hexicube.bukkit.isle.IslePopulator.getChunkSection(IslePopulator.java:220)
    [12:38:10 WARN]:        at org.tilegames.hexicube.bukkit.isle.IslePopulator.setBlockWithData(IslePopulator.java:298)
    [12:38:10 WARN]:        at org.tilegames.hexicube.bukkit.isle.IslePopulator.setBlock(IslePopulator.java:293)
    [12:38:10 WARN]:        at org.tilegames.hexicube.bukkit.isle.IslePopulator.populate(IslePopulator.java:1869)
    [12:38:10 WARN]:        at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:460)
    [12:38:10 WARN]:        at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1191)
    [12:38:10 WARN]:        at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:311)
    [12:38:10 WARN]:        at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:217)
    [12:38:10 WARN]:        at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:185)
    [12:38:10 WARN]:        at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:323)
    [12:38:10 WARN]:        at net.minecraft.world.World.func_72964_e(World.java:799)
    [12:38:10 WARN]:        at net.minecraft.world.World.func_147439_a(World.java:702)
    [12:38:10 WARN]:        at net.minecraft.world.World.func_147437_c(World.java:722)
    [12:38:10 WARN]:        at net.minecraft.world.World.func_147474_b(World.java:674)
    [12:38:10 WARN]:        at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
    [12:38:10 WARN]:        at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:1031)
    -------

    Link to download the server for testing: https://drive.google.com/file/d/0BwvDHkPm5SFASXRMUUpiY3o0YVU/view?usp=sharing
    I use java 8, use the java 7 I can not because it is not supported by the kernel.

    Please tell me what the error might be?
    What version of the plugin I need to use the creation of the world it would work?

    Sorry for my english, I'm using a translator

  • bdiDima added the tags New Defect Oct 5, 2016
  • bdiDima posted a comment Oct 5, 2016

    Server Version 1.7.10

  • bdiDima posted a comment Oct 5, 2016

    How can I disable the creation of water and lava everywhere except the islands in the form of beach, where in the middle of the lake?
    Water and lava that is created in the form of blocks and bottled in the world is very much loaded server


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