Hello,
When I first tried adding the project to O3DE, I got the following two error messages
"The following dependency requirements could not be satisfied:
The Project requires AWSCore
Do you still want to add this project?"
If you add the project and try to build it you get the following error:
"Configuring project failed. See log for details.
Would you like to view log?"
The log file indicate that the missing AWSCore Gem is causing the issue.
I found the KB https://docs.o3de.org/docs/user-guide/gems/reference/aws/aws-core/ Stating AWS gems are no longer included with O3DE. They need to be pulled from https://github.com/aws/o3de-repo and manually added to the O3DE Project Manager.
Once I added them the project built without issue however the O3DE editor itself does not launch when clicking open editor. O3DE states that is launching, I get a windows wait circle for a few seconds, then nothing happens.
Troubleshooting done so far:
- Restart my PC.
- Launched the editor for a different test project.
Hello,
When I first tried adding the project to O3DE, I got the following two error messages
"The following dependency requirements could not be satisfied:
The Project requires AWSCore
Do you still want to add this project?"
If you add the project and try to build it you get the following error:
"Configuring project failed. See log for details.
Would you like to view log?"
The log file indicate that the missing AWSCore Gem is causing the issue.
I found the KB https://docs.o3de.org/docs/user-guide/gems/reference/aws/aws-core/ Stating AWS gems are no longer included with O3DE. They need to be pulled from https://github.com/aws/o3de-repo and manually added to the O3DE Project Manager.
Once I added them the project built without issue however the O3DE editor itself does not launch when clicking open editor. O3DE states that is launching, I get a windows wait circle for a few seconds, then nothing happens.
Troubleshooting done so far: