I’ll be playing a game, and then one day it won’t work. After updating my graphics drivers, it works again. But the game didn’t receive an update, so why does it just break?

  • @rtxn
    link
    English
    621 month ago

    Modern, performant computer graphics is an incredibly complex topic full of hacks, workarounds, and edge cases. It’s possible that an update to DirectX/OpenGL/Vulkan caused some edge case interaction between the application and the graphics pipeline to fail somewhere. Updating the GPU driver (mesa, nvidia, amdgpu, or whatever Windows equivalent) could mitigate that failure.

    I remember having to update the Nvidia Windows driver when Cyberpunk 2077 was released to fix an issue related to transparent foliage (transparency is always a pain in the ass to deal with).

    • @[email protected]
      link
      fedilink
      151 month ago

      hacks, workarounds, and edge cases

      That’s always what I thought when they release a new driver for a specific game. I’m like “seriously? Do they check the executable or something?” Yes, yes they do.

      • Björn Tantau
        link
        fedilink
        51 month ago

        They do that on Linux as well. Depending on the name of your Doom 3 executable you’d get different performance, if I recall correctly.

        It’s always funny to see that drivers and operating systems are littered with workarounds for (in my eyes) shoddy bugs in downstream applications.

        • @[email protected]
          link
          fedilink
          31 month ago

          When hardware meet firmware, especially as complex as a GPU, there will always be unpredictable bugs.

          Mix that with every company that uses your driver differently, and computer hardware variation, you can’t cover all edge cases.

    • VindictiveJudge
      link
      English
      21 month ago

      Other things that have been broken by one update and fixed by new drivers were shadows in Oblivion not rendering and Arkham Asylum crashing at a specific moment if physx was anabled.

    • FiveMacs
      link
      fedilink
      11 month ago

      Meanwhile I’ll go 6mos to a year before even thinking of updating my 1080ti and never once have issues.