<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/pyracerz/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/pyracerz/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/pyracerz/bugs/</id><updated>2012-05-16T17:34:13Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Kart Level, Stuck</title><link href="https://sourceforge.net/p/pyracerz/bugs/7/" rel="alternate"/><published>2012-05-16T17:34:13Z</published><updated>2012-05-16T17:34:13Z</updated><author><name>Kevin Murphy</name><uri>https://sourceforge.net/u/hxrsmurf/</uri></author><id>https://sourceforge.net573bc3379dbf196f65f242f4df1d66c6a4ac3ac8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;On the Kart Level, if someone hits the walls they can get stuck and hard to get out.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Uses way too much CPU time</title><link href="https://sourceforge.net/p/pyracerz/bugs/6/" rel="alternate"/><published>2007-01-09T16:27:21Z</published><updated>2007-01-09T16:27:21Z</updated><author><name>cgc</name><uri>https://sourceforge.net/u/cgalisteo/</uri></author><id>https://sourceforge.net66092e2656d97accfb901ddca162e0a60a421e5a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This bug was submitted by Guus Sliepen &amp;lt;guus@debian.org&amp;gt; to Debian BTS. (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402388)&lt;/p&gt;
&lt;p&gt;This game uses way too much CPU time. First of all, it seems to redraw&lt;br /&gt;
the screen as fast as possible, whether or not something has changed.&lt;br /&gt;
This is both during the menu and during the racing itself.&lt;/p&gt;
&lt;p&gt;Second, when playing with one human and no bots, the game seems&lt;br /&gt;
reasonably fast, however, when adding a number of bots, the game becomes&lt;br /&gt;
really slow.&lt;/p&gt;
&lt;p&gt;Architecture: amd64&lt;br /&gt;
Kernel: Linux 2.6.18.3&lt;br /&gt;
Versions of packages pyracerz depends on:&lt;br /&gt;
ii  libsdl-ttf2.0-0         2.0.8-3+b1       ttf library for Simple DirectMedia&lt;br /&gt;
ii  python                  2.4.4-1          An interactive high-level object-o&lt;br /&gt;
ii  python-numeric          24.2-7           Numerical (matrix-oriented) Mathem&lt;br /&gt;
ii  python-pygame           1.7.1release-4.1 SDL bindings for games development&lt;br /&gt;
ii  python-support          0.5.6            automated rebuilding support&lt;/p&gt;
&lt;p&gt;User's box is an 2.2 GHz amd64 with 1 GB of memory.&lt;/p&gt;
&lt;p&gt;I've got the same feeling for 3+ bots  in a P4/512.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>stopMusic function run after call with --nosound</title><link href="https://sourceforge.net/p/pyracerz/bugs/5/" rel="alternate"/><published>2006-08-30T00:16:16Z</published><updated>2006-08-30T00:16:16Z</updated><author><name>Jose Carlos N Medeiros</name><uri>https://sourceforge.net/u/psabs/</uri></author><id>https://sourceforge.netd45669f6fb62f8c196dcf5b95ffd003eaa3eef99</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;Im Debian/Ubuntu mantainer of pyRacerz. We talk times ago.&lt;/p&gt;
&lt;p&gt;I found this bug,, when I call pyRacerz with --nosoud&lt;br /&gt;
option, it still crash because stopMusic function do&lt;br /&gt;
not check if ---nosound option are set.&lt;/p&gt;
&lt;p&gt;I made this little patch&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;
Jose Carlos&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>/dev/sequencer</title><link href="https://sourceforge.net/p/pyracerz/bugs/4/" rel="alternate"/><published>2005-10-20T09:58:51Z</published><updated>2005-10-20T09:58:51Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net41a6d169e7eba1751531356d05b967f2a3541672</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hmmm, where is the problem?&lt;br /&gt;
I see the menu, but the race don't start...&lt;/p&gt;
&lt;p&gt;python pyRacerz.py --resolution 640x480 --nosound&lt;/p&gt;
&lt;p&gt;open /dev/sequencer: No such file or directory&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File "pyRacerz.py", line 276, in ?&lt;br /&gt;
if __name__ == '__main__': main()&lt;br /&gt;
File "pyRacerz.py", line 210, in main&lt;br /&gt;
thePlayer = menu4.getInput()&lt;br /&gt;
File "modules/menu.py", line 549, in getInput&lt;br /&gt;
return player.HumanPlayer(self.pseudo,&lt;br /&gt;
int(self.listAvailableCarNames[self.carColor-1].replace("car",&lt;br /&gt;
"")), self.level, self.keyAccel, self.keyBrake,&lt;br /&gt;
self.keyLeft, self.keyRight)&lt;br /&gt;
File "modules/player.py", line 74, in __init__&lt;br /&gt;
Player.__init__(self, name, carColor, level)&lt;br /&gt;
File "modules/player.py", line 33, in __init__&lt;br /&gt;
self.car = car.Car(carColor, level)&lt;br /&gt;
File "modules/car.py", line 84, in __init__&lt;br /&gt;
carRotShade = carRot.copy()&lt;br /&gt;
AttributeError: copy&lt;/p&gt;
&lt;p&gt;Debian Sarge&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>mixer system no initialised at startup</title><link href="https://sourceforge.net/p/pyracerz/bugs/3/" rel="alternate"/><published>2005-10-09T12:34:53Z</published><updated>2005-10-09T12:34:53Z</updated><author><name>Steven Farlie</name><uri>https://sourceforge.net/u/swf/</uri></author><id>https://sourceforge.net3197489860c776049836b33dbe0acd52714af36b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I started the game with "python pyRacerz.py" and got&lt;br /&gt;
the following error:&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt;
File "./pyRacerz.py", line 252, in ?&lt;br /&gt;
if __name__ == '__main__': main()&lt;br /&gt;
File "./pyRacerz.py", line 102, in main&lt;br /&gt;
pygame.mixer.music.load(os.path.join("sounds",&lt;br /&gt;
"start.ogg"))&lt;br /&gt;
pygame.error: mixer system not initialized&lt;/p&gt;
&lt;p&gt;Running python 2.4 with pygame 1.6 on ubuntu&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Attribute error at race start</title><link href="https://sourceforge.net/p/pyracerz/bugs/2/" rel="alternate"/><published>2005-10-09T12:31:30Z</published><updated>2005-10-09T12:31:30Z</updated><author><name>Steven Farlie</name><uri>https://sourceforge.net/u/swf/</uri></author><id>https://sourceforge.netc56a6db7caebb60f9c97c0850aa6eaa00916f65e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I started the game with:&lt;/p&gt;
&lt;p&gt;python pyRacerz.py --nosound&lt;/p&gt;
&lt;p&gt;And I pretty much just went through the menus to start&lt;br /&gt;
a race, but the game crashed with this:&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;br /&gt;
File "pyRacerz.py", line 252, in ?&lt;br /&gt;
if __name__ == '__main__': main()&lt;br /&gt;
File "pyRacerz.py", line 137, in main&lt;br /&gt;
thePlayer = menu5.getInput()&lt;br /&gt;
File "modules/menu.py", line 552, in getInput&lt;br /&gt;
return player.HumanPlayer(self.pseudo,&lt;br /&gt;
int(self.listAvailableCarNames[self.carColor-1].replace("car",&lt;br /&gt;
"")), self.level, self.keyAccel, self.keyBrake,&lt;br /&gt;
self.keyLeft, sel&lt;br /&gt;
f.keyRight)&lt;br /&gt;
File "modules/player.py", line 73, in __init__&lt;br /&gt;
Player.__init__(self, name, carColor, level)&lt;br /&gt;
File "modules/player.py", line 32, in __init__&lt;br /&gt;
self.car = car.Car(carColor, level)&lt;br /&gt;
File "modules/car.py", line 78, in __init__&lt;br /&gt;
carRotShade = carRot.__copy__()&lt;br /&gt;
AttributeError: __copy__&lt;/p&gt;
&lt;p&gt;Running python2.4 with pygame-1.6-2ubuntu1 (I'm running&lt;br /&gt;
on ubuntu)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Can't start a game</title><link href="https://sourceforge.net/p/pyracerz/bugs/1/" rel="alternate"/><published>2005-10-08T10:06:35Z</published><updated>2005-10-08T10:06:35Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb20279a73d4c7512bd939661a8169de5e2f0e3dd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I i want start a game i get:&lt;/p&gt;
&lt;p&gt;manuel@erde:~/Zeugs/Holarse/racer/pyRacerz-0.1$ ./pyRacerz.py&lt;br /&gt;
open /dev/sequencer: No such file or directory&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File "./pyRacerz.py", line 252, in ?&lt;br /&gt;
if __name__ == '__main__': main()&lt;br /&gt;
File "./pyRacerz.py", line 214, in main&lt;br /&gt;
thePlayer = menu7.getInput()&lt;br /&gt;
File "modules/menu.py", line 797, in getInput&lt;br /&gt;
return player.RobotPlayer(int(self.listAvailableCarNames[self.&lt;br /&gt;
carColor-1].replace("car", "")), self.level)&lt;br /&gt;
File "modules/player.py", line 105, in __init__&lt;br /&gt;
Player.__init__(self, "BOT", carColor, level)&lt;br /&gt;
File "modules/player.py", line 32, in __init__&lt;br /&gt;
self.car = car.Car(carColor, level)&lt;br /&gt;
File "modules/car.py", line 78, in __init__&lt;br /&gt;
carRotShade = carRot.copy()&lt;br /&gt;
AttributeError: copy&lt;/p&gt;
&lt;p&gt;Thx&lt;/p&gt;
&lt;p&gt;Manuel&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>