cuculain

Member
Dec 12, 2017
152
150
246
Seeing some serious lag in the game, and often crashing when attempting to save. None of the solutions in the earlier comments are helping. I have a 16GB machine, and while watching the system usage, I'm seeing the game launching with 150MB usage, to over 500MB just from loading a save, and then climbing to over a gigabyte of memory usage after some playing.

taskmanager-start.PNG

A crash log from one of the many exception errors seems to indicate (mind, I'm not a coder, but do have some coding experience) that there appears to be an unterminated loop, as the same calls kept getting called.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/SCRIPT/Map.rpy", line 1, in script call
    label map:
  File "renpy/common/00console.rpy", line 765, in script
    python in _console:
  File "renpy/common/00console.rpy", line 766, in <module>
    console.interact()
  File "renpy/common/00console.rpy", line 325, in interact
    line = ui.interact()
MemoryError:

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

Full traceback:
  File "game/SCRIPT/Map.rpy", line 1, in script call
    label map:
  File "renpy/common/00console.rpy", line 765, in script
    python in _console:
  File "F:\temp\Maxslife\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\temp\Maxslife\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00console.rpy", line 766, in <module>
    console.interact()
  File "renpy/common/00console.rpy", line 325, in interact
    line = ui.interact()
  File "F:\temp\Maxslife\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\temp\Maxslife\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\temp\Maxslife\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "F:\temp\Maxslife\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 1117, in render
    st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 1633, in render
    place('c', col2, row2, cwidth, cheight)
  File "F:\temp\Maxslife\renpy\display\layout.py", line 1622, in place
    rend = render(d, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\viewport.py", line 262, in render
    surf = renpy.display.render.render(self.child, child_width, child_height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 919, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 1117, in render
    st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 919, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 1117, in render
    st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 919, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\display\layout.py", line 1117, in render
    st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "F:\temp\Maxslife\renpy\text\text.py", line 1837, in render
    layout = Layout(self, width, height, renders, splits_from=virtual_layout)
  File "F:\temp\Maxslife\renpy\text\text.py", line 772, in __init__
    tex = renpy.display.draw.load_texture(surf)
  File "gldraw.pyx", line 733, in renpy.gl.gldraw.GLDraw.load_texture
  File "gltexture.pyx", line 894, in renpy.gl.gltexture.texture_grid_from_surface
  File "gltexture.pyx", line 330, in renpy.gl.gltexture.TextureCore.load_surface
  File "gltexture.pyx", line 1185, in renpy.gl.gltexture.premultiply
MemoryError:

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Max's life 0.21
Wed Jan 09 01:49:59 2019
 

RoadWulf

Forum Fanatic
Nov 18, 2018
4,212
8,381
716
How the hell do I get this Christmas event to spawn? I keep reading about some patch to make the icon show up but I'll be damned if I can find it.

Also Susan refuses to go above 14 Corruption no matter how many times I have sex with her.
 

PhoenixFireeye

Well-Known Member
Nov 2, 2017
1,126
585
294
How the hell do I get this Christmas event to spawn? I keep reading about some patch to make the icon show up but I'll be damned if I can find it.

Also Susan refuses to go above 14 Corruption no matter how many times I have sex with her.
In order for the Christmas icon to show up, you need to get all achievements that were available before the event was added to the game. Are you missing any achievements? Have you looked at the walkthrough on the OP? You are probably missing some minor, easily missed scene (like a bathroom or shower scene).

As for Susan, what is Tina's corruption at? You probably need to do the gym morning scene again. If you are still unsure what to do, you can upload your save and I can take a look at it.
 

Belnick

Engaged Member
Sep 3, 2018
2,683
1,297
347
I was not talking about game name but for the the folder of the game is in, if the game in folder is c:\users\pc name\downloads\maxlife v x.x\maxlife.. , maybe is too long.
I didn't delete old saves and i have a little lag when i save the game, not too much to bother me and i have 16kk ram and not 4x diaplay.
no "c:\games\max" now, it is not too long lol, but as i said, removing, by manually go to game/save folder and delete excessive autosaves and old saves and you can save again
 

Eason X

New Member
Jan 12, 2019
1
0
1
Hi guys. I'm can't go to Apartment in morning after Susan tell me to massagge Tina.
How to fix it? TAT
I already unlocked the apartments by completing the beach questline
 

Spoilerbabe

Newbie
Feb 21, 2018
94
12
60
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'OBJECT/lily_stella1.png'>:
  File "game/SCRIPT/park.rpy", line 15, in script
    call screen park
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'OBJECT/lily_stella1.png'.

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

Full traceback:
  File "game/SCRIPT/park.rpy", line 15, in script
    call screen park
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-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\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\behavior.py", line 724, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\layout.py", line 1117, in render
    st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\USER\Documents\MEGAsync Downloads\UPDATE\Maxs Life Remake 0.2\Maxslife-0.19-pc-crunched\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'OBJECT/lily_stella1.png'.

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Max's life 0.21
Sat Jan 12 20:39:09 2019


Think of it like Chapter 2. It's a stand alone game that assumes you've completed 0.12
 
3.70 star(s) 103 Votes