Error when launching LinuxCNC with Gmoccapy
20 Jul 2017 18:59 #96165
by nonkeldw
Error when launching LinuxCNC with Gmoccapy was created by nonkeldw
Hello
I 'have setup my machine with success. Now I want to migrate to Gmoccapy but this will not work.
I found and followed this tutorial: linuxcnc.org/docs/html/gui/gmoccapy.html
After launching LinuxCNC i got this error: "Invalid icon size 48 Self.widget.window1.show()"
What is wrong with my configuration?
Thanks!
I 'have setup my machine with success. Now I want to migrate to Gmoccapy but this will not work.
I found and followed this tutorial: linuxcnc.org/docs/html/gui/gmoccapy.html
After launching LinuxCNC i got this error: "Invalid icon size 48 Self.widget.window1.show()"
What is wrong with my configuration?
Thanks!
Please Log in or Create an account to join the conversation.
20 Jul 2017 21:28 #96180
by newbynobi
Replied by newbynobi on topic Error when launching LinuxCNC with Gmoccapy
That is not an error, just a Information,
Please check for other errors, most probably a hal connection error.
Norbert
Please check for other errors, most probably a hal connection error.
Norbert
Please Log in or Create an account to join the conversation.
21 Jul 2017 07:34 #96210
by nonkeldw
Replied by nonkeldw on topic Error when launching LinuxCNC with Gmoccapy
Thanks for your answer.
This is my output:
Thanks.
This is my output:
/usr/bin/gmoccapy:237: GtkWarning: Invalid icon size 48
self.widgets.window1.show()
(gmoccapy:3883): GtkSourceView-CRITICAL **: gtk_source_language_manager_set_search_path: assertion `lm->priv->ids == NULL' failed
/usr/bin/linuxcnc: regel 857: 3883 Geƫlimineerd $EMCDISPLAY -ini "$INIFILE" $EMCDISPLAYARGS $EXTRA_ARGS
Thanks.
Please Log in or Create an account to join the conversation.
21 Jul 2017 13:06 #96218
by nonkeldw
Replied by nonkeldw on topic Error when launching LinuxCNC with Gmoccapy
Update:
This is my DISPLAY
[DISPLAY]
DISPLAY = gmoccapy
POSITION_OFFSET = RELATIVE
POSITION_FEEDBACK = ACTUAL
MAX_FEED_OVERRIDE = 2.000000
MAX_SPINDLE_OVERRIDE = 1.500000
MIN_SPINDLE_OVERRIDE = 0.500000
INTRO_GRAPHIC = linuxcnc.gif
INTRO_TIME = 1
PROGRAM_PREFIX = "MyPC"
INCREMENTS = 5mm 1mm .5mm .1mm .05mm .01mm .005mm
POSITION_FEEDBACK = ACTUAL
DEFAULT_LINEAR_VELOCITY = 20.000000
MAX_LINEAR_VELOCITY = 150.000000
MIN_LINEAR_VELOCITY = 0.500000
DEFAULT_ANGULAR_VELOCITY = 12.000000
MAX_ANGULAR_VELOCITY = 180.000000
MIN_ANGULAR_VELOCITY = 1.666667
EDITOR = gedit
GEOMETRY = xyz
This works!
When i add LATHE = 1, then i got the error:
(gmoccapy:5228): GtkSourceView-CRITICAL **: gtk_source_language_manager_set_search_path: assertion `lm->priv->ids == NULL' failed
/usr/bin/linuxcnc: regel 857: 5228 Geƫlimineerd $EMCDISPLAY -ini "$INIFILE" $EMCDISPLAYARGS $EXTRA_ARGS
This is my DISPLAY
[DISPLAY]
DISPLAY = gmoccapy
POSITION_OFFSET = RELATIVE
POSITION_FEEDBACK = ACTUAL
MAX_FEED_OVERRIDE = 2.000000
MAX_SPINDLE_OVERRIDE = 1.500000
MIN_SPINDLE_OVERRIDE = 0.500000
INTRO_GRAPHIC = linuxcnc.gif
INTRO_TIME = 1
PROGRAM_PREFIX = "MyPC"
INCREMENTS = 5mm 1mm .5mm .1mm .05mm .01mm .005mm
POSITION_FEEDBACK = ACTUAL
DEFAULT_LINEAR_VELOCITY = 20.000000
MAX_LINEAR_VELOCITY = 150.000000
MIN_LINEAR_VELOCITY = 0.500000
DEFAULT_ANGULAR_VELOCITY = 12.000000
MAX_ANGULAR_VELOCITY = 180.000000
MIN_ANGULAR_VELOCITY = 1.666667
EDITOR = gedit
GEOMETRY = xyz
This works!
When i add LATHE = 1, then i got the error:
(gmoccapy:5228): GtkSourceView-CRITICAL **: gtk_source_language_manager_set_search_path: assertion `lm->priv->ids == NULL' failed
/usr/bin/linuxcnc: regel 857: 5228 Geƫlimineerd $EMCDISPLAY -ini "$INIFILE" $EMCDISPLAYARGS $EXTRA_ARGS
Please Log in or Create an account to join the conversation.
24 Jul 2017 16:45 #96355
by newbynobi
Replied by newbynobi on topic Error when launching LinuxCNC with Gmoccapy
The problem seems to be, that you have a XYZ configuration, but a lathe is a two axis machine with just X and Z.
That may cause a error, but again, what you post as error is not the error that causes the GUI not to start.
Please check in your home directory for linuxcnc_print.txt and linuxcnc_debug.txt and post the files.
Norbert
That may cause a error, but again, what you post as error is not the error that causes the GUI not to start.
Please check in your home directory for linuxcnc_print.txt and linuxcnc_debug.txt and post the files.
Norbert
Please Log in or Create an account to join the conversation.
30 Jul 2017 15:19 #96683
by nonkeldw
Replied by nonkeldw on topic Error when launching LinuxCNC with Gmoccapy
Please Log in or Create an account to join the conversation.
30 Jul 2017 19:15 #96693
by newbynobi
Replied by newbynobi on topic Error when launching LinuxCNC with Gmoccapy
Are you running debian stretch?
If you run from normal 2.7 release CD, than you have not installed Python-gstreamer
If you run actal master brunch, just pull the latest release, I fixed that a few days ago.
Norbert
If you run from normal 2.7 release CD, than you have not installed Python-gstreamer
If you run actal master brunch, just pull the latest release, I fixed that a few days ago.
Norbert
Please Log in or Create an account to join the conversation.
31 Jul 2017 06:59 #96723
by nonkeldw
Replied by nonkeldw on topic Error when launching LinuxCNC with Gmoccapy
Yes, I use debian stretch.
Is that a problem for Gmoccapy?
Thanks.
Is that a problem for Gmoccapy?
Thanks.
Please Log in or Create an account to join the conversation.
31 Jul 2017 07:05 #96725
by rodw
No, its just you have not installed one of the prerequisites.
Replied by rodw on topic Error when launching LinuxCNC with Gmoccapy
Yes, I use debian stretch.
Is that a problem for Gmoccapy?
Thanks.
No, its just you have not installed one of the prerequisites.
Please Log in or Create an account to join the conversation.
31 Jul 2017 07:55 #96726
by nonkeldw
Replied by nonkeldw on topic Error when launching LinuxCNC with Gmoccapy
Hello
The packet "Python-gstreamer" is not available in the repository.
Thanks
The packet "Python-gstreamer" is not available in the repository.
Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.097 seconds