Hi, I'm running into the same problem on two different boxes.
If I start freevo it crashes with ./freevo: line151: <number looks like pid> Illegal instruction ./runapp python -OO src/main.py $@ The log internal-runapp-0.log states: runapp: PATH = /sbin:/bin:/usr/sbin:/usr/bin runapp: CWD = /opt/freevo runapp: av[0] = './runapp' runapp: av[1] = 'python' runapp: av[2] = '-OO' runapp: av[3] = 'src/main.py' runapp: runtime NOT FOUND runapp: newav[0] = 'python' runapp: newav[1] = '-OO' runapp: newav[2] = 'src/main.py' First I thought installing missing deps like egenix-mx-base and some others would solve the problem but the problem remains. Then I've traced the error down to the line of code where the illegal instruction seems to occur: ./skins/main1/area.py Screen.show self.s_content.blit(self.s_alpha, (x0, y0), (x0, y0, x1-x0, y1-y0)) (on both machines the same) The values of the variables are: self.s_content = <Surface(800x600x32 SW)> self.s_alpha = <Surface(800x600x32 SW)> x0 = 0 y0 = 0 x1 = 800 y1 = 600 Has anyone some hints for me to solve this problem, which as I said occurs on 2 different Gentoo 1.4 boxes? Oliver -- Sparen sie sich reich - Werden Sie Premium Mitglied bei freenet.de und erleben Sie eine exklusive aufregende Vorteilswelt! http://www.freenet.de/tipp/premium/vorteile/index.html ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
