CorkHQ / Cork

A fast, platform-agnostic and minimal bootstrapper for Roblox and Roblox Studio
zlib License
35 stars 3 forks source link

Camera is Lagging #13

Closed n0signal1 closed 11 months ago

n0signal1 commented 1 year ago

So my camera was lagging and i switched to X11. That solved the camera not locking problem but there is still lag while turning around. Any fix Please?

Bugadinho commented 1 year ago

What version of Wine are you using?

n0signal1 commented 1 year ago

Does the lutris-ge thing count as wine?

Bugadinho commented 1 year ago

It does, that means you are running Wine GE, which is fine. Have you installed DXVK onto the prefix?

n0signal1 commented 1 year ago

Nope

Bugadinho commented 1 year ago

Try installing it! Here is a series of command you can run in the terminal to install it:

wget https://github.com/doitsujin/dxvk/releases/download/v2.2/dxvk-2.2.tar.gz

tar xf dxvk-2.2.tar.gz

cp dxvk-2.2/x64/*.dll ~/.local/share/cork/pfx/drive_c/windows/system32
cp dxvk-2.2/x32/*.dll ~/.local/share/cork/pfx/drive_c/windows/syswow64

cork runner -- reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /f /v dxgi /d native,builtin
cork runner -- reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /f /v d3d9 /d native,builtin
cork runner -- reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /f /v d3d10core /d native,builtin
cork runner -- reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /f /v d3d11 /d native,builtin
Bugadinho commented 11 months ago

Closing due to inactivity.