BlackMage69

Newbie
Apr 1, 2019
50
18
Serious error causes game to crash during the fight in the school hallway.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/_content/city2/college/college1.rpy", line 378, in script call
call fight ('vasya 5', end_notify=False) from _call_fight
File "game/_script/minigames/CardCombatDuel/combat.rpy", line 25, in script
call screen arena
File "game/_content/city2/college/college1.rpy", line 378, in script call
call fight ('vasya 5', end_notify=False) from _call_fight
File "game/_script/minigames/CardCombatDuel/combat.rpy", line 25, in script
call screen arena
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 63, in execute
screen arena():
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 63, in execute
screen arena():
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 67, in execute
timer 1.0 action If(not field.finished, Function(field.check_combat_end)) repeat True
Exception: A timer must have an action supplied.

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

Full traceback:
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\main.py", line 578, in main
run(restart)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\execution.py", line 908, in run_context
context.run()
File "game/_content/city2/college/college1.rpy", line 378, in script call
call fight ('vasya 5', end_notify=False) from _call_fight
File "game/_script/minigames/CardCombatDuel/combat.rpy", line 25, in script
call screen arena
File "game/_content/city2/college/college1.rpy", line 378, in script call
call fight ('vasya 5', end_notify=False) from _call_fight
File "game/_script/minigames/CardCombatDuel/combat.rpy", line 25, in script
call screen arena
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\ast.py", line 1949, in execute
self.call("execute")
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\screen.py", line 440, in per_interact
self.update()
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 63, in execute
screen arena():
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 63, in execute
screen arena():
File "game/_script/minigames/CardCombatDuel/script/screens/arena.rpy", line 67, in execute
timer 1.0 action If(not field.finished, Function(field.check_combat_end)) repeat True
File "S:\XXX\Games\My Cute Roommate 2\MCR2-0.3.0206-win\renpy\display\behavior.py", line 2068, in __init__
raise Exception("A timer must have an action supplied.")
Exception: A timer must have an action supplied.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
My Cute Roommate 2 0.3.0206
Mon Feb 21 18:42:30 2022
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,337
574
when you need to go buy a camera how do you do that? when i left the school theres no arrows or anything to click to go anywhere thanks for any help
 
  • Like
Reactions: erickam

unnameless

Member
Jan 18, 2019
227
112
when you need to go buy a camera how do you do that? when i left the school theres no arrows or anything to click to go anywhere thanks for any help
You just click on the camera then it says u can't buy it because u have no money and u have to go to the photo club and ask for one, i think thats it it's been a while since i've done that
 
Jan 31, 2020
21
3
You just click on the camera then it says u can't buy it because u have no money and u have to go to the photo club and ask for one, i think thats it it's been a while since i've done that
The problem is where is the store? When I go outside there is no way to get back to the town map. The button isn't there.
 

Hermit76

Well-Known Member
Apr 15, 2018
1,650
1,624
None of my previous saves worked. Got "IOError: Couldn't find file 'db/dean_quests.ini'." with each save. Bad programming. :rolleyes:
 
Jun 28, 2020
160
2,740



Hello everyone,

It has been a turbulent couple of weeks to say the least. I'm trying to work on the project while at the same solving all the rising issues. I personally don't support anything that's going on right now. Despite all that, I have managed to create a plan for the next update and also finished one scene for it. Since nothing is clear now, I can't even say whether more problems will appear or not. My wish is to release the update at the end of this month or the start of next one if something were to happen. However, that is still just my wishful thinking because nobody knows what's going to happen next. So we can only hope for the best in the meantime.

Thank you for your patience and support!
 
2.80 star(s) 64 Votes