Your message dated Sat, 16 Dec 2017 21:39:27 +0100
with message-id <20171216203925.olhywlzy5o776...@portux.lan.naturalnet.de>
and subject line Re: existing client error
has caused the Debian Bug report #440874,
regarding existing client error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
440874: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440874
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-pygame
Version: 1.7.1release-4.1+b1
Severity: normal

joey@kodama:~>cat foo.py 
#!/usr/bin/python

import pygame
pygame.init()

Run this in a loop and you'll get:

joey@kodama:~>while :; do python foo.py; sleep 1; echo foo; done
foo
foo
foo
Xlib: connection to ":0.0" refused by server
Xlib: XDM authorization key matches an existing client!
foo
foo
Xlib: connection to ":0.0" refused by server
Xlib: XDM authorization key matches an existing client!
foo
foo
foo
foo
foo
foo
Xlib: connection to ":0.0" refused by server
Xlib: XDM authorization key matches an existing client!
foo

I was seeing this problem starting the singularity game too. When it occurs
there the game fails to start up and throws a backtrace:

Xlib: connection to ":0.0" refused by server
Xlib: XDM authorization key matches an existing client!
Traceback (most recent call last):
  File "singularity.py", line 28, in ?
    pygame.key.set_repeat(1000,50)
pygame.error: video system not initialized

So it seems that this can happen both in pygame.init and it later pygame
method calls like set_repeat. pygame.init seems to catch the exception;
other things don't.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-pygame depends on:
ii  libc6                2.6.1-1+b1          GNU C Library: Shared libraries
ii  libsdl-image1.2      1.2.6-1             image loading library for Simple D
ii  libsdl-mixer1.2      1.2.6-3             mixer library for Simple DirectMed
ii  libsdl-ttf2.0-0      2.0.9-1             ttf library for Simple DirectMedia
ii  libsdl1.2debian      1.2.11-9            Simple DirectMedia Layer
ii  libsmpeg0            0.4.5+cvs20030824-2 SDL MPEG Player Library - shared l
ii  python               2.4.4-6             An interactive high-level object-o
ii  python-central       0.5.15              register and build utility for Pyt
ii  python-numeric       24.2-8              Numerical (matrix-oriented) Mathem

python-pygame recommends no packages.

-- no debconf information

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Unreproducible in recent versions and no reaction form reporrter for 6
years.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to