Advertisement
Guest User

Untitled

a guest
Sep 7th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4. File "game/script.rpy", line 320, in script call
  5. call calendar(60)
  6. File "game/calendar.rpy", line 166, in script
  7. show screen CBtn12((getRWDay(mini+10), getRDay(mini+10)), mvDir, imgWidth, posX+imgWidth*(mini+11), posY, startDelay, speed)
  8. File "renpy/common/000statements.rpy", line 439, in execute_show_screen
  9. args, kwargs = a.evaluate()
  10. File "game/calendar.rpy", line 166, in <module>
  11. show screen CBtn12((getRWDay(mini+10), getRDay(mini+10)), mvDir, imgWidth, posX+imgWidth*(mini+11), posY, startDelay, speed)
  12. File "game/calendar.rpy", line 91, in getRDay
  13. return str(newVal) + [newVal % 10 - 1]
  14. TypeError: cannot concatenate 'str' and 'RevertableList' objects
  15.  
  16. -- Full Traceback ------------------------------------------------------------
  17.  
  18. Full traceback:
  19. File "game/script.rpy", line 320, in script call
  20. call calendar(60)
  21. File "game/calendar.rpy", line 166, in script
  22. show screen CBtn12((getRWDay(mini+10), getRDay(mini+10)), mvDir, imgWidth, posX+imgWidth*(mini+11), posY, startDelay, speed)
  23. File "C:\Users\HOME\Documents\persona fangame\renpy\ast.py", line 1661, in execute
  24. self.call("execute")
  25. File "C:\Users\HOME\Documents\persona fangame\renpy\ast.py", line 1679, in call
  26. renpy.statements.call(method, parsed, *args, **kwargs)
  27. File "C:\Users\HOME\Documents\persona fangame\renpy\statements.py", line 144, in call
  28. return method(parsed, *args, **kwargs)
  29. File "renpy/common/000statements.rpy", line 439, in execute_show_screen
  30. args, kwargs = a.evaluate()
  31. File "C:\Users\HOME\Documents\persona fangame\renpy\ast.py", line 180, in evaluate
  32. args.append(renpy.python.py_eval(v, locals=scope))
  33. File "C:\Users\HOME\Documents\persona fangame\renpy\python.py", line 1482, in py_eval
  34. return eval(py_compile(source, 'eval'), globals, locals)
  35. File "game/calendar.rpy", line 166, in <module>
  36. show screen CBtn12((getRWDay(mini+10), getRDay(mini+10)), mvDir, imgWidth, posX+imgWidth*(mini+11), posY, startDelay, speed)
  37. File "game/calendar.rpy", line 91, in getRDay
  38. return str(newVal) + [newVal % 10 - 1]
  39. TypeError: cannot concatenate 'str' and 'RevertableList' objects
  40.  
  41. Windows-8-6.2.9200
  42. Ren'Py 6.99.5.602
  43. Persona 3 FES Visual Novel 0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement