3.30 star(s) 7 Votes

SafeForSure

Newbie
Mar 19, 2025
81
143
42
Really enjoyed the story and was a good read I only wish we could get rid of that girlfriend somehow after the we find out she was probably the bike in the biker gang. Still recommended
 

Devilrv

Active Member
Aug 6, 2019
711
845
258
Anyone else Crashing During the Jacquline scene at the Strip club?

Yup Happened 3 times in a row.
GAME BREAKING BUG:



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

While running game code:
  File "game/day11.rpy", line 629, in script
    ame "I'm close already!"
  File "renpy/common/00action_control.rpy", line 126, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen setting is not known.


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

Full traceback:
  File "game/day11.rpy", line 629, in script
    ame "I'm close already!"
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_control.rpy", line 126, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\screen.py", line 1107, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen setting is not known.


Windows-8-6.2.9200
Ren'Py 7.3.5.606
Something 0.9
Sat Nov 08 08:51:21 2025
 

Devilrv

Active Member
Aug 6, 2019
711
845
258
Did a bit of testing, and apparently the crash is caused by line 538 in day12.rpy. hide 02098 is used when the image 02098 hasn't been shown yet. Seems weird that that can cause a crash with no error message. But changing that line to hide 12jaq09 (which was the last shown image/animation) fixes it.

In any case, you're not missing much after that. Choice of where to cum, then update over.
Ya, these changes are still causing a crash for me.
Pretty bad since even a Simple Skip Test would have found this.
Better Play testing is needed.
 

chaosbox24

Member
Apr 2, 2023
152
1,059
266
Anyone else Crashing During the Jacquline scene at the Strip club?

Yup Happened 3 times in a row.
GAME BREAKING BUG:



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

While running game code:
  File "game/day11.rpy", line 629, in script
    ame "I'm close already!"
  File "renpy/common/00action_control.rpy", line 126, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen setting is not known.


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

Full traceback:
  File "game/day11.rpy", line 629, in script
    ame "I'm close already!"
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_control.rpy", line 126, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
  File "C:\Users\User\Downloads\Something-0.9-pc-Compressed\Something-0.9-pc\renpy\display\screen.py", line 1107, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen setting is not known.


Windows-8-6.2.9200
Ren'Py 7.3.5.606
Something 0.9
Sat Nov 08 08:51:21 2025
Yeah i get a CTD. Also, why the fuck am i fucking jaqueline if I chose the option to NOT be interested in cross dresser content, wtf?
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,850
4,025
436
Something-0.9
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
3.30 star(s) 7 Votes