I started playing the game when it was in version 1.3.8 lol
Franksterman
Recent community posts
___________________________________________
############################################################################################
ERROR in action number 1
of Other Event: User Defined 0 for object obj_magicmissile:
DoSub :2: Malformed variable
at gml_Object_obj_magicmissile_Other_10
############################################################################################
gml_Object_obj_magicmissile_Other_10 (line -1)
gml_Object_obj_magicmissile_Step_0 (line -1)
___________________________________________
############################################################################################
ERROR in action number 1
of Step Event0 for object obj_enemy_faller:
Unable to find instance for object index 168882
at gml_Object_obj_enemy_faller_Step_0
############################################################################################
gml_Object_obj_enemy_faller_Step_0 (line -1)
___________________________________________
############################################################################################
ERROR in action number 1
of Draw Event for object obj_enemy_item_:
DoDiv :2: Malformed variable
at gml_Object_obj_enemy_item__Draw_0
############################################################################################
gml_Object_obj_enemy_item__Draw_0 (line -1)
No, the bug is within the scenes in Maddie's and Ari's gallery. When you continue going through all the scenes, the last scene gives you a bug (This one is the good Scene with both Maddie and Ari)
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/gallerych3.rpy", line 385, in execute
File "game/gallerych3.rpy", line 385, in execute
File "game/gallerych3.rpy", line 391, in execute
File "game/gallerych3.rpy", line 391, in keywords
File "game/gallerych3.rpy", line 391, in <module>
NameError: name 'MA2_cg1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
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 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/gallerych3.rpy", line 385, in execute
File "game/gallerych3.rpy", line 385, in execute
File "game/gallerych3.rpy", line 391, in execute
File "game/gallerych3.rpy", line 391, in keywords
File "game/gallerych3.rpy", line 391, in <module>
NameError: name 'MA2_cg1' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
In Heat: Honeymoon! 3.1
Sat Feb 15 11:14:11 2025
```
Here's the other bug for the bad ending with Maddie
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_menu.rpy", line 107, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'MA1_cg13' is not a screen or a label.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
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 4110, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 107, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'MA1_cg13' is not a screen or a label.
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
In Heat: Honeymoon! 3.1
Sat Feb 15 11:16:29 2025
```
Again, only this happens is within their scenes in the gallery
Another bug
___________________________________________
############################################################################################
ERROR in action number 1
of Other Event: <unknown> for object obj_ally_root:
Unable to find instance for object index 127871
at gml_Object_obj_ally_root_Other_59
############################################################################################
gml_Object_obj_ally_root_Other_59 (line -1)
gml_Object_obj_ally_root_Step_0 (line -1)
If one of the support characters that are placed on the side happen to die, the game crashes (I found this out when the Mummy, Darkness Spirit, Goblin Mage, Fehnia, and Mooru)
___________________________________________
############################################################################################
ERROR in action number 1
of Step Event0 for object obj_enemy_root:
Unable to find instance for object index 148974
at gml_Object_obj_enemy_root_Step_0
############################################################################################
gml_Object_obj_enemy_root_Step_0 (line -1)