View Issue Details

IDCategoryLast Update
0001411Bug Report2018-12-16 17:36
ReporterWulfie 
SeveritymajorReproducibilityalways
Status closedResolutionno change required
Summary0001411: Game crash when clicking map from bedroom.
DescriptionWhen trying to open the map from your bedroom the game will crash showing an unexpected error has occurred page.
Have closed and opened game twice to see if it can be recreated, it doesn't always happen but if I click between the map and bedroom button on the top left it eventually will on the fourth or fifth attempt.
Platform/OSWindows
Version0.17.1

Activities

Wulfie

Wulfie

2018-12-16 09:32

reporter  

Screenshot (36).png (860,485 bytes)
traceback.txt (3,856 bytes)
I'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/bedroom.rpyc", line 86, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 72, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 134, in script call
  File "scripts/locations/map/map.rpyc", line 34, in script
  File "C:\Users\Shaun\Desktop\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 "C:\Users\Shaun\Desktop\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 "C:\Users\Shaun\Desktop\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 "C:\Users\Shaun\Desktop\SummertimeSaga-0-17-1-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Shaun\Desktop\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 "C:\Users\Shaun\Desktop\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Shaun\Desktop\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Shaun\Desktop\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Shaun\Desktop\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Shaun\Desktop\SummertimeSaga-0-17-1-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\Shaun\Desktop\SummertimeSaga-0-17-1-pc\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Shaun\Desktop\SummertimeSaga-0-17-1-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\Shaun\Desktop\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-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.17.1
Sun Dec 16 22:28:12 2018
traceback.txt (3,856 bytes)
Casiope

Casiope

2018-12-16 14:52

updater   ~0001780

I'm not able to reproduce the bug. Could you upload a save file please?
Hireliath

Hireliath

2018-12-16 15:37

reporter   ~0001781

I get the same problem when pressing Mapbutton from lots of different places.
mil578

mil578

2018-12-16 17:36

updater   ~0001783

This was caused by Christmas content that was fixed in .17.5. Update your game.

Issue History

Date Modified Username Field Change
2018-12-16 09:32 Wulfie New Issue
2018-12-16 09:32 Wulfie File Added: Screenshot (36).png
2018-12-16 09:32 Wulfie File Added: traceback.txt
2018-12-16 14:52 Casiope Note Added: 0001780
2018-12-16 15:37 Hireliath Note Added: 0001781
2018-12-16 17:36 mil578 Note Added: 0001783
2018-12-16 17:36 mil578 Status new => closed
2018-12-16 17:36 mil578 Resolution open => no change required