2.40 star(s) 9 Votes

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
1,922
11,071
Also for those thinking that the game crashes after asked to enter your name, it does not.

screenshot0001.png

When you click again, the text you write ((ie)your name) will be shown in the top left of the screen.

It's just coded wrong, but I'm sure the dev will fix it in a later update.
 
  • Like
Reactions: Redas1313

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
1,922
11,071
yes thanks, but from what i'm understanding taking a quick look, apparently the game doesn't load the pictures at all, i don't know if it's the new patch, but it's skipping scenes as if it can't find the pictures
The only image I've noticed the game not loading is the very first image (where you write your name).
In the script it's coded as scene 0 whereas it should be scene 00

Just another thing for the dev to bugfix.
 

Alpha40

Newbie
Jun 29, 2020
42
25
The only image I've noticed the game not loading is the very first image (where you write your name).
In the script it's coded as scene 0 whereas it should be scene 00

Just another thing for the dev to bugfix.
The only image I've noticed the game not loading is the very first image (where you write your name).
In the script it's coded as scene 0 whereas it should be scene 00

Just another thing for the dev to bugfix.
from what I understand, if you put the scripts for the patch, with the exception of yours, the game starts giving errors and gets corrupted and needs a complete replacement, but currently with yours I still don't see the combined names of the characters with familiar titles like the mother.
 

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
1,922
11,071
from what I understand, if you put the scripts for the patch, with the exception of yours, the game starts giving errors and gets corrupted and needs a complete replacement, but currently with yours I still don't see the combined names of the characters with familiar titles like the mother.
I've tested my patch on both the compressed and uncompressed versions and it works as intended.

  1. Are you placing the def.rpy file inside the game folder here: That_Pervert-0.3-pc\game
  2. Are you using both incest patchs or just mine?
  3. Are you loading a save or starting a fresh game?
