slynch8 / 10x

10x IDE/Editor
190 stars 34 forks source link

Hangs/crashes creating a 10x workspace in an Unreal Engine codebase #2267

Open jamiehayes opened 11 months ago

jamiehayes commented 11 months ago

Description:

When creating a 10x workspace in the root folder of a large codebase (e.g. Unreal Engine), the editor becomes very unresponsive and hangs and/or crashes while trying to use it.

Reproduction Steps:

I reproduce this issue by doing the following:

Additional Notes:

Other operations that apparently hang the editor in this state:

slynch8 commented 11 months ago

Thanks for the crash repro and repro steps. I will investigate.

But for Unreal projects I'd recommend generating the Visual Studio sln file and using that instead. The problem with trying to open the root folder is that it includes all the intermediate files for all configs so creates a massive workspace. Opening the sln should work fine.