-
Notifications
You must be signed in to change notification settings - Fork 2.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
24.09 Release - Unable to build a default project #18523
Comments
So something is up on the python script, the local o3de python seems to be installed and running, but fails with |
This bug is critical as it stops from using the O3DE entirely. Will it be fixed ? From my side, I tried launching the |
Well, I tried launching the O3DE about a year ago, but something went wrong and I forgot about it for some time. So, this is not the first time me trying to use the O3DE. If you need me for some local tests or debugging, I can try to do what I can. Thank you. |
Looking at the logs it looks like a file permission (or directory permission) issue with H:/Programs/O3DE/24.09.1/scripts/o3de. This folder is updated when the bootstrap process is called to create the python venv in the .o3de folder. So I would check to see if you have permssions to that folder or H:/Programs/O3DE/24.09.1/scripts/o3de/o3de.egg-info. You can try to work around this buy updating the permissions to that folder and its contents to have the current user have full read/write access to it. This is an installer issue. |
@spham-amzn I hope this bug will be fixed in the next release. |
Bug Description
I installed all the required third-party software and installed the O3DE 24.09.1.
I have created a default new project. It says that I may need to build it. I start building it and it fails.
The log file
CMakeProjectBuildError.log
is attached.CMakeProjectBuildError.log
Assets-Required
Default setup.
Steps to Reproduce
Install Microsoft Windows 10 22H2 (19045.5131).
Install all required tools:
Install the O3DE editor from the offline installer using the EXE file – o3de_24.09.1_installer.exe.
I installed it into the folder:
H:\Programs\O3DE\24.09.1
.Create a new default project.
Build the project.
Building fails.
Expected Behavior
Successful build.
Actual Behavior
Building fails.
Screenshots/Videos
n/a
Found In Branch
n/a
Commit ID From
n/a
Desktop/Device
Additional Context
No response
The text was updated successfully, but these errors were encountered: