WINEDLLOVERRIDES issue

Hey everyone. So I'm trying to install GTA V Enhanced and using some mods in it. My copy is from the Rockstar Games Launcher and I've installed RGL through Lutris using the "Standalone-1.0.36.344 version" which as I understand is the more compatible one. I've gotten GTA installed and running, I can open the Singleplayer up and running and there's absolutely no issues. However, I tried to install a few mods, namely ScriptHookV and Natural Vision Enhanced. Now I've enabled WINEDLLOVERRIDES with the settings shown in the screenshot. When I launch the game it runs fine, but the DLLs are obviously still not launching. I've tried changing the values to n,b instead of native and builtin, but to no avail. I'm a bit at a loss. I'm very new to Linux in general and this is the first time trying to get mods working, so I'd really appreciate some help so I can learn how to sort these things in the future. Thanks in advance!
No description
6 Replies
termdisc
termdisc•3mo ago
all 3 of the things you have entered into the DLL overrides section are malformed the DLL overrides section of Lutris is already the WINEDLLOVERRIDES= portion of the environment variable, the key is the DLL to be overridden, and the value is what you put after that second equal sign so if you need to enter WINEDLLOVERRIDES="dinput8=n,b", you put dinput8 as the key and n,b as the value winefsync=1 isn't even appropriate there because that's an environment variable. I don't even know why you'd put that in there instead of using the toggles provided by lutris same with WINEDEBUG, that is not appropriate as a DLL override see above
Moosky
MooskyOP•3mo ago
Thanks for the help, that's how I had originally set it up, but since it wasn't working, at least that I could see, I tried troubleshooting with ChatGPT, dumb I know.. But I've now changed it to how you've explained. The game runs normally but doesn't seem to be running the dlls, can I make the game provide me a log to check if the it's being loaded?
termdisc
termdisc•3mo ago
do not rely on GPT for technical stuff. it's more focused on giving you an answer, not a right one show screenshots of what you entered, and also show logs from the game run
Moosky
MooskyOP•3mo ago
this is how I have it set up now, everything else set to default values
No description
Moosky
MooskyOP•3mo ago
how do I get a log from the game? sorry if it's painfully obvious, but haven't been using linux for long and still trying to figure most stuff out 😅
termdisc
termdisc•3mo ago
No description

Did you find this page helpful?