1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Direwolf 1.0.2 instability

Discussion in 'Server Info' started by Slind, Dec 5, 2014.

Thread Status:
Not open for further replies.
  1. Lawmonark

    Lawmonark Well-Known Member

    Messages:
    2,558
    Likes Received:
    770
    Local Time:
    10:58 PM
  2. matiepie2

    matiepie2 Well-Known Member

    Messages:
    515
    Likes Received:
    225
    Local Time:
    1:58 PM
    What about the warps issue, has that been solved with the new update?
     
  3. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    10:58 PM
    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 and SilentStar like this.
  4. taylorcolin

    taylorcolin New Member

    Messages:
    63
    Likes Received:
    2
    Local Time:
    4:58 PM
    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

    Messages:
    566
    Likes Received:
    69
    Local Time:
    1:58 PM
    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

    Messages:
    2,558
    Likes Received:
    770
    Local Time:
    10:58 PM
    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

    Messages:
    12,284
    Likes Received:
    3,708
    Local Time:
    10:58 PM
    That is already known to me. Sometimes it also does time out all players because a player crafted something.
     
  8. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    10:58 PM
    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)
     
Thread Status:
Not open for further replies.

Share This Page