Ren'Py Corruption Time [v0.6.5] [Incutia]

4.00 star(s) 12 Votes

the_fluff

Member
Jun 26, 2020
474
505
Problem here with the deadworm quest.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/CasaNaArvore/cozinha.rpy", line 67, in script call
    call cuzinhu from _call_cuzinhu
  File "game/tl/inglish/luta.rpy", line 13, in script
    f "I have to eliminate [deadworms]/10 worms"
KeyError: u'deadworms'

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

Full traceback:
  File "game/CasaNaArvore/cozinha.rpy", line 67, in script call
    call cuzinhu from _call_cuzinhu
  File "game/tl/inglish/luta.rpy", line 13, in script
    f "I have to eliminate [deadworms]/10 worms"
  File "renpy/ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1334, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1248, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1228, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "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/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "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/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'deadworms'

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.0.23051307
Corruption Time 0.4.1
Wed Jun 28 21:24:51 2023
 
  • Red Heart
Reactions: Incutia
Apr 17, 2018
335
1,038
Problem here with the deadworm quest.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/CasaNaArvore/cozinha.rpy", line 67, in script call
    call cuzinhu from _call_cuzinhu
  File "game/tl/inglish/luta.rpy", line 13, in script
    f "I have to eliminate [deadworms]/10 worms"
KeyError: u'deadworms'

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

Full traceback:
  File "game/CasaNaArvore/cozinha.rpy", line 67, in script call
    call cuzinhu from _call_cuzinhu
  File "game/tl/inglish/luta.rpy", line 13, in script
    f "I have to eliminate [deadworms]/10 worms"
  File "renpy/ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1334, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1248, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1228, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "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/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "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/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'deadworms'

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.0.23051307
Corruption Time 0.4.1
Wed Jun 28 21:24:51 2023
Wtf....CALL CUZINHU (little asshole) , REALLY INCUTIA?LMAO
 
  • Red Heart
Reactions: Incutia

Incutia

Member
Game Developer
Sep 29, 2022
191
240
After the first checkup with PB, is there more? I keep getting told to come back on Tuesday on Tuesdays.
Oh yes, keep going every Tuesday, open the book and see the day, if it's Tuesday you can go there for checkups with PB
 

Incutia

Member
Game Developer
Sep 29, 2022
191
240
Problem here with the deadworm quest.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/CasaNaArvore/cozinha.rpy", line 67, in script call
    call cuzinhu from _call_cuzinhu
  File "game/tl/inglish/luta.rpy", line 13, in script
    f "I have to eliminate [deadworms]/10 worms"
KeyError: u'deadworms'

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

Full traceback:
  File "game/CasaNaArvore/cozinha.rpy", line 67, in script call
    call cuzinhu from _call_cuzinhu
  File "game/tl/inglish/luta.rpy", line 13, in script
    f "I have to eliminate [deadworms]/10 worms"
  File "renpy/ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1334, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1248, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1228, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "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/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "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/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'deadworms'

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.0.23051307
Corruption Time 0.4.1
Wed Jun 28 21:24:51 2023
oh i think you already fixed the error right?
 
Apr 17, 2018
335
1,038
my main save from version 0.4.0 is useless now,cant get the hanjob scene because even in tuesdays she asks me to come back in tuesdays,cant get the Ninfa scene,because i alredy defeated her in the last version,would be cool to have a option to fight her again to get the scene to repeat, imma begin a new save,the 0.4.1 review will be delayed till then

its-grind-time-grind.gif
 
4.00 star(s) 12 Votes