sergerserj

Member
Jul 2, 2021
151
229
Funny game so far (that card scum :LOL: ). But.
Current hint system in game just bad. You need to check gallery to understand what content you're missing and grind a lot for it. That's just annoying. In 5 hours of gameplay, 4 it's disappointing grind.
Plz Dev, don't make good game to be not good because you can't handle free roam without grind and frustrating players for hours...
And why URM mode crashed saves... I hope it's not because plebs need to suffer trying to find extra scenes? Actually you can easily unlock extra scenes with unren and console command like GE_EXTRAS[2].IsUnlocked = True
 
  • Like
Reactions: CigarRex

CigarRex

Truly, the Rex of all Cigars...
Game Developer
Sep 23, 2022
316
1,003
Actually you can easily unlock extra scenes with unren and console command like GE_EXTRAS[2].IsUnlocked = True
Huh, of course you can :p
Even better, just run

cheatGalleries(GE_ALL)

and you'll unlock everything at once.
 
  • Like
Reactions: vilewe7570

grumble314

Member
Nov 23, 2021
107
53
Getting error when trying to save.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 414, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <function show_screen at 0x0000000008199af0>: it's not the same object as renpy.display.screen.show_screen

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "I:\AVN\TheSinWithin-0.4-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 "I:\AVN\TheSinWithin-0.4-pc\renpy\display\core.py", line 3197, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1426, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1426, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\behavior.py", line 1174, in event
    return handle_click(self.clicked)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\behavior.py", line 1095, in handle_click
    rv = run(action)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\behavior.py", line 395, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 414, in __call__
    renpy.save(fn, extra_info=save_name)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\loadsave.py", line 431, in save
    reraise(t, e, tb)
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\loadsave.py", line 417, in save
    dump((roots, renpy.game.log), logf)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\compat\pickle.py", line 103, in dump
    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
PicklingError: Can't pickle <function show_screen at 0x0000000008199af0>: it's not the same object as renpy.display.screen.show_screen

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.0.24012702
The Sin Within - 0.4 0.4
Sun Mar 17 01:22:32 2024
 

CigarRex

Truly, the Rex of all Cigars...
Game Developer
Sep 23, 2022
316
1,003
Getting error when trying to save.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 414, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <function show_screen at 0x0000000008199af0>: it's not the same object as renpy.display.screen.show_screen

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "I:\AVN\TheSinWithin-0.4-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 "I:\AVN\TheSinWithin-0.4-pc\renpy\display\core.py", line 3197, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1426, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1426, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\behavior.py", line 1174, in event
    return handle_click(self.clicked)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\behavior.py", line 1095, in handle_click
    rv = run(action)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\display\behavior.py", line 395, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 414, in __call__
    renpy.save(fn, extra_info=save_name)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\loadsave.py", line 431, in save
    reraise(t, e, tb)
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\loadsave.py", line 417, in save
    dump((roots, renpy.game.log), logf)
  File "I:\AVN\TheSinWithin-0.4-pc\renpy\compat\pickle.py", line 103, in dump
    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
PicklingError: Can't pickle <function show_screen at 0x0000000008199af0>: it's not the same object as renpy.display.screen.show_screen

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.0.24012702
The Sin Within - 0.4 0.4
Sun Mar 17 01:22:32 2024
search this error in the post

edit:
linked the fix on the main post
 
Last edited:

CigarRex

Truly, the Rex of all Cigars...
Game Developer
Sep 23, 2022
316
1,003
Not working on joiplay but the previous version is working what just happen?
I have no clue, sadly. I tested it out, but I'm not familiar with joiplay or android enough to know what's going on.
 

Crowangel

Well-Known Member
Dec 12, 2021
1,109
1,678
CigarRex Love the update as always mate but i seem to be struggling still with 1 scene in the gallery and would sooner earn it than command cheat.. its the last ?? unlock scene with no description before you get to the EXTRA scenes gallery area.. Ive unlocked every other scene and (cant wait for more truly) this last one has eluded me.. that said i do still need 1 extra scene so if its linked to that then idiot me.. Hope there will be more Abbie next update as still one of my fav characters id like to see mc with
 
  • Like
Reactions: CigarRex

CigarRex

Truly, the Rex of all Cigars...
Game Developer
Sep 23, 2022
316
1,003
CigarRex Love the update as always mate but i seem to be struggling still with 1 scene in the gallery and would sooner earn it than command cheat.. its the last ?? unlock scene with no description before you get to the EXTRA scenes gallery area.. Ive unlocked every other scene and (cant wait for more truly) this last one has eluded me.. that said i do still need 1 extra scene so if its linked to that then idiot me.. Hope there will be more Abbie next update as still one of my fav characters id like to see mc with
Yeah, this scene is a huge secret indeed...
Greed seems to have slipped out some sensitive information down in his lab... Maybe you could bring it up to him during the weekend and see what happens.

Also, love your profile picture. Makes it seem like we're long distance cousins or something :cool:
 
  • Red Heart
Reactions: Crowangel

Crowangel

Well-Known Member
Dec 12, 2021
1,109
1,678
Yeah, this scene is a huge secret indeed...
Greed seems to have slipped out some sensitive information down in his lab... Maybe you could bring it up to him during the weekend and see what happens.

Also, love your profile picture. Makes it seem like we're long distance cousins or something :cool:
Ok now im confused to all hell 'pun intended' lol ive been replaying the scene where Greed finds you in the lab, done all fermi scenes, trying to pay attention to the BOLD words in case that mattered.. but when i talk to greed on saturday or sunday its pretty much the normal convo options, actions or sale options.. Heeeeeeeelp lol
 
  • Like
Reactions: CigarRex

CigarRex

Truly, the Rex of all Cigars...
Game Developer
Sep 23, 2022
316
1,003
Ok now im confused to all hell 'pun intended' lol ive been replaying the scene where Greed finds you in the lab, done all fermi scenes, trying to pay attention to the BOLD words in case that mattered.. but when i talk to greed on saturday or sunday its pretty much the normal convo options, actions or sale options.. Heeeeeeeelp lol
There is an exclusive action for weekends only, that's the key. Or rather, the keyhole...
 
Last edited:

MangoTree

Member
Apr 27, 2017
299
102
CigarRex on your subscribestar page, under 1k goals you wrote, "This should cover the GPU I bought last year to handle more complex scenes in Honey Select 2. Realtime, man...! "Arrested for spousal battery... He truly is the lowest of scums."

Didn't get the joke so was curious, do you mean that you are battering your gpu from rendering scenes or something lol.
 
  • Like
Reactions: CigarRex

CigarRex

Truly, the Rex of all Cigars...
Game Developer
Sep 23, 2022
316
1,003
CigarRex on your subscribestar page, under 1k goals you wrote, "This should cover the GPU I bought last year to handle more complex scenes in Honey Select 2. Realtime, man...! "Arrested for spousal battery... He truly is the lowest of scums."

Didn't get the joke so was curious, do you mean that you are battering your gpu from rendering scenes or something lol.
It's a random quote about the game, in this case it's about The Father :cool:

Though... I've long since paid for that GPU already, but every time I try to edit the goal text it doesn't change. So it's just been like that since forever :WutFace:
 
  • Like
Reactions: MangoTree
4.40 star(s) 34 Votes