jadih96207

Member
Apr 30, 2021
330
493
Hi, I have a problem with pending quest bug.

I failed to finish Randy robbery event as the quest is not triggered when I've arrived at his house at 7 p.m. and the games goes on until journey starts.

In the first night on journey, the Randy robbery event has triggered and came back during the journey 1st night. I have no choice but follow the robber event, when it is done and I've got my share. The game doesn't go back to the journey and keep on the loop of free roam between Elly's hut and the village.

I have my save attached here.

2-1-LT1.save is the save before Randy robbery event has triggered.
2.2-LT1.save is just the next following screen that Randy robbery event has triggered.

Could anyone help to get out of this bug and return to the journey? Thank you in advance.


I have also got the same problem just like below quote before replay and got stuck again with Randy robbery event.
Not sure as the quest seems to complete fine
Save 1
Scene plays out and you get
Helping_genni.status = 13

Go to her village hut before evening. The game says daytime != 3 so it's rather fexible with this.
An option for "Enter the building for lockpicking training"

You finished the quest "Helping Genni"!
Helping_genni.status = 100

Tried rolling back to the scene where you roll dice and seen a jump to travel
Code:
jump travel
So I reloaded Save 1, finished the quest, then used that to get back on course.

Likely a oversight in script.rpy def time_pass(action): # sleep, rest, normal, work
A check to see if the journey started would filter out past quest.
 
Last edited:
  • Like
Reactions: nobody_cares

nobody_cares

Newbie
Mar 20, 2019
75
45
Not sure as the quest seems to complete fine
Save 1
Scene plays out and you get
Helping_genni.status = 13

Go to her village hut before evening. The game says daytime != 3 so it's rather fexible with this.
An option for "Enter the building for lockpicking training"

You finished the quest "Helping Genni"!
Helping_genni.status = 100

Tried rolling back to the scene where you roll dice and seen a jump to travel
Code:
jump travel
So I reloaded Save 1, finished the quest, then used that to get back on course.

Likely a oversight in script.rpy def time_pass(action): # sleep, rest, normal, work
A check to see if the journey started would filter out past quest.
Thank you. I'll try with your fixed save and continue the game.

----------------------------------------------

continuing the game for a couple scene and there is a error coming up


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

While running game code:
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/encounter.rpy", line 3848, in script
    i tea "Not really, but it seems fun. I like that kind of role-playing than ordinary, boring sex.."
Exception: Sayer i is not a function or string.

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

Full traceback:
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/encounter.rpy", line 3848, in script
    i tea "Not really, but it seems fun. I like that kind of role-playing than ordinary, boring sex.."
  File "E:\Runaway Princess [MobumGames]\RunawayPrincess-0.3-pc\renpy\ast.py", line 685, in execute
    raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer i is not a function or string.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Runaway Princess 0.3
Mon Aug 02 04:45:20 2021
 
Last edited:
  • Thinking Face
Reactions: jadih96207

jadih96207

Member
Apr 30, 2021
330
493
Thank you. I'll try with your fixed save and continue the game.

----------------------------------------------

continuing the game for a couple scene and there is a error coming up


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

While running game code:
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/encounter.rpy", line 3848, in script
    i tea "Not really, but it seems fun. I like that kind of role-playing than ordinary, boring sex.."
Exception: Sayer i is not a function or string.

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

Full traceback:
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/script.rpy", line 6082, in script call
    call encounter from _call_encounter
  File "game/encounter.rpy", line 172, in script call
    $ renpy.call("enc" + str(randomnum))
  File "game/encounter.rpy", line 3848, in script
    i tea "Not really, but it seems fun. I like that kind of role-playing than ordinary, boring sex.."
  File "E:\Runaway Princess [MobumGames]\RunawayPrincess-0.3-pc\renpy\ast.py", line 685, in execute
    raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer i is not a function or string.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Runaway Princess 0.3
