A quick fix for monsterz on amd64 systems is to comment out lines 112 and 133.
http://ubuntumagnet.com/2007/10/quick-fix-game-monsterz-amd64-systems # change line 112 * from: p[:] = (val + r) / 2, (val + g) / 2, (val + b) / 2 * to: # p[:] = (val + r) / 2, (val + g) / 2, (val + b) / 2 # change line 133 * from: p[:] = (m + r) / 2, (m + g) / 2, (m + b) / 2 * to: # p[:] = (m + r) / 2, (m + g) / 2, (m + b) / 2 -- monsterz game does not start https://bugs.launchpad.net/bugs/119407 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs