What log can i look when packaged game crashes?

Hi,

My game works fine in the editor.

It worked fine when packaged 2 or 3 days ago.

Today i tried to package and the packaged game doesn’t launch anylonger.

I tried to undo every recent change i could think about, but no success.

Is there any log i can look after a packaged-game crash ?

Cedric

Windows says it’s a 0xc0000005 error, which seems to be a status_access_violation.

Found the culprit:

TSharedRef<SColorSpectrum> MySpectrum = SNew(SColorSpectrum);

When i add this line in my code, the packaged game doesn’t launch. The editor game works well with the line.

What am i missing ?

WindowsNoEditor\YOURPROJECT\Saved\Logs

The saved folder does not exist for me.