#how to fix rcedit error when export project?
1 messages · Page 1 of 1 (latest)
So that is only a warning, does it still output a build for you?
no
Otherwise there's a document for setting up the icon for windows build: https://docs.godotengine.org/en/stable/tutorials/export/changing_application_icon_for_windows.html
By default, the exported project's icon will be the Godot icon. You will most likely want to change that for your project. There are two types of icons that can be changed on Windows: the file icon...
creates only this
It isn't in engish, what is a Plik?
file
Alright, so could you please take a screenshot of the whole screen
I am still missing some info
And what Godot version is this?
4.3
curious, it is working for me ...
lemme try something else
You are not getting any errors in the Output tab?
before, I had problems with exporting projects at all, but I turned off safe save
hmm so the difference is I have "rcedit" in the path environment variable
So I don't have anything set in Godot that points to rcedit
ooooh!
This could be the problem
That is an invalid file path character
🤦🏻♂️
Alright, so what if you were to put that exe somewhere else
Actually first, does it output an exe this time at least?
yes\
Alright, that is some progress
So for me, I have made a folder in windows called "tools" and I stored "rcedit.exe" there (no -x64)
I added the absolute path to that "tools" folder onto the windows environment variable "path"
I do not have that path filled in for Godot's editor settings
I did the same but I still have an error
The same error?
hmmm if you open up cmd, typing in rcedit and press enter, what version does it print out?
Where did you put the rcedit?
oooh no sorry, don't put it in the windows folder
I just mean in "Windows Explorer"
So probably for you C:\tools
have you updated your environment variables?
how should I do this?
in windows search for "env"
Then go to here
The rest would be considered private so please do not share
But from there, under user variables for your user ...
There might already be a "Path" entry there
If not, make one
Then edit, then add the directory C:\tools
Did you rename it to that?
This file, did you rename it to rcedit?
I did mention it up here
now yes
But didn't notice it not changed in the picture
And you updated the editor settings here?
Made sure it is empty?
when its empty i have more errors
hmm try closing and reopening the project?
oh?
what do you mean?
uh nevermind, i have still this error

thanks for trying to help me
I cannot find anything else, very sorry I was not able to solve it
I have seen things related to rcedit issues in other tech, they mention it could sometimes be an antivirus issue, though I don't recall ever needing to deal with it: https://github.com/electron/packager/issues/590