Dear Rivals @Game NewsRecently, we’ve received feedback fromplayers regarding an issue where someindividuals playing in compatibility layerprograms have been mistakenly flagged ascheaters, even without using any cheatingsoftware. This has resulted in bans. Wesincerely apologize for this situation andwant to assure you that we do not & will noban players who are playing fairly andwithout cheating.

We have identified the specific reasonsbehind these false bans and have compileda list of affected players. We have liftedthese bans and want to express ourheartfelt apologies for the inconveniencethis has caused.

Our mission is to provide all players with afair, just, and enjoyable gamingenvironment. Therefore, preventing andidentifying cheaters is one of our toppriorities. We have invested significantmanpower and resources to improve thespeed and accuracy of our detectionsystems. With any any ongoing detectionsystem, there is always room forimprovement. We appreciate yourassistance in helping us tackle thischallenge. If you encounter any cheatingbehavior, please report it immediately; ourreporting system will respond promptly. Ifyou believe you have been wrongly banned,you can appeal to our customer supportteam, and we will review your case andrespond in a timely manner. You can reachthe support team via either in-game or inDiscord!

Thank you for your understanding andsupport! (edited)

  • ipkpjersi@lemmy.ml
    link
    fedilink
    arrow-up
    14
    ·
    3 days ago

    I agree, but, to be fair, WINE is not an emulator, it’s a translation layer. It may seem like it doesn’t matter but it’s an important distinction.

      • aarroyoc@lemuria.es
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 days ago

        In an emulator you’re capable of running a piece of software in a hardware that it wasn’t designed to be run. In Wine you still need a hardware originally designed for the game (x86 CPU, graphics card, etc) because it only fakes that it is being executed under Windows by providing Windows APIs, but the underlying hardware must still be compatible.

      • ipkpjersi@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        2 days ago

        They are similar, but generally emulators have a higher run-time cost - this is because they are “emulating” an entire system, not just translating system calls. By cost, I mean performance of course. Emulators typically simulate/mimic other hardware, whereas translation layers just convert the system calls to be run natively on your existing hardware (which means your CPU architecture must match, etc).

        Wine is far faster than regular emulation would traditionally be.

  • allywilson@lemmy.ml
    link
    fedilink
    arrow-up
    98
    arrow-down
    10
    ·
    5 days ago

    Aren’t these the guys who disallow the term “Taiwan is a country” and “Free Tibet” in their chat system?

    • Dragon Rider (drag)@lemmy.nz
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      1
      ·
      4 days ago

      A lot of games rely on Windows system commands for things like displaying graphics, saving files, etc. Proton translates those commands into commands that Linux can understand. Proton doesn’t mimic the game. Proton mimics Windows.

      • enkers@sh.itjust.works
        link
        fedilink
        arrow-up
        15
        ·
        edit-2
        4 days ago

        Yep. And just to be a little more precise, since the distinction is a bit subtle: an emulator typically involves translating byte code so that you can run a binary on different hardware. A compatibility layer translates OS calls so that a binary can run on different software.

        In the latter case, the binary still runs, as is, directly on the CPU because it’s compiled for the same instruction set architecture (x86_64, in this case).

    • chingadera@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      5 days ago

      I guess technically, but you’ll have to wait until someone smarter than me comes along. This is likely referring to Linux users playing the game through a proton compat layer.

      • Hexarei@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        4 days ago

        Not even technically, actually. Wine and proton are translation layers that basically provide a dictionary of system calls so that Windows-specific ones can be translated to Linux calls instead

        • chingadera@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          4 days ago

          Right on time, someone smarter than me.

          Really though, I didn’t know whether or not that would be emulation, so thank you. I guess I better look’er up

    • vodka@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      4 days ago

      The main issue was people playing in virtual machines on Macs. Wine/proton was already whitelisted