[Cooker] drakconf problem again ... mdk disappeared agnin ... xfree crash again ... so?

2003-01-25 Thread francesco.melo
[root@vete vete]# Use of uninitialized value in split at /usr/lib/libDra
kX/detect_devices.pm line
   111 (#1)
   (W uninitialized) An undefined value was used as if it were already
   defined.  It was interpreted as a  or a 0, but maybe it was a mist
ake.
   To suppress this warning assign a defined value to your variables.

   To help you figure out what was undefined, perl tells you what opera
tion
   you used the undefined value in.  Note, however, that perl optimizes
your
   program and the operation displayed in the warning may not necessari
ly
   appear literally in your program.  For example, that $foo is
   usually optimized into that  . $foo, and the warning will refer to
   the concatenation (.) operator, even though there is no . in your
   program.

Use of uninitialized value in concatenation (.) or string at
   /usr/lib/libDrakX/detect_devices.pm line 533 (#1)
Use of uninitialized value in pattern match (m//) at
   /usr/lib/libDrakX/detect_devices.pm line 182 (#1)
Use of uninitialized value in pattern match (m//) at
   /usr/lib/libDrakX/detect_devices.pm line 190 (#1)
BUG with LANGUAGE it_IT:it
Use of uninitialized value in exec at /usr/sbin/drakconf.real line 631 
(#1)
Xlib: unexpected async reply (sequence 0xc20)!
Use of uninitialized value in exec at /usr/sbin/drakconf.real line 631 
(#1)
Xlib: unexpected async reply (sequence 0xca5)!
[root@vete vete]#




Re: [Cooker] drakconf problem

2002-11-13 Thread Maxim Heijndijk
* Stardate: 2002-11-13 04:17
* Incoming subspace signal from francesco.melo [EMAIL PROTECTED] :

 when i try to start drakconf it returned this message and close
 
 
 Wed Nov 13 04:15:23 2002 Gtk-WARNING **: invalid cast from (NULL) 
 pointe   r to `GtkObject' at /usr/sbin/drakconf line 850.
 Wed Nov 13 04:15:23 2002 Gtk-WARNING **: invalid cast from (NULL) 
 pointe   r to `GtkObject' at /usr/sbin/drakconf line 851.
 Can't call method set_active on an undefined value at 
 /usr/sbin/drakco   nf line 423.
 
 some help?
 some tips?

http://www.mail-archive.com/cooker;linux-mandrake.com/msg79408.html

The update does not work. The only way I can get it to work is bij doing a su -c mcc, 
or sudo mcc, or kdesu -c mcc.

-- 
Best regards, M@X.

* Climate Control Psychedelic Soundscapes - http://go.to/cchq/
* Linux Shell Scripts  RPM Software Packages - http://go.to/conmen/
* Photography Pages - http://home.wanadoo.nl/cchq/photo/photo.html

System is up 44 min




[Cooker] drakconf problem

2002-11-12 Thread francesco.melo
when i try to start drakconf it returned this message and close


Wed Nov 13 04:15:23 2002 Gtk-WARNING **: invalid cast from (NULL) 
pointe   r to `GtkObject' at /usr/sbin/drakconf line 850.
Wed Nov 13 04:15:23 2002 Gtk-WARNING **: invalid cast from (NULL) 
pointe   r to `GtkObject' at /usr/sbin/drakconf line 851.
Can't call method set_active on an undefined value at 
/usr/sbin/drakco   nf line 423.

some help?
some tips?

thanks
francesco





Re: [Cooker] drakconf problem

2002-11-12 Thread Salane
On Tuesday 12 November 2002 10:17 pm, francesco.melo wrote:
 when i try to start drakconf it returned this message and close


 Wed Nov 13 04:15:23 2002 Gtk-WARNING **: invalid cast from (NULL)
 pointe   r to `GtkObject' at /usr/sbin/drakconf line 850.
 Wed Nov 13 04:15:23 2002 Gtk-WARNING **: invalid cast from (NULL)
 pointe   r to `GtkObject' at /usr/sbin/drakconf line 851.
 Can't call method set_active on an undefined value at
 /usr/sbin/drakco   nf line 423.

 some help?
 some tips?

 thanks
 francesco

Try this but I can't reproduce your error. Let me know if it works for you.

diff /usr/sbin/drakconf /usr/sbin/drakconf.old
850,851c850,851
 $log_check_box = 
$item_factory-get_widget(main.(/Options).(/Display Logs));
 $embedded_check_box = 
$item_factory-get_widget(main.(/Options).(/Embedded Mode));
---
 $log_check_box = 
$item_factory-get_widget(main.N(/Options).N(/Display Logs));
 $embedded_check_box = 
$item_factory-get_widget(main.N(/Options).N(/Embedded Mode));