Mon Aug 02 04:45:20 2021
Yeah encounter overwrites the player's character but these two bugfix patches will handle that.
https://f95zone.to/threads/runaway-princess-v0-3-beta-mobumgames.68151/post-6263316
https://f95zone.to/threads/runaway-princess-v0-3-beta-mobumgames.68151/post-6276113
 

chuangshiren

Member
Aug 4, 2018
337
507
Guys, is there a way to "uninvite" the girl you are going to take to the trip? Or does anyone know the variable name in console? I didn't know I can only take one of them and I've invited the one I liked the least... (Kelly)
 
  • Thinking Face
Reactions: jadih96207

jadih96207

Member
Apr 30, 2021
330
493
Guys, is there a way to "uninvite" the girl you are going to take to the trip? Or does anyone know the variable name in console? I didn't know I can only take one of them and I've invited the one I liked the least... (Kelly)
If they are in the party remove them and change WHO to one of the other girls. The girl you pick also has an intimacy check and you get a few points with her if she joins.
Python:
$ partyremove(WHO)
$ partyadd(WHO)

$ WHO = Genni
$ WHO = Marika
$ WHO = Kelly
$ WHO = False
Too bad Elly wasn't on the list though that's also true about which girl would you like to fantasize about :HideThePain:
 
Last edited:

nobody_cares

Newbie
Mar 20, 2019
75
45
Thanks again jadih96027! After using the fix in the first link, the game doen't show up the error code anymore.

Continue playing...

A passer-by (like fishing girl, attacking event) encountered, there is no outcome shown in the inventory page.
1627881512449.png

There is 2 zip file in the second link, I'm not sure which one of the zip files that I should extract and use. Just a kind of a zero knowledge about programing type I am.

------------------------------------------------------------

I think I will try to use the save prior the Randy robbery event and try for the 3rd time to get all the thing get along well before the journey start as an alternate play, to see if there will be a more proper game play or not. But I'll grateful if more instructions to come for fixing the error I have found on the journey.

Thanks!
 
Last edited:
  • Like
Reactions: jadih96207

CSLysander

Member
Jul 13, 2021
127
114
CSLysander, ofc everyone is free to leave a thing he doesnt like. I am just surprised that you spent 12h and lots of text for such a thing.
To compare this game with an AAA title is a bit ambitious imo.

tbh with many things you wrote I did not really get your points, hopefully other ppl get them.

What you mentioned with arrows - OK this may be considered, and I also think its easy to change in the code. But on the other hand, is it worth the trouble?
In v0.2 I never run out of arrows. In v0.3 when I run out, I had such an abundance of money that I didnt even look at the price of an arrow. So I really did not care.

Have good times with things you love ... ;)
First, there are several AVNs that can compare to AAA games and even be considered better.

Second, I have use bows in competitive archery and hunting, so I am speaking from a realism standpoint. I had to slide down the side of a smaller mountain to escape a bear and did not lose an arrow, so how is walking around a basically flat area going to lose an arrow? It is about common sense, which makes a game far more enjoyable.

As for what I love, well, I would not have tried this game if I did not think I would at least like it. I spoke my concerns as someone who played. I have introduced people to this genre of gaming with those games that can show they are worth playing. My friends have money and will spend it. So, what I love is to make sure that people who make good products get paid for them so that people ignore the crap products that seemed to be their only choice.
 
  • Like
Reactions: Rolo

cxx

Message Maestro
Nov 14, 2017
58,831
29,254
Guys, is there a way to "uninvite" the girl you are going to take to the trip? Or does anyone know the variable name in console? I didn't know I can only take one of them and I've invited the one I liked the least... (Kelly)
once you reach goal you can switch girls freely after some time.
 

chuangshiren

Member
Aug 4, 2018
337
507
If they are in the party remove them and change WHO to one of the other girls. The girl you pick also has an intimacy check and you get a few points with her if she joins.
Python:
$ partyremove(WHO)
$ partyadd(WHO)

$ WHO = Genni
$ WHO = Marika
$ WHO = Kelly
$ WHO = False
Too bad Elly wasn't on the list though that's also true about which girl would you like to fantasize about :HideThePain:
Thank you, bro!
 
  • Like
