salvo00786

Newbie
May 29, 2017
86
118
Hi... I want to use my 0.9.9 saves with this new update, but when I try to load them, an error appear and the game exit to Desktop. Someone has the same problem?

This is the error:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 310, in script call
call expression "before_main_menu"
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'Location' on <renpy.python.StoreModule object at 0x00000000044a3550>

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

Full traceback:
File "renpy/common/00start.rpy", line 310, in script call
call expression "before_main_menu"
File "startup.rpyc", line 163, in script
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\exports.py", line 3336, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\core.py", line 3499, 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 "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\core.py", line 4457, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\behavior.py", line 1138, in event
return handle_click(self.clicked)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\behavior.py", line 1071, in handle_click
rv = run(action)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\loadsave.py", line 812, in load
roots, log = loads(log_data)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\compat\pickle.py", line 97, in load
return up.load()
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\compat\pickle.py", line 93, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'Location' on <renpy.python.StoreModule object at 0x00000000044a3550>

Windows-10-10.0.19044 AMD64
Ren'Py 8.1.0.23051307
Waifu Academy 0.10.0
Sat Oct 21 17:21:55 2023
 

paulphoenix

Member
Jun 2, 2018
111
28
View attachment 69194

Overview:
In Waifu Academy, you play as young man (with a name of your choice, of course), who wishes to seek revenge after many years of harrowing ordeals... The game features more than 30 characters, each of which is unique and has a (hopefully) believable background. Most of the game scenes take place at a fictional private high school called, 'Sazaki Academy.'
Thread Updated: 2023-10-01
Release Date: 2023-10-01
Developer: Irphaeus
Censorship: None
Version: 0.10.0
OS: Windows, Linux, Mac
Language: English
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.

DOWNLOAD
Win/Linux: - - MEGA - - PIXELDRAIN - -
Mac
(v0.9.9): MEGA - -
Android
(v0.6.4a): MEGA - - WORKUPLOAD -

Extras: FAN ART THREAD - WALLPAPERS - - FAN SIG - WALKTHROUGH MOD - ONLINE GALLERY


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


View attachment 69243 View attachment 115517 View attachment 115518 View attachment 115519 View attachment 115520 View attachment 115521 View attachment 115522 View attachment 115523 View attachment 115524 View attachment 115525 View attachment 115526
Last version of the game is 2 or 3 times slower than before on a same computer. this renpy (7, 4, 5) version suxx :)
 
Last edited:

RDFozz

Active Member
Apr 1, 2022
805
1,102
Hi... I want to use my 0.9.9 saves with this new update, but when I try to load them, an error appear and the game exit to Desktop. Someone has the same problem?

This is the error:


You don't have permission to view the spoiler content. Log in or register now.
As noted previously in the thread, the 0.10.0 release included some code changes that broke saves. Options are to start over, or start from the end of the previous release. Start a new game, and Otaku will give you the choice.
 
Sep 22, 2018
327
216
Hi... I want to use my 0.9.9 saves with this new update, but when I try to load them, an error appear and the game exit to Desktop. Someone has the same problem?

This is the error:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 310, in script call
call expression "before_main_menu"
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'Location' on <renpy.python.StoreModule object at 0x00000000044a3550>

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

Full traceback:
File "renpy/common/00start.rpy", line 310, in script call
call expression "before_main_menu"
File "startup.rpyc", line 163, in script
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\exports.py", line 3336, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\core.py", line 3499, 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 "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\core.py", line 4457, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\behavior.py", line 1138, in event
return handle_click(self.clicked)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\behavior.py", line 1071, in handle_click
rv = run(action)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\display\behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\loadsave.py", line 812, in load
roots, log = loads(log_data)
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\compat\pickle.py", line 97, in load
return up.load()
File "H:\A GIOCHI DA FARE2\WaifuAcademy-0.10.0-pc\renpy\compat\pickle.py", line 93, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'Location' on <renpy.python.StoreModule object at 0x00000000044a3550>

