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

Doesn't start on nixOS #30

Open
RossComputerGuy opened this issue Jul 8, 2022 · 7 comments
Open

Doesn't start on nixOS #30

RossComputerGuy opened this issue Jul 8, 2022 · 7 comments

Comments

@RossComputerGuy
Copy link

I downloaded v1.3.5 for Linux and ran ./GDMENUCardManager but I get bash: ./GDMENUCardManager: No such file or directory. I ran file ./GDMENUCardManager and got GDMENUCardManager: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=2ee0ad40d62097d2929eb6579b4dbe8b525bc9d7, stripped so it seems the executable doesn't work. I checked the linked libraries with ldd and it shows this:

        linux-vdso.so.1 (0x00007ffd50fdb000)
        libpthread.so.0 => /nix/store/lyl6nysc3i3aqhj6shizjgj0ibnf1pvg-glibc-2.34-210/lib/libpthread.so.0 (0x00007f47a3677000)
        libdl.so.2 => /nix/store/lyl6nysc3i3aqhj6shizjgj0ibnf1pvg-glibc-2.34-210/lib/libdl.so.2 (0x00007f47a3672000)
        libstdc++.so.6 => not found
        libm.so.6 => /nix/store/lyl6nysc3i3aqhj6shizjgj0ibnf1pvg-glibc-2.34-210/lib/libm.so.6 (0x00007f47a3599000)
        libgcc_s.so.1 => /nix/store/lyl6nysc3i3aqhj6shizjgj0ibnf1pvg-glibc-2.34-210/lib/libgcc_s.so.1 (0x00007f47a357f000)
        libc.so.6 => /nix/store/lyl6nysc3i3aqhj6shizjgj0ibnf1pvg-glibc-2.34-210/lib/libc.so.6 (0x00007f47a337f000)
        /lib64/ld-linux-x86-64.so.2 => /nix/store/lyl6nysc3i3aqhj6shizjgj0ibnf1pvg-glibc-2.34-210/lib64/ld-linux-x86-64.so.2 (0x00007f47a367e000)

I haven't managed to get it to run though.

@sonik-br
Copy link
Owner

sonik-br commented Jul 8, 2022

Hi.
I have no means of testing it on linux. Only on a Ubuntu VM.
Can you try to force it as an executable?

@RossComputerGuy
Copy link
Author

It already is marked as a executable, and Ubuntu is Linux.

@sonik-br
Copy link
Owner

Yes. And it works under Ubuntu.
I can only provide partial linux help as I only have access to a Ubuntu system.

@megavolt85
Copy link

sudo chmod 755 GDMENUCardManager

@RossComputerGuy
Copy link
Author

It's already an executable @megavolt85

@megavolt85
Copy link

try with latest v2.0

@megavolt85
Copy link

@RossComputerGuy, damn I just noticed
libstdc++.so.6 => not found
sudo apt-get install libstdc++6

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

3 participants