Chrisanity

Newbie
Mar 2, 2024
25
13
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.
sorry ill do that yeah, but could you please or someone help me if you could?
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,410
2,368
```
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 :/
AfaIk :
The devs made a huge mistake by implementing a method to automatically switch between day and night versions of scenes in the house without checking if these variants really exist. You see in the faulty path that the folder is called "night" but the image is called "afternoon".

This really screws navigation in the house ... try to avoid any unnecessary actions in the house and be careful around day/night changes. You can probably avoid these errors by going straight from your room to the desired location and back. Save often and best have a save from the start of the day so that you can try different variations if you run into a dead end ...


I encountered a similar error last year.
See below where the script uses the "replace" method.

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 :
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"
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.
 
Last edited:

1king45wolf

Newbie
Sep 18, 2021
25
5
If 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 she been arrested need to find out who took it
 

-CookieMonster666-

Message Maven
Nov 20, 2018
12,469
18,452
Is the gay and netorare tag optional?
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.
 

tmv

Member
May 31, 2017
272
54
I started a new game yet now there are several quests that do not close, like 'Kate in the sauna' and 'Kate in the library'. Any suggestions how I can close them?
 

PR Mitter

Member
Jul 6, 2021
249
338
Hey guys, how far the game has progressed?
How about meeting Mom and making some connections with her?
Damn 7 years is a long time for this type of production.
 
Jan 12, 2024
234
99
Yes 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.
I understand, thank you
 

ingenier1991

New Member
Mar 26, 2021
3
1
How 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 support
Mega Pixeldrain
the updated 0.27 have error, fix please
 

cxx

Message Maestro
Nov 14, 2017
69,151
35,050
I started a new game yet now there are several quests that do not close, like 'Kate in the sauna' and 'Kate in the library'. Any suggestions how I can close them?
you are supposed to repeat those ad infinitum or until next update.

Hey guys, how far the game has progressed?
How about meeting Mom and making some connections with her?
Damn 7 years is a long time for this type of production.
mc has met her mother and made "connections" with her.

i wouldn't be surprised if it takes 7 more years to complete.
 
  • Sad
Reactions: PR Mitter

-CookieMonster666-

Message Maven
Nov 20, 2018
12,469
18,452
you are supposed to repeat those ad infinitum or until next update.



mc has met her mother and made "connections" with her.

i wouldn't be surprised if it takes 7 more years to complete.
The next updates almost certainly will only include more side content, like Trash Day, where the MC decides he likes getting physically dirty when he runs into Rona the Trash Lady. :rolleyes:
 

PR Mitter

Member
Jul 6, 2021
249
338
mc has met her mother and made "connections" with her.

i wouldn't be surprised if it takes 7 more years to complete.
[/QUOTE]
Thanks for the information.
 
2.10 star(s) 133 Votes