qfsx870901
New Member
- Aug 1, 2017
- 14
- 7
- 98
Hey guys, my save crashed somehow, and I really really don't want to go through all this game again. Would any kind gentleman like to share a v026 save with me? thx
You should post the Error Message ... and you could also search for it in this thread.Is there a fix or workaround for the bug near the beginning when you're supposed to go to Kate's room to unlock the school? Game gives an error and trying to ignore it makes the game go to the main menu.
*before not after.» NEW SCENE: Buy gun from Trevor (at the car shop)
Oh my God !
I already remember..training after....Dark street....
Thanks
Could you please put that type of error code in SPOILER tags? Anyone not able to help you will have to scroll a lot more than they should just to move beyond your post. Alternately, you can attach the traceback.txt file to your post instead. But please don't post walls-of-error-text in the future.```
I'm sorry, but an uncaught exception occurred.
While loading <'MatrixColor' <'Image' u'navigation/Kate_Bedroom/night/kate_bedroom_afternoon_a.png'> (1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'navigation/Kate_Bedroom/night/kate_bedroom_afternoon_a.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "rooms.rpyc", line 330, in script
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\ast.py", line 1907, in execute
self.call("execute")
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\ast.py", line 1895, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\statements.py", line 220, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\exports.py", line 2873, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\core.py", line 3174, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\core.py", line 2086, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\screen.py", line 669, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\behavior.py", line 740, in render
rv = super(Button, self).render(width, height, st, at)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\layout.py", line 1124, in render
st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\im.py", line 1256, in load
surf = cache.get(self.image)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\jagge\Downloads\IndecentDesires-theGamev027ALPHA-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'navigation/Kate_Bedroom/night/kate_bedroom_afternoon_a.png'.
Windows-8-6.2.9200
Ren'Py 7.2.1.457
Indecent Desires theGamev027ALPHA
Thu Jan 30 21:13:56 2025
```
any help? and dont say go to the discord bc they not helping neither, seem no one knows how to solve shit in this community from what im seeing :/
The update, of course. "We rejiggered the release, upgrading the update with improved betterments that increase the progress." Read between the lines, man.what was updated?
sorry ill do that yeah, but could you please or someone help me if you could?Could you please put that type of error code in SPOILER tags? Anyone not able to help you will have to scroll a lot more than they should just to move beyond your post. Alternately, you can attach the traceback.txt file to your post instead. But please don't post walls-of-error-text in the future.
AfaIk :```
I'm sorry, but an uncaught exception occurred.
While loading <'MatrixColor' <'Image' u'navigation/Kate_Bedroom/night/kate_bedroom_afternoon_a.png'>...
any help? and dont say go to the discord bc they not helping neither, seem no one knows how to solve shit in this community from what im seeing :/
About the error :
IOError: Couldn't find file 'navigation/Main_Area/night/sarah_phone_a.png'.
There are only a few occurences of "sarah_phone_a" in the whole script and they all use "navigation/main_area/day/bg_sarah_phone_a.png" :
Code:mainevents.rpy (12 hits) Line 317: $ Room('Main Area', ["Livingroom", "Kitchen", "Upper_Hallway", "Casual_Lounge"], ["sarah_phone_a"], False) Line 318: $ roomsDict["Main_Area"].SetBGDay("navigation/main_area/day/bg_sarah_phone_a.png") Line 321: $ Room('Main Area', ["Livingroom", "Kitchen", "Upper_Hallway", "Casual_Lounge"], ["sarah_phone_a"], False) Line 322: $ roomsDict["Main_Area"].SetBGDay("navigation/main_area/day/bg_sarah_phone_a.png") Line 327: $ Room('Main Area', ["Livingroom", "Kitchen", "Upper_Hallway", "Casual_Lounge"], ["sarah_phone_a"], False) Line 328: $ roomsDict["Main_Area"].SetBGDay("navigation/main_area/day/bg_sarah_phone_a.png") Line 331: $ Room('Main Area', ["Livingroom", "Kitchen", "Upper_Hallway", "Casual_Lounge"], ["sarah_phone_a"], False) Line 332: $ roomsDict["Main_Area"].SetBGDay("navigation/main_area/day/bg_sarah_phone_a.png") Line 337: $ Room('Main Area', ["Livingroom", "Kitchen", "Upper_Hallway", "Casual_Lounge"], ["sarah_phone_a"], False) Line 338: $ roomsDict["Main_Area"].SetBGDay("navigation/main_area/day/bg_sarah_phone_a.png") Line 341: $ Room('Main Area', ["Livingroom", "Kitchen", "Upper_Hallway", "Casual_Lounge"], ["sarah_phone_a"], False) Line 342: $ roomsDict["Main_Area"].SetBGDay("navigation/main_area/day/bg_sarah_phone_a.png")
However there are methods for several classes who change pathes from day to night and vice versa probably for the case the player advances time by an action and then goes back through rooms already stored, eg :
So I guess the error happens on days when Sarah is standing in the main area and mc is busy in the house and advances time from afternoon to evening, eg by training in the gym.Code:class Object: def __init__(self, room, name): self.name = name self.imgDay = dir + room.replace(" ","_") + "/day/" + name + ".png" self.imgNight = dir + room.replace(" ","_") + "/night/" + name + ".png"
what progress? watching kate masturbate in shower 10 times is 1 of worst cases of milking and as interesting as watch paint dry.The update, of course. "We rejiggered the release, upgrading the update with improved betterments that increase the progress." Read between the lines, man.
yes she been arrested need to find out who took itIf a particular path that you're pursuing has no more content, typically the "Hints" in the game will have "(WIP)" after it. So has Sarah already been arrested? That will determine where you are and so also decide what the next things to do should be.
Yes to the gay content; no to at least some of the netorare. There's a scene that's part of the story with NTR. You either can choose to watch or not (IIRC), but it happens regardless. It has to do with things that are out of the MC's control and things he didn't know were going on until he starts staying at Sarah's house and sees them for himself.Is the gay and netorare tag optional?
I understand, thank youYes to the gay content; not to at least some of the netorare. There's a scene that's part of the story with NTR. You either can choose to watch or not (IIRC), but it happens regardless. It has to do with things that are out of the MC's control and things he didn't know were going on until he starts staying at Sarah's house and sees them for himself.
the updated 0.27 have error, fix pleaseHow to use:
https://f95zone.to/threads/indecent-desires-the-game-v0-24-vilelab.11623/post-12177221
Made something Mega Pixeldrain
IndecentDesiresv022-CheatGallery.
IndecentDesiresv023-full-CheatGallery.
Mega Pixeldrain
IndecentDesiresv024-ALPHA-CheatGallery.
Mega Pixeldrain
IndecentDesiresv024-full-CheatGallery.
Mega Pixeldrain
updated to IndecentDesires-theGamev025
Mega Pixeldrain
Mega Pixeldrain
updated to IndecentDesires-theGamev027
If you find it usefull pls supportYou must be registered to see the links
Mega Pixeldrain