master861

Well-Known Member
Nov 4, 2022
1,249
1,606
286
Not sure if this comes from sons compressed vesion or from the game itself i get this error if i open up the game.

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

While running game code:
  File "game/screens.rpy", line 438, in execute
  File "game/screens.rpy", line 438, in execute
  File "game/screens.rpy", line 469, in execute
  File "game/screens.rpy", line 470, in execute
  File "game/screens.rpy", line 470, in keywords
  File "game/screens.rpy", line 473, in keywords
  File "game/screens.rpy", line 473, in <module>
  File "game/custom_versions.rpy", line 292, in bonus_active
NameError: name 'cifra' is not defined

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\python.py", line 1178, 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 "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "E:\novel_games+unity\LustTheoryS3-v0.6.0-win-compressed\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 438, in execute
  File "game/screens.rpy", line 438, in execute
  File "game/screens.rpy", line 469, in execute
  File "game/screens.rpy", line 470, in execute
  File "game/screens.rpy", line 470, in keywords
  File "game/screens.rpy", line 473, in keywords
  File "game/screens.rpy", line 473, in <module>
  File "game/custom_versions.rpy", line 292, in bonus_active
NameError: name 'cifra' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Lust Theory S3 v0.6.0
Sat Feb 22 14:12:50 2025
 

troffim

Newbie
Feb 22, 2020
28
36
137
would like to but the game is not stable at all . main menu does not work and some sequences keep giving errors . eventually it gets to a point where ignoring errors leads to the game to reset .
What do you mean? The menu works, and so does the game. Try to delete the files: custom_versions.rpy and custom_versions.rpyc
screenshot0001.png screenshot0002.png screenshot0003.png screenshot0004.png screenshot0005.png screenshot0006.png screenshot0007.png
 
  • Like
Reactions: jinheng

devonY7

Engaged Member
Feb 3, 2020
2,244
3,767
468
What do you mean? The menu works,
talking about the main menu . this pops up when the game starts also pops up when i click main menu . same issue aver deleting that file . the game works but i start to get regular error screens until it gets to a point where it gets stuck in a loop which leads to the game reseting to the intro .
1740235213108.png
 

chaf

Active Member
Oct 10, 2017
979
249
209
i am having lot of errors when playing V6

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/custom_screens.rpy", line 1094, in execute
File "game/custom_screens.rpy", line 1094, in execute
File "game/custom_screens.rpy", line 1098, in execute
File "game/custom_screens.rpy", line 1098, in <module>
File "game/custom_versions.rpy", line 292, in bonus_active
NameError: name 'cifra' is not defined

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

Full traceback:
File "ep6.rpyc", line 4511, in script
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\character.py", line 1455, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\character.py", line 1106, in do_display
display_say(who,
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\character.py", line 803, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\display\core.py", line 2215, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\display\screen.py", line 491, in per_interact
self.update()
File "E:\games\inceton games\LustTheoryS3-v0.6.0-win\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/custom_screens.rpy", line 1094, in execute
File "game/custom_screens.rpy", line 1094, in execute
File "game/custom_screens.rpy", line 1098, in execute
File "game/custom_screens.rpy", line 1098, in <module>
File "game/custom_versions.rpy", line 292, in bonus_active
NameError: name 'cifra' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Lust Theory S3 v0.6.0
Sat Feb 22 19:32:05 2025
 

DarkEmerald

Newbie
Jun 29, 2018
33
103
147
Error? Give me a screenshot.
Python:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 436, in execute
    screen main_menu():
  File "game/screens.rpy", line 436, in execute
    screen main_menu():
  File "game/screens.rpy", line 462, in execute
    if drop_menu_links == "patreon":
  File "game/screens.rpy", line 463, in execute
    vbox:
  File "game/screens.rpy", line 466, in execute
    if bonus_active():
  File "game/screens.rpy", line 466, in <module>
    if bonus_active():
  File "game/custom_versions.rpy", line 292, in bonus_active
    return cifra() >= persistent.pledge_bonus_condition
NameError: name 'cifra' is not defined

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "LustTheoryS3-v0.6.0-win\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "LustTheoryS3-v0.6.0-win\renpy\python.py", line 1178, 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 "LustTheoryS3-v0.6.0-win\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "LustTheoryS3-v0.6.0-win\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "LustTheoryS3-v0.6.0-win\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "LustTheoryS3-v0.6.0-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "LustTheoryS3-v0.6.0-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "LustTheoryS3-v0.6.0-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "LustTheoryS3-v0.6.0-win\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "LustTheoryS3-v0.6.0-win\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "LustTheoryS3-v0.6.0-win\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "LustTheoryS3-v0.6.0-win\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 436, in execute
    screen main_menu():
  File "game/screens.rpy", line 436, in execute
    screen main_menu():
  File "game/screens.rpy", line 462, in execute
    if drop_menu_links == "patreon":
  File "game/screens.rpy", line 463, in execute
    vbox:
  File "game/screens.rpy", line 466, in execute
    if bonus_active():
  File "game/screens.rpy", line 466, in <module>
    if bonus_active():
  File "game/custom_versions.rpy", line 292, in bonus_active
    return cifra() >= persistent.pledge_bonus_condition
NameError: name 'cifra' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.3.24111502
Lust Theory S3 v0.6.0
Sat Feb 22 19:27:32 2025
 

troffim

Newbie
Feb 22, 2020
28
36
137
I've deleted custom_versions.rpy. custom_versions.rpyc doesn't seem to exist.

The file seems to be recreated and I get the same error.
What? You don't have any archives .rpa in your game folder?
Okay, I'm going to download another version of the game that I have. There are no error's in it...
 

troffim

Newbie
Feb 22, 2020
28
36
137
Okay. I uploaded my own version, prepared for translation. I'm a translator, not a hacker or coder.:ROFLMAO: Try it...
 
3.60 star(s) 267 Votes