DhilDaily

Game Crash - PS

Jan 22nd, 2020
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.84 KB | None | 0 0
  1. ```
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. Exception: Expected transition to be a displayable, not a <curry <function Fade at 0x03379F70> () {'new_widget': <Fixed at a261d70>, 'old_widget': <Fixed at 5fae1d0>}>
  6.  
  7. -- Full Traceback ------------------------------------------------------------
  8.  
  9. Full traceback:
  10.  File "script.rpyc", line 99, in script call
  11.  File "str_22.rpyc", line 90, in script
  12.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\ast.py", line 1628, in execute
  13.    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  14.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\exports.py", line 990, in menu
  15.    rv = renpy.store.menu(new_items)
  16.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\exports.py", line 1226, in display_menu
  17.    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  18.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\ui.py", line 297, in interact
  19.    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  20.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\display\core.py", line 2702, in interact
  21.    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  22.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\display\core.py", line 3050, in interact_core
  23.    raise Exception("Expected transition to be a displayable, not a %r" % trans)
  24. Exception: Expected transition to be a displayable, not a <curry <function Fade at 0x03379F70> () {'new_widget': <Fixed at a261d70>, 'old_widget': <Fixed at 5fae1d0>}>
  25.  
  26. Windows-8-6.2.9200
  27. Ren'Py 7.3.5.606
  28. Full Service 1.13.1 1.13.1
  29. Wed Jan 22 17:17:31 2020
  30. ```
Advertisement
Add Comment
Please, Sign In to add comment