Summary: | BioShock 1 (wine) crashes on level load | ||
---|---|---|---|
Product: | Mesa | Reporter: | bartos.petr |
Component: | Drivers/DRI/i965 | Assignee: | Ian Romanick <idr> |
Status: | RESOLVED MOVED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | eero.t.tamminen |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
bartos.petr
2016-09-23 05:16:59 UTC
Could you install debug symbols for Mesa and once the game is running, attach to it with Gdb: gdb <path to game binary> <game PID> After the crash, provide "bt" command output from Gdb. Note: If game is running as windowed, you can run Gdb from another terminal window. However, if game is running as fullscreen, it's better to run Gdb through ssh from another machine (most likely your GUI will freeze when Gdb pauses the game, because fullscreened games typically have requested pointer & keyboard lock from X server). Sorry for late reply, I didn't have much time for gaming lately. I've not yet tried the debug thing, however I tried to install older packages of mesa from previous Fedora versions and switch them via LD_LIBRARY_PATH/LIBGL_DRIVERS_PATH. Bioshock does not load at all with 10.5.4 and 11.2.1. With 10.6.9 and 11.0.3 it loads but crashes almost immediatelly (after some freezes, so probably shader compilation). The most stable it is with 11.1.0 however it is also crashing especially with areas with lots of water. It also does not load with 13.1.0-devel (git-da3389a) which I am using as primary now. (In reply to Eero Tamminen from comment #1) > Could you install debug symbols for Mesa and once the game is running, > attach to it with Gdb: > gdb <path to game binary> <game PID> path to game binary you can see with: ls -l /proc/<game PID>/exe > After the crash, provide "bt" command output from Gdb. To be exact, this command: thread apply all bt -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1541. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.