Linux first project crashes 4.8

When I first time make project(BP) and it starts opening it, it crashes.
But when I opened editor again project was on Project Explorer and I could open it normally.

After few project creation it stopped crashing.

If it crash again I can put terminal text too.

OS: Ubuntu Studio (14.04 LTS) and fully updated.
Processor: Intel i7 4770.
RAM: 16Gb Kingston (don’t remember series).
GPU: Nvidia 660Ti with binary driver 311.113.

[

EDIT: If there is some else info to provide just ask.

The log is cut. Could you try saving the console output, maybe there’s more than in the log? Any callstack would be helpful.

Didn’t save console/terminal output but if it happen again I will save it then. Log is as it’s automatically saved in crash folder and I was also surprised it cuts halfway.

[Google Drive Folder][1] Here is 3 crashes what I managed to get before it started to work normally.

[1]:

SolusProject example crashed but I tried to change 4.0? version to 4.8 so that was expected somewhat

After looking into Google Drive logs - it is likely that we have encountered this crash (for reference, it’s tracked internally as UE-15572) and it is caused by our - somewhat risky - multi-threaded use of SDL. I’ll see if we can harden this code; the nature of the bug makes it harder to reproduce on developer machines so every help narrowing it down is appreciated. Some leads - please describe:

  • how many monitors your machine has
  • whether your cursor was in the splashscreen area
  • did you open the project with double click or “Open”
  • whether this ever happens when you start the project not through the browser (but e.g. passing path to .uproject on commandline).
  • Only one monitor
  • No mouse wasn’t in splashscreen area, splashscren was on background, I went to firefox straight away after it started loading.
  • This happened only when I started new project (3th person example).