-
Notifications
You must be signed in to change notification settings - Fork 21
Cannot start program, OS error code 2 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Its close to issue #1, but its not identical. This one seems to be an issue with gpu.rs rather than cpu.rs. I'll look into the issue, thanks for reporting. |
@BachoSeven now that I'm looking at the code, it looks like that line is when the program calls the program |
Yes, as a part of |
The panic message pointed towards the macro, so I converted it to just use . Hopefully this resolves the issue.
@BachoSeven Could you try this with the development version? I've implemented a potential fix. cd src/freshfetch/
git pull
git checkout v0.1.2
cd ../..
makepkg If you're using the raw repo: git pull
git checkout v0.1.2
cargo build --release -vv |
Yes, that fixes the issue! |
Not the same error as #1; AUR build on ArchLinux x86_64; output of
RUST_BACKTRACE=full freshfetch
:The text was updated successfully, but these errors were encountered: