silV401

New Member
Jul 2, 2024
4
0
I try to open the save or load screen and it keeps giving an error, I can't load my saves and if I started a new game, I wouldn't be able to save, does anyone know how to solve it?
 

cxx

Message Maestro
Nov 14, 2017
62,027
31,153
I try to open the save or load screen and it keeps giving an error, I can't load my saves and if I started a new game, I wouldn't be able to save, does anyone know how to solve it?
we aren't mindreaders so win, linux, mac or android? tried re-dl (jdownloader) and re-extract (latest 7zip)?
 

silV401

New Member
Jul 2, 2024
4
0
we aren't mindreaders so win, linux, mac or android? tried re-dl (jdownloader) and re-extract (latest 7zip)?
I'm on Windows 11, I've already reinstalled it using jdownloader, free download manager and Google itself (all updated), I extracted it with winrar and 7zip (all updated) and the error continues.
 

darlic

Well-Known Member
Feb 27, 2017
1,866
3,163
I'm on Windows 11, I've already reinstalled it using jdownloader, free download manager and Google itself (all updated), I extracted it with winrar and 7zip (all updated) and the error continues.
when the error pops up, click on copy BBCode and paste it here (inside a spoiler tag if possible)
 

cxx

Message Maestro
Nov 14, 2017
62,027
31,153
I'm on Windows 11, I've already reinstalled it using jdownloader, free download manager and Google itself (all updated), I extracted it with winrar and 7zip (all updated) and the error continues.
did you use wt-mod previously?
 

silV401

New Member
Jul 2, 2024
4
0
when the error pops up, click on copy BBCode and paste it here (inside a spoiler tag if possible)
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 667, in execute
    screen load():
  File "game/screens.rpy", line 667, in execute
    screen load():
  File "game/screens.rpy", line 673, in execute
    use file_slots(_("Load"))
  File "game/screens.rpy", line 712, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 712, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 714, in execute
    grid 4 2:
  File "game/screens.rpy", line 720, in execute
    for i in range(8):
  File "game/screens.rpy", line 722, in execute
    button:
  File "game/screens.rpy", line 736, in execute
    if FileSaveName(slot):
  File "game/screens.rpy", line 737, in execute
    text FileSaveName(slot):
Exception: String u'[' ends with an open format operation.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  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 "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    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 3325, 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 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 667, in execute
    screen load():
  File "game/screens.rpy", line 667, in execute
    screen load():
  File "game/screens.rpy", line 673, in execute
    use file_slots(_("Load"))
  File "game/screens.rpy", line 712, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 712, in execute
    screen file_slots(title):
  File "game/screens.rpy", line 714, in execute
    grid 4 2:
  File "game/screens.rpy", line 720, in execute
    for i in range(8):
  File "game/screens.rpy", line 722, in execute
    button:
  File "game/screens.rpy", line 736, in execute
    if FileSaveName(slot):
  File "game/screens.rpy", line 737, in execute
    text FileSaveName(slot):
  File "renpy/text/text.py", line 1669, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 572, in _vformat
  File "renpy/substitutions.py", line 160, in parse
    raise Exception("String {0!r} ends with an open format operation.".format(s))
Exception: String u'[' ends with an open format operation.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Cybernetic Seduction Ep5_1
Sat Aug 31 17:08:29 2024
 
4.30 star(s) 41 Votes