Windows-10-10.0.19044 AMD64
Ren'Py 8.1.0.23051307
Waifu Academy 0.10.0
Sat Oct 21 17:21:55 2023
Hello fellow Italian, and welcome on this thread, hope you'll enjoy Waifu Academy.
 

MiHawkins

Member
Jun 4, 2018
117
406
So, after skipping the two previous updates, I decided to play this one. Here's my judgement (I'll try to make it spoiler-free):
  • To me, it felt like good update in terms of content and length. BUT I'm talking about the last three updates as one. I'm not sure where does this last updates pick up from, but if it's after the Honey Bee, then I'd say it has nice content but it's short.
  • Regarding the navigational map: It's pointless. Time wasted.
  • Regarding the karma system update: As suspected, there is no change at all regarding content already existing before this update and the only changes the karma brings in the last update is slightly different dialogues at some points but nothing else. I would have preferred karma to actually influence scenes more, otherwise I think it's pointless as well.
  • Regarding the new intro: It's nice... but I don't think anyone was asking for it nor cares about it much.
  • The "smartphone" it's supposed to do even more things now! But it doesn't. It can't even access the gallery despite the gallery from the menu uses the same interface. Even the info hasn't been filled yet. This is something so easy, that could be done in less than an hour.
  • Gallery and Scene replay mostly work but have some bugs.
    • Pics and scenes not in chronological order.
    • Pics and scenes remain greyed out in some cases despite having played them.
    • Some scenes and pics that would be nice to have aren't there.
    • The girls with less lewd content have a lot of pics that aren't of interest, just for the sake of filling their page.
    • There's a pic of Yukiko in Motoko's page.
    • Elizabeth's gallery throws an error when trying to change pages.
  • New girls' designs:
    • New Elizabeth feels like a stranger and it completely ruins immersion. Personally I find it uglier than the original.
    • New Nanali feels like a stranger as well and it completely ruins immersion. She's hot, but the original was too already.
    • Other girls seem to have had minor tweaks only and while I see how they can feel more beautiful, they're all tweaked into the same arquetype so they lose their distinctive traits a bit and all of them look the same a bit.
    • There's one single pic of Elizabeth in last update that shows a new new Elizabeth that at least retains her original hair. I hope, at least, it stays like that in the future.
  • Regarding dialogues:
    • This is just peronsal taste, but I had always enjoyed his style but these last updates I haven't liked it much.
    • In fact, I didn't even understand much of it for the scene where you train with Maki at the beach.
    • WHY DID HE CHANGE MAKI'S WAY OF SPEAKING??? She was mostly well-spoken before and nothing distinctive of her in this regard. There are other elements of her character that make her great. But in this update she speaks like mid-way between coming from a rural background and being completely illiterate. It brings her damn close to Tochiro's way of speaking and I found it super annoying. For me at least, she's now dumber and thus, less charming.
    • Like always, not only old mistakes weren't fixed, new update has them in almost every single screen. Grammar, spelling, wrong words entirely and characters being given the dialogue another character was meant to say. So, remember this the next time Irph says there's a delay becuase they're proofreading and testing. No such thing has ever been done in this game's development.
  • Regarding the content itself:
    • For the three updates I played, there are some small bits of "something" here and there of minimal interest and basically 3 scenes: Bathhouse, Honey Bee, Beach.
    • Bathhouse: For some reason, the story starts having ment other than the MC getting intimate with the girls more and more often. I don't consider myself particularly repulsed by it despite it's not to my liking, but I can see why it could ruin the experience to some players. Especially because it's all unavoidable. For the rest, it's an alright scene, no less, no more. Certainly not good enough if it was the highlight and even only scene of one of the three updates.
    • Honey Bee: Awful. Again with forcing other men into the girls. Even if I didn't mind much, I didn't enjoy it and I doubt the kind of people who like this game about an "Alpha" MC that succeeds in almost everything and has everything under control like this new direction. But worst ofo all, the scene is the epytome of laziness and malice. It offers you a lot of options and 99% of them don't matter at all. The outcome is always the same. Even when choosing different girls, they do the same thing. At the end, there is one choice I think everyone must have been looking forward and even willing to let go the previous bullshit, but... When the time comes, there's no choice. There are three girls to choose but the game only lets you choose one. It even lies to you about saying the choice is locked for karma reasons despite that's false. Irph promised to implement those choices in the next update (which is this one we las had). He didn't. He never will. Why? Because the only choice we're allowed causes major general plot changes that wouldn't occur if we were allowed to choose differently. So, don't hold any hopes for that. Rose, Sarah and Sheila will never be an option. Again, if this were the highlight, not to say the only lewd scene of the update, I'd even regret having wasted time in downloading and playing (especially considering you had to replay from the beginning). In my case, I was glad I waited.
    • Beach: Way better than the other ones. I liked it a lot. There are a lot of real choices, lots of paths, satisfying encounters with the girls... Good. Very good. Not enough for a good update to consist of this scene and not much more, though.
    • Secret ending with a "nice surprise": I couldn't find it, even though I usually do because I like to play and replay until I've made all possible combinations of actions. But I couldn't find it this time. In fact, I remember there was another secret long dialogue in previous content (I'd say at the beginning of the scene with Rachel and Isabella) and I didn't find it either this time when replaying from the beginning.
    • Developer mode: It was a very nice surprise! At the beginning though. It turned very disappointing very quickly. Basically, it's nothing but a waste of time. It's actually the structure for something fun and interesting but without any content. It has only one path with the illusion of multiple outcomes, but it's completely rigged and only 2 outcomes are possible in terms of dialogue and both have the same single image as reward.
