http://bugs.winehq.org/show_bug.cgi?id=19968
Summary: Half-Life 2: crashes when launching Product: Wine Version: 1.1.29 Platform: Macintosh OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: nescalona@firehousemail.com
Created an attachment (id=23484) --> (http://bugs.winehq.org/attachment.cgi?id=23484) terminal output
Wine crashes when I click on the Launch button with Half-Life 2 selected in the My Games tab in Steam.
I am running Arch Linux (dual-booted with Leopard on a Macbook (13-inch)), and I downloaded Wine from Arch's package manager. (http://www.archlinux.org/packages/extra/i686/wine/)
After first encountering the crashing behavior, I removed ~/.wine and reinstalled everything pertaining to wine. I then installed Steam, following the instructions on the AppDB page for Steam. I then installed Half-Life 2 using Steam. When I click on the Launch button, Wine crashes.
The attached file "log" is a copy of the terminal output when I start Wine with the command [code]wine "C:\Program Files\Steam\steam.exe"[/code]. The last four lines (not counting the $ prompt) appear once I click on the Launch button. The previous lines up to and including "fake device notification handle" appeared as Steam was loading.
The attached file "report_file" was created using the command [code]WINEDEBUG=+relay wine "C:\Program Files\Steam\steam.exe" 2>&1 | tee relay.out;tail -n 100 relay.out > report_file[/code].