Create and Fuck your AI Slut -70% OFF
x

Xem

Newbie
Jul 17, 2019
90
45
162
So im here cause idk what to, do im not able to get past winter because of this issue, whenever i recieve a message to start the final event the game shows up this error message and leaves me back in the room (it showed up in previous versions of the game as well but i dont remember how i dealt with it back then so it could just be an error on my end)
any help is appretiated

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

While running game code:
  File "game/locations/bedrooms/bedrooms.rpy", line 114, in script call
  File "game/seasons/progress.rpy", line 22, in script call
  File "game/core/mechanics/sleeping.rpy", line 237, in script call
  File "game/core/mechanics/time.rpy", line 119, in script call
  File "game/core/definitions/events.rpy", line 252, in script call
  File "game/core/definitions/events.rpy", line 228, in script call
  File "game/events/chapter_one/Sentinel_attack.rpy", line 100, in script
  File "game/events/chapter_one/Sentinel_attack.rpy", line 100, in <module>
  File "game/core/mechanics/phone.rpy", line 54, in open_texts
  File "game/core/mechanics/phone.rpy", line 31, in read_texts
AttributeError: 'NPCClass' object has no attribute 'Texts'

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

Traceback (most recent call last):
  File "game/locations/bedrooms/bedrooms.rpy", line 114, in script call
  File "game/seasons/progress.rpy", line 22, in script call
  File "game/core/mechanics/sleeping.rpy", line 237, in script call
  File "game/core/mechanics/time.rpy", line 119, in script call
  File "game/core/definitions/events.rpy", line 252, in script call
  File "game/core/definitions/events.rpy", line 228, in script call
  File "game/events/chapter_one/Sentinel_attack.rpy", line 100, in script
  File "renpy/ast.py", line 1187, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1273, in py_exec_bytecode
    exec(bytecode, globals, locals)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/events/chapter_one/Sentinel_attack.rpy", line 100, in <module>
  File "game/core/mechanics/phone.rpy", line 54, in open_texts
  File "game/core/mechanics/phone.rpy", line 31, in read_texts
AttributeError: 'NPCClass' object has no attribute 'Texts'

Windows-11-10.0.22000-SP0 AMD64
Ren'Py 8.5.0.25091701+unofficial
The Null Hypothesis 0.8c.beta
Fri Sep 26 19:11:50 2025
 
Last edited:

FP00

Member
Dec 18, 2018
186
337
207
That sneaky tech has been there all along, hiding in plain sight, probably constantly bitching about the danger room being trashed so much.
I remember doing a double-take when I saw Forge's name after becoming familiar with the comics. Forge has a heavy influence on events in the comics due to not being in the X-Men, and later, when he joins provides a major tech advantage to the team. Those uniforms they used in the 90s outright prevented bullets from penetrating, thanks to Forge (can't recall if they also prevented the kinetic impact force of the bullets). This, of course, was of immense help in their battles with the Reavers and Genosha, who used a lot of guns.

With Forge joining the team much, much earlier than he did in 616, it'll be interesting to see how events change going forward and how many are just outright prevented from happening.
 

Xem

Newbie
Jul 17, 2019
90
45
162
this is the full log after i press ignore a bunch of times if anyone is interested
my coding skills are pretty limited but from what i can tell the game is unable to find the text message that the npc is supposed to display or the text straight up was deleted from the game and that is what causes the game to send me back to my room, but like i said my skills are very limited so i could be very wrong, either way getting a save file past winter could also help me

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

While running game code:
  File "game/locations/bedrooms/bedrooms.rpy", line 114, in script call
  File "game/seasons/progress.rpy", line 22, in script call
  File "game/core/mechanics/sleeping.rpy", line 237, in script call
  File "game/core/mechanics/time.rpy", line 119, in script call
  File "game/core/definitions/events.rpy", line 252, in script call
  File "game/core/definitions/events.rpy", line 228, in script call
  File "game/events/chapter_one/Sentinel_attack.rpy", line 144, in script
  File "game/interfaces/master.rpy", line 3, in execute
  File "game/interfaces/master.rpy", line 3, in execute
  File "game/interfaces/master.rpy", line 11, in execute
  File "game/interfaces/master.rpy", line 28, in execute
  File "game/interfaces/master.rpy", line 48, in execute
  File "game/interfaces/master.rpy", line 49, in execute
  File "game/interfaces/master.rpy", line 52, in execute
  File "game/interfaces/belt.rpy", line 62, in execute
  File "game/interfaces/belt.rpy", line 62, in execute
  File "game/interfaces/belt.rpy", line 157, in execute
  File "game/interfaces/belt.rpy", line 159, in execute
  File "game/interfaces/belt.rpy", line 159, in <module>
AttributeError: 'NPCClass' object has no attribute 'mandatory_text_options'

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

