The only image I've noticed the game not loading is the very first image (where you write your name).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.
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.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.
I've tested my patch on both the compressed and uncompressed versions and it works as intended.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'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.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
This is at the main menuCan 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.
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
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 thoDev go back to the drawing board and start a new.
Not sure why you would still get the quick error as I removed the quick reference from the screens file.This is at the main menuCode: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
Are you trying to load an old save?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
no i cant even get to the save slot screenAre you trying to load an old save?
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.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.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.
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.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.
For me it's fine, except for the very 1st image. Every other image loads as intendedI think an earlier comment said the dev needs to rewrite some stuff and that seems to be the case.