From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 80419] XCOM: Enemy Unknown Causes lockup Date: Mon, 30 Jun 2014 18:33:41 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1512278477==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D4196E4A7 for ; Mon, 30 Jun 2014 11:33:41 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1512278477== Content-Type: multipart/alternative; boundary="1404153221.5e3ec53.31071"; charset="us-ascii" --1404153221.5e3ec53.31071 Date: Mon, 30 Jun 2014 18:33:41 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=80419 --- Comment #27 from Laurent carlier --- (In reply to comment #26) > (In reply to comment #24) > > (In reply to comment #23) > > > Thanks, but again it won't work. This time it complains about missing > > > libsteam_api.so > > > > It's possible running through apitrace is somehow losing the LD_LIBRARY_PATH > > working variable or working directory. You can attach it with LD_PRELOAD > > which should prevent this. Set the launch options to something like this: > > LD_PRELOAD=/usr/local/lib/apitrace/wrappers/glxtrace.so:$LD_PRELOAD %command% > > Adjust the path to the x86_64 glxtrace.so if necessary. > > And now it segfaults again, just like before: > > apitrace: redirecting dlopen("libGL.so.1", 0x102) > apitrace: tracing to > /home/ryan/.local/share/Steam/SteamApps/common/XCom-Enemy-Unknown/game. > x86_64.trace > Dumped crashlog to > /home/ryan/.local/share/feral-interactive/XCOM/crashes//7f31c2e8-309f-1dae- > 547b3bc4-458a6b0d.dmp > /home/ryan/.local/share/Steam/SteamApps/common/XCom-Enemy-Unknown/binaries/ > linux/xcom.sh: line 39: 6587 Segmentation fault (core dumped) > ${DEBUGGER} "${GAMEBINARY}" $@ > Game removed: AppID 200510 "XCOM: Enemy Unknown", ProcID 6576 In ~/.local/share/Steam/SteamApps/common/XCom-Enemy-Unknown/ directory * do a backup of xcom.sh file then edit the file * line 79, change the line: eval "$GAMESCRIPT" $@ into: apitrace trace "$GAMESCRIPT" $@ * then save and launch the game, now the trace is properly generated -- You are receiving this mail because: You are the assignee for the bug. --1404153221.5e3ec53.31071 Date: Mon, 30 Jun 2014 18:33:41 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 27 on bug 80419 from
(In reply to comment #26)
> (In reply to comment #24)
> > (In reply to comment #23)
> > > Thanks, but again it won't work. This time it complains about missing
> > > libsteam_api.so
> > 
> > It's possible running through apitrace is somehow losing the LD_LIBRARY_PATH
> > working variable or working directory. You can attach it with LD_PRELOAD
> > which should prevent this. Set the launch options to something like this:
> > LD_PRELOAD=/usr/local/lib/apitrace/wrappers/glxtrace.so:$LD_PRELOAD %command%
> > Adjust the path to the x86_64 glxtrace.so if necessary.
> 
> And now it segfaults again, just like before:
> 
> apitrace: redirecting dlopen("libGL.so.1", 0x102)
> apitrace: tracing to
> /home/ryan/.local/share/Steam/SteamApps/common/XCom-Enemy-Unknown/game.
> x86_64.trace
> Dumped crashlog to
> /home/ryan/.local/share/feral-interactive/XCOM/crashes//7f31c2e8-309f-1dae-
> 547b3bc4-458a6b0d.dmp
> /home/ryan/.local/share/Steam/SteamApps/common/XCom-Enemy-Unknown/binaries/
> linux/xcom.sh: line 39:  6587 Segmentation fault      (core dumped)
> ${DEBUGGER} "${GAMEBINARY}" $@
> Game removed: AppID 200510 "XCOM: Enemy Unknown", ProcID 6576

In ~/.local/share/Steam/SteamApps/common/XCom-Enemy-Unknown/ directory
* do a backup of xcom.sh file then edit the file
* line 79, change the line: eval "$GAMESCRIPT" $@
  into: apitrace trace "$GAMESCRIPT" $@
* then save and launch the game, now the trace is properly generated


You are receiving this mail because:
  • You are the assignee for the bug.
--1404153221.5e3ec53.31071-- --===============1512278477== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1512278477==--