D

Deleted member 780468

Guest
Guest
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/school/classroom2/day/classroom2_day.rpyc", line 11, in script
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\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 "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\exports.py", line 2664, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\screen.py", line 424, in visit_all
    self.child.visit_all(callback)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\behavior.py", line 805, in per_interact
    if self.is_selected():
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\behavior.py", line 795, in is_selected
    return is_selected(self.action)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\behavior.py", line 365, in is_selected
    return any(is_selected(i) for i in action)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\renpy\display\behavior.py", line 365, in <genexpr>
    return any(is_selected(i) for i in action)
  File "C:\Users\Dell Inspiron 14\Documents\MEGAsync Downloads\Milfy_City-0.4b-pc-crunched\Milfy_City-0.4b-pc-crunched\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 Aug 29 22:18:16 2018
 

Javichu

Active Member
Jan 31, 2018
703
382
Congratulations for icstor it's a marvellous update it's possible to continue Carolin's history in next update? please say yes and you will have all my respect if it's true ^^
 
  • Like
Reactions: DMC and kcoope89
Apr 7, 2018
190
122
The update was really solid, it sucks that we've got to wait so long for more characters near the end of their first character arc (the Mom, Caroline and now both Aunts). Sara seems to be at the end of her first character arc. Really hope next update ICSTOR chooses to get through sex with the Mom or Caroline (perhaps both?) and perhaps giving us some Sara content as well? While the Aunt stuff was a VERY solid addition to the game I would've preferred if he tackled the Mom content or the Caroline content first instead of focusing mostly on the aunt.
 
  • Like
Reactions: DMC

E-Dog

A pain in his girlfriend's ass
Donor
Apr 9, 2018
1,413
3,124
Done with this thread. Cant figure out why i keep getting posts deleted and i cant figure out which ones were deleted. Ive followed the rules as far as im aware. Seems like almost every post from everybody else violates this threads rules yet im still reading them.
I think staff and mods should allow us to see what ur removing so we have a better understanding of whats up. Just my own 2 cents.
 
D

Deleted member 612615

Guest
Guest
Done with this thread. Cant figure out why i keep getting posts deleted and i cant figure out which ones were deleted. Ive followed the rules as far as im aware. Seems like almost every post from everybody else violates this threads rules yet im still reading them.
I think staff and mods should allow us to see what ur removing so we have a better understanding of whats up. Just my own 2 cents.
Yep, completely agree with you. Just got 8 notifications that a post of mine was deleted with simply a message saying "Didnt read the warning"

Given the warning came SEVEN HOURS after i posted it originally, seems some moron on a power trip thinks yeah lets spam him with these notifications...that'll teach him!

Fucking give up with this
 
3.70 star(s) 409 Votes