-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
'gameinput.h': No such file or directory #10980
Comments
Might be related to #10978. |
Hi @1vanK - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating. |
This blocks everything that tries to compile SDL3 |
Can confirm that a previously working job to compile SDL3 started mysteriously failing on windows runners, even at the same commit. @Prabhatkumar59 Specifically, the same job is passing on This also seems to be affecting the SDL team at libsdl-org/SDL#11487 |
Hi @1vanK - We would like to inform you that the latest windows-2022 image version (20241125.1) has been rolled out. Please update your sync process and try using the new version. Let us know if you encounter any further issues. Thanks |
@Prabhatkumar59 This run seems to use the new version and still doesn't work. |
Tested here: https://github.com/dviglo2d/dviglo2d/actions/runs/12081991276/job/33692185689 The error remains |
Hi @1vanK Thanks for your input. We will look into this and will update you with possible solutions. |
I think there's something wrong with either the MSBuild files or the CMake Visual Studio generator on the runner image. (I'm leaning to the MSVC CMake generators as the SDL project can build its vcxproj project without issue) |
What is default SDK version in https://github.com/actions/runner-images/blob/win22/20241201.2/images/windows/Windows2022-Readme.md? With -D CMAKE_SYSTEM_VERSION=10.0.26100.0 the building is successful |
Hi @1vanK Thanks for your input, we will check into your above link and will update you. Thanks! |
Hi @1vanK - Thanks for your inputs. Could you please update your sync process once and try using the new windows version(20250113.1). Let us know if you encounter any further issues. Thanks! |
Yes, the problem is gone with |
(but still exists with |
Can confirm, |
Hi @1vanK - Thanks for your inputs. Could you please update your sync process once and try using windows last week version(20250120.2). Let us know if you encounter any further issues. Thanks! |
no problems with 20250120.2 https://github.com/dviglo2d/dviglo2d/actions/runs/12973723294/job/36322363824 |
Hi @1vanK - Thanks for checking and your inputs! As your issue is resolved so, we will close this issue for now. Feel free to reach out to us for any other queries. Thanks. |
Description
The same project stopped compiling
https://github.com/dviglo2d-learn/minimal_app/actions/runs/11765110312/job/33081717138
Platforms affected
Runner images affected
Image version and build link
Current runner version: '2.320.0'
Operating System
Microsoft Windows Server 2022
10.0.20348
Datacenter
Runner Image
Image: windows-2022
Version: 20241113.3.0
Included Software: https://github.com/actions/runner-images/blob/win22/20241113.3/images/windows/Windows2022-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20241113.3
Runner Image Provisioner
2.0.384.1
https://github.com/dviglo2d-learn/minimal_app/actions/runs/11765110312/job/33081717138
Is it regression?
Version: 20241021.1.0 https://github.com/dviglo2d-learn/minimal_app/actions/runs/11765110312/job/33081717389
Expected behavior
а
Actual behavior
а
Repro steps
Fork and build https://github.com/dviglo2d-learn/minimal_app
EDIT: New repo for test: https://github.com/dviglo2d/dviglo2d
The text was updated successfully, but these errors were encountered: