Oct 14, 2019
21
22
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/events/christie_roots/christie_root_64.rpy", line 2, in <module>
TypeError: events_pop() takes exactly 2 arguments (1 given)

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

Full traceback:
File "events/ep1/ep1_3_mother.rpyc", line 170, in script call
File "core/buttons_labels.rpyc", line 327, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "core/buttons_labels.rpyc", line 396, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "core/buttons_labels.rpyc", line 396, in script call
File "events/christie_roots/tyan_falos/tyan_falos_7.rpyc", line 41, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "events/christie_roots/christie_root_64.rpyc", line 2, in script
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 "game/events/christie_roots/christie_root_64.rpy", line 2, in <module>
TypeError: events_pop() takes exactly 2 arguments (1 given)

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza 0.9.5c
Sun Nov 5 09:40:03 2023
```
 

Green Layer

Member
Aug 8, 2020
132
122
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/events/christie_roots/christie_root_64.rpy", line 2, in <module>
TypeError: events_pop() takes exactly 2 arguments (1 given)

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

Full traceback:
File "events/ep1/ep1_3_mother.rpyc", line 170, in script call
File "core/buttons_labels.rpyc", line 327, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "core/buttons_labels.rpyc", line 396, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "core/buttons_labels.rpyc", line 396, in script call
File "events/christie_roots/tyan_falos/tyan_falos_7.rpyc", line 41, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "events/christie_roots/christie_root_64.rpyc", line 2, in script
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 "game/events/christie_roots/christie_root_64.rpy", line 2, in <module>
TypeError: events_pop() takes exactly 2 arguments (1 given)

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza 0.9.5c
Sun Nov 5 09:40:03 2023
```


Ya, I am having a similar bug with Christies Date quest. Its not playable from that point onwards

I have posted the code for it, can anyone help?


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

While running game code:
  File "game/events/christie_roots/christie_root_62.rpy", line 33, in <module>
TypeError: events_pop() takes exactly 2 arguments (1 given)

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

Full traceback:
  File "core/buttons_labels.rpyc", line 237, in script call
  File "core/buttons_labels.rpyc", line 480, in script call
  File "events/ep1/ep1_3_mother.rpyc", line 170, in script call
  File "core/buttons_labels.rpyc", line 363, in script call
  File "core/buttons_labels.rpyc", line 480, in script call
  File "core/buttons_labels.rpyc", line 396, in script call
  File "events/christie_roots/christie_root_62.rpyc", line 33, in script
  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 "game/events/christie_roots/christie_root_62.rpy", line 33, in <module>
TypeError: events_pop() takes exactly 2 arguments (1 given)

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza 0.9.5c
Sun Nov  5 20:06:40 2023
 

Flood

Newbie
Apr 24, 2017
73
40
As soon as I load a previous save from 9.0 I get this. If I rollback it starts as a new game.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'ComicFrameV2'

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
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_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 "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/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 279, in event
rv = d.event(ev, x - xo, y - yo, st)
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 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "renpy/compat/pickle.py", line 45, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'ComicFrameV2'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza_new 0.6.5B_inc
Sun Nov 5 15:32:55 2023


If I ignore I then get this:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/events/ep1/ep1_start.rpy", line 21, in <module>
File "game/core/load.rpy", line 51, in custom_load
IOError: [Errno 2] No such file or directory: 'C:\\Users\\Gxxxxxx xxxxxx\\Downloads\\MilfsPlaza-0.9.5c-pc\\MilfsPlaza-0.9.5c-pc\\game\\versions_load\\ep6_5-LT1.save'

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

Full traceback:
File "events/ep1/ep1_start.rpyc", line 21, in script
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 "game/events/ep1/ep1_start.rpy", line 21, in <module>
File "game/core/load.rpy", line 51, in custom_load
File "renpy/savelocation.py", line 260, in load
with zipfile.ZipFile(filename, "r") as zf:
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/zipfile.py", line 779, in __init__
IOError: [Errno 2] No such file or directory: 'C:\\Users\\Gxxxxxx xxxxxx\\Downloads\\MilfsPlaza-0.9.5c-pc\\MilfsPlaza-0.9.5c-pc\\game\\versions_load\\ep6_5-LT1.save'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza_new 0.6.5B_inc
Sun Nov 5 15:36:22 2023
 
Last edited:

master861

Active Member
Nov 4, 2022
943
992
As soon as I load a previous save from 9.0 I get this. If I rollback or ignore it starts as a new game.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'ComicFrameV2'

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
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_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 "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/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 279, in event
rv = d.event(ev, x - xo, y - yo, st)
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 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "renpy/compat/pickle.py", line 45, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'ComicFrameV2'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza_new 0.6.5B_inc
Sun Nov 5 15:32:55 2023
maybe the dev missed to point out that prev. save not work with newer versions means you need to start are fresh game with the new version.
 
  • Like
Reactions: Flood

takehisa

New Member
Aug 15, 2023
11
3
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/events/christie_roots/christie_root_64.rpy", line 2, in <module>
TypeError: events_pop() takes exactly 2 arguments (1 given)

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

Full traceback:
File "events/ep1/ep1_3_mother.rpyc", line 170, in script call
File "core/buttons_labels.rpyc", line 327, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "core/buttons_labels.rpyc", line 396, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "core/buttons_labels.rpyc", line 396, in script call
File "events/christie_roots/tyan_falos/tyan_falos_7.rpyc", line 41, in script call
File "core/buttons_labels.rpyc", line 480, in script call
File "events/christie_roots/christie_root_64.rpyc", line 2, in script
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 "game/events/christie_roots/christie_root_64.rpy", line 2, in <module>
TypeError: events_pop() takes exactly 2 arguments (1 given)

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza 0.9.5c
Sun Nov 5 09:40:03 2023
```
same problem here
 

Darkcrax

New Member
Jun 6, 2023
13
0
View attachment 2820875

Overview:
Milf's Plaza is NSFW GAME with a non-linear story about a young adventurer from a big city.
The main character, full of ambition and thirsty for thrills, is ready to break bad, just to find his place under the sun. But life only gets more complicated: huge debts, problems with the law and difficult relationships with loved ones.
On the edge of the "chasm", he decides to fix everything. First of all, yourself.​

Thread Updated: 2023-11-03
Release Date: 2023-10-24
Developer: Texic -
Censored: No
Version: 0.9.5c
OS: Windows, Linux, Mac, Android
Language: English, Russian
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.
This content contains optional NTR.

DOWNLOAD
Win/Linux
: - - MEGA - PIXELDRAIN - WORKUPLOAD
Mac
(v0.9b): - - MEGA - - PIXELDRAIN
Android
(v0.9b): - - MEGA - - PIXELDRAIN

Incest Patch: simple_human* - smdw999ff version*
Extras: Saves - Gallery Unlocker* - Cheatmod* - Italian Translation* German translation*

Mookys thanks for the link
* This unofficial port/version is not released by developer, download at your own risk.


View attachment 895438 View attachment 895440 View attachment 895441 View attachment 895442 View attachment 2630778 View attachment 2630780 View attachment 2630782 View attachment 2630791 View attachment 2630792 View attachment 2630793 View attachment 2630794 View attachment 2630795 View attachment 2630803
patches are game apart from the principal? or they are files that i put in in the main folder of the game?
 

rkymand

Member
Jul 6, 2017
193
38
I have error after picnic quest morning in corridor with Christy and can't continue game after that.
 
3.20 star(s) 55 Votes