Linux Dedicated Server - Increasing per-process limit of core file size to infinity

I have compiled a Linux Server and just wanted to start him …

but if i try to start it this happens:

any ideas what i could try ?

Did you try giving your user write-access to the entire build directory? I was getting a “Segmentation fault” when starting UE4Editor, and fixed it by adding that permission.

chmod -R a+w gameClient

work for me :wink: thank you!