Unreal crashing while loading my project. This started right after I installed AMD adrenaline to fix a problem where my GPU would go to 100% on simple tasks and lag hard. Please may I have some help?
Checking around the community, this error you are getting aims at the engine losing connection with your GPU, most likely due a driver mismatch, or the Adrenaline software you just installed.
If you wish to test keeping this setup, I would suggest switching to DX11 (you can add the tag -dx11 in your project’s properties to do so), and reload the whole thing.
Yet, if the problem persists, then the best course of action would be to rollback or clean up your drivers. You can use a free uninstaller like DDU, then install a previous version of the drivers. Also, I have seen a lot of cases where graphical overlays cause conflicts, I would avoid them, if possible.
Finally, after all these changes, you should clear your project’s cache just in case. Please navigate to your main directory, and delete folders DerivedDataCache, Intermediate, and Saved. After that, restart UE, and allow it to rebuild.