View Single Post
bzbnd's Avatar
Posts: 209 | Thanked: 76 times | Joined on Mar 2010
#78
Originally Posted by SubCore View Post
start it from Xterm via
Code:
python /opt/maesynth/maesynth.py
and tell us the output. there should be an error message with more information as to your problem.

btw, i'm on power kernel v45 and it works fine.
THIS IS THE OUTPUT:
Nokia-N900:~# python /opt/maesynth/maesynth.py
socket(): Address family not supported by protocol
Traceback (most recent call last):
File "/opt/maesynth/maesynth.py", line 13, in <module>
ui = MainWindow()
File "/opt/maesynth/soundstub.py", line 35, in __init__
mixer.set_num_channels(50)
pygame.error: mixer system not initialized


WHAT SHOULD I DO