Hi, tested 1.9.4 release on Nokia 5800. Launcher starts fine. Click 'About'. About text starts to fade in and it crashes:
stdout.txt says out of memory. Free memory is ~40mb when running shell and ~30mb running pygame launcher.
Below is full stdout.txt
Regards,
Andreas
Code:
c:\resource\python25\python25.zip\site.py:86: RuntimeWarning: import cdrom: No module named cdrom
(ImportError: No module named cdrom)
return _original_import(name, globals, locals, fromlist, level)
c:\resource\python25\python25.zip\site.py:86: RuntimeWarning: import joystick: No module named joystick
(ImportError: No module named joystick)
return _original_import(name, globals, locals, fromlist, level)
c:\resource\python25\python25.zip\site.py:86: RuntimeWarning: import mouse: No module named mouse
(ImportError: No module named mouse)
return _original_import(name, globals, locals, fromlist, level)
\data\pygame\launcher\pygame_launcher.py:15: RuntimeWarning: Detected old file(s). Please remove the old files:
\data\pygame\libs\pygame\color.pyc \data\pygame\libs\pygame\camera.pyc
Leaving them there might break pygame. Cheers!
Traceback (most recent call last):
File "\data\pygame\pygame_main.py", line 61, in <module>
m = imp.load_module("__main__", fp, pathname, stuff)
File "app\launcher\pygame_launcher.py", line 1270, in <module>
File "app\launcher\pygame_launcher.py", line 1217, in start
File "app\launcher\pygame_launcher.py", line 974, in run
File "app\launcher\pygame_launcher.py", line 1199, in handleEvent
File "app\launcher\pygame_launcher.py", line 749, in handleEvent
File "app\launcher\pygame_launcher.py", line 636, in doSelect
File "app\launcher\pygame_launcher.py", line 1175, in mhAbout
File "app\launcher\pygame_launcher.py", line 1064, in __handle_transition_animation
File "app\launcher\pygame_launcher.py", line 218, in do
error: Out of memory