- Home /
Solved by enable headless build in 4.2
Unity 4.2 Ubuntu batchmode nographics crash with message: Aborted (core dumped)
Unity 4.2.2f1 Ubuntu 64bit
./myserver -batchmode -nographics -logfile log.txt
crash with error: Aborted (core dumped)
tail of log.txt
UnloadTime: 1.288000 ms Unloading 4 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)
Unloading 4 unused Assets to reduce memory usage. Loaded Objects now: 9028. Total: 7.243000 ms (FindLiveObjects: 1.709000 ms CreateObjectMapping: 0.619000 ms MarkObjects: 4.651000 ms DeleteObjects: 0.134000 ms)
requesting resize 640 x 480
ps: I tried xvfb solution,but it takes up too much cpu.
Answer by cr4y · Dec 13, 2014 at 04:11 PM
Sorry for writing in old question, but if someone would search for that: 1. Yes, resizing while using -nographics is BAD idea and causes quit 2. For some reason quitting on linux (even with Application.Quit()) causes core dumped error message whit does not do any harm (and all OnApplicationQuit functions are executed correctly, even after core dumped message)