I’ve just started with Unity and was doing one of the tutorials on the Unity website. I got to the last one where you build your project and when I try to build it with the standalone I get the following error:
Error building Player: IOException: Failed to Move File / Directory from ‘Temp/StagingArea/player_win.exe’ to ‘Temp/StagingArea/Roll.exe’.
I have looked all over the internet for similar errors and possible fixes but nothing what I have done has worked yet. I’ve tried making sure the project file is not read-only (which it is and seems unable to be changed), changing the save location of the build, and even changing the directory of Unity and running as administrator. The usual stuff. I’ve also tried with Anti-virus disabled.
Works here, pls check if player_win.exe executable exists here - Editor\Data\PlaybackEngines\windowsstandalonesupport\Variations\win32_development_mono and win32_nondevelopment_mono
I think that you found my issue; I have player_win.exe everywhere except for
C:\Program Files\Unity\Editor\Data\PlaybackEngines\windowsstandalonesupport\Variations\win32_nondevelopment_mono
I did an in place update to the latest version, and got no errors during that process. I can still attach my editor.log if you would like, but in the meantime I am going to try to reinstall Unity.
No need for Editor.log if the issue is clear, the question is why player_win.exe is missing there, did you use download assistant or installer ? At least 4 people are having this problem…