Skip to content

AXIS GUI fails to start #4034

@olly-writes-code

Description

@olly-writes-code

Hi folks,

First time trying to get LinuxCNC running, so apologies if I'm messing up something obvious.

When I try to run the AXIS Gui I hit a fault

Starting DISPLAY program: axis
/usr/bin/linuxcnc: line 977: 21578 Segmentation fault      $EMCDISPLAY -ini "$INIFILE" $EMCDISPLAYARGS $EXTRA_ARGS
Shutting down and cleaning up LinuxCNC...

The linuxcnc_debug.txt shows

4000
4054
Stopping realtime threads
Unloading hal components

Here's what I get when I just run axis

python3 -X faulthandler /usr/bin/axis -ini /home/debian/linuxcnc/configs/sim.axis/axis.ini
Traceback (most recent call last):
  File "/usr/bin/axis", line 61, in <module>
    from rs274.OpenGLTk import *
  File "/usr/lib/python3/dist-packages/rs274/OpenGLTk.py", line 16, in <module>
    import _togl
ImportError: /usr/lib/python3/dist-packages/_togl.cpython-311-aarch64-linux-gnu.so: undefined symbol: glXDestroyContext

I'm running Debian Bookworm aarch64 on an M2 Mac via a VM (using UTM). I installed linuxCNC on the Debian VM via linuxcnc-uspace_2.9.8_arm64_bookworm.deb.

Let me know if I can provide any more info or if I'm doing something foolish.

Thanks!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions