ProofreadingRUS

Forum Fanatic
Aug 10, 2019
4,202
2,017
I already got some of V0.2 8 done on chapter 3.
I don't know why you're stuck.
Did you go back to see Erika at church?
You do know you're not done there yet.
 

ProofreadingRUS

Forum Fanatic
Aug 10, 2019
4,202
2,017
Yes, I went back for both sex scenes. Nothing else happens there.
And then there's Maria getting married to the Yakuza Boss
MC goes to Maria again to ask for the black guy twice.
Once for the expansion of the Villa to add 4 more rooms for more people.
And the other is for Rita to make that porn movie
And back again to the church to ask the yakuza boss for the password for the elevator.
A lot and I mean a lot of things happen at the church.
You really need to look at that walkthrough again.
 

Bollagus

Member
Nov 9, 2019
225
179
And then there's Maria getting married to the Yakuza Boss
MC goes to Maria again to ask for the black guy twice.
Once for the expansion of the Villa to add 4 more rooms for more people.
And the other is for Rita to make that porn movie
And back again to the church to ask the yakuza boss for the password for the elevator.
A lot and I mean a lot of things happen at the church.
You really need to look at that walkthrough again.
Yes, Maria got married, but when I try to talk to her after it's just for "Yes! Feed Me!". Nothing else happens. Can't speak to the black guy.
 

ProofreadingRUS

Forum Fanatic
Aug 10, 2019
4,202
2,017
Yes, Maria got married, but when I try to talk to her after it's just for "Yes! Feed Me!". Nothing else happens. Can't speak to the black guy.
You don't speak to the black guy, you speak to Maria for her permission.
Nothing happens on the same day even if you follow the walkthrough.
 

ProofreadingRUS

Forum Fanatic
Aug 10, 2019
4,202
2,017
I know, but nothing happens in the church anymore. The phone is also gone, can't see the stats anymore.
Well I already did the first porn shoot, now I'm on to my second porn movie.
I already saved the farm from being sold.
Elena finally gave birth.
MC finally gets to meet the Major now that he met his wife.
MC finally gets to see who or what's inside Martha's house.
I'm playing blindfolded too whenever Megan is not being specific enough with the dates and details.
As for your problem, I'm playing chapter 3 and I have no problem playing it.
I'm playing the compressed version. Maybe you should try downloading it again.
If Amber continues to say nothing new, then there may be a bug somewhere, or you may need a save.
 

Bollagus

Member
Nov 9, 2019
225
179
Well I already did the first porn shoot, now I'm on to my second porn movie.
I already saved the farm from being sold.
Elena finally gave birth.
MC finally gets to meet the Major now that he met his wife.
MC finally gets to see who or what's inside Martha's house.
I'm playing blindfolded too whenever Megan is not being specific enough with the dates and details.
As for your problem, I'm playing chapter 3 and I have no problem playing it.
I'm playing the compressed version. Maybe you should try downloading it again.
If Amber continues to say nothing new, then there may be a bug somewhere, or you may need a save.
Downloaded the compressed version, but it's the same there. How do I get a save from where my problems start?
 

Bollagus

Member
Nov 9, 2019
225
179
If you know where to place the save, I can give you mine, but I'm way ahead of you.
So, you don't have an older save? I think maybe I'll start over again, and hope it works this time. Or not.. I see the phone is still missing, so maybe I'll just drop this game, too much bother starting over again.
 
Last edited:

M3xNoName

New Member
Nov 27, 2020
4
0
Hi, I got error when i run the game (Ch 2 v0.22), what's mean and how to fix it?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 198, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 442, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'gui/window_icon.png'.

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

Full traceback:
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\main.py", line 513, in main
run(restart)
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\execution.py", line 879, in run_context
context.run()
File "renpy/common/00start.rpy", line 198, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 442, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\display\core.py", line 2617, in interact
self.start()
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\display\core.py", line 1774, in start
self.set_mode()
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\display\core.py", line 2007, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "gldraw.pyx", line 204, in renpy.gl.gldraw.GLDraw.set_mode
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\display\core.py", line 1805, in post_init
self.set_icon()
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\display\core.py", line 1836, in set_icon
renpy.loader.load(icon),
File "H:\Game\Raidos\Max's Life\Maxslife-Chapter2-0.22-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Max's life 0.22
Wed Dec 16 02:13:25 2020
 

cklaubur

Active Member
Apr 2, 2018
683
311
Hi, I got error when i run the game (Ch 2 v0.22), what's mean and how to fix it?
If you look in your "Maxslife-Chapter2-0.22-pc\game\gui" folder, do you see the file "window_icon.png"? The error itself means that the game can't find that image where it is expecting it to be. You could put any image there and rename it to "window_icon.png" to fix the error, but things may look funny if you don't put the correct image in.
 
  • Like
Reactions: M3xNoName
3.60 star(s) 103 Votes