Create and Fuck your AI Cum Slut –70% OFF
x

devonY7

Engaged Member
Feb 3, 2020
2,260
3,828
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
984
258
229
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
104
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...
 

TTGamble

Newbie
Nov 25, 2018
19
11
57
I tried to decomplie the rpyc using this technique - Not working.
You don't have permission to view the spoiler content. Log in or register now.
I never said to use un.rpyc, but bytecode-39.rpyb (must be added in the game/cache folder)

Also, did you add the patch before ? (which adds a script.py in renpy folder and zz_patch.rpy in game folder)

troffim randomly deletion of files in NEVER a good idea. Deleting custom_versions.rpy will only create the problem in screens.rpy
 
Last edited:

troffim

Newbie
Feb 22, 2020
28
36
137
I never said to use un.rpyc, but bytecode-39.rpyb (must be added in the game/cache folder)

Also, did you add the patch before ? (which adds a script.py in renpy folder and zz_patch.rpy in game folder)

troffim randomly deletion of files in NEVER a good idea. Deleting custom_versions.rpy will only create the problem in screens.rpy
If you remove all the crap from screens.rpy and version.rpy - no problem. In v0.5.2 custom_versions.rpy it wasn't there at all, and everything was working.
 
3.60 star(s) 267 Votes