ShinyBoots1993

Active Member
Apr 7, 2020
927
2,277
While choosing "How would you compare the difficulty of the curriculum to a normal university's?" option, an error occurs a while later (not immediately):
Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.UnoptimizedTexture object at 0x0000000012d529d0>:
Exception: Could not load image 'characters/Rogue/images/standing/Rogue_standing.1024/texture_18.webp': error('Failed to allocate SDL_Surface')

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

Full traceback:
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\bootstrap.py", line 359, in bootstrap
    renpy.main.main()
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\main.py", line 635, in main
    run(restart)
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\main.py", line 145, in run
    renpy.execution.run_context(True)
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\execution.py", line 955, in run_context
    context.run()
  File "scripts/events/chapter_one/day_one.rpyc", line 626, in script call
  File "scripts/mechanics/characters.rpyc", line 315, in script call
  File "scripts/mechanics/characters.rpyc", line 229, in script
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "scripts/events/chapter_one/day_one.rpyc", line 626, in script call
  File "scripts/mechanics/characters.rpyc", line 315, in script call
  File "scripts/mechanics/characters.rpyc", line 229, in script
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\ast.py", line 1363, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\exports.py", line 1786, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\core.py", line 1548, in do_with
    return self.interact(trans_pause=True,
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\core.py", line 2165, 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 "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\core.py", line 2818, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\core.py", line 1352, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\transition.py", line 384, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\transform.py", line 957, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 978, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 413, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\transform.py", line 957, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 978, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 413, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\transform.py", line 957, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 978, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 413, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\transform.py", line 957, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 978, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 413, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\transform.py", line 957, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 978, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 413, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\image.py", line 513, in render
    return wrap_render(self.target, width, height, st, at)
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\image.py", line 316, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\layout.py", line 380, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\layout.py", line 1562, in render
    cr = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\image.py", line 513, in render
    return wrap_render(self.target, width, height, st, at)
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\image.py", line 316, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\gl2\live2d.py", line 967, in render
    textures = [ renpy.display.im.render_for_texture(d, width, height, st, at) for d in common.textures ]
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\gl2\live2d.py", line 967, in <listcomp>
    textures = [ renpy.display.im.render_for_texture(d, width, height, st, at) for d in common.textures ]
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\im.py", line 2120, in render_for_texture
    return renpy.display.im.cache.get(d, texture=True)
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\im.py", line 309, in get
    surf = image.load()
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\im.py", line 1946, in load
    return self.image.load()
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\im.py", line 761, in load
    raise e
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\im.py", line 722, in load
    surf = renpy.display.pgrender.load_image(f, filename)
  File "N:\F95\TheNullHypothesis-0.4b-pc\TheNullHypothesis-0.4b-pc\renpy\display\pgrender.py", line 201, in load_image
    raise Exception("Could not load image {!r}{}: {!r}".format(filename, extra, e))
Exception: Could not load image 'characters/Rogue/images/standing/Rogue_standing.1024/texture_18.webp': error('Failed to allocate SDL_Surface')
Update your graphics drivers.
 
Nov 30, 2017
83
47
Seems like I missed some triggers my last play through for some of the ''special'' items. I only got the Missisippi flag for Rogue and the MMA gloves/boxing sack for Laura. In other play throughs I at least also got posters for Rogue.
Does anyone know the triggers for some of these special items and what specific special items there are to get?
 

ShinyBoots1993

Active Member
Apr 7, 2020
927
2,277
I don't remember Laura EVER being a excessively hairy as you all are making it out to be. It sounds like you all would rather have a female Beast.
View attachment 3679552
Dude. Having armpit hair isn't "excessively hairy." I'm not even advocating for it and I think you guys are sounding like clowns.

I don't think anyone, in this most recent discussion, asked for Laura to have armpit hair. I just mentioned there was code for it and half of y'all started acting like it was the end of the world.

I went into detail about why we're NOT adding armpit hair as well and you guys are still going off with stupid shit like this female beast.

Everyone calm the fuck down. Might I suggest talking about features that are actually in the game or haven't been stated to not be on our radar?
 

Crichton1

Newbie
May 18, 2024
26
57
Seems like I missed some triggers my last play through for some of the ''special'' items. I only got the Missisippi flag for Rogue and the MMA gloves/boxing sack for Laura. In other play throughs I at least also got posters for Rogue.
Does anyone know the triggers for some of these special items and what specific special items there are to get?
Assuming you have their stats high enough you need to go to bed in your room alone. That activates the quests that unlock the items in the store. I had the same problem, that's what fixed it.
 
  • Like
Reactions: ShinyBoots1993

Echo-128

Newbie
May 13, 2018
73
124
This game has a surprising amount of depth, which is why its a little confusing that there aren't more dialog options. If I'm dating a girl monogamously, I'd like to be able to talk to the the other girls about more than "I'm ready to be more than friends" and "Flirt".

Would it be possible to add a "Chit-chat" dialog option where we could just pass the time hanging out with a girl?
 

jefxxxyxyz

Member
Nov 10, 2018
203
327
Dude. Having armpit hair isn't "excessively hairy." I'm not even advocating for it and I think you guys are sounding like clowns.

I don't think anyone, in this most recent discussion, asked for Laura to have armpit hair. I just mentioned there was code for it and half of y'all started acting like it was the end of the world.

I went into detail about why we're NOT adding armpit hair as well and you guys are still going off with stupid shit like this female beast.

Everyone calm the fuck down. Might I suggest talking about features that are actually in the game or haven't been stated to not be on our radar?
add armpit and leg hair to laura and make it default
 
4.60 star(s) 143 Votes