• Ech@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 个月前

    *remaster. It’s largely just a reskin. As such…yeah, this probably still crashes the game (if it was a legit bug itfp).

    • ImplyingImplications@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      4 个月前

      The fan wiki page says Salmo is programmed to deliver bread to the inns they visit but if you give them bread they eat it instead. The crash is probably due to attempting to complete delivery of an item that’s no longer in the inventory.

      The wiki also says other characters in the game erroneously refer to Salmo with “she/her” pronouns, but until I ask Salmo for their pronouns I’ll keep using neutral language.

  • ch00f@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    4 个月前

    In Elder Scrolls III on Xbox, there was a memory leak that they couldn’t fix, so sometimes when the game is loading a new area, it actually reboots the Xbox. Apparently there’s a way the developer can keep a freeze frame loading screen up while the console completely reboots.

      • Caveman@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 个月前

        Fixing a memory leak takes essentially looking at random data that got there somehow and try to figure out the source. You know what approximately it is by analysing a memory dump but it’s most likely a common structure that is all over the app. Best case it’s easy worst case it’s looking for a needle in a haystack.

        On the other hand, checking if memory is blowing up, then using already built save and load functions is pretty straight forward. Especially since Elder Scrolls saves the entire state and reloads it.