-
Notifications
You must be signed in to change notification settings - Fork 25
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
Editing the Registry doesn't work properly #92
Comments
It's a known issue but not sure if it's CXPatcher causing it |
Is there a workaround? Can the value be added to one of the .reg files inside the bottle folder? |
I was able to set it by trying several times |
Directly inside the Registry? |
run command -> regedit |
I know that. I was asking if you did that in the registry, which you did, or you modified the .reg files in the bottle |
@italomandara That works. I created a text file, copied the command with the right game path, saved it and changed the extension to .bat |
@italomandara I discovered that creating a .bat file with the command to start an exe file starts all the games that previously could not be started with the shortcut created by CrossOver, for now I used it to start some GOG games that I had installed with the offline installer, so I don't know if it works with Steam games. |
In theory in your batch file you start steam and that's all you need |
I'm wondering if this could work to start the game using the Steam Game ID
|
This isn’t a registry editing issue as that registry key is updated by wine itself on launch that’s why it changes. The reason the workaround works is your importing a reg file after wines already running so it won’t touch that key again until it’s next launch. I’ve passed this along so the actual issue can be resolved, I know Proton had a hack but that was behind a Linux guard as it used Linux only functions. |
Yeah, I figured. I actually tried editing the registry key and then opened the game without closing the registry and it worked. I was asking if there was a method to make it save that. Anyway that command @italomandara sent does that automatically. |
As explained by my prior comment that key can’t be saved as wine updates it on the next launch, importing the pre-populated key after wine launched works as per my Wineskin users. Once I have a viable patch to resolve the core issue I’ll apply it |
I'm trying to play Horizon Zero Dawn and I'm modifying the DWORD value to 0x0000044c (1100) to remove the slow motion bug, but any edits I make in the registry don't get saved. (I already tried with a new bottle)
I don't know if this is an issue derived from CrossOver being patched or not.
Is there any alternate method of modifying that value?
The text was updated successfully, but these errors were encountered: