-
Notifications
You must be signed in to change notification settings - Fork 158
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
Intel and Wrapper #219
Comments
Can you upload a log file? debug build: #44 it crashes only with fullscreen? Does not crash with borderless/fullscreen upscaled/windowed? |
Stronghold Crusaders crashed if i set in menu in settings any resolution < 1920-1080. |
Yeah it's crashing somewhere in a dll from the intel drivers. Too bad the .dmp file is empty, It would've been useful in this case. I updated the debug build, maybe it can create a working .dmp file now with AOE2. #44 What happens if you run these games without any wrapper at a low resolution? Same crash? |
without any wrapper running (but not this games, because this games have issue with windows 10, but it doesn't apply to this screen resolution issue). |
Are you aware of some hidden settings to control game resolution from intel drivers? How can i judge by other wrappers driver overwrites its resolution and it creates big problems. |
Logs.zip |
I don't think there is such a function to overwrite the resolution, it's probably just dgvoodoo doing it (same as when you set "Fullscreen Upscaled" in cnc-ddraw settings). The crash happens on the last ChangeDisplaySettings call, the other ChangeDisplaySettings calls are working fine (these check if the chosen resolution is available). Not sure if there's anything I can do... Did you try to update the drivers? |
i try update next time. |
This issue can be solver by set custom monitor refrashrate in dgVoodoo |
I added a new "refresh_rate" settings, you can give it a try if you want: Note: your monitor must support the value you put in there, if you use a bad value then it will fail to go fullscreen and run in a window instead |
Yes, now this problem solved here too)) |
…player exceptions
i have some problems with wrapper on windows 10 with Intel UHD. When i set low resolution (1024768/1280720 etc) game crashed on start. If set FullHD resolution all ok. Tested on Age of Empires II Stronghold Crusader Tiberian Sun. 4.9.0 version (not my regular pc).
Intel driver have some resolution control function, i notice this for other wrappers (with dgVoodoo games runs in 19201080 even have 1024768 res). How to disable this function?
The text was updated successfully, but these errors were encountered: