[ARCHIVED] Milfy City: Walkthrough & FAQ Thread

4.50 star(s) 4 Votes
Status
Not open for further replies.

darshan bajgain

New Member
Nov 14, 2018
2
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_data.rpy", line 50, in get_selected
    return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'

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

Full traceback:
  File "scripts/home/mc_room/morning/labels_mc_room_morning.rpyc", line 57, in script
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\exports.py", line 2664, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\screen.py", line 424, in visit_all
    self.child.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 805, in per_interact
    if self.is_selected():
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 795, in is_selected
    return is_selected(self.action)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in is_selected
    return any(is_selected(i) for i in action)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in <genexpr>
    return any(is_selected(i) for i in action)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 368, in is_selected
    return action.get_selected()
  File "renpy/common/00action_data.rpy", line 50, in get_selected
    return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Milfy City 0.4b
Wed Nov 14 13:44:38 2018
I m having these problem can anybody help ???
 

sarge87

Well-Known Member
Apr 27, 2017
1,925
3,877
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_data.rpy", line 50, in get_selected
    return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'

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

Full traceback:
  File "scripts/home/mc_room/morning/labels_mc_room_morning.rpyc", line 57, in script
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\exports.py", line 2664, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\screen.py", line 424, in visit_all
    self.child.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 805, in per_interact
    if self.is_selected():
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 795, in is_selected
    return is_selected(self.action)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in is_selected
    return any(is_selected(i) for i in action)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in <genexpr>
    return any(is_selected(i) for i in action)
  File "F:\Milfy_City-04b-pc\Milfy_City-0.4b-pc\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 368, in is_selected
    return action.get_selected()
  File "renpy/common/00action_data.rpy", line 50, in get_selected
    return getattr(self.object, self.field) == self.value
AttributeError: 'StoreModule' object has no attribute 'item'

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Milfy City 0.4b
Wed Nov 14 13:44:38 2018
I m having these problem can anybody help ???
You're playing the outdated v0.4b. The inventory in that version is bugged, you'll need to play v0.4c.
You'll find a download link in the OP of the main thread.
 

Nerttu

Forum Fanatic
Jul 4, 2017
4,269
2,067
You're playing the outdated v0.4b. The inventory in that version is bugged, you'll need to play v0.4c.
You'll find a download link in the OP of the main thread.
I have v0.4b and there are nothing wrong in my inventory, and no one has complained my saves not working (so far) !!!!! It could be something else !!!
 
Last edited:

sarge87

Well-Known Member
Apr 27, 2017
1,925
3,877
I have v0.4b and there are nothing wrong in my inventory, and no one has complained my saves not working (so far) !!!!! It could be something else !!!
It's not something else. I guarantee you he won't have any problems with v0.4c

My v0.4b works like a charm as well btw.
 
  • Like
Reactions: Nerttu

Utilerrimox

New Member
Nov 15, 2018
2
0
Hi all, I'm new in this community, but addicted to the game. Somehow the game got stuck, I cannot click any room or direction to go, the pc does not work as I cannot click any button on the screen. It seems something wrong with the .save file. it seems to be corrupted, I've tried to restart the game but without succes.
Did anyone experience this kind of issue? thanks in advance. ;)
 

sarge87

Well-Known Member
Apr 27, 2017
1,925
3,877
Hi all, I'm new in this community, but addicted to the game. Somehow the game got stuck, I cannot click any room or direction to go, the pc does not work as I cannot click any button on the screen. It seems something wrong with the .save file. it seems to be corrupted, I've tried to restart the game but without succes.
Did anyone experience this kind of issue? thanks in advance. ;)
This doesn't sound like a common bug. Your best bet would be to wait for the next version and try again. It'll be released next week, so you wouldn't even have to wait that long.

Alternatively, you might try my complete v0.4 save, just to see if that helps.
 

Utilerrimox

New Member
Nov 15, 2018
2
0
Thank you Sarge. I'll wait a couple of day just to avoid to lose the fun of the game. Then I'll use you Save. It would be a pity becouse I'm only at level2 with the girls.
In any case: thanks again.
 

xokan

New Member
Nov 10, 2018
3
0
I read the walkthrough but not read nothing about.
There are some images in .../secret_gallery/bonus. Are there this scenes in the game, like a interracial scene?
 

sarge87

Well-Known Member
Apr 27, 2017
1,925
3,877
I read the walkthrough but not read nothing about.
There are some images in .../secret_gallery/bonus. Are there this scenes in the game, like a interracial scene?
Those are custom made renders for ICSTOR's highest tier patrons. They are not part of the story, but can be unlocked if you find the respective secret card.
 
  • Like
Reactions: xokan

tomislazy

Newbie
May 31, 2017
34
53
I'm pretty lost after getting the permission slip from the principle. Can't figure out how to go on the trip now. The mom refuses to talk to me in her office and the only other place I can find her is her room at night.

Please save me from my stupidity :)

Edit: 30 seconds after posting this, I found the solution. Gotta talk to the dad in his room during the day.
 
Last edited:
  • Like
Reactions: Wartled

ulT1m4

Member
Dec 22, 2017
131
104
Secret cards for 0.5 so far
2 in the beach house, 1 of them in the living room near the fruits and one in the bedroom on top of the bathroom door.
The other one was on Judy's office, in the printer
There is one on the fence to the right of the shop at the beach. It's on one of the yellow vertical stripes.
 
Status
Not open for further replies.
4.50 star(s) 4 Votes