1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00
osu-lazer/osu.Desktop
Bartłomiej Dach ff8544597c Add explicit app manifest to desktop project
After the .NET Core bump to version 3.0 in the 2019.1011.0 release,
reports popped up of the game not starting any more on some computers
using Intel graphics cards (HD 3000 in particular).

After investigation the auto-generated application manifest changed in
.NET Core 3.0. In particular this seems to be a root cause for the
failed start-ups on Intel cards, due to a Windows version compatibility
section appearing. The section in turn affects some WinAPI calls like
GetVersionEx, which will return major version 10 instead of 6 if
compatibility with Windows 10 is declared. This combined with a broken
check in the Intel OpenGL driver caused the crashes.

To resolve this without having to patch binaries, add an explicit
application manifest to the desktop project with the compatibility
section removed.
2019-12-07 19:55:09 +01:00
..
Overlays Fix volume scrolling when hovering VersionManager 2019-10-14 16:37:54 -07:00
Updater Move post-update notification logic to UpdateManager base class 2019-09-24 18:37:05 +09:00
app.manifest Add explicit app manifest to desktop project 2019-12-07 19:55:09 +01:00
lazer.ico Use new logo style for icons / readme 2019-07-12 17:49:59 +09:00
osu!.res Add back osu.Desktop project 2017-10-14 14:33:05 +09:00
osu.Desktop.csproj Add explicit app manifest to desktop project 2019-12-07 19:55:09 +01:00
osu.nuspec Standardise remaining cases 2019-01-24 18:24:30 +09:00
OsuGameDesktop.cs Use static local functions. 2019-11-12 19:56:54 +08:00
Program.cs Allow multiple instances of osu! when running under debug 2019-07-23 13:38:05 +09:00