Code Monkey home page Code Monkey logo

Comments (8)

flavioislima avatar flavioislima commented on May 18, 2024 2

Ok, so I was able to reproduce the issue and it happens like I said, you start a game without the dxvk has being downloaded.
I'll fix this on next release and wait for the install to finish before starting a game.

To fix for now, just wait for the dxvk is downloaded and extracted.

My log with the error:
Error: ENOENT: no such file or directory, open '/home/flavio/.config/heroic/Tools/DXVK/latest_dxvk'

from heroicgameslauncher.

flavioislima avatar flavioislima commented on May 18, 2024 1

The Tools path was changed and some logic to get the DXVK since version 1.2.1. So is needed to delete the folder .config/heroic/Tools (or tools) after update

from heroicgameslauncher.

provokateurin avatar provokateurin commented on May 18, 2024

I see it reads/writes the the latest version name into that file. I'll try to do it manually, but still the bug remains.

from heroicgameslauncher.

provokateurin avatar provokateurin commented on May 18, 2024

Yep downloading the dxvk manually, extracting it and putting the file name into the latest_dxvk file does work.

from heroicgameslauncher.

flavioislima avatar flavioislima commented on May 18, 2024

Just tried here with a clean prefix and installation and it worked. Try removing, or moving the .config/heroic folder and open the app from terminal.

For me, that's the output:

`downloaded DXVK
extracting DXVK
DXVK updated!
installing DXVK on '/home/flavio/Games/Prefixes/new_test' WINEPREFIX='/home/flavio/Games/Prefixes/new_test' sh /home/flavio/.config/heroic/Tools/DXVK/dxvk-1.7.3L-03f11ba/setup_dxvk.sh install

 Launch Command:    /media/ssd480/Develop/Electron/heroic/public/bin/legendary launch Curry /usr/bin/wine --wine-prefix '/home/flavio/Games/Prefixes/new_test'`

I suspect you're tried to launch the game before it finishes extracting, so I'll need to check first if DXVK was installed correctly before launching a game.

from heroicgameslauncher.

provokateurin avatar provokateurin commented on May 18, 2024

The problem seems to be gone. @flavioislima is this fixed?

from heroicgameslauncher.

flavioislima avatar flavioislima commented on May 18, 2024

Yeah, fixed on latest release. :D

from heroicgameslauncher.

BrightTux avatar BrightTux commented on May 18, 2024

Still facing DXVK missing issue on Manjaro.
Installed via AUR package, version 1.2.2 Absalom.

Manage to solve it by manually symlink the dxvk file to '.tar.gz'

bright-amd ~ [16:22:32] ❯ heroic
Updating DXVK to: dxvk-1.7.3L-03f11ba
Error when downloading DXVK
launching Sugar
installing DXVK on ~/.wine WINEPREFIX=~/.wine bash /home/tux/.config/heroic/tools/DXVK/dxvk-1.7.3L-03f11ba.tar.gz/setup_dxvk.sh install
Error: Command failed: WINEPREFIX=~/.wine bash /home/tux/.config/heroic/tools/DXVK/dxvk-1.7.3L-03f11ba.tar.gz/setup_dxvk.sh install
bash: /home/tux/.config/heroic/tools/DXVK/dxvk-1.7.3L-03f11ba.tar.gz/setup_dxvk.sh: No such file or directory

    at ChildProcess.exithandler (child_process.js:312:12)
    at ChildProcess.emit (events.js:315:20)
    at maybeClose (internal/child_process.js:1021:16)
    at Socket.<anonymous> (internal/child_process.js:443:11)
    at Socket.emit (events.js:315:20)
    at Pipe.<anonymous> (net.js:674:12) {
  killed: false,
  code: 127,
  signal: null,
  cmd: 'WINEPREFIX=~/.wine bash /home/tux/.config/heroic/tools/DXVK/dxvk-1.7.3L-03f11ba.tar.gz/setup_dxvk.sh install',
  stdout: '',
  stderr: 'bash: /home/tux/.config/heroic/tools/DXVK/dxvk-1.7.3L-03f11ba.tar.gz/setup_dxvk.sh: No such file or directory\n'
}

Solution:

bright-amd ~/.config/heroic/tools/DXVK [16:26:16] ❯ pwd
/home/tux/.config/heroic/tools/DXVK
bright-amd ~/.config/heroic/tools/DXVK [16:25:36] ❯ ln -s ./dxvk-1.7.3L-03f11ba ./dxvk-1.7.3L-03f11ba.tar.gz 

from heroicgameslauncher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.