Allan Trumbull

Forum Fanatic
Sep 10, 2021
4,758
4,759
so guys im getting an error when i try to save any help?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 383, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <type 'code'>: attribute lookup __builtin__.code failed

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, 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 "renpy/display/core.py", line 4258, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1008, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 383, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 403, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 389, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/compat/pickle.py", line 51, in dump
    cPickle.dump(o, f, PROTOCOL)
PicklingError: Can't pickle <type 'code'>: attribute lookup __builtin__.code failed

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Astral Lust 0.2.4
Thu Nov 17 22:49:02 2022
Download v0.2.4 beta. Save problem not there
 

hungchip

Newbie
Feb 19, 2022
36
11
Updated for v0.2.4-Beta
Fixed "Unlock Wallpapers" not needing an extra parameter anymore.

Thanks to justonetime for figuring out what was blocking the Ren'Py Console
game\functions\modding\anti_cheat.rpy
https://f95zone.to/threads/astral-lust-v0-1-6b-victorius.71117/post-5888977

Please try the mod on future versions as 9 time out of 10 it will work as intended. This game's code is very well written so the Unlock things should work just fine. The only thing that might need updated is the Makeshift Cheat Menu.

View attachment 1061877
Poormans Debug Mode
Found by using the PC in the MC's bedroom.
You don't have permission to view the spoiler content. Log in or register now.

Has some nice things like Restore Health, Raise Stats, Obtain Items, Unlock Collectibles, Unlock Wallpapers, Unlock Gallery, along with a Makeshift Cheat Menu.

These tend to be self explanatory but the Unlock Gallery flags things as seen so while most of this would likely be future ready it can't add what it don't know how to add. The Makeshift Cheat Menu is a collection of cheats I found in the code so just organized them.

If the console was accessible then I probably wouldn't have bothered jimmy-rigging this. Before the question comes up no this doesn't make your dreams come true.

On a lighter note the girls are cute! There were a few times the guide was telling me to do something but the game just wasn't in the mood yet clicking around aimlessly eventually lead to profit.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
Hi Master, can you fix cheat on version 0.2.4 public?
- Cannot Save Game.
- Cannot Replay Gallery Menu.
- Cannot Unlock Scene.
 

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,384
I find it hilarious that you warn people that the 4K version can be laggy.

OF COURSE.

Ren'Py (and Python 2.7) is not designed to work with anything above 2K.
In fact, it's made for the old resolutions as Ren'Py is based on Python 2.7 which is from 2010. At that time, a regular 4:3 monitor was still a thing, and computer games were typically 1600x900 max. As the developer is likely to never finish porting to Python 3.7 before realizing that Ren'Py should have died in 2015 when Python 2.7 was basically ended, why not just move on to a modern system that also has a GUI...

"4K can be laggy". No shit. And the Ren'Py people keep giving Unity etc shits for being crap. (But hey, Unity supports 4K on a regular rig and even 8K at 60fps!)
"4k can be laggy" warning does not mean "unity is less laggy when doing 4k"
quite the opposite.
unity is an utter beast in resource consumption compared to renpy and even RPGM.
 

nos4r3

Member
Mar 20, 2018
130
126
Hello is there anyway to tweak/remove the black bar in android? it quite large too and both side also not equal ( left are bigger black bar compare to right side )
 

BGRW2020

Well-Known Member
Jul 8, 2020
1,896
1,831
during the dates with Lexi what is the best sequence to use - I know you need the old wine and icecream but surely tou must be able to get past 3.5 hearts
 

girdeyordo

Member
Oct 6, 2020
355
540
Hi Master, can you fix cheat on version 0.2.4 public?
- Cannot Save Game.
- Cannot Replay Gallery Menu.
- Cannot Unlock Scene.
Updated Replay Gallery Menu as the label got changed, code for Unlock Gallery and Collectibles got changed, but what's this Save error you mentioned? This mod shouldn't effect your ability to save :unsure: See if this fixes that and if not are you using official or compressed versions of the game? Where in the game are you saving?
https://f95zone.to/threads/astral-lust-v0-2-4-public-victorius.71117/post-5230291
 
Last edited:
  • Red Heart
Reactions: hungchip

Malcowitz

Active Member
Feb 14, 2018
758
1,109
Why aren't the luck codes part of the OP? Don't feel like constantly having to make fucking accounts to connect to random porngames on discord, jc
 

x_man

Member
Dec 18, 2017
274
135
i got 2 huge questions how can i get devil to come into my dreams it appread on day 20 one time now i'm on day 110 and still haven't got him
oh btw wut is influence is it a good option or not does it gonna make me miss any scenes?

edit:i got to dream about devil and i used it for his name and done every ritual possible but still can't "it" to come into my dream i dreamed about everything except the devil itself what im doing wrong
edit2:i understand finally how i can lower my corruption without using my precious coins but i still have problems with altar and it's functions it's seem random and still i can't get in contact with devil nor ahraman it just give me bad dream,good dream effects depending on wut material i use to sacrifice and it's really weird since the affect of both dreams seems random i could get good dreams even tho i got bad dream effect and visa versa
also at day 120 it seem like there is no other quest but after day 170 i got to meet lola and fox idk if it's a feature of game to go look for stuff or it's a bug but i would like some clarification on whats going on since i have trouble reading the codex with dat shitty font
 
Last edited:

Valeri97

Newbie
Oct 18, 2022
16
14
Im gonna go fucking mental from all the times a girl turned out to be a slut for no fucking reason.
Soo much good tags mind control. blackmail.rape
>save girl
girl "oh sure i will give you my pussy lets fuck"
>defeat fox
"aaaaa you defeated me now im in heat not beforehand"
My mind is gonna ascend the astral plane from all the blue balls this game give me. I just want proper rape scenes is that so hard to ask. Also
>game about corruption and mind control
fox miko - "Im not a whore for resources" -1 relationship point ?????
Okay then why even give me a choice to begin with if im just gonna reload that bitch.
I like this game i really do but some decisions are baffling, building that shrine was not worth it in the slightest.
 
  • Angry
Reactions: Multi27

leequiring

Member
Dec 12, 2018
115
104
Is it really necessary to use the vault? I have ignored it, but still maxed it out just in case. If you don't get killed, I don't see the need.
 
4.30 star(s) 49 Votes