Re: [Emc-users] Just updated buster-master, lost camera, again.

2021-04-28 Thread Gene Heskett
On Tuesday 27 April 2021 23:49:15 Przemek Klosowski wrote:

> So could you run gladevcp from the shell prompt and report results? I
> assume it'll be essentially the same errors but maybe something will
> show up earlier.
> Where did you get gladevcp from---is it a standard distro executable
> or did you compile your own?

buster, uptodate, repo's.

stripped to bare command as {XML} is undefined when axis isn't running

gene@sixty40:~/linuxcnc/configs/6040-5i25-7i76-rs485$ gladevcp 
camview.glade

(gladevcp:25015): libglade-WARNING **: 13:43:20.665: Expected 
.  Got .

(gladevcp:25015): libglade-WARNING **: 13:43:20.665: did not finish in 
PARSER_FINISH state
 GLADE VCP ERROR:With xml file: camview.glade : could not create 
GladeXML object

And this is camview-glade:
=



  
  
  
  
  
False

  
True
0
#
640
480
150
5
10
False

  

  



=

Thank you, Przemek Klosowski

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Just updated buster-master, lost camera, again.

2021-04-27 Thread Przemek Klosowski
So could you run gladevcp from the shell prompt and report results? I
assume it'll be essentially the same errors but maybe something will show
up earlier.
Where did you get gladevcp from---is it a standard distro executable or did
you compile your own?


> > EMBED_TAB_COMMAND = gladevcp -x {XID} camview.glade
> 
> > (gladevcp:8731): libglade-WARNING **: 13:08:46.052: did not finish in
> > PARSER_FINISH state
> >  GLADE VCP ERROR:With xml file: camview.glade : could not
> > create GladeXML object
> >   File "/usr/bin/gladevcp", line 207, in main
> > window.set_title(opts.component)
> > AttributeError: 'NoneType' object has no attribute 'set_title'
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Just updated buster-master, lost camera, again.

2021-04-25 Thread Gene Heskett
On Wednesday 21 April 2021 13:40:54 Gene Heskett wrote:

Ping?

> Greetings all;
>
> My new camera has been working well until a recent update, with this
> as the camera invoker in that machines .ini file.
>
> In [DISPLAY] section:
>
> EMBED_TAB_NAME = Camera
> EMBED_TAB_COMMAND = gladevcp -x {XID} camview.glade
>
> But this morning, on checking after an update, I now log this to the
> launching terminal and the camera tab is blank white:
> -
> (gladevcp:8731): libglade-WARNING **: 13:08:46.052: Expected
> .  Got .
>
> (gladevcp:8731): libglade-WARNING **: 13:08:46.052: did not finish in
> PARSER_FINISH state
>  GLADE VCP ERROR:With xml file: camview.glade : could not
> create GladeXML object
> 
>
> The rest of linuxcnc -l runs normally.
>
> I edited camview.glade to change the 'interface" lines
> to "glade-interface" but that changes the error to:
>
> ---
> (gladevcp:9160): libglade-WARNING **: 13:32:57.273: unknown attribute
> `version' for .
>
> (gladevcp:9160): libglade-WARNING **: 13:32:57.273: Unexpected element
>  inside .
>
> (gladevcp:9160): libglade-WARNING **: 13:32:57.273: Could not load
> support for `gtk+': libgtk+.so: cannot open shared object file: No
> such file or directory
> Traceback (most recent call last):
>   File "/usr/bin/gladevcp", line 349, in 
> main()
>   File "/usr/bin/gladevcp", line 207, in main
> window.set_title(opts.component)
> AttributeError: 'NoneType' object has no attribute 'set_title'
> --
>
> What should I change to restore the camera tab function? Or has debian
> finally put ring shank nails in the gladevcp coffin lid?
>
> Cheers, Gene Heskett


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Just updated buster-master, lost camera, again.

2021-04-21 Thread Gene Heskett
Greetings all;

My new camera has been working well until a recent update, with this as 
the camera invoker in that machines .ini file.

In [DISPLAY] section:

EMBED_TAB_NAME = Camera
EMBED_TAB_COMMAND = gladevcp -x {XID} camview.glade

But this morning, on checking after an update, I now log this to the 
launching terminal and the camera tab is blank white:
-
(gladevcp:8731): libglade-WARNING **: 13:08:46.052: Expected 
.  Got .

(gladevcp:8731): libglade-WARNING **: 13:08:46.052: did not finish in 
PARSER_FINISH state
 GLADE VCP ERROR:With xml file: camview.glade : could not create 
GladeXML object


The rest of linuxcnc -l runs normally.

I edited camview.glade to change the 'interface" lines 
to "glade-interface" but that changes the error to:

---
(gladevcp:9160): libglade-WARNING **: 13:32:57.273: unknown attribute 
`version' for .

(gladevcp:9160): libglade-WARNING **: 13:32:57.273: Unexpected element 
 inside .

(gladevcp:9160): libglade-WARNING **: 13:32:57.273: Could not load 
support for `gtk+': libgtk+.so: cannot open shared object file: No such 
file or directory
Traceback (most recent call last):
  File "/usr/bin/gladevcp", line 349, in 
main()
  File "/usr/bin/gladevcp", line 207, in main
window.set_title(opts.component)
AttributeError: 'NoneType' object has no attribute 'set_title'
--

What should I change to restore the camera tab function? Or has debian 
finally put ring shank nails in the gladevcp coffin lid?

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users