Traceback (most recent call last):
  File "game/locations/bedrooms/bedrooms.rpy", line 114, in script call
  File "game/seasons/progress.rpy", line 22, in script call
  File "game/core/mechanics/sleeping.rpy", line 237, in script call
  File "game/core/mechanics/time.rpy", line 119, in script call
  File "game/core/definitions/events.rpy", line 252, in script call
  File "game/core/definitions/events.rpy", line 228, in script call
  File "game/events/chapter_one/Sentinel_attack.rpy", line 144, in script
  File "renpy/ast.py", line 2241, in execute
    self.call("execute")
    ~~~~~~~~~^^^^^^^^^^^
  File "renpy/ast.py", line 2195, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
           ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/statements.py", line 381, in call
    return method(parsed, *args, **kwargs)
           ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/common/000statements.rpy", line 485, in execute_pause
    renpy.pause()
    ~~~~~~~~~~~^^
  File "renpy/exports/statementexports.py", line 198, in pause
    rv = renpy.ui.interact(mouse="pause", type="pause", roll_forward=roll_forward, pause=delay, pause_modal=modal)
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/ui.py", line 304, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 2233, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )
    ^
  File "renpy/display/core.py", line 2772, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2772, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^ 
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/interfaces/master.rpy", line 3, in execute
  File "game/interfaces/master.rpy", line 3, in execute
  File "game/interfaces/master.rpy", line 11, in execute
  File "game/interfaces/master.rpy", line 28, in execute
  File "game/interfaces/master.rpy", line 48, in execute
  File "game/interfaces/master.rpy", line 49, in execute
  File "game/interfaces/master.rpy", line 52, in execute
  File "game/interfaces/belt.rpy", line 62, in execute
  File "game/interfaces/belt.rpy", line 62, in execute
  File "game/interfaces/belt.rpy", line 157, in execute
  File "game/interfaces/belt.rpy", line 159, in execute
  File "game/interfaces/belt.rpy", line 159, in <module>
AttributeError: 'NPCClass' object has no attribute 'mandatory_text_options'

Windows-11-10.0.22000-SP0 AMD64
Ren'Py 8.5.0.25091701+unofficial
The Null Hypothesis 0.8c.beta
Fri Sep 26 20:05:47 2025
 

FP00

Member
Dec 18, 2018
186
337
207
this is the full log after i press ignore a bunch of times if anyone is interested
my coding skills are pretty limited but from what i can tell the game is unable to find the text message that the npc is supposed to display or the text straight up was deleted from the game and that is what causes the game to send me back to my room, but like i said my skills are very limited so i could be very wrong, either way getting a save file past winter could also help me
Do you have any mods or console commands active?

My coding skills are nonexistent, but that could explain things if you have either of those enabled.
 

Tommy7358

Member
Jul 25, 2022
348
556
208
Literally the one I was gonna suggest. As a casual enjoyer I hold Love & Sex Second base as a "what to do" and "what not to do" when it comes to making a social sim. It has its flaws but it has so many pros to balance it out.

Check out my Fan Games for Fans list if you wanna try a few gems. Many of them have social sim elements even if it's not the focus.
OK, I'm not sure if it's F95zone not displaying new messages or if I was distracted with trawling through the thread but I didn't even see this post until now.

Nice, I'll probably be checking that out first since it seems right up my alley but I didn't really get into it due to the middling overall review score. And yes, I have seen your recommendation for both fan games and HTML and plan to check them out when I finally finish reading through this thread.
 

Tommy7358

Member
Jul 25, 2022
348
556
208
How are you holding up, Tommy7358? Are you at September?
July and part of August was... interesting around here.
Speak of the devil, I'm currently at page 960 which is 17th August so yeah the thread's been plenty entertaining; from NexivSelecaf and cannavaro99 and others posting Rogue X Magneto pics whenever someone mentions cheating on Rogue, freddygonzo, pepplez and you discussing and making some mods, that dude who was arguing with everyone due to skill issues with Rogue and Laura, finding out great minds think alike when I saw salscou's comment of wanting to see the rest of the love interests' reactions when they see Null pick Emma over them that I unknowingly mirrored and to NexivSelecaf going off on a rant about arbitrary timelines and Rogue's issues with babies. And that's just the things that come to mind.

And of course can't forget about the constant, unending questions about:
FRIENDPOINTZ11.png

So yeah, I'm having fun; I'd even go as far to say that scrolling through the thread was more fun than playing some of the games on this site. Though with about 70 pages left to go I'm going to stop here and go to bed for tonight since I have spent almost 13 hours on this thread. Never thought reading through a porn game thread could take so long...
 
Last edited:

The_Man_With_No_Name

