-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
"Compilation failed, the mod might require a newer Windhawk version" #347
Comments
Looks like the compiler fails without printing any error message. Are you using an antivirus? Perhaps it interferes with Windhawk. |
Hey, I might be able to provide more info, since I'm seeing the same error, which is preventing me from updating or installing any mods. Running 1.5.1 installed via winget on windows 11. I forked one of the mods arbitrarily to try to investigate, and added
That didn't give me much info, other than the fact that it was failing after running ld.lld, so I decided to go to a git bash terminal and run the ld.lld command myself:
That produced a ton more output, but the interesting part is toward the top:
Seems to finish without errors, but interestingly enough, it actually created the file:
And if I run the ld.lld command again:
Then it succeeds. So something is different between when I run this on msys2 and when it's run by your vscode -- vscode is just silently failing to create the file, even though the argument is supposed to be mandatory. |
@kemus Windhawk is running as administrator, maybe it's related to that and to file permissions or something. If you try to run these commands from an elevated cmd, do they succeed? |
I try to download a mod on my device and i always get this message "Compilation failed, the mod might require a newer Windhawk version"
The text was updated successfully, but these errors were encountered: