How do I get the Stack O Bot Sample working? The main map will not open.

Each time I try and open the Stack O Bot main level it gets stuck opening the editor and freezing, even before I make any changes to the project. I can open the main menu level though. I have deleted and redownloaded the whole project 4 times now and have tried to delete the DerivedDataCache folders for both the UE folder and in the project folder.

Hey there @WolfRose1! Are your resources (CPU, GPU, or Memory) maxing out when this occurs? Where does the log itself stop (found in your Project/Saved folder)?

It looks like it never maxed out but it did go into Suspended status on its own.

I narrowed down the log to just when I was loading the map and made sure to change my windows username in the log for privacy purposes and attached it below. I tried increasing the geometry shader allowed memory size but it made no difference.

ReducedStackOBotLog.txt (41.6 KB)

It seemingly freezes during the distance field building portion of the load. Distance fields shouldn’t be timing out, but if they do it should A report it but B failsafe out. Swap down to DX11 RHI and see if it goes further, it might provide some insight.