Well-Known Member
Dec 16, 2022
1,277
5,035
273
Speak of the devil, I'm currently at page 960 which is 17th August so yeah the thread's been plenty entertaining; from NexivSelecaf and cannavaro99 and others posting Rogue X Magneto pics whenever someone mentions cheating on Rogue, freddygonzo, pepplez and you discussing and making some mods, that dude who was arguing with everyone due to skill issues with Rogue and Laura, finding out great minds think alike when I saw salscou's comment of wanting to see the rest of the love interests' reactions when they see Null pick Emma over them that I unknowingly mirrored and to NexivSelecaf going off on a rant about arbitary timelines and Rogue's issues with babies.

And of course can't forget about the constant questions about:
View attachment 5287949

So yeah, I'm pretty entertainment with about 70 pages to go though I'm going to stop here and go to bed since I have spent almost 16 hours on this thread. Never thought reading through a porn game thread could take so long...
Groundhog day with the friend points... anyway I'm pretty exited to see Null hook up with the evil bitch nice blond telepath lady too. The reactions to Emma being around will be delicious.
Hope Jean and Emma can kiss and make up. :love:
 
  • Like
Reactions: Null Void Abyss

Tommy7358

Member
Jul 25, 2022
348
556
208
Groundhog day with the friend points... anyway I'm pretty exited to see Null hook up with the evil bitch nice blond telepath lady too. The reactions to Emma being around will be delicious.
Hope Jean and Emma can kiss and make up. :love:
Amen to that, though I'm definitely eventually going to make separate saves just to see the different combinations of catfights with the biggest of them all being Emma vs everyone else.
 
  • Haha
Reactions: salscou

The Senior Perv

Well-Known Member
May 4, 2022
1,780
16,980
637
So.... Got all hyped and installed v0.8b1 and tweaking the multi-threading, cache and preload assets has not helped. Anybody got a functioning solution?
You don't have permission to view the spoiler content. Log in or register now.
Didn't know Jean also knew the same four arm technique that Ten Shin Han does in DB.
RDT_20250926_2217378367483958564816340~2.jpg
 

Xem

Newbie
Jul 17, 2019
90
45
162
Do you have any mods or console commands active?

My coding skills are nonexistent, but that could explain things if you have either of those enabled.
no mods or console commands on this save file, i did it previously but after getting the error message i deleted the game folder and started a fresh game and the error persisted even then, so if you know where the root folder (basically where the persistent data between versions is stored) is so i can wipe all files and start from scrach i would be happy to do so or heck maybe even a save file, anithing that helps me get past this
 

FP00

Member
Dec 18, 2018
186
337
207
no mods or console commands on this save file, i did it previously but after getting the error message i deleted the game folder and started a fresh game and the error persisted even then, so if you know where the root folder (basically where the persistent data between versions is stored) is so i can wipe all files and start from scrach i would be happy to do so or heck maybe even a save file, anithing that helps me get past this
%appdata% look for the Ren'Py folder and maybe delete the whole thing.

Edit: The Ren'Py folder only.
 

NexivSelecaf

Engaged Member
Aug 25, 2017
2,253
9,887
747
[...] and to NexivSelecaf going off on a rant about arbitrary timelines [...].
...Oh. That. I just wanted to make fun of the concept of game completion times in the most obnoxious way possible - because I really don't see the point in obsessing over how long the game will take to be finished because of how good the current content is and how promising chapter two is looking.
 

The_Man_With_No_Name

Well-Known Member
Dec 16, 2022
1,277
5,035
273
Heil Hydra !
Hail_hydra.gif
Hi , i see you fix bra clip , can you fix this ?
thx in advance for any answer

View attachment 5288349
What am I looking for? Removing the belt in general? Where is the belt even coming from? What item?
Anyway, word of note; ron might be tweaking the live2d anyway for 0.9 so the clothing proportions will probably change anyway.

Comment from ronchon on Discord when somebody reported another clothing clip.
2100927.png
 
Last edited:

drifter139

Engaged Member
Dec 11, 2019
2,239
2,296
448
it has been awhile but I have a question for devs. if we choose to wear a certain grey suit with a red shirt, do we get the ability to Tiger drop bad guys?
 
  • Hey there
Reactions: SHADOWM00N

MBD2212

Newbie
Mar 10, 2020
51
46
141
Hey hey

I havent been here for a while. How is the game progressing? Is it still Rouge, Jean and Laura who are the characters you can romance with or is storm or others added?
 

drifter139

Engaged Member
Dec 11, 2019
2,239
2,296
448
Hey hey

I havent been here for a while. How is the game progressing? Is it still Rouge, Jean and Laura who are the characters you can romance with or is storm or others added?
Rogue, Jean, and Laura are still the only 3 girls atm. Storm and Dazzler are next up in chapter 2
 
  • Like
Reactions: MBD2212
4.60 star(s) 155 Votes