darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.5k stars 445 forks source link

Steam segfaults after updater is done and attempts to launch Steam #749

Open Newbytee opened 4 years ago

Newbytee commented 4 years ago

I went through the instructions on how to get .dmg files running, and managed to get the Steam installer/updater running by changing directory to /Applications/Contents/MacOS and subsequently executing ./steam_osx. Once the installer was done (had to restart it once though, but I think that's a separate bug), the following line was printed: Segmentation fault: 11 (core dumped).

bugaevc commented 4 years ago

the following line was printed: Segmentation fault: 11 (core dumped).

So, inspect the core file with LLDB. Where's the crash happening?