<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Flatpaked Civilization VI + Steam blue glitches."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107142#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Flatpaked Civilization VI + Steam blue glitches."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107142">bug 107142</a>
              from <span class="vcard"><a class="email" href="mailto:sergii.romantsov@globallogic.com" title="Sergii Romantsov <sergii.romantsov@globallogic.com>"> <span class="fn">Sergii Romantsov</span></a>
</span></b>
        <pre>Hello, Slawomir.
Also checked with <a href="https://mesa.freedesktop.org/archive/mesa-18.0.4.tar.gz">https://mesa.freedesktop.org/archive/mesa-18.0.4.tar.gz</a> (that
seems to be the latest version with flatpak) and works fine.
So seems there is some issue with your runtime.


ATM can't know exactly what is the reason, but could you try commnds and give
us a results:

1. Check which runtimes contains needed dri:
locate i956_dri.so | grep runtime
You can observe a list of installed runtimes, such as:
/var/lib/flatpak/runtime/org.freedesktop.Platform/x86_64/1.6/some_path/i965_dri.so
/var/lib/flatpak/runtime/org.freedesktop.Platform/x86_64/1.4/some_path/i965_dri.so
and so on

2. Check for each of them what is glxinfo returns, like:
flatpak run --runtime=org.freedesktop.Platform/x86_64/1.6
org.freedesktop.GlxInfo -B
flatpak run --runtime=org.freedesktop.Platform/x86_64/1.4
org.freedesktop.GlxInfo -B
and so on

3. If you don't have installed org.freedesktop.GlxInfo, than try:
flatpak remote-add gnome-buildbot
<a href="http://sdkbuilder1.gnome.org/gnome-buildbot.flatpakrepo">http://sdkbuilder1.gnome.org/gnome-buildbot.flatpakrepo</a>
flatpak install gnome-buildbot org.freedesktop.GlxInfo</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>