C0untZ3Ro

Newbie
Jul 13, 2020
15
10
OP, Icon Error Fix.


OP, Bug Fix Mega Link.


OP, Icon Error Fix.


Currently she only has talk option and a Date on Phase 2, go talk to her on her room.
You don't have permission to view the spoiler content. Log in or register now.


OP/Front Page


1 Quick Date Option. Go to her room after the phase 1 walkthrough.



For everyone that's having the closing fullscreen error:
In the traceback of everyone that posted this error it shows the same thing, Missing the window_icon.png, please try to use the Icon Fix on the OP, if that doesn't work them let me know.
No it doesn't work. Also having the issue where the game is crashing straight away after changing the default Render in Shift+G. Now unable to change it back... Please advise what I need to change to be able to launch the game again.
 
  • Like
Reactions: Minos187113
Nov 4, 2018
466
494
This works on Android with the app JoiPlay,
Though it took me a couple minutes to figure out what to do with the fixes and patches,
It was quite simple once I found out,
Just had to move all of the extracted files to "game" which gave them (1),
Deleted the ones without the (1),
Then renamed the ones with it so it no longer had it,
Then it worked just fine.

Originally moved the whole folders to game and it didn't end well.

For the issues people are talking about,
I'm not experiencing them,
I don't even have a full screen option in preferences,
Can go anywhere thats currently allowed and do anything without error.
 
Last edited:
Nov 4, 2018
466
494
Game wont even start. Just gives an error.
I had a similar issue untill I correctly applied the fixes,
Each fix is a replacement for an existing file,
Need to add the fixes to the game folder without the folder they come in,
And delete the existing ones,
The new ones should receive a marker (1), < need to rename the file if that happens because it won't work if the name isn't correct.]
If they don't automatically overwright the existing ones.
 
Last edited:
  • Like
Reactions: fbass

PervyMage32

Active Member
Jul 29, 2017
535
836
Oh, I guess it's just another one of those Illusion RENPY games that I see a dozen of every day, I'll just skip this one and...
Sees thicc milf and goth schoolgirl, clicks download without restraint.
o.o
 

WrongBurgundy

New Member
Jun 12, 2020
7
3
What error message would that be?
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/homeevents.rpy", line 98, in script call
call expression renpy.random.choice(["mom_bath"]) from _call_expression_1
File "game/homeevents.rpy", line 98, in script call
call expression renpy.random.choice(["mom_bath"]) from _call_expression_1
File "game/script.rpy", line 3795, in script
call screen menu_livingroomD
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 13, in execute
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
File "game/navigation.rpy", line 13, in keywords
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
NameError: name 'phone_enabled' is not defined

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

Full traceback:
File "game/homeevents.rpy", line 98, in script call
call expression renpy.random.choice(["mom_bath"]) from _call_expression_1
File "game/homeevents.rpy", line 98, in script call
call expression renpy.random.choice(["mom_bath"]) from _call_expression_1
File "game/script.rpy", line 3795, in script
call screen menu_livingroomD
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\statements.py", line 277, 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\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\pawnamerica\Downloads\CBLT JPDE\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 13, in execute
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
File "game/navigation.rpy", line 13, in keywords
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
File "<screen language>", line 13, in <module>
NameError: name 'phone_enabled' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Depraved Town 0.6Final
Sun Nov 29 00:01:22 2020
 
  • Thinking Face
Reactions: masterdragonson

masterdragonson

Engaged Member
Jan 30, 2018
3,280
4,657
You don't have permission to view the spoiler content. Log in or register now.
I see you have '\DepravedTown-v0.6.1Final-pc\DepravedTown-v0.6Final-pc\'
So are you on 0.6.1 or are you still using 0.6?

Eh it's late and I'm about to go to sleep so here is a little fix.
It just makes sure these two variables are set
Code:
default phone_enabled = True
default location = "mc_room"
If you are using the Incest Patch I don't think that was updated to 0.6.1 yet. However a quick fix for that
https://f95zone.to/threads/depraved...blic-justanotherdegenerate.56935/post-4638983

Also in the event you are missing 5100 Suzune Images
 

yaboidickweed

Newbie
May 22, 2018
73
22
I'm still looping hard at the Suzune/Sun visit. I installed the linked bug fix on the incest patch version.
1606638432457.png

Edit: after fiddling around, it seems to only happen if the event occurs on day 1, or when you discover your aunt at the club. Then I get locked into hanging out with Sun, which leads to the loop, even after I saw it earlier.
 
Last edited:
3.00 star(s) 36 Votes