[4.12] Packaged Game freezes after a few seconds. Old packaged version was working fine

Hello, basically after packaging my project today, it simply doesn’t execute properly, it freezes after a second. It’s wierd because I haven’t done anything special since the last packaging, (And It was working properly). The game runs correctly in editor, executing right-clicking the project, but not in the packaged version.

Here’s the log of the current packaged version that freezes

[Log - Current Version that freezes( the one with 16.4kb)] [1]

and the old packaged one that was just fine,.

Log - Version that was working fine.( the one with 64.8kb in the attachments) [2]
98881-arcadebma.log (61.4 KB)

Can someone tell me whats going on? Comparing both, it seems that the log stops during a calculation, but I simply don’t know what that means and how to fix that. Also, both atempts was in Development mode, not Shipping mode.

I’d be glad if someone can help me, thanks for the patience.

98880-arcadebma.log (16 KB)

Does somebody have a clue? I really need help cause I’m quite incapable of solving this alone. I have no idea.

Henri,

Your first log is incomplete, we would need a complete log in order to investigate this issue further.

We also see in your second log SteamVR failed to initialize. Err: 110 as well as [2016.07.16-21.01.36:470][  0]LogModuleManager:Warning: ModuleManager: Module 'MessagingRpc' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.07.16-21.01.36:470][  0]LogModuleManager:Warning: ModuleManager: Module 'PortalRpc' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.07.16-21.01.36:470][  0]LogModuleManager:Warning: ModuleManager: Module 'PortalServices' not found - its StaticallyLinkedModuleInitializers function is null.

Please debug and investigate these issues further, and provide full logs.

Thanks!

Hello again, It seems the the log was incomplete because the .exe freezed, I can guess the problem was my computer, as the .exe worked fine later on when I tried to package and run the .exe again.(yet I don’t know why)

Thanks anyway!