Post by harmtouch on Feb 26, 2017 4:05:42 GMT -8
Found some technical error while messing around with calibrating an xbox 360 controller.
Specs:
- Windows 10
- Beginning of the game when we're fading into the Quasar live.
- I think the problem happens when I open up the save menu (using the start button) and then go out of it. The game seems to freeze once I get out of the menu.
- Traceback 1:
Traceback 2:
- I tried redoing it and the same problem happened a couple of times.
Specs:
- Windows 10
- Beginning of the game when we're fading into the Quasar live.
- I think the problem happens when I open up the save menu (using the start button) and then go out of it. The game seems to freeze once I get out of the menu.
- Traceback 1:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/common.rpy", line 36, in script
window show dissolvemedium
File "renpy/common/000window.rpy", line 143, in execute_window_show
_window_show(trans)
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
TypeError: 'unicode' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\main.py", line 487, in main
run(restart)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\execution.py", line 761, in run_context
context.run()
File "game/common.rpy", line 36, in script
window show dissolvemedium
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\ast.py", line 1706, in execute
self.call("execute")
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\ast.py", line 1724, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\statements.py", line 145, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000window.rpy", line 143, in execute_window_show
_window_show(trans)
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\exports.py", line 1381, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\display\core.py", line 2077, in do_with
clear=clear)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\display\core.py", line 2507, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\display\core.py", line 2727, in interact_core
new_widget=layers_root)
TypeError: 'unicode' object is not callable
Windows-8-6.2.9200
Ren'Py 6.99.12.3.2114
ShiningSongStarnova 0.2
Traceback 2:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/common.rpy", line 46, in script
"A vast sea of neon glow sticks continued on to infinity."
TypeError: 'unicode' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/common.rpy", line 46, in script
"A vast sea of neon glow sticks continued on to infinity."
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\exports.py", line 1147, in say
who(what, interact=interact)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\character.py", line 877, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\character.py", line 716, in do_display
**display_args)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\character.py", line 508, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\display\core.py", line 2507, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Fintan\Desktop\Everything\ShiningSongStarnova-2.0-pc\renpy\display\core.py", line 2727, in interact_core
new_widget=layers_root)
TypeError: 'unicode' object is not callable
Windows-8-6.2.9200
Ren'Py 6.99.12.3.2114
ShiningSongStarnova 0.2
- I tried redoing it and the same problem happened a couple of times.