View Issue Details

IDCategoryLast Update
0001723Bug Report2019-11-22 21:59
ReporterMouse 
SeveritymajorReproducibilityalways
Status resolvedResolutionfixed
Summary0001723: Can't enter the barn to visit Daisy
DescriptionGrey screen of death
Platform/OSWindows
Version0.18.1

Activities

Mouse

Mouse

2019-05-04 07:55

reporter  

18 1 error.jpg (774,026 bytes)
Jhtitan

Jhtitan

2019-05-10 20:32

reporter   ~0002564

Got same error on android. Can't enter barn after getting Daisy.
DarkKuno

DarkKuno

2019-05-23 06:19

reporter   ~0002623

still occurring in 0.18.2
DarkKuno

DarkKuno

2019-05-31 01:51

reporter   ~0002636

No longer experiencing this at the barn, but it does occur every time the MC asks about the baby while in the living room with Diane at night.

Living room night Diane baby bump.txt (3,713 bytes)
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
Exception: DynamicImage u'diane_arms_a_[M_diane.outfit.get]_touch[M_diane.pregnancy.to_string]': could not find image. (u'diane_arms_a_nightgown_touch_pregnant_bump')

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 88, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 62, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 176, in script call
  File "scripts/characters/diane/button.rpyc", line 178, in script call
  File "scripts/characters/diane/button_dialogues.rpyc", line 1037, in script
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\exports.py", line 1330, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\image.py", line 726, in per_interact
    self.find_target()
  File "C:\Users\Cameron\Desktop\SummertimeSaga-0-18-2-pc\renpy\display\image.py", line 632, in find_target
    raise Exception(error)
Exception: DynamicImage u'diane_arms_a_[M_diane.outfit.get]_touch[M_diane.pregnancy.to_string]': could not find image. (u'diane_arms_a_nightgown_touch_pregnant_bump')

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.18.2
Thu May 30 20:39:08 2019
[/code]
leftcoasttech

leftcoasttech

2019-06-03 02:11

reporter   ~0002639

happening to me to. started after scene where daisy got her name and while diane is pregnant.
from log
While running game code:
  File "game/scripts/locations/diane_s_home/barn/barn.rpy", line 84, in <module>
  File "game/scripts/core/systems/game.rpy", line 325, in main
  File "game/scripts/core/systems/locations.rpy", line 249, in call_screen
Exception: DynamicImage u'objects/character_diane_[M_diane.outfit.get][M_diane.pregnancy.to_string].png': could not find image. (u'objects/character_diane_shirtless_pregnant_bump.png')
Casiope

Casiope

2019-09-17 17:04

updater   ~0002976

Both bugs, both missing poses (Diane shirtless with bump in the barn, and Diane in nightgown with bump in the living room), are fixed. I'm unable to reproduce them.
Last one was fixed in version 0.18.5:
- Added missing art and updated posing for Diane’s “How’s the baby?” dialogues.
I think this bug report can be closed, I will add another one about other missing poses for the lady, but without crash report.
Casiope

Casiope

2019-11-22 21:59

updater   ~0003814

The bug has been fixed in version 0.18.5. The report is now closed.

Issue History

Date Modified Username Field Change
2019-05-04 07:55 Mouse New Issue
2019-05-04 07:55 Mouse File Added: 18 1 error.jpg
2019-05-10 20:32 Jhtitan Note Added: 0002564
2019-05-23 06:19 DarkKuno Note Added: 0002623
2019-05-31 01:51 DarkKuno File Added: Living room night Diane baby bump.txt
2019-05-31 01:51 DarkKuno Note Added: 0002636
2019-06-03 02:11 leftcoasttech Note Added: 0002639
2019-09-17 17:04 Casiope Note Added: 0002976
2019-11-22 21:59 Casiope Status new => resolved
2019-11-22 21:59 Casiope Resolution open => fixed
2019-11-22 21:59 Casiope Note Added: 0003814