View Issue Details

IDCategoryLast Update
0001967Bug Report2019-12-20 22:58
ReporterGoodmann 
SeverityblockReproducibilityalways
Status resolvedResolutionfixed
Summary0001967: When doing the delmont atatute and finish it out brong it to diane this is what happends
Description[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'characters/diane/layeredimage/diane_arms_a_[M_diane.outfit.get]_statue_full.png': could not find image. (u'characters/diane/layeredimage/diane_arms_a_nightgown_statue_full.png')

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

Full traceback:
  File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2266, in script call
  File "scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 76, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 68, in script call
  File "scripts/locations/diane_s_home/barn/barn.rpyc", line 55, in script call
  File "scripts/locations/diane_s_home/barn/dialogues.rpyc", line 1603, in script
  File "/data/user/0/summer.time.saga/files/renpy/ast.py", line 1337, in execute
    renpy.exports.with_statement(trans, paired)
  File "/data/user/0/summer.time.saga/files/renpy/exports.py", line 1452, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 2207, in do_with
    clear=clear)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/summer.time.saga/files/renpy/display/core.py", line 508, in visit_all
    for d in self.visit():
  File "/data/user/0/summer.time.saga/files/renpy/display/image.py", line 718, in visit
    self.find_target()
  File "/data/user/0/summer.time.saga/files/renpy/display/image.py", line 632, in find_target
    raise Exception(error)
Exception: DynamicImage u'characters/diane/layeredimage/diane_arms_a_[M_diane.outfit.get]_statue_full.png': could not find image. (u'characters/diane/layeredimage/diane_arms_a_nightgown_statue_full.png')

[/code]
Platform/OSAndroid
Version0.19.1

Activities

Goodmann

Goodmann

2019-06-08 16:17

reporter  

Screenshot_20190608-111525_SummertimeSaga.jpg (803,857 bytes)
Casiope

Casiope

2019-06-08 16:44

updater   ~0002734

Could you explain where and when does this bug happens? The report just show the error, not all the details to repro the bug. Thank you.
Goodmann

Goodmann

2019-06-08 16:59

reporter   ~0002738

It happens when you complete the statue and bring it to diane then it crashes
Goodmann

Goodmann

2019-06-08 17:24

reporter   ~0002739

The delmontbstaute quest right beforenyou get daisy
Casiope

Casiope

2019-06-08 19:05

updater   ~0002743

Thank you. I will take a look later as the reproduction of this bug implies redoing many routes. thats is also the reason why I asked you details now.
Goodmann

Goodmann

2019-06-08 19:06

reporter   ~0002744

I understand thank you for the hard work!!!
Casiope

Casiope

2019-07-10 17:49

updater   ~0002890

Version 0.18.6. See attachments.

I was able to repro this bug.

Steps to reproduce:
1. Progress until you have the three part of the mysterious statue.
2. Wait for the evening.
3. Click on the barn.

Issues:
• Diane appears in nightgown inside the barn.
• But Diane is also at home, in the living room.
• The game crashes.

Solution:
• Diane shouldn't be in the barn in the evening wearing a nightgown.

1-1-LT1.save (479,263 bytes)
Diane in nightgown in barn with statue.jpg (502,583 bytes)
Casiope

Casiope

2019-07-10 18:09

updater   ~0002891

The problem comes from the fact that several scenes with Diane automatically start when you click on the barn during the evening, even though Diane is supposed to be at home.

I don't know what is the developers' intention because some scenes should not be available during the evening (the one where we give her The Breeder Guide or the statue, etc.), but others should always be available day and night (Daisy who gives birth). So I can't propose a solution except to refine the call to the dialogue labels.
Casiope

Casiope

2019-07-11 14:58

updater   ~0002906

This bug report is related (but not duplicate of) to bug report 0001958 and bug report 0002033. The cause of these bugs is the same: Diane is not supposed to wear the "nightgown" outfit at night in the barn. It is therefore a more general problem that must be addressed by developers.
Casiope

Casiope

2019-07-11 22:07

updater   ~0002927

So this is how stupid I am: I already reported this bug six months ago in bug report 0001480. Exactly the same bug. It was closed and forwarded to next update. I suppose the fix wasn't implemented in version 0.18. Bye, I have an Alzheimer test to do!
Casiope

Casiope

2019-11-24 17:10

updater   ~0003845

The bug has been confirmed. The report has been updated from version 0.18.6 to version 0.19.1.
Casiope

Casiope

2019-12-20 22:58

updater   ~0004101

This issue has been fixed in version 0.19.5. Please update the game to the last version. The report is now closed.

Issue History

Date Modified Username Field Change
2019-06-08 16:17 Goodmann New Issue
2019-06-08 16:17 Goodmann File Added: Screenshot_20190608-111525_SummertimeSaga.jpg
2019-06-08 16:44 Casiope Note Added: 0002734
2019-06-08 16:59 Goodmann Note Added: 0002738
2019-06-08 17:24 Goodmann Note Added: 0002739
2019-06-08 19:05 Casiope Note Added: 0002743
2019-06-08 19:06 Goodmann Note Added: 0002744
2019-07-10 17:49 Casiope File Added: 1-1-LT1.save
2019-07-10 17:49 Casiope File Added: Diane in nightgown in barn with statue.jpg
2019-07-10 17:49 Casiope Note Added: 0002890
2019-07-10 18:09 Casiope Note Added: 0002891
2019-07-11 14:58 Casiope Note Added: 0002906
2019-07-11 22:07 Casiope Note Added: 0002927
2019-11-24 17:10 Casiope Status new => confirmed
2019-11-24 17:10 Casiope Version 0.18.6 => 0.19.1
2019-11-24 17:10 Casiope Note Added: 0003845
2019-12-20 22:58 Casiope Status confirmed => resolved
2019-12-20 22:58 Casiope Resolution open => fixed
2019-12-20 22:58 Casiope Note Added: 0004101