Advertisement
Guest User

Untitled

a guest
Feb 8th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. a2ms@Klaatu:~/emc2/emc2-dev$ linuxcnc
  2. LINUXCNC - 2.5.0-pre2
  3. Machine configuration directory is '/home/a2ms/emc2/emc2-dev/configs/a2gantry-triv-beta-glade'
  4. Machine configuration file is 'a2gantry-triv.ini'
  5. Starting LinuxCNC...
  6. A2THC.hal:2: Warning: File contains DOS-style line endings.
  7. THCStateController: Starting Up.
  8.  
  9. (gladevcp:25135): libglade-WARNING **: Expected <glade-interface>. Got <interface>.
  10.  
  11. (gladevcp:25135): libglade-WARNING **: did not finish in PARSER_FINISH state
  12. **** GLADE VCP INFO: Not a libglade project, trying to load as a GTK builder project
  13. /home/a2ms/emc2/emc2-dev/bin/gladevcp:184: Warning: value "0" of type `gint' is invalid or out of range for property `led-blink-rate' of type `gint'
  14. builder.add_from_file(xmlname)
  15. /home/a2ms/emc2/emc2-dev/bin/gladevcp:184: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  16. builder.add_from_file(xmlname)
  17. Waiting for component 'gladevcp' to become ready.get_handlers
  18. tom-test.ini
  19. ./home/a2ms/emc2/emc2-dev/bin/gladevcp:204: RuntimeWarning: missing handler 'on_hal_hscale2_realize'
  20. builder.connect_signals(handlers)
  21. ....Xlib.protocol.request.QueryExtension
  22. ..
  23. /home/a2ms/emc2/emc2-dev/bin/gladevcp:263: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
  24. gtk.main()
  25. /home/a2ms/emc2/emc2-dev/bin/gladevcp:263: GtkWarning: GdkWindow 0x4e00003 unexpectedly destroyed
  26. gtk.main()
  27. Traceback (most recent call last):
  28. File "../a2gantry-triv-beta-glade/tom-test.py", line 42, in on_window1_destroy
  29. self.set_value(self.Travel_Offset,self.ArcOK_Timeout,self.Gap_Distance)
  30. AttributeError: HandlerClass instance has no attribute 'set_value'
  31. Traceback (most recent call last):
  32. File "../a2gantry-triv-beta-glade/tom-test.py", line 42, in on_window1_destroy
  33. self.set_value(self.Travel_Offset,self.ArcOK_Timeout,self.Gap_Distance)
  34. AttributeError: HandlerClass instance has no attribute 'set_value'
  35. Traceback (most recent call last):
  36. File "../a2gantry-triv-beta-glade/tom-test.py", line 42, in on_window1_destroy
  37. self.set_value(self.Travel_Offset,self.ArcOK_Timeout,self.Gap_Distance)
  38. AttributeError: HandlerClass instance has no attribute 'set_value'
  39. **** GLADE VCP ERROR: X Protocol Error: 3
  40. Error in atexit._run_exitfuncs:
  41. Traceback (most recent call last):
  42. File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
  43. func(*targs, **kargs)
  44. File "/home/a2ms/.axisrc", line 27, in kill_dynamic_childs
  45. c.terminate()
  46. AttributeError: 'tuple' object has no attribute 'terminate'
  47. Error in sys.exitfunc:
  48. Traceback (most recent call last):
  49. File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
  50. func(*targs, **kargs)
  51. File "/home/a2ms/.axisrc", line 27, in kill_dynamic_childs
  52. c.terminate()
  53. AttributeError: 'tuple' object has no attribute 'terminate'
  54. Shutting down and cleaning up LinuxCNC...
  55. Traceback (most recent call last):
  56. File "THCStateController.py", line 385, in <module>
  57. time.sleep(0.01)
  58. KeyboardInterrupt
  59. THCStateController Shutting down. ( 0.0, 0.0, 0.0)
  60. Cleanup done
  61. a2ms@Klaatu:~/emc2/emc2-dev$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement