
Ravener
Published
Game did not launch with Proton 8, upon updating to Proton 9 it works fine out of the box.
Works great, but it requires Vulkan 1.3, read my notes in case you can't launch it on older (i)GPUs.
PROTON_USE_WINED3D=1 %command%
The game should run out of the box from what I've heard, but I kept getting an error that 'game failed to launch, please reinstall' and it wouldn't launch no matter what, tried switching to proton experimental and still no luck. After reading the crash logs, it turned out that the issue was my iGPU not having full Vulkan support, and the game requires Vulkan 1.3. Therefore, I had to use PROTON_USE_WINED3D=1 to force it to use WineD3D (which uses OpenGL), and then everything worked nicely. You can also skip Vulkan shader processing, it won't be used with WineD3D anyway.
Game runs natively but it relies on OpenSSL 1.1 which is removed from most distros like Ubuntu/Debian, while some distros offer a compatibility package to install them.
If you can install the compatibility package do so, otherwise download the older debian/ubuntu package extract it somewhere and use launch options to override LD_LIBRARY_PATH so it can find those libraries (Alternatively you can copy the libraries in your /usr/lib however I advise against touching system files like that)
Launch option example (replace with path to extracted libssl1.1 package's lib folder):
env LD_LIBRARY_PATH="/home/ravener/Downloads/libssl1.1_1.1.1w-0+deb11u2_amd64/data/usr/lib/x86_64-linux-gnu" %command%