Summary: | [steam] Grand Ages: Medieval crashes instantly | ||
---|---|---|---|
Product: | Mesa | Reporter: | Christoph Berliner <caberliner> |
Component: | Drivers/Gallium/radeonsi | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED FIXED | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | normal | ||
Priority: | medium | CC: | caberliner |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
crashlog
crashdump glxinfo basic system information |
Created attachment 130452 [details]
crashdump
Created attachment 130453 [details]
glxinfo
*** Bug 100388 has been marked as a duplicate of this bug. *** Created attachment 130454 [details]
basic system information
And probably a similar problem described in the steam community: http://steamcommunity.com/app/221410/discussions/0/540743757387624740/ The game requests a 4.1 compatibility profile which is unsupported by Mesa and it crashes because it doesn't check the return value of glXCreateContextAttribsARB. I'm investigating in order to know if it's possible to add a driconf option, but it looks like the game really needs some unsupported features. Okay, the game uses ARB_texture_buffer_object which is only exposed with a core profile for some reasons. I'm able to run the game with some hacky changes but it fails to render correctly at some point. Unfortunately, I don't think we can do anything for it because compat >= 3.1 is not supported for now (and probably won't be in the near future). Anyways, the game should not crash when the returned context is NULL. That doesn't sound to bad, does it? At least it looks like the problem could be isolated. Thanks and I'm happily trying fixes as long they're not exhausting my capabilities. This game should now be playable using MESA_GL_VERSION_OVERRIDE=4.1COMPAT MESA_GLSL_VERSION_OVERRIDE=410 after the following commit: commit e7a7b712fe81aac96eaae267ad6cb5444f02e7f6 Author: Timothy Arceri <tarceri@itsqueeze.com> Date: Tue May 8 10:35:40 2018 +1000 mesa: remove hard-coded OpenGL 3.2 compat limit Just let validate_context_version() do it instead. This fixes MESA_GL_VERSION_OVERRIDE for compat, it will also allow us to enable new compat versions on a per driver bases in future. Reviewed-by: Marek Olšák <marek.olsak@amd.com> There are still bits missing in compat but the game seems playable with the overrides. Since further work simply involves implementing compat profile I'm going to close this bug. Thank you all for your efforts. Problem solved. I have tested the game today and its playable without any glitches using mesa 18.2 so far. System and driver information: System: Host: home Kernel: 4.18.7-arch1-1-ARCH x86_64 bits: 64 Desktop: Gnome 3.28.3 Distro: Antergos Linux Machine: Type: Desktop Mobo: Gigabyte model: GA-78LMT-USB3 v: x.x serial: <root required> BIOS: Award v: F4 date: 10/19/2012 CPU: 8-Core: AMD FX-8350 type: MCP speed: 2109 MHz min/max: 1400/4000 MHz Graphics: Card-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X] driver: amdgpu v: kernel Display: x11 server: X.Org 1.20.1 driver: modesetting resolution: 2560x1440~144Hz OpenGL: renderer: AMD Radeon RX 480 Graphics (POLARIS10 DRM 3.26.0 4.18.7-arch1-1-ARCH LLVM 6.0.1) v: 4.5 Mesa 18.2.0 Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 |
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.
Created attachment 130451 [details] crashlog The Steam game Grand Ages:Medieval crashes instantly after startup. Please tell me what further information you need, this is my first bug report.