Belugahs

Member
May 5, 2017
195
418
247
Sorry for all those patreons who have paid to play this shit update , 3 months waiting for an update focused on caroline and still no penetration, and ofc we dont see more content for caroline on a 2-3 updates (like 5-6 month)

see u on 2019 caroline!!
 

E-Dog

A pain in his girlfriend's ass
Donor
Apr 9, 2018
1,413
3,131
315
Im calm lol, i know it will probably be solved pretty quickly and i still have to wait for the android version anyways, im just surprised a bug that seemed so easy to spot got through the testing phase
ANY bug is easy to miss dude when it comes to computer programming.
If u had been dishing out on patreon for 3 months for this update i would back u up in a heartbeat on the topic though! Since it's free, just watch all the flipping out with a bowl of popcorn! Lol
 

Deleted member 662393

Member
Game Developer
Jun 5, 2018
290
1,015
192
Update wasn't bad honestly, some people really thought penetration will happen? Once you fucked her it's gonna be pretty boring so i believe the next caroline update might be anal but no vaginal sex :p besides its only the 0.4 version of the game some other games have no sex in their 0.17 or more.
 
  • Like
Reactions: January2015

khumak

Forum Fanatic
Oct 2, 2017
4,035
4,195
488
I'm guessing I'm supposed to do something else first, but if I try to go into the teacher's break room on day 1 the game crashes. (Didn't use the key but did have it in my inventory).
 

Jackbite

Member
Jan 2, 2018
391
387
284
Dude, the issue has been addressed many of times already. Workaround has already been found and has been stated many times already.
Dont start a new game
A Wise Answer But what if you have no prior saves? I Clean my Reply folder in Appdata out regularly So would anyone have a Save they can upload Preferably Earlier on in the Game? Thank You in advance...
 

muttdoggy

Dogerator
Respected User
Former Staff
Aug 6, 2016
7,752
46,269
839
I did find a slight error on line 197 in script.rpy but it didn't fix the crash. I'm on some meds from smoke exposure so it's not easy for me to focus to find where the definition error is.
BUT I do have 0.3 unpacked.
 

Shinishiro

New Member
Jun 7, 2018
0
0
187
Getting below error whenever I try to open the inventory with any items in it;

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'
 
  • Like
Reactions: SounBok

spas

Member
Jun 22, 2017
320
336
266
well I stop supporting him now I was 10$ patreon but now with the update suks like most of them , probly will milk the game like 10 to 12 months hi aut of ideas on discord say stuff wich don't mach with updates (lie like shite ) and now is 100% milk be back in 6 7 months to see veersion 0.6 milky way XD
 

algoz10

New Member
Jan 24, 2018
7
3
36
This update so fucking good.

i'm dried after 4 times.

replayability:FeelsGoodMan::FeelsGoodMan::FeelsGoodMan::FeelsGoodMan::FeelsGoodMan::FeelsGoodMan::FeelsGoodMan:
 

Reese286

Well-Known Member
Nov 24, 2017
1,292
2,132
441
Ok I'm having a serious issue with the backpack _ tried to pick view inventory after picking up the teachers lounge key and game crashed,. Same thing happened when I bought the controller and tried to access the backpack. Game crashed.

Here is the crash report;
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/shop/shop.rpyc", line 82, in script
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\pahi5\Desktop\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 "C:\Users\pahi5\Desktop\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 "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\pahi5\Desktop\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 "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\screen.py", line 424, in visit_all
    self.child.visit_all(callback)
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 805, in per_interact
    if self.is_selected():
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 795, in is_selected
    return is_selected(self.action)
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in is_selected
    return any(is_selected(i) for i in action)
  File "C:\Users\pahi5\Desktop\Milfy_City-0.4b-pc\renpy\display\behavior.py", line 365, in <genexpr>
    return any(is_selected(i) for i in action)
  File "C:\Users\pahi5\Desktop\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
Tue Aug 28 22:58:53 2018
Anyone else run into this? Gonna delete all saved data, delete the game file and extract a new one and try again.
 
D

Deleted member 45040

Guest
Guest
Dude, the issue has been addressed many of times already. Workaround has already been found and has been stated many times already.
Dont start a new game

Good advice but useless if you are new to the game or cleared your appdata folder.
 
3.70 star(s) 474 Votes