View Issue Details

IDCategoryLast Update
0002561Bug Report2020-04-18 13:18
ReporterTimulfang 
SeveritymajorReproducibilityalways
Status closedResolutionduplicate
Summary0002561: Game keeps Crashing
DescriptionI play for about 3-5 mins the the game crashes on me. An if i play for about 2 an save before it does. when i turn i back on i can load up an play again for about the same amount of time before it happens again. An when i say crash i mean the game freezers wont let me click or do anything then closes it's self out.
Platform/OSWindows
Version0.19.5

Activities

Timulfang

Timulfang

2019-12-24 06:06

reporter   ~0004215

I forgot to add that I've installed an uninstalled the game Version 0.19.5 8 different time's an it keeps doing it. I've Also Deleted all my saved games, an reset the cookie jar an started multiple new games in both cheat mode an normal mode.
Timulfang

Timulfang

2019-12-24 06:35

reporter   ~0004216

Just tried to get a massage at the mall the game froze again but this time this popped up right after it closed out.


 I'm sorry, but an uncaught exception occurred.

While loading <'Blur' <'MatrixColor' <'Crop' <'Rotozoom' <'Image' u'backgrounds/location_pink_day.jpg'> 0 7.0> 5368 2920 1024 768> (1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> 1.7 None>:
error: Out of memory

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

Full traceback:
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\main.py", line 578, in main
    run(restart)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\main.py", line 143, in run
    renpy.execution.run_context(True)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\execution.py", line 908, in run_context
    context.run()
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 67, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 186, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/kitchen/kitchen.rpyc", line 10, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 186, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2268, in script call
  File "scripts/locations/mall/mall/second_floor/second_floor.rpyc", line 19, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/characters/ivy/button.rpyc", line 44, in script
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 67, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 186, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/kitchen/kitchen.rpyc", line 10, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 186, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2268, in script call
  File "scripts/locations/mall/mall/second_floor/second_floor.rpyc", line 19, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/characters/ivy/button.rpyc", line 44, in script
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\transition.py", line 180, in render
    renpy.display.render.render(self.transitions[-1], width, height, 0, 0)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 1196, in load
    surf = cache.get(self.image)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 1259, in load
    surf = cache.get(self.image)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 1007, in load
    return cache.get(self.image).subsurface((self.x, self.y,
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\im.py", line 965, in load
    rv = renpy.display.pgrender.rotozoom(child, self.angle, self.zoom)
  File "C:\Users\TimBr\Downloads\SummertimeSaga-0-19-5-pc\renpy\display\pgrender.py", line 181, in rotozoom
    surf = pygame.transform.rotozoom(surf, angle, zoom)
  File "src/pygame_sdl2/transform.pyx", line 100, in pygame_sdl2.transform.rotozoom
error: Out of memory

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.19.5
Tue Dec 24 01:22:32 2019
Timulfang

Timulfang

2019-12-24 07:00

reporter   ~0004217

When i try an enter the shower in your house the game locks up an all i hear is the water running until the game shuts off. this keeps happening. lol i did it four times in a row back to back. then tried going to bed an tried 3 more times. then skipped 4 day an still the screen locked up an i could the hear water run on loop till it shut off.
Timulfang

Timulfang

2019-12-24 21:49

reporter   ~0004218

Downloaded Bluestacks an the apk an they run fine just a little slower to respond. An downloaded the app on my phone an no problem. Just seems to be when i try an play the new pc version on a pc it crashes.
Casiope

Casiope

2019-12-26 18:13

updater   ~0004225

This is not an issue related to Summertime Saga but to the hardware. Your computer doesn't seem to have enough RAM to run the game properly. We can't reproduce the problem.
Without reply, the report will be closed within one week.
Casiope

Casiope

2020-04-18 13:18

updater   ~0004589

The game developer has analyzed the submitted reports and several changes have been made in the way the engine computes and applies the image transformations. These changes will be effective in the next update.

Thank you for your report. The report is a duplicate of 0002624 and is now closed.

Issue History

Date Modified Username Field Change
2019-12-24 05:45 Timulfang New Issue
2019-12-24 06:06 Timulfang Note Added: 0004215
2019-12-24 06:35 Timulfang Note Added: 0004216
2019-12-24 07:00 Timulfang Note Added: 0004217
2019-12-24 21:49 Timulfang Note Added: 0004218
2019-12-26 18:13 Casiope Note Added: 0004225
2020-04-18 13:18 Casiope Status new => closed
2020-04-18 13:18 Casiope Resolution open => duplicate
2020-04-18 13:18 Casiope Note Added: 0004589