- Aug 16, 2023
- 3,774
- 6,562
Talk to greed. after discussing your powers you will be able to buy training from him in the services menuhow do i get Melatonin?
Talk to greed. after discussing your powers you will be able to buy training from him in the services menuhow do i get Melatonin?
Huh, of course you canActually you can easily unlock extra scenes with unren and console command like GE_EXTRAS[2].IsUnlocked = True
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 postGetting 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
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.Not working on joiplay but the previous version is working what just happen?
Am just gonna Waiting for someone to port thisI have no clue, sadly. I tested it out, but I'm not familiar with joiplay or android enough to know what's going on.
I tried to use the fix and started a new game too, but as soon as i reach sandbow mode it pops up when saving.search this error in the post
edit:
linked the fix on the main post
Can you post the error log after trying out the fix?I tried to use the fix and started a new game too, but as soon as i reach sandbow mode it pops up when saving.
Yeah, this scene is a huge secret indeed...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
Oh, by the way, she'll be one of the focuses for 0.5Hope there will be more Abbie next update
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 lolYeah, 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
There is an exclusive action for weekends only, that's the key. Or rather, the keyhole...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
It's a random quote about the game, in this case it's about The FatherCigarRex 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.