Skip to content

Farever (3672400) #9870

@Telmur

Description

@Telmur

Compatibility Report

  • Name of the game with compatibility issues: Farever
  • Steam AppID of the game: 3672400

System Information

I confirm:

  • that I haven't found an existing compatibility report for this game.
  • that I have checked whether there are updates for my system available.

Symptoms

The game fails to connect to its servers and shows a "no internet connection" error
immediately on startup. The issue is reproducible 100% of the time with an RX 9070 XT,
but does NOT occur with an RX 9070 in the same system with the same software stack.

The Proton log reveals the root cause – two errors in the steamclient bridge:

err:steamclient:callback_len_utow Unix len 12 not found for callback 1112.
err:steamclient:alloc_callback_wtou len 16 is too small for callback 1112, using default.

After this, steamclient64.dll enters a connection retry loop (STATUS_LONGJUMP /
0x80000026, 623 occurrences over ~13 seconds) before the game gives up and exits.

The hypothesis is that Steam detects the RX 9070 XT (PCI device ID 0x7550) as new/
unknown hardware and triggers a hardware survey callback (1112) that Proton's
steamclient translation layer does not correctly map. This corrupts the Steam
networking state for the duration of the session. Swapping back to the RX 9070
eliminates the issue entirely.

Reproduction

  1. Install an AMD RX 9070 XT (device ID 0x7550)
  2. Launch Farever (AppID 3672400) via Proton Experimental or GE-Proton
  3. Game shows "no internet" error and exits after ~13 seconds
  4. Swap GPU back to RX 9070 → game connects and runs normally

Tested workarounds that did NOT help:

  • Disabling Steam Overlay
  • Launching Steam with -no-hardware-survey
  • Deleting compatdata (3672400) and shadercache
  • GE-Proton (latest)
  • Steam Beta channel

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions