<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>42128</bug_id>
          
          <creation_ts>2022-03-15 04:01:48 +0300</creation_ts>
          <short_desc>Ошибка скачивания dxvk</short_desc>
          <delta_ts>2022-03-15 10:42:51 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>lutris-standalone</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Евгений Кухтинов">kuhtinov_ev</reporter>
          <assigned_to name="Leontiy Volodin">lvol</assigned_to>
          <cc>lvol</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>208471</commentid>
    <comment_count>0</comment_count>
    <who name="Евгений Кухтинов">kuhtinov_ev</who>
    <bug_when>2022-03-15 04:01:48 +0300</bug_when>
    <thetext>При запуске игры со включенной в настройках опцией dxvk получаю ошибку скачивания. Разобрался. Это  из-за неактуальной ссылки.

Предлагаю патч:

--- util/wine/dxvk.py.original	2022-03-13 12:24:44.610905083 +0700
+++ util/wine/dxvk.py	2022-03-13 12:27:20.442494688 +0700
@@ -85,7 +85,7 @@
     init_started = False
     init_lock = threading.RLock()
 
-    base_url = &quot;https://github.com/lutris/dxvk/releases/download/v{}/dxvk-{}.tar.gz&quot;
+    base_url = &quot;https://github.com/lutris/dxvk/archive/refs/tags/v{}.tar.gz&quot;
     base_name = &quot;dxvk&quot;
     base_dir = os.path.join(RUNTIME_DIR, base_name)
     dxvk_dlls = (&quot;dxgi&quot;, &quot;d3d11&quot;, &quot;d3d10core&quot;, &quot;d3d9&quot;, &quot;d3d12&quot;)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>208477</commentid>
    <comment_count>1</comment_count>
    <who name="Leontiy Volodin">lvol</who>
    <bug_when>2022-03-15 10:15:48 +0300</bug_when>
    <thetext>Благодарю за патч. Отправляю в Сизиф.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>208484</commentid>
    <comment_count>2</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2022-03-15 10:42:51 +0300</bug_when>
    <thetext>lutris-standalone-0.5.7.1-alt2 -&gt; sisyphus:

 Tue Mar 15 2022 Leontiy Volodin &lt;lvol@altlinux&gt; 0.5.7.1-alt2
 - Fix dxvk url (ALT #42128).</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>