4.10 star(s) 18 Votes
Nov 7, 2017
478
958
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
282
320
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

Well-Known Member
Aug 3, 2017
1,083
2,077
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
125
877
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

Well-Known Member
Aug 3, 2017
1,083
2,077
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. ><
 

Benisbob

New Member
May 29, 2019
4
104
Cant get the aphrodisiac .. shady guy is not at the ramen shop anymore, only in tentens shop.
Type in console to add it to his nighttime inventory (at tenten or noodle shop): inv_shady.add(item_aphrodisiac)
 

Sarukami

Newbie
Jan 22, 2018
83
17
As much the game art is great and story good, the lack of directions is really annoying. There is literally at times when you just blindly have to wander around and experiment to get some events (luckily to some extent walkthrough does help). Then there are some softlocks (like getting 1st and 3rd special ramen, while for some reason missing my 2nd one in progress), so I will wait till game gets atleast to a degree that you can play it normally. Till then good luck with game, so far on right path except the minor hiccups.
 
4.10 star(s) 18 Votes