Packaged executable won't open (Win32, Win64)

Hey, all!

I’ve packaged a simple project of mine and am having some issues with the finished product.

I’m currently using windows 7 64-bit, and packaged my project accordingly. A “WindowsNoEditor” folder is generated, which contains the .exe file and a couple of folders. When I try to run the executable file, nothing happens. And in addition to that, the windows explorer becomes unresponsive afterwards.

If I check the task manager, I notice that 3 instances of my executable file were created, for some reason.
I’ve checked the packaging log in the UE4 editor and no errors occurred during the packaging.

I’m starting to guess that maybe this is an issue somewhat un-related to UE4? But I have no clue on how to proceed from here. Any help is greatly appreciated.

Thanks in advance.

I was actually able to figure out the issue. It turns out Avast appeared to be blocking the executable file and, for some reason, it wasn’t notifying me of it. After disabling the anti-virus the executable ran as expected.

My apologies for the post!