I tweaked wine and now renpy won't run

Mar 13, 2023
101
18
I did something to get a game running on Wine, and now RenPy won't run on it (Linux machine).

I get a "version not supported: this program requires windows vista or greater to run" message


and this is the terminal output:

0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
002c:fixme:ver:GetCurrentPackageId (000000000067FDB0 0000000000000000): stub
0034:fixme:ver:GetCurrentPackageId (000000000069FDB0 0000000000000000): stub
010c:fixme:imm:ImeSetActiveContext (000000000001005A, 1): stub
010c:fixme:imm:ImmReleaseContext (000000000001006C, 000000000001005A): stub
0074:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
0074:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
11,800
18,266
*sigh*

Would it be MacOS, I would understand because many devs do not generate a build for it. But 95% of Ren'Py games available here can be played natively on Linux. So why the hell do you need Wine for them?

As for your issue itself, it's said by the error message. You need to configure Wine for it to identify itself as Windows Vista or a higher version.
 
Mar 13, 2023
101
18
*sigh*

Would it be MacOS, I would understand because many devs do not generate a build for it. But 95% of Ren'Py games available here can be played natively on Linux. So why the hell do you need Wine for them?

As for your issue itself, it's said by the error message. You need to configure Wine for it to identify itself as Windows Vista or a higher version.
It's one of the 5%.

And solved, found where to change the windows version in winecng, I don't know how it even got change in the first place...
 
Last edited:

Penumbral Evanescence

|☽◯☾| Somnium of the Night ✧ Bête Noire
Moderator
GFX Designer
Donor
Jul 16, 2021
3,324
11,743
It's one of the 5%.

And solved, found where to change the windows version in winecng, I don't know how it even got change in the first place...
This might help:

Code:
wine regedit
browse to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion
change CurrentBuild and CurrentBuildNumber to 19044
Close all Wine programs with wineserver -k and try to restart the msi file.