Failed to update resources
when compiling
#3990
Unanswered
thomaslongfell
asked this question in
Compiling help
Replies: 1 comment
-
try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This error doesn't prevent my game from compiling, but it decides to pop up randomly whenever I compile. It doesn't happen every time.
The error tells me
Failed to update resources
, after theLink: ApplicationMain.exe
lines appear.I turned on verbose mode for lime, and right before the error appears, it does this line:
- Running command: C:\Users\user\Documents\GitHub\Funkin\.haxelib\lime\git/templates/bin/ReplaceVistaIcon.exe export/release/windows/bin/Funkin.exe export/release/windows/bin/icon.ico 1
. When the error does pop up, there is no icon in file explorer or in the title bar, but the icon file does exist, so I'm thinking they might have some correlation?I've tried reinstalling lime to maybe fix it, but it did nothing. I also tried
lime rebuild windows
, which gives me some other strange errors, but I feel it'd be too long to include here, as every time I use the command, it gives a different error.This isn't very urgent, as I still can compile, and it will only do this randomly whenever it feels like it.
Beta Was this translation helpful? Give feedback.
All reactions