Default O3DE project folder not found

Fix O3DE error by editing "o3de_manifest.json" or deleting ".O3DE" folder for automatic resolution.
Picture of Maziar Mazaheri

Maziar Mazaheri

A while back, when I reinstalled O3DE and changed its installation location, I encountered an error every time I tried to open an editor or project. The error appeared consistently every time I ran the program:

There is a relatively simple solution to this error, which is related to the file “o3de_manifest.json”. This file contains various settings and storage locations that O3DE uses as a reference. The error can be resolved by addressing the issues within this file.

The first solution to resolve this issue is to change the storage locations specified in “o3de_manifest.json” to the folders where the required files are located. To do this, you can enter the folder location for the default project.

Alternatively, the second and easiest solution is to completely delete the “.O3DE” folder. This will prompt O3DE to automatically create a new “.O3DE” folder with the correct folder locations when you next launch the editor or run your project.

That’s all there is to it! Good luck.

Photo by Arham Jain on Unsplash
Learning Playground

Create a tensor in LibTorch

LibTorch makes it easy to work with tensors in C++. In this post, we'll walk through the process of creating and using tensor in LibTorch. ...
Read More →
Learning Playground

Create Matrix in LibTorch

LibTorch makes it easy to work with vectors in C++. In this post, we'll walk through the process of creating and using Matrix in LibTorch. ...
Read More →
Learning Playground

Create Vector in LibTorch

LibTorch makes it easy to work with vectors in C++. In this post, we'll walk through the process of creating and using vectors in LibTorch.
Read More →
Learning Playground

Create a scalar tensor in LibTorch, Part 2

The provided code initializes a scalar value in LibTorch, which is a single numeric value used in computations.
Read More →
Learning Playground

Create a scalar tensor in LibTorch, Part 1

This is a short C++ code using the libtorch library to create a scalar tensor called my_scalar, which is stored in the GPU memory.
Read More →
Feature of Artificial intelligence in my eyes.
Blog

AGI: A Decade Away – My Personal Intuition

The rapid advancements in AI technology suggest that Artificial General Intelligence (AGI) could be possible in 10 years, thanks to significant progress in AI algorithms ...
Read More →
Game Engine

Default O3DE project folder not found

Fix O3DE error by editing "o3de_manifest.json" or deleting ".O3DE" folder for automatic resolution.
Read More →

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top