Page 1 of 1

Unreal Editor gets stuck at Initializing 54% while i enable NoesisGUI in plugin settings !

Posted: 06 May 2021, 21:46
by FarshadGrayson
i use Unreal Engine 4.26.2 and NoesisGUI V3.0.12 , when i check enabled tick in plugin settings the engine restarts and gets stuck at Initializing 54% .. what should i do ?

Re: Unreal Editor gets stuck at Initializing 54% while i enable NoesisGUI in plugin settings !

Posted: 07 May 2021, 10:54
by sfernandez
Hi, I tried with both, a Blueprint and C++ project, and was unable to reproduce this. Is this happening with a new empty project or does it contain xamls and other stuff?
Can you please generate the project solution and launch the editor from Visual Studio to see if it is stuck in our plugin code? It would help us if you can send as the callstack if that is the case.

Re: Unreal Editor gets stuck at Initializing 54% while i enable NoesisGUI in plugin settings !

Posted: 07 May 2021, 19:03
by FarshadGrayson
Hi, I tried with both, a Blueprint and C++ project, and was unable to reproduce this. Is this happening with a new empty project or does it contain xamls and other stuff?
Can you please generate the project solution and launch the editor from Visual Studio to see if it is stuck in our plugin code? It would help us if you can send as the callstack if that is the case.
I use Blueprint and a new empty Project then this happens , should i generate project solution ? because I'm not using C++ for the project

Re: Unreal Editor gets stuck at Initializing 54% while i enable NoesisGUI in plugin settings !

Posted: 07 May 2021, 19:24
by sfernandez
Is it happening with a C++ project too? Because you cannot generate the visual studio solution with a Blueprint-only project.

Re: Unreal Editor gets stuck at Initializing 54% while i enable NoesisGUI in plugin settings !

Posted: 07 May 2021, 19:41
by sfernandez
If you can attach the log file in "<project>/Saved/Logs" maybe we can find a hint for the stuck reason.