4.40 star(s) 27 Votes

Maverick2104

Newbie
Mar 5, 2018
47
68
224
I just tried to play for the first time, but even after installing the new file and renaming the old one, I still get a lot of errors.

Shouldn't I be able to update the activator?
 

Mr Redux

Member
Aug 9, 2017
192
583
255
I just tried to play for the first time, but even after installing the new file and renaming the old one, I still get a lot of errors.

Shouldn't I be able to update the activator?
When you delete the Patreon folder, the game throws errors because it can’t find the content inside it. You should only use the screens.rpy method. This way, you shouldn’t encounter any errors.
 

noiuhfdhdh

Member
May 9, 2023
219
163
72
screens.rpy
Drop this file into the game folder — it forces the account to become active Patreon, no matter what shows up.
Delete or rename the screens.rpyc file by adding a - at the end (e.g., screens.rpyc-).

There's no need to delete the Patreon folder—it will most likely continue to work even if the game gets updated.

If you delete the Patreon folder, the game becomes temporarily playable—but it carries potential errors and could cause issues at any point.

If the file content opened as a page, you can download it by using “Save Page As.”
The file name should be screens.rpy, exactly like that.
I downloaded the game on Windows, then accessed the game folder, deleted a file screens.rpyc, and then downloaded your file and placed it in the game folder.
The result: I can access the game, but a strange menu appears and the interface does not appear.
Is there a solution?
 

noiuhfdhdh

Member
May 9, 2023
219
163
72
I downloaded the game on Windows, then accessed the game folder, deleted a file screens.rpyc, and then downloaded your file and placed it in the game folder.
The result: I can access the game, but a strange menu appears and the interface does not appear.
Is there a solution?
there is black screen
 

Mr Redux

Member
Aug 9, 2017
192
583
255
I downloaded the game on Windows, then accessed the game folder, deleted a file screens.rpyc, and then downloaded your file and placed it in the game folder.
The result: I can access the game, but a strange menu appears and the interface does not appear.
Is there a solution?
there is black screen
I don't think the issue is caused by me or the file I gave you. The only line I modified was the active Patreon check.
Still, could you send a screenshot? I’m not exactly sure what you’re seeing.
 

Unkoep

Member
Jun 10, 2018
148
194
159
It doesn't matter what he does. He can hire the best programmer in the world, and it's still going to get cracked eventually. If people can hack their way into the Pentagon and share their classified information on Warhammer, I think Kim's Patreon shenanigans are nothing comparatively.
Maybe he should focus more on making the game more stable "programming-wise" instead of putting obstacles in place to prevent piracy. F95 is the biggest pond to fish for Patreon supporters. The only thing he will accomplish is making people despise him when there are developers here that understand this delicate ecosystem and try to navigate the F95 page as best they can to gather more support.
View attachment 5038637
yeah take that streetfighter guy. theyre pretty chill
 
Oct 18, 2024
22
28
13
I think you tried to send a screenshot, but your posts appear empty. I’ve already explained everything for Android in the posts one page earlier.
Im playing the windows version. Is it normal for the error to pop up every time i click or progressing the game?
I think the error is related to bold_name
 

Mr Redux

Member
Aug 9, 2017
192
583
255
Im playing the windows version. Is it normal for the error to pop up every time i click or progressing the game?
I think the error is related to bold_name
Of course, it’s not normal for it to keep causing issues.
If you send the error screen as an image, I can take a closer look based on that.
The variable bold_name doesn’t exist in the screens file, and I didn’t create the game, so issues like this aren’t entirely on me.
But I’ll try to help if I can.
 

MilesKiyaAnny

Well-Known Member
Jan 18, 2019
1,779
557
186
legit i in even worst art than this game thread but dev does respond well and stuff thus they getting more support from people that paying for early acess content
 
Last edited:
Oct 18, 2024
22
28
13
Of course, it’s not normal for it to keep causing issues.
If you send the error screen as an image, I can take a closer look based on that.
The variable bold_name doesn’t exist in the screens file, and I didn’t create the game, so issues like this aren’t entirely on me.
But I’ll try to help if I can.
Below is the error popup i get on almost every click even if i click ignore.


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

While running game code:
Exception: Style u'bold_name' does not exist.

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

Full traceback:
  File "game/script.rpyc", line 462, in script
    t  O  StU ^țX )[  P  TJ- 7 
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  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/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 570, 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/text/text.py", line 1722, in per_interact
    if self.style.slow_abortable:
  File "gen-static/styleclass.pxi", line 773, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "style.pyx", line 493, in renpy.style.StyleCore._get
  File "style.pyx", line 679, in renpy.style.build_style
  File "style.pyx", line 142, in renpy.style.get_full_style
  File "style.pyx", line 98, in renpy.style.get_style
Exception: Style u'bold_name' does not exist.

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
Hokages Adopted Son 0.4
Mon Jul 14 04:43:05 2025
 

Mr Redux

Member
Aug 9, 2017
192
583
255
Below is the error popup i get on almost every click even if i click ignore.
From what I can tell, there seems to be an issue with your script file or how it’s being read. I’ve shared my own files—try placing them into the game folder and give it another shot.

If those files don’t solve the issue, try re-downloading the game from an alternative link and launch it using the screens file I provided.


Ah, these game developers... If only they didn’t go to such lengths trying to protect the game, we wouldn’t be dealing with so many issues. They don’t seem to realize that no matter what, it’ll always end up being cracked somehow. All they manage to do is cause problems—it’s honestly pretty sad.
 
  • Like
Reactions: Superbior

Mr Redux

Member
Aug 9, 2017
192
583
255
Its the same, probably need to download from alternative link. Which link did u download it from?
I always use Gofile and Pixeldrain—if those aren’t available, then Mega. Other file hosting sites are often full of ads and can even mess with the files. I’ve especially experienced that kind of issue with VikingFile.
 

RoseLake

Member
Apr 2, 2022
190
214
167
insane to ask people to pay to play a game where the settings just dont work correctly...

really hope this picks up though arts great and stories not bad
 
Last edited:
  • Like
Reactions: FakeFrost
4.40 star(s) 27 Votes