Python OS 5.0.0 Pre-Alpha 1
The first Pre-Alpha release of Python OS 5. Missing features, docs, and bugs/crashes can be expected.
Adam Furman
(afurman)
Changes
Links
Releases
Python OS 5.0.0 Pre-Alpha 1 5.0.0PA1 — 3 Dec, 2013
Pygame.org account Comments
-
josmiley 2013-12-06 09:34
Loading Mouse...
Traceback (most recent call last):
File "/home/greg/Bureau/PythonOS5.0/system/core/lib/gui.py", line 474, in upkeep
bootloader()
File "/home/greg/Bureau/PythonOS5.0/system/core/lib/gui.py", line 532, in bootloader
processmanager().onsystemboot()
File "/home/greg/Bureau/PythonOS5.0/system/core/lib/gui.py", line 344, in onsystemboot
keepalive()
File "/home/greg/Bureau/PythonOS5.0/system/core/lib/gui.py", line 371, in keepalive
mouse().renderMouse()
File "/home/greg/Bureau/PythonOS5.0/system/core/lib/gui.py", line 281, in renderMouse
pygame.draw.circle(screen, [mso.fr, mso.fg, mso.fb], [mso.pos[0], mso.pos[1]], mso.size)
IndexError: list index out of range
Started FPS Manager
Segmentation fault (core dumped)