Package Details: vatsim-crc 2.16.2.0-2

Git Clone URL: https://aur.archlinux.org/vatsim-crc.git (read-only, click to copy)
Package Base: vatsim-crc
Description: Consolidated Radar Client (CRC), a controller application connects to the VATSIM network through vNAS.
Upstream URL: https://vnas.vatsim.net/crc
Keywords: crc vatsim vnas
Licenses: custom
Submitter: nicholascw
Maintainer: nicholascw
Last Packager: nicholascw
Votes: 1
Popularity: 0.96
First Submitted: 2025-02-23 07:04 (UTC)
Last Updated: 2026-05-14 03:30 (UTC)

Pinned Comments

nicholascw commented on 2026-05-08 07:44 (UTC)

For custom verb to work with umu if you want to use the Proton support, currently due to umu-launcher#659 you need to comment out the two affected lines in /usr/lib/python3.14/site-packages/umu/__main__.py:

...
56     if sys.argv[1].endswith("winetricks") and not is_winetricks_verb(sys.argv[2:]): 
57         sys.exit(1)
...

Latest Comments

nicholascw commented on 2026-05-08 07:44 (UTC)

For custom verb to work with umu if you want to use the Proton support, currently due to umu-launcher#659 you need to comment out the two affected lines in /usr/lib/python3.14/site-packages/umu/__main__.py:

...
56     if sys.argv[1].endswith("winetricks") and not is_winetricks_verb(sys.argv[2:]): 
57         sys.exit(1)
...