1. This forum is archived for reference. For support & bug reports visit the help section of forums.stardewvalley.net

Bug/Issue Some research into bugs present in latest SDV (PC)

Discussion in 'Support' started by Koihime Nakamura, Jan 22, 2018.

  1. Koihime Nakamura

    Koihime Nakamura Ketchup Robot

    The first one is a well reported bug - the Adventure Guild bug. This is caused by the game assigning the details from the quest but then randomly overwriting that. As this bug requires generally to beyond level 15 in the mines, and may still not reliably trigger, it's hard to chase down.

    A fix would probably be to have it only randomly assign if it's not read from the quest data.

    The second is a bug that often is reported in reddit due to crops -

    The problem appears to be it not being watered, or being watered when it should have been, or persisting beyond season change. That is, the problem is that the crop is not parsing.

    Now, the most likely source of this is that the game on parsing a newDay it goes through the for-loop and if it detects something out of bounds, removes it. But you shouldn't generally remove items while you're going through a collection, which happens while the crops are being updated.

    Hopefully this helps..
     
      Pathoschild likes this.
    • Koihime Nakamura

      Koihime Nakamura Ketchup Robot

      Socialize Quest Bug:

      Symptoms: Auto completes talking to anyone, as long as they are the first person

      Probable Cause: The quest was added when no NPCs were loaded. The reasoning for this is that it has *completely* blank completion strings.

      Recommended Fix: .. run it once you are sure all NPCs are loaded, or add a field to npcs to flag them as socialable, and just iterate through them.
       

      Share This Page