Penis Lord
Member
- Apr 11, 2019
- 134
- 563
looks like it's about using a save of an old game version. starting a new save can solve this problem, but some error reports popped up and the game crushed after the sex scene. I've lost my patience and deleted it.after the spa scene and going back home, I trigger the spa scene onther time, and this time I end up staying in spa dining room and can not going anywhere. did i come across a bug or it's the end of v8.8?
Providing screenshots of the errors you got would be useful.looks like it's about using a save of an old game version. starting a new save can solve this problem, but some error reports popped up and the game crushed after the sex scene. I've lost my patience and deleted it.
never mind. But I still recommend those who haven't played to give this game a try. Don't hesitate because of my previous comments.Providing screenshots of the errors you got would be useful.
First time I've gotten an error in this game.
![]()
This still doesn't look fixed to me.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/days/girl_days/luana/luana_day.rpy", line 8208, in <module> File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 58, in execute File "game/phone/phone-sms-engine.rpy", line 110, in execute File "game/phone/phone-sms-engine.rpy", line 122, in execute File "game/phone/phone-sms-engine.rpy", line 125, in execute File "game/phone/phone-sms-engine.rpy", line 131, in execute File "game/phone/phone-sms-engine.rpy", line 137, in execute File "game/phone/phone-sms-engine.rpy", line 138, in execute File "game/phone/phone-sms-engine.rpy", line 248, in execute File "game/phone/phone-sms-engine.rpy", line 253, in execute File "game/phone/phone-sms-engine.rpy", line 276, in execute File "game/phone/phone-sms-engine.rpy", line 290, in execute File "game/phone/phone-sms-engine.rpy", line 291, in execute File "game/phone/phone-sms-engine.rpy", line 292, in execute File "game/phone/phone-sms-engine.rpy", line 292, in keywords File "game/phone/phone-sms-engine.rpy", line 295, in keywords File "game/phone/phone-sms-engine.rpy", line 297, in keywords File "game/phone/phone-sms-engine.rpy", line 298, in keywords File "game/phone/phone-sms-engine.rpy", line 298, in keywords File "game/phone/phone-sms-engine.rpy", line 299, in <module> IndexError: list index out of range
I used the patch you posted about an hour ago.
I think someone posted this same thing earlier. I tried starting again from an earlier save, still happened. I also tried ignoring it, but it just cascaded further errors. It happens right after MC guesses his mystery texter, and he give her a moment to get his prize. Rolling back just takes it back to the first text message after tossing Kuroneko's gift.
I cut the vn=i[2] from imagebutton on line ~299 in phone-sms-engine.py and the pic showed. The error was a index error, so it looks like there's no 3rd item in the list of the sms text line. If you're not in VN mode, it should "just work".
Then clicking the imagebutton to see the embiggened picture broke it, couldn't find the filename ''. But that's another problem.
Man, renpy doesn't like logging, does it? What a pain in the ass, all my usual python tricks for debugging are failing me.
Here's a fix that works with both the phone and enlarged view:
vn="phone/sms/{}_big.webp".format(i[1])
This one (put in spoiler to reduce size of post):
You don't have permission to view the spoiler content. Log in or register now.
As those are all about the same error, so I'm quotting them all.at what point should I reload my save?
I loaded the save you provided and could click on the bed just fine.Can't take a nap. The bed is not clickable =/
Just checked the code and this has been already included in the Full Update fixes.Lykanz, didn't have time to read the rest of the thread, but if you haven't fixed it already, you need this to fix the second to last replay options.
Code:--- special_screens/extras-replay_clt_selection.rpy.orig 2023-08-03 22:09:40.182450100 -0500 +++ special_screens/extras-replay_clt_selection.rpy 2023-08-03 22:18:29.423422300 -0500 @@ -1223,7 +1223,7 @@ background Frame("gui/menu_frame.webp", 104, 104) has vbox align (0.5, 0.5) xysize (700, 400) button align (0.5, 0.5) xysize (400, 94): - if replay_mn_after_lu_day: + if luana_update_threehouse_fun: background "gui/fetish_selection/check_mark_checked.webp" action NullAction() else: @@ -1232,7 +1232,7 @@ idle_foreground Text(_("{#jr}Accepted Luana's\nFeelings"), style="inv_text_idle", color="#000", outlines=[(2, "#fff")]) hover_foreground Text(_("{#jr}Accepted Luana's\nFeelings"), style="inv_text_hover") button align (0.5, 0.5) xysize (400, 94): - if not replay_mn_after_lu_day: + if not luana_update_threehouse_fun: background "gui/fetish_selection/check_mark_checked.webp" action NullAction() else:
This had already been included in the Full Update fixes.I believe the last version I played was the one where Luana confessed in the treehouse.
Probably some random porn starlet. Steel Panther is swell known for hiring them for their music videos.The first time when MC enters his old room, it pans around showing what it used to look like. There was a poster of this band on the wall.
You must be registered to see the links3:11 is a good spot to pause the video. She looks familiar, but can't place her.
Tried a different approaching to solve this issue.Started a fresh game with this update and getting the below error when texting Val after the date with Joana, has anyone else come across it? A quick search showed something similar was previously fixed so idk if this is related
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/days/girl_days/joana/joana_day.rpy", line 7526, in <module> File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 58, in execute File "game/phone/phone-sms-engine.rpy", line 360, in execute File "game/phone/phone-sms-engine.rpy", line 385, in execute File "game/phone/phone-sms-engine.rpy", line 386, in execute File "game/phone/phone-sms-engine.rpy", line 388, in execute File "game/phone/phone-sms-engine.rpy", line 389, in execute File "game/phone/phone-sms-engine.rpy", line 395, in execute File "game/phone/phone-sms-engine.rpy", line 395, in keywords File "game/phone/phone-sms-engine.rpy", line 395, in <module> AttributeError: 'Player' object has no attribute 'lock_sms' -- Full Traceback ------------------------------------------------------------ Full traceback: File "days/girl_days/joana/joana_day.rpyc", line 7526, in script File "D:\Games\TheInn-v0.08.08-pc\renpy\ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Games\TheInn-v0.08.08-pc\renpy\python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/days/girl_days/joana/joana_day.rpy", line 7526, in <module> File "D:\Games\TheInn-v0.08.08-pc\renpy\exports.py", line 1637, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal) File "D:\Games\TheInn-v0.08.08-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Games\TheInn-v0.08.08-pc\renpy\display\core.py", line 3579, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "D:\Games\TheInn-v0.08.08-pc\renpy\display\core.py", line 4052, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "D:\Games\TheInn-v0.08.08-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Games\TheInn-v0.08.08-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Games\TheInn-v0.08.08-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Games\TheInn-v0.08.08-pc\renpy\display\screen.py", line 476, in visit_all callback(self) File "D:\Games\TheInn-v0.08.08-pc\renpy\display\core.py", line 4052, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "D:\Games\TheInn-v0.08.08-pc\renpy\display\screen.py", line 487, in per_interact self.update() File "D:\Games\TheInn-v0.08.08-pc\renpy\display\screen.py", line 680, in update self.screen.function(**self.scope) File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 58, in execute File "game/phone/phone-sms-engine.rpy", line 360, in execute File "game/phone/phone-sms-engine.rpy", line 385, in execute File "game/phone/phone-sms-engine.rpy", line 386, in execute File "game/phone/phone-sms-engine.rpy", line 388, in execute File "game/phone/phone-sms-engine.rpy", line 389, in execute File "game/phone/phone-sms-engine.rpy", line 395, in execute File "game/phone/phone-sms-engine.rpy", line 395, in keywords File "game/phone/phone-sms-engine.rpy", line 395, in <module> AttributeError: 'Player' object has no attribute 'lock_sms' Windows-10-10.0.19045 AMD64 Ren'Py 8.1.1.23060707 The Inn v0.08.08 Sat Aug 5 01:57:16 2023
Could not reproduce the issue on my end.Hello, there seems to be a bug when playing wwd, even if I delete the original save. When I hit PLAY, the mini game will be skipped, I have tried this on both versions 806 and 808, and I also tried playing wwd on the main screen![]()
This has already been included in the Full Update fixes.This is from a fresh game. No old saves, I-patch, or Mods were installed.You don't have permission to view the spoiler content. Log in or register now.
Played in Normal Mode, then deleted all the saves again and replayed in VN Mode. Same error in each. Pressing 'Ignore' button seems to get past it.
Alright, I was able to reproduce and fix all these issues except one.by patch do you mean the incest patch? if so, then no, I didn't.
now I get past this bug by spamming ignore button and also you may already know this but these parts are buggy too.
it was after I spammed the ignore button of the first error ( SharedScreenshot3.jpg ) and then I got the second error in the same place.Can you tell me at what part and how you got it?
Ah, then it's probably due to spamming Ignore...it was after I spammed the ignore button of the first error ( SharedScreenshot3.jpg ) and then I got the second error in the same place.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/days/girl_days/luana/luana_day.rpy", line 8208, in <module>
File "game/phone/phone-sms-engine.rpy", line 37, in execute
File "game/phone/phone-sms-engine.rpy", line 37, in execute
File "game/phone/phone-sms-engine.rpy", line 58, in execute
File "game/phone/phone-sms-engine.rpy", line 110, in execute
File "game/phone/phone-sms-engine.rpy", line 122, in execute
File "game/phone/phone-sms-engine.rpy", line 125, in execute
File "game/phone/phone-sms-engine.rpy", line 131, in execute
File "game/phone/phone-sms-engine.rpy", line 137, in execute
File "game/phone/phone-sms-engine.rpy", line 138, in execute
File "game/phone/phone-sms-engine.rpy", line 248, in execute
File "game/phone/phone-sms-engine.rpy", line 253, in execute
File "game/phone/phone-sms-engine.rpy", line 276, in execute
File "game/phone/phone-sms-engine.rpy", line 290, in execute
File "game/phone/phone-sms-engine.rpy", line 291, in execute
File "game/phone/phone-sms-engine.rpy", line 292, in execute
File "game/phone/phone-sms-engine.rpy", line 292, in keywords
File "game/phone/phone-sms-engine.rpy", line 295, in keywords
File "game/phone/phone-sms-engine.rpy", line 297, in keywords
File "game/phone/phone-sms-engine.rpy", line 298, in keywords
File "game/phone/phone-sms-engine.rpy", line 298, in keywords
File "game/phone/phone-sms-engine.rpy", line 299, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "days/girl_days/luana/luana_day.rpyc", line 8208, in script
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/days/girl_days/luana/luana_day.rpy", line 8208, in <module>
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\exports.py", line 1637, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 4052, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/phone/phone-sms-engine.rpy", line 37, in execute
File "game/phone/phone-sms-engine.rpy", line 37, in execute
File "game/phone/phone-sms-engine.rpy", line 58, in execute
File "game/phone/phone-sms-engine.rpy", line 110, in execute
File "game/phone/phone-sms-engine.rpy", line 122, in execute
File "game/phone/phone-sms-engine.rpy", line 125, in execute
File "game/phone/phone-sms-engine.rpy", line 131, in execute
File "game/phone/phone-sms-engine.rpy", line 137, in execute
File "game/phone/phone-sms-engine.rpy", line 138, in execute
File "game/phone/phone-sms-engine.rpy", line 248, in execute
File "game/phone/phone-sms-engine.rpy", line 253, in execute
File "game/phone/phone-sms-engine.rpy", line 276, in execute
File "game/phone/phone-sms-engine.rpy", line 290, in execute
File "game/phone/phone-sms-engine.rpy", line 291, in execute
File "game/phone/phone-sms-engine.rpy", line 292, in execute
File "game/phone/phone-sms-engine.rpy", line 292, in keywords
File "game/phone/phone-sms-engine.rpy", line 295, in keywords
File "game/phone/phone-sms-engine.rpy", line 297, in keywords
File "game/phone/phone-sms-engine.rpy", line 298, in keywords
File "game/phone/phone-sms-engine.rpy", line 298, in keywords
File "game/phone/phone-sms-engine.rpy", line 299, in <module>
File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
The Inn v0.08.08
Sun Aug 20 15:25:31 2023
Has been reported numerous times already.sitting on the porch texting Kiyana. will not let me ignore to continue playingCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/days/girl_days/luana/luana_day.rpy", line 8208, in <module> File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 58, in execute File "game/phone/phone-sms-engine.rpy", line 110, in execute File "game/phone/phone-sms-engine.rpy", line 122, in execute File "game/phone/phone-sms-engine.rpy", line 125, in execute File "game/phone/phone-sms-engine.rpy", line 131, in execute File "game/phone/phone-sms-engine.rpy", line 137, in execute File "game/phone/phone-sms-engine.rpy", line 138, in execute File "game/phone/phone-sms-engine.rpy", line 248, in execute File "game/phone/phone-sms-engine.rpy", line 253, in execute File "game/phone/phone-sms-engine.rpy", line 276, in execute File "game/phone/phone-sms-engine.rpy", line 290, in execute File "game/phone/phone-sms-engine.rpy", line 291, in execute File "game/phone/phone-sms-engine.rpy", line 292, in execute File "game/phone/phone-sms-engine.rpy", line 292, in keywords File "game/phone/phone-sms-engine.rpy", line 295, in keywords File "game/phone/phone-sms-engine.rpy", line 297, in keywords File "game/phone/phone-sms-engine.rpy", line 298, in keywords File "game/phone/phone-sms-engine.rpy", line 298, in keywords File "game/phone/phone-sms-engine.rpy", line 299, in <module> IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "days/girl_days/luana/luana_day.rpyc", line 8208, in script File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/days/girl_days/luana/luana_day.rpy", line 8208, in <module> File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\exports.py", line 1637, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal) File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 3579, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 4052, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\screen.py", line 476, in visit_all callback(self) File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\core.py", line 4052, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\screen.py", line 487, in per_interact self.update() File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\display\screen.py", line 680, in update self.screen.function(**self.scope) File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 37, in execute File "game/phone/phone-sms-engine.rpy", line 58, in execute File "game/phone/phone-sms-engine.rpy", line 110, in execute File "game/phone/phone-sms-engine.rpy", line 122, in execute File "game/phone/phone-sms-engine.rpy", line 125, in execute File "game/phone/phone-sms-engine.rpy", line 131, in execute File "game/phone/phone-sms-engine.rpy", line 137, in execute File "game/phone/phone-sms-engine.rpy", line 138, in execute File "game/phone/phone-sms-engine.rpy", line 248, in execute File "game/phone/phone-sms-engine.rpy", line 253, in execute File "game/phone/phone-sms-engine.rpy", line 276, in execute File "game/phone/phone-sms-engine.rpy", line 290, in execute File "game/phone/phone-sms-engine.rpy", line 291, in execute File "game/phone/phone-sms-engine.rpy", line 292, in execute File "game/phone/phone-sms-engine.rpy", line 292, in keywords File "game/phone/phone-sms-engine.rpy", line 295, in keywords File "game/phone/phone-sms-engine.rpy", line 297, in keywords File "game/phone/phone-sms-engine.rpy", line 298, in keywords File "game/phone/phone-sms-engine.rpy", line 298, in keywords File "game/phone/phone-sms-engine.rpy", line 299, in <module> File "J:\02_Harem\The_Inn-v0.08.08-pc\TheInn-v0.08.08-pc\renpy\revertable.py", line 217, in __getitem__ rv = list.__getitem__(self, index) IndexError: list index out of range Windows-10-10.0.22621 AMD64 Ren'Py 8.1.1.23060707 The Inn v0.08.08 Sun Aug 20 15:25:31 2023
I didn't mind it since it was an actual futa instead of being a trap. Anyways, I found a grammar mistake on Joana's dayAround midway through Luana's day.