[Bug 219901] Re: pulse.py crashed with KeyError in process()

2008-05-09 Thread Apport retracing service
*** This bug is a duplicate of bug 216009 ***
https://bugs.launchpad.net/bugs/216009

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt

   http://launchpadlibrarian.net/13587782/Dependencies.txt

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/13587784/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 216009
   pulse.py crashed with KeyError in process()

-- 
pulse.py crashed with KeyError in process()
https://bugs.launchpad.net/bugs/219901
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219901] Re: pulse.py crashed with KeyError in process()

2008-04-23 Thread Matthias Rosenkranz
** Visibility changed to: Public

** Visibility changed to: Private

-- 
pulse.py crashed with KeyError in process()
https://bugs.launchpad.net/bugs/219901
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219901] Re: pulse.py crashed with KeyError in process()

2008-04-23 Thread Alberto Milone
Can you attach your /var/log/envy-installer.log and your
/etc/X11/xorg.conf ?

-- 
pulse.py crashed with KeyError in process()
https://bugs.launchpad.net/bugs/219901
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219901] Re: pulse.py crashed with KeyError in process()

2008-04-23 Thread Matthias Rosenkranz
To confirm, I now first did an uninstall nvidia and then a fresh nvidia 
install with Envy. This results in the crash but the attached 
/var/log/envy-installer.log looks like it only contains the uninstall process, 
maybe Envy crashes during install before the log is written. I copy here the 
last few lines I get in the installer window:
Setting up nvidia-glx-new-dev (169.12+2.6.24.500-500.24~envy) ...

Setting up nvidia-new-kernel-source (169.12+2.6.24.500-500.24~envy) ...
Adding Module to DKMS build system
Doing initial module build
Installing initial module
Done.

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
EnvyNG: The following packages are not installed:
nvidia-settings

EnvyNG: attempting to install the packages
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed
  nvidia-settings
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/697kB of archives.
After this operation, 1561kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  nvidia-settings
Authentication warning overridden.
Selecting previously deselected package nvidia-settings.
(Reading database ... 160291 files and directories currently installed.)
Unpacking nvidia-settings (from 
.../nvidia-settings_1.0+20080304-0ubuntu1_amd64.deb) ...
Setting up nvidia-settings (1.0+20080304-0ubuntu1) ...

Traceback (most recent call last):
  File pulse.py, line 75, in module
autoChoice(sys.argv[1])
  File pulse.py, line 15, in autoChoice
objects.nvidiainstallg(data1)
  File /usr/lib/python2.5/site-packages/Envy/objects.py, line 90, in 
nvidiainstallg
task.nvxorgset()
  File /usr/lib/python2.5/site-packages/Envy/classes.py, line 1153, in 
nvxorgset
xparse.defaultdepth()#set defaultdepth to 24bit
  File /usr/lib/python2.5/site-packages/Envy/xparse.py, line 246, in 
defaultdepth
a.process()
  File /usr/lib/python2.5/site-packages/Envy/xorgconfig2.py, line 75, in 
process
self.globaliters[self.flag] += 1
KeyError: ''
[EMAIL PROTECTED]:/usr/share/envy#

** Attachment added: envy-installer.log
   http://launchpadlibrarian.net/13837808/envy-installer.log

-- 
pulse.py crashed with KeyError in process()
https://bugs.launchpad.net/bugs/219901
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219901] Re: pulse.py crashed with KeyError in process()

2008-04-23 Thread Matthias Rosenkranz
In the xorg.conf the nvidia driver is correctly added. Overall
everything seems to work, nvidia is running (as confirmed with glxinfo
and the /var/log/Xorg.0.log) but Envy keeps crashing during driver
installation.

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/13837841/xorg.conf

-- 
pulse.py crashed with KeyError in process()
https://bugs.launchpad.net/bugs/219901
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219901] Re: pulse.py crashed with KeyError in process()

2008-04-23 Thread Alberto Milone
** Changed in: envyng-core (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)
   Status: New = In Progress

-- 
pulse.py crashed with KeyError in process()
https://bugs.launchpad.net/bugs/219901
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219901] Re: pulse.py crashed with KeyError in process()

2008-04-23 Thread Alberto Milone
Thanks for reporting.

This is not a critical bug since it will only prevent EnvyNG from
checking your screen colour depth. It's very annoying though.

Can you try the attached package and see if it solves the problem?

** Attachment added: envyng-core_1.1.1ubuntu12_all.deb
   http://launchpadlibrarian.net/13838301/envyng-core_1.1.1ubuntu12_all.deb

-- 
pulse.py crashed with KeyError in process()
https://bugs.launchpad.net/bugs/219901
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219901] Re: pulse.py crashed with KeyError in process()

2008-04-23 Thread Matthias Rosenkranz
Thank you, this version fixed the crash.

-- 
pulse.py crashed with KeyError in process()
https://bugs.launchpad.net/bugs/219901
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs