midgen / CashDemo

Demo project for CashGen, UnrealFastNoise, GOAPer
MIT License
45 stars 27 forks source link

First UE4 Initialization Freezes at 39% #11

Closed relhokk closed 3 years ago

relhokk commented 3 years ago

This project seems really cool, but I still haven't been able to get it to work. Not sure if you're still working on this project, but here goes. Everything seems to build correctly in VS (no errors after starting from debugger) but once it starts UE4, it gets stuck at 39% initialized.

image

I've tried adding the private dependency modules that were blank but that didn't help. PrivateDependencyModuleNames.AddRange(new string[] { "CashGen", "UnrealFastNoisePlugin", "UESVON" });

Even if you don't know how to solve this specific problem, a response would be appreciated to know if you're still working on the project. Thanks!

relhokk commented 3 years ago

I let it run for at 100% CPU for an hour and it finally loaded everything. Seemed like the shader compiling really ate up my CPU. Either way, I hope you keep updating this awesome project! Thanks!