View Issue Details

IDCategoryLast Update
0000266Bug Report2018-04-18 20:29
ReporterHerbtheChef 
SeverityblockReproducibilityN/A
Status closedResolutionfixed
Summary0000266: Two different issues regarding inability to save the game and being unable to progress.
DescriptionFirst, I can't save the game at all, ever. I've redownloaded the game three times, and it just will not save. Keeps giving me an error. When I play next I'll try and upload a photo of the error.

Also I reached a point in the story, where all it says is "I should see what the note says" and I can no longer continue the game. It's night time so I can't go anywhere and also cannot go inside the house. And since I couldn't save the game, I've got to start fresh lol.

Fun game otherwise! Thanks!
Platform/OSWindows
Version0.15

Activities

GreenCap

GreenCap

2018-04-16 20:22

updater   ~0000346

Need more info, unable to replicate note bug without more info and save error unreported by anyone else on Windows so may be user specific.
HerbtheChef

HerbtheChef

2018-04-16 21:10

reporter   ~0000357

All I can tell you on the note part is that it was after a few teachers storylines had been done, and before Erik's dad appearing in the backyard. I couldn't save the game so I have to play back through all of that.

This is the save game crash I was getting on 15.0. I upgraded to 15.2 and experienced more bugs. Is there a link for 15.1 download?

Also here is the error message I get while saving:
--------
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 357, in __call__
    renpy.save(fn, extra_info=save_name)
IOError: [Errno 13] Permission denied: 'save_dump.txt'

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\behavior.py", line 299, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 357, in __call__
    renpy.save(fn, extra_info=save_name)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\loadsave.py", line 283, in save
    save_dump(roots, renpy.game.log)
  File "C:\Program Files\SummertimeSaga-0.15.0-pc\renpy\loadsave.py", line 177, in save_dump
    f = file("save_dump.txt", "w")
IOError: [Errno 13] Permission denied: 'save_dump.txt'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.15.0
[/code]
------
HerbtheChef

HerbtheChef

2018-04-18 19:01

reporter   ~0000416

You can shut this down. 15.3 resolved all my issues.

Issue History

Date Modified Username Field Change
2018-04-16 08:05 HerbtheChef New Issue
2018-04-16 20:22 GreenCap Note Added: 0000346
2018-04-16 21:10 HerbtheChef Note Added: 0000357
2018-04-18 19:01 HerbtheChef Note Added: 0000416
2018-04-18 20:29 GreenCap Status new => closed
2018-04-18 20:29 GreenCap Resolution open => fixed