All in all, playing the last three updates at once felt like a good update, but there are still too many negative elements other than the amount of content in recent updates.
 

Aqua888

Active Member
Jan 10, 2023
576
435
Nvidea 1060
Intel core i7-6700k 4GHz
16gb ram
Windows 10
Weird, you have a good pc & this game doesn't require much vram , check if the game is in power saver mode if so then changed it to performance,I heard some similar issues in other Avns & their problems solved, In the new windows update some applications are in default power saver mode,we have to change it
 

UncouthRouth

Newbie
Apr 9, 2023
47
43
As a large, rotund, spectacled Otaku-like dude physique-wise, with all the lack of social skills, especially in terms of female interaction, of Shinji, I can't help but feel this game is tailor-made to make fun of me:ROFLMAO: God I hope those two get a life
 
  • Haha
Reactions: Nulldev

zeraligator

Well-Known Member
May 25, 2018
1,298
980
Might have to consider adding that preg tag with the 'preg check?!' options.
Fucks with Catherine's 'reveal' in the bathhouse, though.

Also, not sure if it's the mod but why does the option to tell Motoko the drink is alcoholic gives the same penalty to karma as lying to her to get her drunk.
 
Last edited:

zeraligator

Well-Known Member
May 25, 2018
1,298
980
As a large, rotund, spectacled Otaku-like dude physique-wise, with all the lack of social skills, especially in terms of female interaction, of Shinji, I can't help but feel this game is tailor-made to make fun of me:ROFLMAO: God I hope those two get a life
As long as you're not a 'sand roach' like Tochiro you'll be fine.
 
  • Haha
Reactions: UncouthRouth

Eonor

Active Member
Sep 9, 2017
655
1,482
Made a compressed Android port of Waifu Academy v0.10.0 with IONJigZz's walkthrough mod.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Links: -
 

Hbsmith

Newbie
Jul 24, 2017
23
7
Do you have a mod installed?
If so, do you have the 0.10 version?
Also, can you tell me at what scene that happened?
I had the mod installed; redownloaded and tried without the mod still caught the same exception.
No scenes, it's crashing during initial start-up.
 
4.10 star(s) 271 Votes