Reactions: jadih96207

ray3dave

Well-Known Member
May 12, 2017
1,081
906
I must admit that I feel a bit dumb now. I continued the game in stage one, and the elve girl keeps saying that there is still time, but the village starts getting old, very old. How to progress? I want to leave!
 
  • Like
Reactions: pissface111

Rolo

Well-Known Member
Jul 14, 2017
1,366
1,376
I must admit that I feel a bit dumb now. I continued the game in stage one, and the elve girl keeps saying that there is still time, but the village starts getting old, very old. How to progress? I want to leave!
What day are you (look with console)? Then type: soo5 = xx
xx is the day the journey starts. In the final version 0.3 this will be able without console :)
 
  • Like
Reactions: ray3dave

ray3dave

Well-Known Member
May 12, 2017
1,081
906
What day are you (look with console)? Then type: soo5 = xx
xx is the day the journey starts. In the final version 0.3 this will be able without console :)
Thanks, I will try that - first I have to figure out what a console is... my bad... - but how is it supposed to work inside the game? Without cheating? Did I miss something?
 
Last edited:

Rolo

Well-Known Member
Jul 14, 2017
1,366
1,376
Thanks, I will try that - first I have to figure out what a consule is... my bad... - but how is it supposed to work inside the game? Without cheating? Did I miss something?
XX is 30 as default (be only at day 23, so I am not sure how it works in the end).
May be before that day there is a question to travel earlier, but 30 works ... Have fun.
 
  • Like
Reactions: ray3dave

ray3dave

Well-Known Member
May 12, 2017
1,081
906
XX is 30 as default (be only at day 23, so I am not sure how it works in the end).
May be before that day there is a question to travel earlier, but 30 works ... Have fun.
Thanks again. My question is, how I would start the adventure in normal gameplay. I saw no hint about a timeline nor other limit or stuff to do. Or do I simply have to ask again and again until one day the yourney finally comes? Many people out here seem to get there without cheating.
 

Rolo

Well-Known Member
Jul 14, 2017
1,366
1,376
As I said befor: play until day 30, this should work...

Edit: I arrived at day 28 - 9 a.m.
Asking Aelrue about when we will leave, she says: "day after tomorrow" (this will be changed in the final v0.3)

At day 30 in the morning, the journey starts.
I guess I did almost everything.
What I missed is sneaking upon Genni (she is not easy to sneak upon), while she is taking a bath and
You don't have permission to view the spoiler content. Log in or register now.
And to be friend of slimy Randy, I passed. This has no disadvantage as Mobum had confirmed (like no lack of Kelly's corruption).
 
Last edited:

ray3dave

Well-Known Member
May 12, 2017
1,081
906
As I said befor: play until day 30, this should work...

Edit: I arrived at day 28 - 9 a.m.
Asking Aelrue about when we will leave, she says: "day after tomorrow" (this will be changed in the final v0.3)

At day 30 in the morning, the journey starts.
I guess I did almost everything.
What I missed is sneaking upon Genni (she is not easy to sneak upon), while she is taking a bath and
You don't have permission to view the spoiler content. Log in or register now.
And to be friend of slimy Randy, I passed. This has no disadvantage as Mobum had confirmed (like no lack of Kelly's corruption).
THANKS! I must be FAR past day 30! I took my time and enjoyed the game. I did not even go to the village the first 5 to ten days as I really liked the story with the gorgeous cute non-sister. Where can i look up the count of days, please?

I am totally against time limited games, that's why I never really warmed up to the Lession of Pasion - stuff (which has very few good games anyways).

EDIT: NOW I see you already told me! I have to use that CONSOLE stuff! Oh, man... can't get that working, though I found out on the net how to activate it. Is there really a hidden time limit???
 
Last edited:

Serkana

Newbie
Aug 6, 2017
90
90
Would it break the game if you keep changing the number of days to a value under 30, just to complete every quest and raise stats? Same in the other town.

Also I remember there was a bug when Genni robbed Marika and you told Marika about it.
 
4.30 star(s) 35 Votes