BlenderGuy

Active Member
Nov 17, 2023
957
1,525
Gutted, love this game. But then this happens and it goes to the Main Menu! Been playing it for about 5 hours lol.


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

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/help.rpy", line 2, in execute
  File "game/help.rpy", line 2, in execute
  File "game/help.rpy", line 7, in execute
  File "game/help.rpy", line 180, in execute
NameError: name 'citytripcassandracorrruption' is not defined

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

Full traceback:
  File "maps.rpyc", line 536, in script
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/ast.py", line 1949, in execute
    self.call("execute")
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/screen.py", line 430, in visit_all
    callback(self)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/screen.py", line 440, in per_interact
    self.update()
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/help.rpy", line 2, in execute
  File "game/help.rpy", line 2, in execute
  File "game/help.rpy", line 7, in execute
  File "game/help.rpy", line 180, in execute
  File "<screen language>", line 180, in <module>
NameError: name 'citytripcassandracorrruption' is not defined

Darwin-23.2.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
The Tyrant 0.9.4
Sat Mar 30 06:41:52 2024
 

BlenderGuy

Active Member
Nov 17, 2023
957
1,525
Finding this game was like embracing a religious calling.
I'm so gutted it bugged out on me, and was abandoned.
Such a gorgeous slut of a filthy mom!
So many HOT situations of incest with the mom and hot sisters too.
The opportunity to cuck your own father was priceless.

Screenshot 2024-03-30 at 18.32.11.png

Screenshot 2024-03-30 at 18.35.50.png
 

Sherengroth

Newbie
Mar 29, 2021
46
13
First rule of the Tyrant.
NO ONE abandons the Tyrant! Let's get this going again! It was fucking ace!
the creator has'nt been active on their patreon since 2021,and even b4 that this game sadly slowly died of niglect, the developer like most , idioticly took on to much, started to many projects with only so much atention & time to give, thats why moderation is key. pick ONE project to work on and write done other project idea's down so you dont forget, set a shcedual so that your project atleast gets a little atention and doesnt get forgoten or you burn out because you did to much and now are a sick of doing those projects. so im sad to say it, but this is game was killed by neglect & burning a candle at both ends.
 

BlenderGuy

Active Member
Nov 17, 2023
957
1,525
the creator has'nt been active on their patreon since 2021,and even b4 that this game sadly slowly died of niglect, the developer like most , idioticly took on to much, started to many projects with only so much atention & time to give, thats why moderation is key. pick ONE project to work on and write done other project idea's down so you dont forget, set a shcedual so that your project atleast gets a little atention and doesnt get forgoten or you burn out because you did to much and now are a sick of doing those projects. so im sad to say it, but this is game was killed by neglect & burning a candle at both ends.
Great advice for those starting out in VN's. The story and choice routes were brilliant.
 

TSSG59

Member
Jun 7, 2021
437
270
you know, im still kinda diss apointed this game is dead, i liked it.
If you have enough storage, and the patience, you can download every render from the game plus those not in the game and create your own version of the game.
There are some fantastic fan art renders too which you could add to the game.
It will not be faithful to the original if that matters.
Maybe if more people tried that they would appreciate just how much work went into the game even before it was abandoned.
No wonder developers burn out.
 
  • Like
Reactions: BlenderGuy

BlenderGuy

Active Member
Nov 17, 2023
957
1,525
If you have enough storage, and the patience, you can download every render from the game plus those not in the game and create your own version of the game.
There are some fantastic fan art renders too which you could add to the game.
It will not be faithful to the original if that matters.
Maybe if more people tried that they would appreciate just how much work went into the game even before it was abandoned.
No wonder developers burn out.
You mean pull some JJ.Abrams shit on it?
 

BlenderGuy

Active Member
Nov 17, 2023
957
1,525
If you have enough storage, and the patience, you can download every render from the game plus those not in the game and create your own version of the game.
There are some fantastic fan art renders too which you could add to the game.
It will not be faithful to the original if that matters.
Maybe if more people tried that they would appreciate just how much work went into the game even before it was abandoned.
No wonder developers burn out.
We could do a Summer Special spin off!


Screen-Shot-2017-12-17-at-22.48.27.png
 
  • Haha
Reactions: TSSG59

BlenderGuy

Active Member
Nov 17, 2023
957
1,525
The game glitched on me after hours of fun. Such a shame, I made the father into a cuck, watching the MC fuck his own mom.
With the sisters as whores in the club. What a quality game!
 

GetOutOfMyLab

Forum Fanatic
Modder
Aug 13, 2021
5,812
15,502
Gutted, love this game. But then this happens and it goes to the Main Menu! Been playing it for about 5 hours lol.


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

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/help.rpy", line 2, in execute
  File "game/help.rpy", line 2, in execute
  File "game/help.rpy", line 7, in execute
  File "game/help.rpy", line 180, in execute
NameError: name 'citytripcassandracorrruption' is not defined

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

Full traceback:
  File "maps.rpyc", line 536, in script
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/ast.py", line 1949, in execute
    self.call("execute")
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/screen.py", line 430, in visit_all
    callback(self)
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/screen.py", line 440, in per_interact
    self.update()
  File "/private/var/folders/tl/20tm4q351svb8y8g2shfm0z00000gn/T/AppTranslocation/44F9A6C1-3A28-4F35-BD72-6F5F7A5CF65B/d/TheTyrant.app/Contents/Resources/autorun/renpy/display/screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/help.rpy", line 2, in execute
  File "game/help.rpy", line 2, in execute
  File "game/help.rpy", line 7, in execute
  File "game/help.rpy", line 180, in execute
  File "<screen language>", line 180, in <module>
NameError: name 'citytripcassandracorrruption' is not defined

Darwin-23.2.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
The Tyrant 0.9.4
Sat Mar 30 06:41:52 2024
Mmm... try this, maybe.
 

Thrasher935

Newbie
Dec 10, 2018
61
30
If you have enough storage, and the patience, you can download every render from the game plus those not in the game and create your own version of the game.
There are some fantastic fan art renders too which you could add to the game.
It will not be faithful to the original if that matters.
Maybe if more people tried that they would appreciate just how much work went into the game even before it was abandoned.
No wonder developers burn out.

Where can i found all renders????
 

TSSG59

Member
Jun 7, 2021
437
270
Where can i found all renders????
Check all the associated threads on f95, some here
Trawling around the net will reveal plenty but you will need to refine your searches.
Beware, you will need plenty of storage to download them all.
 
  • Like
Reactions: Puma1978

Ginji

Lightning Emperor
Donor
May 14, 2017
1,356
3,268
saddogames still visits f95 or someone on their account,2:39am today.sad really a game with so much promise and a dev who wont talk.still has 44 patrons.at this point i dont know whats worse,the dev for taking the money or the idiots paying it.as i said its just sad.:confused:
 

GECK1989

Newbie
Jul 22, 2018
98
83
saddogames still visits f95 or someone on their account,2:39am today.sad really a game with so much promise and a dev who wont talk.still has 44 patrons.at this point i dont know whats worse,the dev for taking the money or the idiots paying it.as i said its just sad.:confused:
Apparently there is a curse hanging on him - "NTR":sneaky:. Other developers tried to restart this project unsuccessfully at different times 3 times. But unfortunately, everything is useless. I decided for myself that I will not delete this game from my computer. For me it has become one of my favorites(y). I'll replay it several times a year.
 
3.50 star(s) 118 Votes