Direwolf 1.0.2 instability

Dieses Thema im Forum "Server Info" wurde erstellt von Slind, 5. Dezember 2014.

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. Lawmonark

    Lawmonark Well-Known Member

    Beiträge:
    2.558
    Zustimmungen:
    770
    Ortszeit:
    17:21
  2. matiepie2

    matiepie2 Well-Known Member

    Beiträge:
    516
    Zustimmungen:
    225
    Ortszeit:
    08:21
    What about the warps issue, has that been solved with the new update?
     
  3. Slind

    Slind Founder

    Beiträge:
    8.332
    Zustimmungen:
    3.018
    Ortszeit:
    17:21
    gist:d9d8779acd329bd63983 (patched in 2.3.2 fix)
    gist:153fff24c3ace2441454 (possible patch to fix this issue applied)
    gist:857d71f132abcaca59be (6.1.8 world load/creation fix or crash when changing dimensions with robots which was fixed in 6.2 -> probably not relevant edit: caused by chicken chunks on rare occasions. most likely solved for now, if not we will remove chicken chunks and allow railcraft anchors or similar)
     
    Matryoshika und SilentStar gefällt das.
  4. taylorcolin

    taylorcolin New Member

    Beiträge:
    63
    Zustimmungen:
    2
    Ortszeit:
    11:21
    This seems to be a very unlikely awnser, and too simple to be what is causing this issue, but i've noticed if all the chunks that my base is located in with chunk loaders, i have no problems with machines! I simplified what i am impling greatly. To conclude, i hope this information will give you a possible "lead" on the main cause of machines freezing, i would share my theory, but it would take too long, ask any questions!
     
  5. bobthepig2

    bobthepig2 Well-Known Member

    Beiträge:
    569
    Zustimmungen:
    69
    Ortszeit:
    08:21
    just watching dw and he was talking about that bug that causes lag when u craft something and said it also happens for sfm and that it can cause lag on servers.
     
  6. Lawmonark

    Lawmonark Well-Known Member

    Beiträge:
    2.558
    Zustimmungen:
    770
    Ortszeit:
    17:21
    i also seen that. But given that the "lag" was mob related i didn't think this was the cause.
    Also says its fixed in the updated version.... ;)
     
  7. SirWill

    SirWill Founder

    Beiträge:
    12.285
    Zustimmungen:
    3.712
    Ortszeit:
    17:21
    That is already known to me. Sometimes it also does time out all players because a player crafted something.
     
  8. Slind

    Slind Founder

    Beiträge:
    8.332
    Zustimmungen:
    3.018
    Ortszeit:
    17:21
    our thread watchdog is spamming appeng crafting due to forge and extra trees recipe lookups.
    (it prints what threads are doing whenever the update time drops)
    Code:
     --- Thread 19 ---
    Name: Server thread
    Status: RUNNABLE
    Stacktrace:
      - net.minecraft.item.crafting.ShapedRecipes.func_77569_a(ShapedRecipes.java:112)
      - appeng.util.Platform.findMatchingRecipe(Platform.java:580)
      - appeng.helpers.PatternHelper.<init>(PatternHelper.java:147)
      - appeng.items.misc.ItemEncodedPattern.getPatternForItem(ItemEncodedPattern.java:143)
      - appeng.helpers.DualityInterface.addToCraftingList(DualityInterface.java:165)
      - appeng.helpers.DualityInterface.updateCraftingList(DualityInterface.java:144)
      - appeng.helpers.DualityInterface.initialize(DualityInterface.java:1092)
      - appeng.parts.misc.PartInterface.addToWorld(PartInterface.java:68)
      - appeng.parts.CableBusContainer.addToWorld(CableBusContainer.java:351)
      - appeng.tile.networking.TileCableBus.onReady(TileCableBus.java:123)
      - appeng.hooks.TickHandler.onTick(TickHandler.java:238)
      - cpw.mods.fml.common.eventhandler.ASMEventHandler_420_TickHandler_onTick_TickEvent.invoke(.dynamic)
      - cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
      - cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
      - cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:252)
      - net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851)
      - net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
      - java.lang.Thread.run(Thread.java:745)
    
    
    --- Thread 19 ---
    Name: Server thread
    Status: RUNNABLE
    Stacktrace:
    - net.minecraft.inventory.InventoryCrafting.func_70301_a(InventoryCrafting.java:86)
    - net.minecraft.inventory.InventoryCrafting.func_70463_b(InventoryCrafting.java:94)
    - binnie.extratrees.block.decor.NBTShapedRecipe.checkMatch(NBTShapedRecipe.java:82)
    - binnie.extratrees.block.decor.NBTShapedRecipe.func_77569_a(NBTShapedRecipe.java:42)
    - binnie.extratrees.block.decor.NBTShapedRecipes.func_77569_a(NBTShapedRecipes.java:18)
    - appeng.util.Platform.findMatchingRecipe(Platform.java:580)
    - appeng.helpers.PatternHelper.<init>(PatternHelper.java:147)
    - appeng.items.misc.ItemEncodedPattern.getPatternForItem(ItemEncodedPattern.java:143)
    - appeng.helpers.DualityInterface.addToCraftingList(DualityInterface.java:165)
    - appeng.helpers.DualityInterface.updateCraftingList(DualityInterface.java:144)
    - appeng.helpers.DualityInterface.initialize(DualityInterface.java:1092)
    - appeng.parts.misc.PartInterface.addToWorld(PartInterface.java:68)
    - appeng.parts.CableBusContainer.addToWorld(CableBusContainer.java:351)
    - appeng.tile.networking.TileCableBus.onReady(TileCableBus.java:123)
    - appeng.hooks.TickHandler.onTick(TickHandler.java:238)
    - cpw.mods.fml.common.eventhandler.ASMEventHandler_420_TickHandler_onTick_TickEvent.invoke(.dynamic)
    - cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    - cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
    - cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:252)
    - net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851)
    - net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
    - java.lang.Thread.run(Thread.java:745)
     
Status des Themas:
Es sind keine weiteren Antworten möglich.

Diese Seite empfehlen