elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.15k stars 82 forks source link

Gangsters: Organized Crime does not start in Windows 11 #203

Closed Briggadoon closed 8 months ago

Briggadoon commented 1 year ago

Followed the instructions here: https://github.com/elishacloud/dxwrapper/wiki/Gangsters-Organized-Crime

A process starts in the task manager and a log file is generated from dxwrapper but the game never starts.

elishacloud commented 1 year ago

Can you attache the log file to this ticket? There may be something in there that gives me a clue as to what is happening.

Briggadoon commented 1 year ago

Attached. Thank you! dxwrapper-gangsters.log

elishacloud commented 1 year ago

I see a bunch of compatibility settings for this:

24260 15:43:56.138 Environment variable __COMPAT_LAYER = "DWM8And16BitMitigation 8And16BitTimedPriSync 8And16BitAggregateBlts Layer_ForceDirectDrawEmulation DisableThemes Installer"

Try renaming gangsters.exe to something like gang.exe just to see if that helps. The compatibility options are specific to the process name so renaming it will temporarily remove the compatibility settings.

Briggadoon commented 1 year ago

Same issue. Updated log file. dxwrapper-gang.log

elishacloud commented 1 year ago

Try adding this line to the ini file:

DisableHighDPIScaling = 0
Briggadoon commented 1 year ago

No joy. dxwrapper-gang.log

elishacloud commented 1 year ago

Can you try disabling all of the options in the ini file that are related to DDrawCompat?

Briggadoon commented 1 year ago

Still nothing, I'm afraid.

elishacloud commented 1 year ago

Try using this ini file. This is just the default settings without anything special enabled. It should allow the game to play normal, as if dxwrapper was not there: dxwrapper.zip

PonomarevAlexxander commented 1 year ago

Can you try disabling all of the options in the ini file that are related to DDrawCompat?

Sorry to interrupt, this worked for me (game starts), but it hasnt solved the problem with main menu

elishacloud commented 1 year ago

Thanks @PonomarevAlexxander! The issue with the main menu is harder to fix.

elishacloud commented 10 months ago

Ok, try it with this update and see if it helps: dxwrapper.zip

elishacloud commented 8 months ago

This issue should be fixed with the latest release here: https://github.com/elishacloud/dxwrapper/wiki/Gangsters-Organized-Crime