- Jan 30, 2019
- 1,666
- 1,126
Good afternoon everyone.
I talked to the game's DV about an error that is happening in his game.
He doesn't know what could be happening such errors, I downloaded the official game posted by himself here at f95zone.
I decided to seek help here because it is an error that only appears when it reaches a few lines of script.
I don't have all the error tracking, yesterday when I was playing, the same error I had previously occurred.
The error always occurs in some scripts that have this parameter. (multiple=2)
If any DVD or member can distinguish what is causing this to occur and can give me a tip, thank you in advance for your attention.
https://f95zone.to/threads/eternum-v0-3-caribdis.93340/
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script3.rpy", line 4344, in script
mc "AAAArgh!! Son of a bitch!" with hpunch (multiple=2)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
TypeError: 'Motion' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script3.rpy", line 4344, in script
mc "AAAArgh!! Son of a bitch!" with hpunch (multiple=2)
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1415, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
File "renpy/character.py", line 1219, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3633, in interact_core
new_widget=layers_root)
TypeError: 'Motion' object is not callable
I talked to the game's DV about an error that is happening in his game.
He doesn't know what could be happening such errors, I downloaded the official game posted by himself here at f95zone.
I decided to seek help here because it is an error that only appears when it reaches a few lines of script.
I don't have all the error tracking, yesterday when I was playing, the same error I had previously occurred.
The error always occurs in some scripts that have this parameter. (multiple=2)
If any DVD or member can distinguish what is causing this to occur and can give me a tip, thank you in advance for your attention.
https://f95zone.to/threads/eternum-v0-3-caribdis.93340/
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script3.rpy", line 4344, in script
mc "AAAArgh!! Son of a bitch!" with hpunch (multiple=2)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
TypeError: 'Motion' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script3.rpy", line 4344, in script
mc "AAAArgh!! Son of a bitch!" with hpunch (multiple=2)
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1415, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
File "renpy/character.py", line 1219, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3633, in interact_core
new_widget=layers_root)
TypeError: 'Motion' object is not callable