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

MachinekitClient fails to start #169

Closed
bschousek opened this issue Jun 15, 2017 · 5 comments
Closed

MachinekitClient fails to start #169

bschousek opened this issue Jun 15, 2017 · 5 comments

Comments

@bschousek
Copy link

Trying to run the Machinekit Client from an Arch Linux system yields errors:

~/Downloads/MachinekitClient_Development-201705181342-master-fcc665f-x64.AppImage -d

libGL error: unable to load driver: nouveau_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: nouveau
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Unrecognized OpenGL version
Unrecognized OpenGL version

Googling those errors led to https://askubuntu.com/questions/635851/error-in-installing-steam-on-ubuntu-15-04 which led me to trying to force a particular version of libstdc++ as follows:

LD_PRELOAD='/usr/$LIB/libstdc++.so.6' ~/Downloads/MachinekitClient_Development-201705181342-master-fcc665f-x64.AppImage -d

Forcing the c++ library version worked in this instance.

For reference:

uname -a                                                                                                                                             
Linux frozen 4.11.3-1-ARCH #1 SMP PREEMPT Sun May 28 10:40:17 CEST 2017 x86_64 GNU/Linux

@machinekoder
Copy link
Member

Thanks for reporting the issue. This PR might fix the problem: #172

@propcoder
Copy link

latest mk client for Linux amd64 does not work for me too - I see a screen with progress bar and then only empty grey window. The output:

./MachinekitClient_Development-201707270829-master-eb599d1-x64.AppImage             
qml: Starting to load the main application.                                                                                          
qrc:///main.qml:33:1: plugin cannot be loaded for module "Machinekit.HalRemote": Cannot load library /tmp/.mount_nNfK3p/qml/Machinekit/HalRemote/libmachinekithalremoteplugin.so: (/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /tmp/.mount_nNfK3p/lib/libzmq.so.5))                                                                                                
qml: Finishing the splash screen progress bar.                                                                                       
qml: Hiding the splash screen.                                                                                                       
qml: Deleting the splash screen.

@machinekoder
Copy link
Member

Yes, I moved the build servers to Debian Stretch. Seems to be a GCC5 issue on older distros. I will see what I can do.

@machinekoder
Copy link
Member

Just tested on Jessie. Problem should be fixed with #184

@propcoder
Copy link

propcoder commented Aug 3, 2017 via email

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