Public bug reported:

Binary package hint: fretsonfire

When attempting to play any song the game crashes and show a error
message that ends with:

File "/usr/share/games/fretsonfire/game/Guitar.py", line 435, in render
    glScale(-1, 1, 1)


The bug occurs when the game is on lefty mode. To correct this you should change

    if self.leftyMode:
      glScale(-1, 1, 1)

to

    if self.leftyMode:
      glScalef(-1, 1, 1)

at the referred line.

** Affects: fretsonfire (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Guitar.py crashed, message: glScale is not defined 
https://bugs.launchpad.net/bugs/152629
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to