Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

game crash

A topic by BediThaBoy created Nov 06, 2023 Views: 155 Replies: 3
Viewing posts 1 to 4

when i tried to tell theresa not to change her routine at night my game crashed. i was at 1 depravity and 1 permissivity, 0 experience

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 338, in monkey_char_call

KeyError: '_curr_routine'

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

Full traceback:

  File "game/play.rpyc", line 88, in script call

  File "game/topics.rpyc", line 384, in script call

  File "game/mansion_chambers_checkup.rpyc", line 43, in script call

  File "game/mansion_chambers_routine.rpyc", line 118, in script

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\ast.py", line 930, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\exports.py", line 1473, in say

    who(what, *args, **kwargs)

  File "game/script.rpy", line 338, in monkey_char_call

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\exports.py", line 3853, in substitute

    return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0]

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\substitutions.py", line 278, in substitute

    s = formatter.vformat(s, (), kwargs) # type: ignore

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\substitutions.py", line 168, in get_field

    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value

KeyError: '_curr_routine'

Windows-10-10.0.22621 AMD64

Ren'Py 8.1.1.23060707

Ruin Me 0.54.1

Sun Nov  5 22:50:17 2023

[/code]

the same thing happened again when i asked her to feel up my breasts 


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 338, in monkey_char_call

AttributeError: 'str' object has no attribute 's'

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

Full traceback:

  File "game/play.rpyc", line 88, in script call

  File "game/topics.rpyc", line 384, in script call

  File "game/topics.rpyc", line 408, in script call

  File "game/play.rpyc", line 728, in script

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\ast.py", line 930, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\exports.py", line 1473, in say

    who(what, *args, **kwargs)

  File "game/script.rpy", line 338, in monkey_char_call

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\exports.py", line 3853, in substitute

    return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0]

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\substitutions.py", line 278, in substitute

    s = formatter.vformat(s, (), kwargs) # type: ignore

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat

  File "C:\Users\BediH\Downloads\RuinMe-0.54.1-pc\RuinMe-0.54.1-pc\renpy\substitutions.py", line 168, in get_field

    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 276, in get_field

AttributeError: 'str' object has no attribute 's'

Windows-10-10.0.22621 AMD64

Ren'Py 8.1.1.23060707

Ruin Me 0.54.1

Sun Nov  5 23:07:31 2023

[/code]

Developer

Thanks so much for the report! I've put up a new version, 0.54.3, that addresses this and other issues.