• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

T51bwinterized

Well-Known Member
Game Developer
Oct 17, 2017
1,455
3,478
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 3952, in <module>
TypeError: unsupported operand type(s) for -: 'builtin_function_or_method' and 'float'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 3952, in script
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 3952, in <module>
TypeError: unsupported operand type(s) for -: 'builtin_function_or_method' and 'float'

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
God & Void 0.1.4.B1
Fri Dec 31 13:52:09 2021

Progression impossible
 
  • Like
Reactions: A Common Crab

JackoLant

Newbie
Aug 6, 2016
17
43
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 3952, in <module>
TypeError: unsupported operand type(s) for -: 'builtin_function_or_method' and 'float'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 3952, in script
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 3952, in <module>
TypeError: unsupported operand type(s) for -: 'builtin_function_or_method' and 'float'

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
God & Void 0.1.4.B1
Fri Dec 31 13:52:09 2021

Progression impossible
I am having the same issue.
 
  • Like
Reactions: A Common Crab

A Common Crab

Active Member
Dec 15, 2018
849
1,542
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 3952, in <module>
TypeError: unsupported operand type(s) for -: 'builtin_function_or_method' and 'float'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 3952, in script
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 3952, in <module>
TypeError: unsupported operand type(s) for -: 'builtin_function_or_method' and 'float'

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
God & Void 0.1.4.B1
Fri Dec 31 13:52:09 2021

Progression impossible
Forwarded it to the dev.
 

Elrath Creations

Newbie
Game Developer
Sep 28, 2019
53
186
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 3952, in <module>
TypeError: unsupported operand type(s) for -: 'builtin_function_or_method' and 'float'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 3952, in script
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 3952, in <module>
TypeError: unsupported operand type(s) for -: 'builtin_function_or_method' and 'float'

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
God & Void 0.1.4.B1
Fri Dec 31 13:52:09 2021

Progression impossible
Found the bug. Releasing the hotfix asap.
 

Elrath Creations

Newbie
Game Developer
Sep 28, 2019
53
186
Found the bug. Releasing the hotfix asap.
Uploading the hotfix right now. Maybe uploading it to all sites at the same time wasn't my brightest idea.

EDIT: Kind of unbelievable that I actually missed this bug. Sorry for any inconvenience folks.
 
Last edited:

T51bwinterized

Well-Known Member
Game Developer
Oct 17, 2017
1,455
3,478
Uploading the hotfix right now. Maybe uploading it to all sites at the same time wasn't my brightest idea.

EDIT: Kind of unbelievable that I actually missed this bug. Sorry for any inconvenience folks.
Now it's just looping back after "Scan Interupted" and I can't progress. I'll start a new save file and see if that fixes it.
 

Elrath Creations

Newbie
Game Developer
Sep 28, 2019
53
186
Now it's just looping back after "Scan Interupted" and I can't progress. I'll start a new save file and see if that fixes it.
You just have to wait. The scan finishes itself. I should probably make that either more obvious or just add a skip button. My bad.
 

T51bwinterized

Well-Known Member
Game Developer
Oct 17, 2017
1,455
3,478
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: 'Dissolve' object is not callable

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script.rpyc", line 6393, in script
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1205, 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 3101, 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 3460, in interact_core
    new_widget=layers_root)
TypeError: 'Dissolve' object is not callable
Note that I was able to ignore it.
 

T51bwinterized

Well-Known Member
Game Developer
Oct 17, 2017
1,455
3,478
```
I'm sorry, but an uncaught exception occurred.

While running game code:
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 "script.rpyc", line 6633, in script
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1391, 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 1205, 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 3101, 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 3460, in interact_core
new_widget=layers_root)
TypeError: 'Motion' object is not callable
 

Elrath Creations

Newbie
Game Developer
Sep 28, 2019
53
186
```
I'm sorry, but an uncaught exception occurred.

While running game code:
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 "script.rpyc", line 6633, in script
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1391, 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 1205, 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 3101, 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 3460, in interact_core
new_widget=layers_root)
TypeError: 'Motion' object is not callable
Are you playing the game on Linux or Mac? Ok, found the problem. After building the game the same line of code suddenly does not work anymore. Fill push out another hotfix.
 
Last edited:

Elrath Creations

Newbie
Game Developer
Sep 28, 2019
53
186
The issue should be solved. I also checked other parts of the game where it might happen and corrected it.
This thread consists for 50% of bug reports now. Yikes.

Also, first hotfix of the year! Wohoo!
 
  • Like
  • Yay, new update!
Reactions: c4145317 and Tinuss

Elrath Creations

Newbie
Game Developer
Sep 28, 2019
53
186
```
I'm sorry, but an uncaught exception occurred.

While running game code:
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 "script.rpyc", line 6633, in script
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1391, 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 1205, 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 3101, 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 3460, in interact_core
new_widget=layers_root)
TypeError: 'Motion' object is not callable
Thanks for the bug reports btw. (y)
 

Captain Crash

Member
Oct 19, 2017
408
255
I dunno about anyone else, but for me the first thing that came to mind seeing this game's title was Hollow Knight.
 

molitar

Engaged Member
Sep 22, 2016
3,236
3,111
This game is fun because it's so crazy.. don't know what is going to happen from the next. Crashing at scan though.. Re-downloading hoping it has the fix in it.

The first battle with the reaper was ridiculous.. I died in about 2 turns.. could barely damage them.. she barely survived.. survived with 1 HP.

BTW Discord link is broken.

Now problems with this game.. Where the hell is the repeatable Finile got a single blow job and for Litith masturbation scene.. Is this it for the update? Planet got destroyed.. 2 scenes.. nothing else can't even spend time talking to girls to raise anything with them.
 
Last edited:

Elrath Creations

Newbie
Game Developer
Sep 28, 2019
53
186
This game is fun because it's so crazy.. don't know what is going to happen from the next. Crashing at scan though.. Re-downloading hoping it has the fix in it.

The first battle with the reaper was ridiculous.. I died in about 2 turns.. could barely damage them.. she barely survived.. survived with 1 HP.

BTW Discord link is broken.

Now problems with this game.. Where the hell is the repeatable Finile got a single blow job and for Litith masturbation scene.. Is this it for the update? Planet got destroyed.. 2 scenes.. nothing else can't even spend time talking to girls to raise anything with them.
Glad you liked the game! At least the first part.

Content wise the 'sandbox' part is at its early stages. Programming it all took a lot of my time.

I am planning to make adjustments to the difficulty level, so future battles should hopefully not be frustrating. The replay gallery will be added eventually. There aren't many H-scenes yet, so it did not seem to have priority. That is weird for a H-game, I am aware of that. Eventually I will get there though, as each update will contain at least 2 new H-scenes.

Fixed the discord link. Thanks for mentioning that!
 
3.70 star(s) 9 Votes