Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

I seem to have run into an error (I'm not familiar with Ren'py errors, so good luck with this report) when doing Sport is Life level 3, I think. (Maybe level 4) and decided to "bite off" Stukov's member. (After what I imagine was a "silly" scene, I started to run into a bunch of exceptions after "failing" every quick time event.) After "failing" every quick time event I realised this seemed to transition to possibly Stuck In Wall 3, but the triggers seemed to auto succeed? The original event did not complete and likewise seems to have corrupted the main scene now, too. (Fortunately, I made a backup.)

I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/my_events.rpy", line 16429, in script call
    call sitw_cast_bar_setup(2, 2, 0.01)
  File "game/my_events.rpy", line 17479, in script call
    call sitw_cast_bar_setup(1.3, 1.3, 0.01)
  File "game/my_assets.rpy", line 457, in script
    label ss_cast_bar_setup(time_start, time_max, interval):
Exception: Required parameter time_start has no value.
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/my_events.rpy", line 16429, in script call
    call sitw_cast_bar_setup(2, 2, 0.01)
  File "game/my_events.rpy", line 17479, in script call
    call sitw_cast_bar_setup(1.3, 1.3, 0.01)
  File "game/my_assets.rpy", line 457, in script
    label ss_cast_bar_setup(time_start, time_max, interval):
  File "renpy/ast.py", line 863, in execute
    values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs)
  File "renpy/ast.py", line 159, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "renpy/ast.py", line 123, in apply
    raise Exception("Required parameter %s has no value." % name)
Exception: Required parameter time_start has no value.
Windows-10-10.0.19041
Ren'Py 7.4.5.1648
SlutCraft: Heat of Sperm 0.25
Sun Oct 24 15:48:56 2021
(-1)

I'll pass it on to the programmer, thank you.