4.10 star(s) 24 Votes

drHaKo

Newbie
Apr 26, 2017
23
8
I am playing v0.5 and get an error message when i want to check girl stats

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

While running game code:
  File "game/script.rpy", line 4705, in script
    call screen girl_List(girlList,adj=tutorials_adjustment)
  File "renpy/common/000statements.rpy", line 514, in execute_call_screen
    args, kwargs = a.evaluate()
  File "game/script.rpy", line 4705, in <module>
    call screen girl_List(girlList,adj=tutorials_adjustment)
NameError: name 'girlList' is not defined

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

Full traceback:
  File "game/script.rpy", line 4705, in script
    call screen girl_List(girlList,adj=tutorials_adjustment)
  File "G:\Downloads\Testen\FantasyTrainer-0.5-pc\Fantasy Trainer v0.5\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "G:\Downloads\Testen\FantasyTrainer-0.5-pc\Fantasy Trainer v0.5\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "G:\Downloads\Testen\FantasyTrainer-0.5-pc\Fantasy Trainer v0.5\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 514, in execute_call_screen
    args, kwargs = a.evaluate()
  File "G:\Downloads\Testen\FantasyTrainer-0.5-pc\Fantasy Trainer v0.5\renpy\ast.py", line 184, in evaluate
    args.append(renpy.python.py_eval(v, locals=scope))
  File "G:\Downloads\Testen\FantasyTrainer-0.5-pc\Fantasy Trainer v0.5\renpy\python.py", line 1919, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "G:\Downloads\Testen\FantasyTrainer-0.5-pc\Fantasy Trainer v0.5\renpy\python.py", line 1912, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 4705, in <module>
    call screen girl_List(girlList,adj=tutorials_adjustment)
NameError: name 'girlList' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Fantasy Trainer 0.5
Sat Sep 22 23:29:59 2018

annyone got an idea how to solve this?
 

Kyle Mercury

Member
Game Developer
Jul 19, 2017
117
267
I am playing v0.5 and get an error message when i want to check girl stats


annyone got an idea how to solve this?
Hey man, well I went back to try and replicate your error and I couldn't do it. I took a look at the code and it seems like the only reason this would happen was if you were using a previous save with the v0.5. Is that the case? if not then I'll continue looking into it, really sorry about the error.
 

Kyle Mercury

Member
Game Developer
Jul 19, 2017
117
267
What are your plans with the new demon milf? Love her design btw
Well like the other girls the player will have the option of sleeping with her when they meet her, and then she'll go away. However unlike the other girls if the player chooses to let her stay at the castle, the player will have to resist HER. I plan on having a "Willpower" or "resist" level that when gets low enough, opens more scenes and actions.
 

Gavote

Newbie
Jun 3, 2017
84
40
Hoping this is a typo, but "FantasyTrainer-05-mac .zip" is what I get from the WIN link as well...Confirmed as the Mac App.
 

Gavote

Newbie
Jun 3, 2017
84
40
Okay, got the right version now... and I get this when I went to Elizabeth's room:

You don't have permission to view the spoiler content. Log in or register now.

And when I try to choose Mary's outfit and back out I get:
You don't have permission to view the spoiler content. Log in or register now.
 

Gavote

Newbie
Jun 3, 2017
84
40
Oops, my bad. I didn't see the warning in the loading screen about using previous saves!
 
4.10 star(s) 24 Votes