"Fatal error" when running packaged exe when including the WebBrowserWidget UMG

Can’t seem to get this to run when packaged. It is giving me a “Fatal error” message box then mentions KERNELBASE.dll and the game.exe. I have a C++ project created and have built it in Visual Studio. Everything works fine in the editor.

Any help would be great.

Thanks.

Just to add… Just tried building it with the UE source code and still the same problem.

I have the same problem.

I had the same issue and was able to solve it. In your UE4 directory, you should have the following directory:

Engine\Binaries\ThirdParty\CEF3

Make sure to copy the whole CEF3 directory over to your projects package directory:

Engine\Binaries\ThirdParty\CEF3

Then it should work.

Brilliant that worked, thanks for your help.