Greenhouse error

  • Hi,


    I notice i get this error now with IC2 greenhouses.


    I moved it from one spot to another after detryoing the greenhouse through the greenhouse console and now it continues with this error.


    sub tile -226/64/-250 (sonar.calculator.mod.common.tileentity.machines.TileEn

    tityBasicGreenhouse@77101dcc) addition is conflicting with a previous registrati

    on at the same location (sonar.calculator.mod.common.tileentity.machines.TileEnt

    ityBasicGreenhouse@71cb957b).

    [21:06:20] [ic2-poolthread-1/WARN] [IC2.EnergyNet]: Tile sonar.calculator.mod.co

    mmon.tileentity.machines.TileEntityBasicGreenhouse@6506fb62 (dim 0: -226/64/-250

    ) removal without registration

    [21:06:20] [ic2-poolthread-5/WARN] [IC2.EnergyNet]: Tile sonar.calculator.mod.co

    mmon.tileentity.machines.TileEntityBasicGreenhouse@6506fb62 (dim 0: -226/64/-250

    ), sub tile -226/64/-250 (sonar.calculator.mod.common.tileentity.machines.TileEn

    tityBasicGreenhouse@6506fb62) addition is conflicting with a previous registrati

    on at the same location (sonar.calculator.mod.common.tileentity.machines.TileEnt

    ityBasicGreenhouse@71cb957b).

    [21:07:05] [ic2-poolthread-1/WARN] [IC2.EnergyNet]: Tile sonar.calculator.mod.co

    mmon.tileentity.machines.TileEntityBasicGreenhouse@481f5e92 (dim 0: -226/64/-250

    ) removal without registration

    [21:07:05] [ic2-poolthread-5/WARN] [IC2.EnergyNet]: Tile sonar.calculator.mod.co

    mmon.tileentity.machines.TileEntityBasicGreenhouse@481f5e92 (dim 0: -226/64/-250

    ), sub tile -226/64/-250 (sonar.calculator.mod.common.tileentity.machines.TileEn

    tityBasicGreenhouse@481f5e92) addition is conflicting with a previous registrati

    on at the same location (sonar.calculator.mod.common.tileentity.machines.TileEnt

    ityBasicGreenhouse@71cb957b).


    Regards

  • AFAIK, IC2 does not add greenhouses. Looking at the fully-qualified classname in that warning message, I think the greenhouse that's giving you trouble is from the Calculator mod, although there could be some inter-mod conflict occuring because you're powering it via IC2 energy.

  • This error seems to be happening with a couple of mods (Calculator and Mekanism - not sure of any others).


    The console spam looks like this:

    Code
    Mekanism Example:
    
    [02:13:45] [ic2-poolthread-27/WARN] [ic2.EnergyNet]: Tile mekanism.generators.common.tile.TileEntityAdvancedSolarGenerator@5d060580 (dim 0: 522/78/39) removal without registration
    
    Calculator Example:
    
    [21:06:20] [ic2-poolthread-1/WARN] [IC2.EnergyNet]: Tile sonar.calculator.mod.common.tileentity.machines.TileEntityBasicGreenhouse@6506fb62 (dim 0: -226/64/-250) removal without registration

    Errors are currently happening with CurseForge Release: industrialcraft-2-2.8.16-ex112
    Also tested with beta build: industrialcraft-2-2.8.35-ex112.jar

    This issue has also been reported on their issue trackers it seems (more than once)