Note that the word "Katie" appears in the dialog in both scripts (which is a bit odd as you'd think it would be coded to turn to Mom in the patched version)
The only place the name changes is in the text box name.
 

moneyclub

New Member
Jun 15, 2020
12
1
Can someone help me please i've redownloaded the game from all 4 links and the same thing happens i didn't use the patch or any cheats.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 387, in execute
  File "game/screens.rpy", line 387, in execute
  File "game/screens.rpy", line 389, in execute
  File "game/screens.rpy", line 395, in execute
  File "game/screens.rpy", line 395, in execute
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 397, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, 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 3693, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3693, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 387, in execute
  File "game/screens.rpy", line 387, in execute
  File "game/screens.rpy", line 389, in execute
  File "game/screens.rpy", line 395, in execute
  File "game/screens.rpy", line 395, in execute
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 397, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
That Pervert 0.3
Sun Jul  4 17:02:43 2021
 

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
1,922
11,071
Can someone help me please i've redownloaded the game from all 4 links and the same thing happens i didn't use the patch or any cheats.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 387, in execute
  File "game/screens.rpy", line 387, in execute
  File "game/screens.rpy", line 389, in execute
  File "game/screens.rpy", line 395, in execute
  File "game/screens.rpy", line 395, in execute
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 397, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, 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 3693, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3693, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 387, in execute
  File "game/screens.rpy", line 387, in execute
  File "game/screens.rpy", line 389, in execute
  File "game/screens.rpy", line 395, in execute
  File "game/screens.rpy", line 395, in execute
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 397, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
That Pervert 0.3
Sun Jul  4 17:02:43 2021
Can you try putting these files in your game folder to see if it fixes the issue.
I can't reproduce the issue you're having, so I'm trying to big fix it blindly.
 

moneyclub

New Member
Jun 15, 2020
12
1
Can you try putting these files in your game folder to see if it fixes the issue.
I can't reproduce the issue you're having, so I'm trying to big fix it blindly.
This is at the main menu
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 307, in script
    call screen main_menu
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 391, in execute
    screen load():
  File "game/screens.rpy", line 391, in execute
    screen load():
  File "game/screens.rpy", line 393, in execute
    use file_slots(_("LOAD GAME"))
  File "game/screens.rpy", line 395, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 395, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 397, in execute
    $ page_num = int(page_name_value.get_page())
  File "game/screens.rpy", line 397, in <module>
    $ page_num = int(page_name_value.get_page())
ValueError: invalid literal for int() with base 10: 'quick'

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

Full traceback:
  File "game/screens.rpy", line 307, in script
    call screen main_menu
  File "renpy/ast.py", line 2009, in execute
    self.call("execute")
  File "renpy/ast.py", line 1997, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, 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 3693, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3693, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 391, in execute
    screen load():
  File "game/screens.rpy", line 391, in execute
    screen load():
  File "game/screens.rpy", line 393, in execute
    use file_slots(_("LOAD GAME"))
  File "game/screens.rpy", line 395, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 395, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 397, in execute
    $ page_num = int(page_name_value.get_page())
  File "game/screens.rpy", line 397, in <module>
    $ page_num = int(page_name_value.get_page())
ValueError: invalid literal for int() with base 10: 'quick'

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
That Pervert 0.3
Sun Jul  4 17:25:19 2021
 

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
1,922
11,071
This is at the main menu
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 307, in script
    call screen main_menu
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 391, in execute
    screen load():
  File "game/screens.rpy", line 391, in execute
    screen load():
  File "game/screens.rpy", line 393, in execute
    use file_slots(_("LOAD GAME"))
  File "game/screens.rpy", line 395, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 395, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 397, in execute
    $ page_num = int(page_name_value.get_page())
  File "game/screens.rpy", line 397, in <module>
    $ page_num = int(page_name_value.get_page())
ValueError: invalid literal for int() with base 10: 'quick'

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

Full traceback:
  File "game/screens.rpy", line 307, in script
    call screen main_menu
  File "renpy/ast.py", line 2009, in execute
    self.call("execute")
  File "renpy/ast.py", line 1997, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, 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 3693, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3693, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 391, in execute
    screen load():
  File "game/screens.rpy", line 391, in execute
    screen load():
  File "game/screens.rpy", line 393, in execute
    use file_slots(_("LOAD GAME"))
  File "game/screens.rpy", line 395, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 395, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 397, in execute
    $ page_num = int(page_name_value.get_page())
  File "game/screens.rpy", line 397, in <module>
    $ page_num = int(page_name_value.get_page())
ValueError: invalid literal for int() with base 10: 'quick'

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
That Pervert 0.3
Sun Jul  4 17:25:19 2021
Not sure why you would still get the quick error as I removed the quick reference from the screens file.

I was expecting a new error, but not the same one..
 

heimdal74

Member
Apr 22, 2018
231
506
I had to delete the April's save from the AppData / Roaming folder because it caused me errors with the right click and impossible to save or load a game this game is coded with the feet of a hobbit lol
 

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
1,922
11,071
i think the dev just needs to rewrite the code. ive played the game at v1 and never had issues, i like the story of the game tho
Are you trying to load an old save?
 

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
1,922
11,071
If you're getting the quick error and have played the game before, you may want to delete your old saves located at:
\AppData\Roaming\RenPy\That Pervert-218-1519786094
 

moneyclub

New Member
Jun 15, 2020
12
1
If you're getting the quick error and have played the game before, you may want to delete your old saves located at:
\AppData\Roaming\RenPy\That Pervert-218-1519786094
when i first started v3 i went to load game at the main menu it showed i had saves then it froze before i could even click on one to load so i started the game up again and the saves were gone so i i backed out of load game and then started a new game went save after putting the name in and i got that error.
 

WastedTalent

Active Member
Dec 11, 2020
914
1,471
If you're getting the quick error and have played the game before, you may want to delete your old saves located at:
\AppData\Roaming\RenPy\That Pervert-218-1519786094
I got a ton of errors with v3 and had no save files. I can ignore them but then I get a black screen with no images. towards the end it starts showing images and animations but prior to sneaking up on the neighbor and watching landlady and the neighbor it's all blank black screen. I think an earlier comment said the dev needs to rewrite some stuff and that seems to be the case. Idk what they changed or updated in the code but it caused more issues than it helped or fixed... my .2 works fine.
 

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
1,922
11,071
when i first started v3 i went to load game at the main menu it showed i had saves then it froze before i could even click on one to load so i started the game up again and the saves were gone so i i backed out of load game and then started a new game went save after putting the name in and i got that error.
I got a ton of errors with v3 and had no save files. I can ignore them but then I get a black screen with no images. towards the end it starts showing images and animations but prior to sneaking up on the neighbor and watching landlady and the neighbor it's all blank black screen. I think an earlier comment said the dev needs to rewrite some stuff and that seems to be the case. Idk what they changed or updated in the code but it caused more issues than it helped or fixed... my .2 works fine.
You may have a corrupted file in the location mentioned, if there are any files in the location here, then delete them and try to run the game again.
You might not have a save file there, but you may have a persistent file there causing issues.
 
2.40 star(s) 9 Votes