Emulator Issues #13352
openCrash: std::chrono clock_cast is not supported on some windows versions.
0%
Description
https://github.com/dolphin-emu/dolphin/pull/12103
I'm using windows LTSC and it's crashing when hit. There's a fallback already being used for other platforms, so I suggest to use the fallback for windows as well.
See:
https://github.com/microsoft/STL/issues/2446#issuecomment-1385952999
Updated by Billiard26 8 months ago
Which Windows LTSC version are you using?
It sounds like this would be working in:
Windows 10 Enterprise LTSC 2021 Windows 10, Version 21H2 11/16/2021
Updated by Regent 3 months ago
I am using LTSC 2019 (1809) and I crash when trying to load custom textures.
Previous versions were working. I found this bug by bisecting versions until I found a dev version that worked. It was PR 12103 that has done it (oddly merged exactly one year ago).
It appears that the work around for older versions of Win10 mentioned on Github PR was never implemented.
I will update to 2021. But there are no warnings when installing that my version of windows was incompatible.