Belnick

Engaged Member
Sep 3, 2018
2,646
1,266
The game is pretty heavy, do you play on a laptop or desktop PC?
How much RAM your PC have?
If you have your game in a folder with many letters, try to rename the folder with less letters.
i got same problem, but have 32k ram, 22k free while game is running on 4k display, game name is "MaxLife" too long? lol
taskmanager say game barley take 1gb ram, but using 15% of my cpu?

edit::
solved it by manually delete old save games, it seem the game allow max 8-10 save games in total
 

Kertug

Well-Known Member
Oct 3, 2017
1,013
489
i got same problem, but have 32k ram, 22k free while game is running on 4k display, game name is "MaxLife" too long? lol
taskmanager say game barley take 1gb ram, but using 15% of my cpu?

edit::
solved it by manually delete old save games, it seem the game allow max 8-10 save games in total
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.
 

cuculain

Member
Dec 12, 2017
145
145
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,026
8,035
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,053
507
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,646
1,266
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
 
3.70 star(s) 94 Votes