Gamer125 / fofix

Automatically exported from code.google.com/p/fofix
0 stars 0 forks source link

Language translation causes freeze in r1939 #1043

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
running r1939 under py2.6 if another language is set (e.g. Italian) game
freezes when opening setlist with this log:

(E) Recursive exception:Traceback (most recent call last):
  File "GameEngine.pyo", line 1116, in run
  File "GameEngine.pyo", line 1091, in main
  File "View.pyo", line 256, in render
  File "SongChoosingScene.pyo", line 932, in render
  File "SongChoosingScene.pyo", line 905, in renderSetlist
  File "Theme.pyo", line 1260, in renderUnselectedItem
TypeError: 'unicode' object is not callable

Using native english language it works right.

Original issue reported on code.google.com by gres...@gmail.com on 9 Oct 2009 at 1:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I believe this may be related to a problem with rb2 type setlists. Run git pull 
and let me know if this solved it for you.

Original comment by fuzio...@gmail.com on 3 Sep 2010 at 5:46