-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apex Legends does not allow to enable Reflex #5
Comments
I can confirm that I have this feature working in Apex Legends. I'm not sure if any of this helps, but here are the things that I can think of off the top of my head that might be causing the issue:
I.E. put those 3 files (2 Hopefully this is of some help! |
What tizzir said. You probably missed |
Recompiling nvapi64.dll did the trick for me, also not all the launch options are required, here is mine: gamemoderun mangohud ENABLE_VKBASALT=1 PROTON_ENABLE_NVAPI=1 LFX=1 %command% |
Hadn't had the time to test this yet, will update 🤞 |
I think you forgot to copy the DLLs into the Proton x86_64-windows directory, see the newly added troubleshooting guide https://github.com/ishitatsuyuki/LatencyFleX/blob/master/docs/TROUBLESHOOTING.md#checking-if-the-wine-bridge-is-loaded (the one in /usr/lib does not get recognized by Proton) |
Alright, I copied the files again (without symlinking) and it seems to work fine now! Thanks! |
It did not work for me because I was embarrassingly looking at the wrong |
@valters-tomsons got exactly same behavior, symbolic link didn't work, but plain copy works... |
Trying to enable the middleware on Apex Legends, but game doesn't seem to allow me to enable it.
What I've done, have I missed anything?
nvapi.dll64
tosteamapps/common/Proton - Experimental/files/lib64/wine/nvapi/
dxvk.conf
tosteamapps/common/Apex Legends/
as described in READMElatencyflex_layer.dll
andlatencyflex_wine.dll
from/usr/lib/wine/x86_64-windows/
intosteamapps/compatdata/1172470/pfx/drive_c/windows/system32/
PROTON_ENABLE_NVAPI=1 DXVK_NVAPI_DRIVER_VERSION=49729 DXVK_NVAPI_ALLOW_OTHER_DRIVERS=1 LFX=1 %command%
Full Log (with
DXVK_NVAPI_LOG_LEVEL=info
).System: Arch Linux 5.16.10
GPU: Radeon RX590
Driver: Mesa 21.3.6
The text was updated successfully, but these errors were encountered: