• paperplane@lemmy.world
      link
      fedilink
      arrow-up
      15
      ·
      1 day ago

      When case insensitivity is the default I always wonder how many apps unknowingly rely on that due to typos somewhere. I encountered this once while porting a Windows/macOS app to Linux that someone imported a module with the wrong case and nobody noticed

      • Orygin@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        39 minutes ago

        The source engine does not handle case sensitivity when loading assets from disk. On windows it’s not an issue but on Linux it will silently fail to load assets if the case doesn’t match. I lost so many hours trying to fix some weapon animation that had 0 seconds run time when porting a mod dedicated server to Linux.