Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+2)

Where should we report bugs we encounter?

Edit: In my case, I'm seeing bug screens where _rel values having not been defined for Jay (Gold/boobs in her first quest, chose boobs), and Isabelle (Talking to her at the guild).

I'm on version 0.4

(2 edits) (+1)

I'm gettin the same error.

edit: I got Isabelle to work. Since the npc control file in the game folder had a # in front of the isa_rel bit it never got added to wherever it needed to go I guess. jay_rel also has a # so maybe that'd work for them too.
This only works if ya start a new game. I suppose ya cou save edit the stuff in but that seems like a hassle.

edit2: It did not work for Jay so I jus went back to the event where we meet Jay an made it give me jay_rel either way. I have no idea what I'm doin but it's workin an I feel like I'm choppin up someone else's stuff. Someone please help me.

(+1)

Sorry we've been a bit out of itch this past month. Here or in discord is fine to report! 

If you post the log it's easy for us, but we have fix a few of these already!

(+1)

Here's the one for Isabelle

Full traceback:
  File "game/script/characters/isabelle talk.rpy", line 5, in script
    if isa_rel < 0:
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/characters/isabelle talk.rpy", line 5, in <module>
    if isa_rel < 0:
NameError: name 'isa_rel' is not defined
While running game code:
  File "game/script/characters/isabelle talk.rpy", line 5, in script
    if isa_rel < 0:
  File "game/script/characters/isabelle talk.rpy", line 5, in <module>
    if isa_rel < 0:
NameError: name 'isa_rel' is not defined
And the one for Jay

Full traceback:
  File "game/script/story/chapter 1.rpy", line 2967, in script
    $ jay_rel += 2
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script/story/chapter 1.rpy", line 2967, in <module>
    $ jay_rel += 2
NameError: name 'jay_rel' is not defined
While running game code:
  File "game/script/story/chapter 1.rpy", line 2967, in script
    $ jay_rel += 2
  File "game/script/story/chapter 1.rpy", line 2967, in <module>
    $ jay_rel += 2
NameError: name 'jay_rel' is not defined