Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
BETA7 BANNER.png



What's up everyone?

Another month means another BETA!

This month's BETA finishes the spa portion of Joana's event and moves to the ending part of Joana's day.

It comes with two somewhat short events that wrap everything up and take Mike and Joana back home so they can get ready for the next location they're visiting.

Also, I have been doing some planning, and I think Joana's day will be finished in two or three more BETAs!

Remember that in the last devlog I talked about an animation I was planning for this BETA? Yeah... I managed to create it!

As I said, it's not a lewd animation, it's more of a joke/refference, but I had a lot of fun doing it and it really helped me learn a lot of new stuff about animations, stuff that'll hopefully be useful when animating other kind of stuff.

The end result came out pretty neat and I hope you enjoy watching it as much as I enjoyed creating!

This time there won't be a proper changelog because this BETA is basically just content, there's no new features to it.

You can dowload it on the !

Have fun!

 

skrusher

Active Member
May 11, 2019
583
1,533
I keep getting this error while playing the movie night with Valentina. I noticed that this only happened with ipatch installed.
Does anyone know how to fix it, with the patch installed of course?

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

While running game code:
  File "game/days/day09/day09_jo_living_room.rpy", line 899, in <module>
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/phone/phone-sms-engine.rpy", line 12, in sms
IndexError: string index out of range

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

Full traceback:
  File "days/day09/day09_jo_living_room.rpyc", line 899, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/days/day09/day09_jo_living_room.rpy", line 899, in <module>
  File "renpy/exports.py", line 1563, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 473, in event
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/phone/phone-sms-engine.rpy", line 12, in sms
IndexError: string index out of range

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
The Inn v0.07.03
Wed Aug  3 07:09:51 2022
 
Last edited:

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
I keep getting this error while playing the movie night with Valentina. I noticed that this only happened with ipatch installed.
Does anyone know how to fix it, with the patch installed of course?

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

While running game code:
  File "game/days/day09/day09_jo_living_room.rpy", line 899, in <module>
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/phone/phone-sms-engine.rpy", line 12, in sms
IndexError: string index out of range

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

Full traceback:
  File "days/day09/day09_jo_living_room.rpyc", line 899, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/days/day09/day09_jo_living_room.rpy", line 899, in <module>
  File "renpy/exports.py", line 1563, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 473, in event
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/phone/phone-sms-engine.rpy", line 12, in sms
IndexError: string index out of range

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
The Inn v0.07.03
Wed Aug  3 07:09:51 2022
At what part of the sms convo this happens?
Is it right at the start of it or can you see some messages before the game crashes?
If you can, what is the last message you see?
 

skrusher

Active Member
May 11, 2019
583
1,533
At what part of the sms convo this happens?
Is it right at the start of it or can you see some messages before the game crashes?
If you can, what is the last message you see?
This happened after this message.
Captura de Tela (92).png

But I just did a test and noticed something, if you uncheck the option "set the language automatically", the error doesn't show up. I tried in English and Portuguese with the option disabled and it didn't give an error. If the option is enabled, the error appears in both languages.
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
This happened after this message.
View attachment 1964103

But I just did a test and noticed something, if you uncheck the option "set the language automatically", the error doesn't show up. I tried in English and Portuguese with the option disabled and it didn't give an error. If the option is enabled, the error appears in both languages.
I'll take a look at it.
I can't remember now if this issue was already fixed in one of the newer versions...
It sounds familiar, but I can't remember.
 
  • Like
Reactions: skrusher

gambit1337

Newbie
Jan 7, 2021
36
26
as much as i like the deeper story driven games, the memes in this one are top notch, love that you actually posed MC at the dance club. - keep it up man
 
  • Red Heart
Reactions: Lykanz

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
BETA4_BANNER.png


And here's the Public Release for 0.07.04!

This BETA was released in May for INNitiate and above patrons.

As said in the original post:

What's up people?
You know the drill by now, with a new month comes a new BETA!
This BETA comes with 2 new events in the Spa, a newly added location especially for Joana's day!
At first I had planed one more event for it but due to time constraints I had to delay it for the next BETA.

You can grab de download links on the official
or public release posts!

Have fun!

IMPORTANT: Please, keep in mind that this is a BETA version and bugs will probably and most likely be present, they're supposed to. In fact, there's a disclaimer at the start of the game saying exactly that.
If you encounter any issue with it, please report them to me with either a copy or a screenshot of the traceback via direct messages here or over on our discord server!
 
  • Yay, new update!
Reactions: Rock&Rule

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
as much as i like the deeper story driven games, the memes in this one are top notch, love that you actually posed MC at the dance club. - keep it up man
Oh man, then you're going to love a scene I did in BETA 7!
You'll notice that I spare no expenses when it comes to memes in this game.
 
  • Like
Reactions: Jestur

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,186
6,007
Is it my imagination or was there an earlier version 0.07.06 and now we are suddenly back to version 0.07.04, which was made available by the dev as a free public version?
:unsure: So I'm wondering what's the point of replacing a newer version with an older one just because the older one has been officially released as public.
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
Is it my imagination or was there an earlier version 0.07.06 and now we are suddenly back to version 0.07.04, which was made available by the dev as a free public version?
:unsure: So I'm wondering what's the point of replacing a newer version with an older one just because the older one has been officially released as public.
The last public available BETA was 0.07.03.
0.07.06 was released last month (June) for INNitiate patrons and above.
It's still a patron exclusive version and will be public in October.
 

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,186
6,007
The last public available BETA was 0.07.03.
0.07.06 was released last month (June) for INNitiate patrons and above.
It's still a patron exclusive version and will be public in October.
I understand that, but version 0.07.06 was available here earlier, and just because it's still officially for patrons only doesn't mean someone didn't share it here, because that's how this site works as everyone knows.
I checked my hard drive now and I have a previously downloaded version 0.07.06 from here (09-07-2022), so I don't know what the point of replacing it with an older version 0.07.04 in OP.
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
I understand that, but version 0.07.06 was available here earlier, and just because it's still officially for patrons only doesn't mean someone didn't share it here, because that's how this site works as everyone knows.
I checked my hard drive now and I have a previously downloaded version 0.07.06 from here (09-07-2022), so I don't know what the point of replacing it with an older version 0.07.04 in OP.
You're mistaken.
0.07.06 was never available here.
I'm the only person that updates this thread, and I never posted 0.07.06 here.
Someone might have shared it somewhere else though, I dont know.

If someone else shared it here, I didn't see it.
And if I had seen it, I would have asked the person to delete the post.

It'll eventually become public.
 
4.10 star(s) 102 Votes