View Issue Details

IDCategoryLast Update
0002655Bug Report2020-02-22 09:23
Reporterrad 
SeveritycrashReproducibilityalways
Status closedResolutionunable to reproduce
Summary0002655: program will not start
Descriptionerror traceback attached
Platform/OSWindows
Version0.19.5

Activities

rad

rad

2020-02-16 20:39

reporter  

traceback.txt (4,128 bytes)
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 441, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'LocationSounds'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 3451, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\behavior.py", line 906, in event
    return handle_click(self.clicked)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\behavior.py", line 841, in handle_click
    rv = run(action)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\behavior.py", line 308, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 441, in __call__
    renpy.load(fn)
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\loadsave.py", line 727, in load
    roots, log = loads(location.load(filename))
  File "C:\Users\Rad\Documents\Parts\STS\SummertimeSaga-0-17-5-pc\renpy\loadsave.py", line 62, in loads
    return pickle.loads(s)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1382, in loads
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 858, in load
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1090, in load_global
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1126, in find_class
AttributeError: 'StoreModule' object has no attribute 'LocationSounds'

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
SummertimeSaga 0.17.5
Sun Feb 16 13:50:22 2020
traceback.txt (4,128 bytes)
Casiope

Casiope

2020-02-16 21:01

updater   ~0004478

The traceback indicates you are playing on Summertime saga version 0.17.5. Please download and extract the last version 0.19.5.

Without reply, the report will be closed within one week.
rad

rad

2020-02-16 23:03

reporter   ~0004481

Downloaded version 19.5. Extracted all files. Freezes up on the first bedroom scene on the next morning. cannot leave the bedroom.
Casiope

Casiope

2020-02-17 13:43

updater   ~0004482

The game engine runs great on Windows 7. If you encounter a freeze during a session, then the cause is to be found in your configuration or your computer. There's nothing we can do about it.
Casiope

Casiope

2020-02-22 09:23

updater   ~0004490

The issue cannot be reproduced. The report is now closed.

Issue History

Date Modified Username Field Change
2020-02-16 20:39 rad New Issue
2020-02-16 20:39 rad File Added: traceback.txt
2020-02-16 21:01 Casiope Note Added: 0004478
2020-02-16 23:03 rad Note Added: 0004481
2020-02-17 13:43 Casiope Note Added: 0004482
2020-02-22 09:23 Casiope Status new => closed
2020-02-22 09:23 Casiope Resolution open => unable to reproduce
2020-02-22 09:23 Casiope Note Added: 0004490