• Mana Oatbun
    link
    fedilink
    671 month ago

    I opened it, changed brush, got a segmentation fault crash lmao

    • @[email protected]
      link
      fedilink
      181 month ago

      It’s always the user’s fault. Why do think you could change the brush using an UI element!?

    • @[email protected]
      link
      fedilink
      English
      21 month ago

      Exact same thing happened to me. I opened it, read through the new welcome screen, and said ok let’s go! First move was to select a brush and it crashed.

    • @[email protected]
      link
      fedilink
      11 month ago

      Nice. I wonder if they’d be open to rewriting portions in Rust to catch these types of issues with the compiler instead of the user. I’m willing to help if someone else gets the devs on board.

        • @[email protected]
          link
          fedilink
          11 month ago

          Yeah, pretty much. A segfault happens when you access memory incorrectly, and Rust is all about correct memory access.