Skip to content
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

Error running nvlax_encode #7

Open
TinyBabyOwl opened this issue Oct 30, 2021 · 5 comments
Open

Error running nvlax_encode #7

TinyBabyOwl opened this issue Oct 30, 2021 · 5 comments

Comments

@TinyBabyOwl
Copy link

➜ ./nvlax_encode -i /usr/lib/libnvidia-encode.so.495.44 -o /usr/lib/libnvidia-encode.so.495.44
[+] libnvidia-encode.so
Assertion 'found' failed (ERROR)
  in file lax_encode.cc, line 98
  function: void patch_linux(LIEF::ELF::Binary*)
terminate called after throwing an instance of 'ppk::assert::AssertionException'
  what():  
[1]    11117 abort (core dumped)  ./nvlax_encode -i /usr/lib/libnvidia-encode.so.495.44 -o

Followed the build instructions from the readme. Not sure what wrong.

@illnyang
Copy link
Owner

illnyang commented Nov 8, 2021

Send me your .so on zippyshare

@Strykar
Copy link

Strykar commented Nov 9, 2021

Send me your .so on zippyshare

If you're going to need the sample .so's for each driver release, adding a template to Github issues / README explaining it's need and common locations to upload it might reduce churn moving forward.

@itsTyrion
Copy link

You probably want the file in /usr/lib64. Depends on the distro.
Thanks to @OceanS2000 for bringing that to my attention

@ghost
Copy link

ghost commented Mar 22, 2022

I'm having the same issue. Using the files in /usr/lib64 does not work for me sadly.
Running Manjaro - Gnome

@sjuxax
Copy link

sjuxax commented Apr 9, 2022

I got this while having installed chaotic-aur/nvidia-utils-nvlax, so presumably it occurs when the file is already patched. Installing the standard nvidia-utils and then nvlax-git, which auto-patches with the included pacman hooks, eliminated the error for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants