Thanks to novumZ gifting me a key for it, a wrapper is now available for Cyberpunk 2077. And the DRM'ed "My Rewards" bonus items should be unlocked by default without requiring any online activation :)
Some notes:
* For now, patches need to be installed manually as they work differently to patches for other games on GOG & I can't automate them. To do this, run the patch installers by either selecing "Advanced options..." --> "Run..." in the script's menus then selecting the patch installer & clicking through, or by running the start script with: ./start.sh runwine : "/path/to/patch/installer.exe"
* I have found that the game sometimes crashes on startup & needs to be killed (use "./start.sh kill")
* For now this is best played on systems with AMD graphics cards using the open drivers. Make sure you have the latest available kernel and either the latest development release of Mesa or the Mesa builds from Kisak's PPA (if you're on Ubuntu/Mint/other Ubuntu-based distro). If you have an Nvidia GPU expect frequent GPU hangs rendering the game unplayable.
* Sound may crackle. It may be fixed by running the game with: PULSE_LATENCY_MSEC=60
* Spatial sound doesn't work, making a lot of sound effects near silent.
The above two issues are apparently fixed in the current experimental Proton build, but unfortunately it looks like the newer Proton builds can't be used independently of Steam any more. I'll need to investigate & see if I can manage to work around this compiling Proton myself again, but it may take a while as I haven't checked up on it for quite some time. If not, then hopefully Wine / Wine Staging 6.1 will include the necessary fixes.
zfarkas81: Thanks for the info. I'm using the latest Nvidia drivers, and as far as I know, all dependencies are installed. Tried to update DXVK as well, but the prorblem remains. When starting in debug mode, I see these messages once the screen is messed up:
...
err: D3D11: CopySubresourceRegion: Incompatible texel size
err: Dst texel size: 8
err: Src texel size: 4
err: D3D11: CopySubresourceRegion: Incompatible texel size
err: Dst texel size: 8
err: Src texel size: 4
It looks like a GPU/driver issue to me. The game runs fine on my system and I don't get those errors, but I use an AMD RX480 with the open drivers. Unfortunately I don't have access to an Nvidia system to test right now.