uced
(uced)
1
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
uced
(uced)
2
Windows says it’s a 0xc0000005 error, which seems to be a status_access_violation.
uced
(uced)
3
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 ?
neryun
(Martin)
4
WindowsNoEditor\YOURPROJECT\Saved\Logs
The saved folder does not exist for me.