Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, thanks for playing the demo! I'm really glad you enjoyed what you saw of it. If possible would you be able to let me know where the issues started appearing and what the error message(s) you got were?

(5 edits)

Sure.  It was about the time the hospital scene started.  The error (I think):

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 4549, in script
    with dissolve(0.5)
TypeError: 'Dissolve' object is not callable

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

Full traceback:
  File "game/script.rpy", line 4549, in script
    with dissolve(0.5)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 3047, in interact_core
    new_widget=layers_root)
TypeError: 'Dissolve' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Heart Fragment DEMO
Thu Mar 12 02:31:06 2020


Just got another one too.  This was on the room to beach transition in Clive's route.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 3931, in script
    scene beach with dissolve(0.5)
TypeError: 'Dissolve' object is not callable

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

Full traceback:
  File "game/script.rpy", line 3931, in script
    scene beach with dissolve(0.5)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 3047, in interact_core
    new_widget=layers_root)
TypeError: 'Dissolve' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Heart Fragment DEMO
Sun Mar 15 05:23:05 2020


And another one, shortly after the last.


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 3977, in script
    with dissolve(2.0)
TypeError: 'Dissolve' object is not callable

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

Full traceback:
  File "game/script.rpy", line 3977, in script
    with dissolve(2.0)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 3047, in interact_core
    new_widget=layers_root)
TypeError: 'Dissolve' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Heart Fragment DEMO
Sun Mar 15 05:38:05 2020


One more on the last transition.


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 4056, in script
    with dissolve(2.0)
TypeError: 'Dissolve' object is not callable

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

Full traceback:
  File "game/script.rpy", line 4056, in script
    with dissolve(2.0)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\jelat\Desktop\Heart_Fragment-demo-pc\Heart_Fragment-1.0-pc\renpy\display\core.py", line 3047, in interact_core
    new_widget=layers_root)
TypeError: 'Dissolve' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Heart Fragment DEMO
Sun Mar 15 05:43:12 2020

Hit reload after that and ran through it again twice.  Once skipping and again clicking.  Didn't get anymore errors.

(+1)

Thank you! The new update should have this fixed up, but if there's any additional issues let me know!

Thanks a lot.  Played the updated demo a bit and everything seems good.  Looking forward to the full game down the road.