gregers

Forum Fanatic
Dec 9, 2018
4,408
5,576
Loaded an (un-modded) save with no issues, doesn't seem to be any trouble so far.
 

opalix

Newbie
Aug 8, 2019
24
10
Does anyone else have this type of exception on start up?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/bibifoc/save_name.rpy", line 5, in script
    init python:
  File "game/bibifoc/save_name.rpy", line 5, in script
    init python:
  File "game/bibifoc/save_name.rpy", line 16, in <module>
    if persistent._file_page.isnumeric():
AttributeError: 'str' object has no attribute 'isnumeric'

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

Full traceback:
  File "renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 560, in main
    renpy.game.context().run(node)
  File "game/bibifoc/save_name.rpy", line 5, in script
    init python:
  File "game/bibifoc/save_name.rpy", line 5, in script
    init python:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/bibifoc/save_name.rpy", line 16, in <module>
    if persistent._file_page.isnumeric():
AttributeError: 'str' object has no attribute 'isnumeric'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The Assistant 2.03
Sun Oct  2 13:47:10 2022
 

RNasc4444

Active Member
Aug 16, 2022
678
2,551
If you are getting an error after loading previous save try rolling back before going forward. Fixed the error for me. Saved over it and it works just fine without the mod.

I have a question though. The good guy/bad guy score on the top left corner and the heart with the love/lust stats for all girls seem to be gone in this new update. Was it a game feature or was it part of the mod? I thought it was part of the game itself but I may be misremembering.
 

opfela

Member
Jan 18, 2018
225
661
Does anyone else have this type of exception on start up?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/bibifoc/save_name.rpy", line 5, in script
    init python:
  File "game/bibifoc/save_name.rpy", line 5, in script
    init python:
  File "game/bibifoc/save_name.rpy", line 16, in <module>
    if persistent._file_page.isnumeric():
AttributeError: 'str' object has no attribute 'isnumeric'

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

Full traceback:
  File "renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 560, in main
    renpy.game.context().run(node)
  File "game/bibifoc/save_name.rpy", line 5, in script
    init python:
  File "game/bibifoc/save_name.rpy", line 5, in script
    init python:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/bibifoc/save_name.rpy", line 16, in <module>
    if persistent._file_page.isnumeric():
AttributeError: 'str' object has no attribute 'isnumeric'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The Assistant 2.03
Sun Oct  2 13:47:10 2022
Yeah, I did have the same error.
Had to delete the persistent save file in "AppData/Roaming/RenPy/TheAsisstant" and then it worked.
 

opalix

Newbie
Aug 8, 2019
24
10
It dies before I even have the chance to choose a save file.
Right after double clicking on the .exe file
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,657
23,759
here is my unofficial android port of The Assistant v2.03.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage (or a new one on Android 11 :FacePalm:), because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
 

jussi818

Member
Jul 17, 2017
158
86
i wonder where is numbers wrong ,game page it says 2.3 and mod and some other things says 2.03 :unsure: perhaps no problems but just curious asking because some times just wrong numbers is mix game ;)
 

Pif paf

Engaged Member
Feb 5, 2018
2,365
1,114
Incest patch updated to ch 2.2 (alone)+ incest patch and JokerLeader WT mod. Instructions:

- Unrar the file
- Copy the "game" folder and paste it in The Assistant main folder (not in the "game" subfolder). Replace files when prompted
Does the incest patch need an update for the latest version?
 

strenif

Engaged Member
Aug 18, 2017
2,857
4,992
I've added cheats to the Walkthrough Mod.
Use the cheats at your own risk.
View attachment 2077494

I get this when installing . It happens when opening the game.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/tl/english/dia10_03.rpy", line 8319, in script
old "[JGR11]Sí"
File "game/tl/english/dia10_03.rpy", line 8319, in script
old "[JGR11]Sí"
Exception: A translation for "[JGR11]Sí" already exists at game/tl/english/dia08.rpy:7428.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "game/tl/english/dia10_03.rpy", line 8319, in script
old "[JGR11]Sí"
File "game/tl/english/dia10_03.rpy", line 8319, in script
old "[JGR11]Sí"
File "renpy/ast.py", line 2519, in execute
renpy.translation.add_string_translation(self.language, self.old, self.new, newloc)
File "renpy/translation/__init__.py", line 453, in add_string_translation
stl.add(old, new, newloc)
File "renpy/translation/__init__.py", line 394, in add
quote_unicode(old), fn, line))
Exception: A translation for "[JGR11]Sí" already exists at game/tl/english/dia08.rpy:7428.

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
The Assistant 2.03
Sun Oct 2 07:46:51 2022


Removing

# dia08.rpy:2676
old "[JGR11]Sí"
new "[JGR11]Yes"

seems to fix it
 
  • Like
Reactions: denen
4.20 star(s) 73 Votes