View Issue Details

IDCategoryLast Update
0001404Bug Report2018-12-15 20:51
ReporterLittleCoin 
SeveritycrashReproducibilityrandom
Status closedResolutionduplicate
Summary0001404: Going out to Map
DescriptionI'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/map/map.rpy", line 34, in <module>
  File "game/scripts/core/systems/game.rpy", line 298, in main
  File "game/scripts/core/systems/locations.rpy", line 136, in call_screen
  File "game/scripts/locations/map/screens.rpy", line 1, in execute
  File "game/scripts/locations/map/screens.rpy", line 1, in execute
  File "game/scripts/locations/map/screens.rpy", line 276, in execute
  File "game/scripts/locations/map/screens.rpy", line 277, in execute
  File "game/scripts/core/systems/day_timer.rpy", line 160, in image
ValueError: Single '}' encountered in format string

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 1840, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 72, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 131, in script call
  File "scripts/locations/map/map.rpyc", line 34, in script
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/locations/map/map.rpy", line 34, in <module>
  File "game/scripts/core/systems/game.rpy", line 298, in main
  File "game/scripts/core/systems/locations.rpy", line 136, in call_screen
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "D:\newf\SummertimeSaga-0-17-1-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/locations/map/screens.rpy", line 1, in execute
  File "game/scripts/locations/map/screens.rpy", line 1, in execute
  File "game/scripts/locations/map/screens.rpy", line 276, in execute
  File "game/scripts/locations/map/screens.rpy", line 277, in execute
  File "<screen language>", line 277, in <module>
  File "game/scripts/core/systems/day_timer.rpy", line 160, in image
ValueError: Single '}' encountered in format string

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
SummertimeSaga 0.17.1
Sat Dec 15 18:04:44 2018

p.s. if quit game and restart, there the chance that error will not appear, but it will later
if always ignore it will crush game and some dialogues will appear
Platform/OSWindows
Version0.17.1

Activities

mil578

mil578

2018-12-15 20:51

updater   ~0001766

This is due to the holiday content not loading right. This has been fixed and will be in the next update.

Issue History

Date Modified Username Field Change
2018-12-15 15:10 LittleCoin New Issue
2018-12-15 20:51 mil578 Status new => closed
2018-12-15 20:51 mil578 Resolution open => duplicate
2018-12-15 20:51 mil578 Note Added: 0001766