CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Silac

Newbie
Game Developer
May 1, 2020
93
293
Tried to resume my old gameplay from Version 0.0.691, got the Error Stacktrace:

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

While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
AttributeError: Can't get attribute 'CharacterAffection' on <renpy.python.StoreModule object at 0x00000000041fbfd0>

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\core.py", line 2215, 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 "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\core.py", line 3278, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  [Previous line repeated 2 more times]
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\behavior.py", line 1180, in event
    return handle_click(self.clicked)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\behavior.py", line 1101, in handle_click
    rv = run(action)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\loadsave.py", line 825, in load
    roots, log = loads(log_data)
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\compat\pickle.py", line 104, in loads
    return load(io.BytesIO(s))
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\compat\pickle.py", line 101, in load
    return up.load()
  File "E:\Games\_\Myworldisekai\Myworldisekai-0.0.791-win\renpy\compat\pickle.py", line 97, in find_class
    return super().find_class(module, name)
AttributeError: Can't get attribute 'CharacterAffection' on <renpy.python.StoreModule object at 0x00000000041fbfd0>

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
My World Isekai 0.0.791
Sat Nov 23 14:57:20 2024
I'm afraid you have to start a new save for this. But thanks for sharing me this fulltrack.
I'll look into how I can update the old save files to newer builds. I don't promise I'll manage to succeed though.
 
  • Like
Reactions: Necro_

GZEROH

Newbie
Mar 18, 2021
56
35
so far im invested in this game really unique i say
anyway do we get any scene with anna in the next update
i was expecting any "scene" with her until i saw the update changelog
make me looks like dumbass grinding her affection :KEK:
 
  • Like
Reactions: Silac

Silac

Newbie
Game Developer
May 1, 2020
93
293
so far im invested in this game really unique i say
anyway do we get any scene with anna in the next update
i was expecting any "scene" with her until i saw the update changelog
make me looks like dumbass grinding her affection :KEK:
I don't think there will be any new sex scenes until 0.1.0. There are two build updates left until the 0.1.0 so it's coming very soon haha.

The main goal of the next two builds is to help me bug hunt, get feedback of the new features and promoting my game.
 

GZEROH

Newbie
Mar 18, 2021
56
35
I don't think there will be any new sex scenes until 0.1.0. There are two build updates left until the 0.1.0 so it's coming very soon haha.

The main goal of the next two builds is to help me bug hunt, get feedback of the new features and promoting my game.
alright you're cool
still though hopefully you can make the game ran smoothly as the game sure lagged real hard when i tried to move from places to places and also during a fight
not to mention the conversation
might because of bunch of NPC doing a lot of random stuff that does it
 
  • Heart
Reactions: Silac

Silac

Newbie
Game Developer
May 1, 2020
93
293
alright you're cool
still though hopefully you can make the game ran smoothly as the game sure lagged real hard when i tried to move from places to places and also during a fight
not to mention the conversation
might because of bunch of NPC doing a lot of random stuff that does it
I still can't believe I uploaded the build in such a state xD. It's because of hours of testing, I got used of that slow performance so it didn't bother me at the time.

I had to remove some visual stuffs but I've greatly improved the performance. And yes indeed, it is mainly due to visual displays. Renpy has trouble with displaying too many "Transform" and Dynamic visuals.
 
4.70 star(s) 6 Votes