4.20 star(s) 19 Votes

Mezeto

Member
May 31, 2020
206
198
Saves don't work

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <class 'store.ItemCheats'>: it's not the same object as store.ItemCheats

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4155, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/viewport.py", line 299, in event
    rv = super(Viewport, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 980, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 915, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 415, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 401, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <class 'store.ItemCheats'>: it's not the same object as store.ItemCheats

Windows-10-10.0.19041
Ren'Py 7.4.11.2213
Kunoichi Trainer 0.17.2
Sun Mar  6 20:09:05 2022
 
  • Like
Reactions: pepenoch

BUDGHERING

New Member
Sep 3, 2018
8
2
How do I even start Tenten quest? I've already done the first date with Sakura. What is Ino's quest? The vials of blood?
 
Nov 7, 2017
410
799
u have to drag it to your desktop where all your icons r
First time I dragged and copied the folder onto my desktop I was still getting the error. I just dragged it again but it work this time, well I dragged and copied the zip file and extracted it then it work. It's weird that it gives me the error when I had it on my external drive but works fine on my C drive on my desktop.
 
Last edited:

Orzammar

Member
Nov 21, 2017
277
314
Saves don't work

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <class 'store.ItemCheats'>: it's not the same object as store.ItemCheats

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4155, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/viewport.py", line 299, in event
    rv = super(Viewport, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 980, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 915, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 415, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 401, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <class 'store.ItemCheats'>: it's not the same object as store.ItemCheats

Windows-10-10.0.19041
Ren'Py 7.4.11.2213
Kunoichi Trainer 0.17.2
Sun Mar  6 20:09:05 2022
I'm having this problem too. Happened after I cheated in the dumb scooby snacks and saw the Velma scene.
 

ShadowWarrior

Active Member
Aug 3, 2017
946
1,693
Dinaki I got a bit of a problem. I got into the Tenten kidnapping quest, and I'm supposed to see Karin and Mei. But I can't find Mei in the guest house and speaking to Karin doesn't give the option to ask about the arena. I think it's bugged.
 
Last edited:
  • Like
Reactions: DarthLichMagnus

Dinaki

Member
Game Developer
Aug 18, 2017
112
817
Dinaki I got a bit of a problem. I got into the Tenten kidnapping quest, and I'm supposed to see Karin and Mei. But I can't find Mei in the guest house and speaking to Karin doesn't give the option to ask about the arena. I think it's bugged.
Open Cheats -> Common -> Console.
Enter:
Quests.quest("Праздник. Конец войны").start()

Then go to hokage
 

ShadowWarrior

Active Member
Aug 3, 2017
946
1,693
Open Cheats -> Common -> Console.
Enter:
Quests.quest("Праздник. Конец войны").start()

Then go to hokage
I still can't get further with Karin or find Mei. Now it says I have to buy something....but Tenten's still missing at her shop. ><
 
4.20 star(s) 19 Votes