View Issue Details

IDCategoryLast Update
0001489Bug Report2019-05-03 06:46
Reporterrodlox 
SeveritycrashReproducibilityhave not tried
Status closedResolutionopen
Summary0001489: Error message appears after Debbie says Jenny likes babies
Descriptionan error took place after Diane brought her baby first to the barn & later to Debbie's house; Debbie had just said that Jenny likes babies too but doesn't want to admit it, then I walked around the inside of the house, and the error happened: the images onscreen (in the game window, not the entire monitor) were replaced by what I assume were lines of code.
(is that what it means by "crash", or does that refer to the computer shutting down? my apologies if I mislabeled this)
Platform/OSWindows
Version0.17.5

Activities

Casiope

Casiope

2019-01-18 14:21

updater   ~0001904

Hello,

We need more details.
Could you share the file called traceback? This file is in the game's folder.
To answer to your question, a crash is when the game is unresponsive.
Thank you!
rodlox

rodlox

2019-01-22 03:47

reporter   ~0001916

I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'diane_arms_a_[M_diane.get_naked_str]_squeeze3[M_diane.pregnancy.to_string]': could not find image. (u'diane_arms_a_nightgown_squeeze3')

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

Full traceback:
  File "lib/windows-i686/scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 1840, in script call
  File "lib/windows-i686/scripts/locations/home/entrance/hallway/bedroom/bedroom.rpyc", line 87, in script call
  File "lib/windows-i686/scripts/locations/home/entrance/hallway/hallway.rpyc", line 72, in script call
  File "lib/windows-i686/scripts/characters/diane/button.rpyc", line 186, in script call
  File "lib/windows-i686/scripts/characters/diane/button_dialogues.rpyc", line 68, in script
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\ast.py", line 1337, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\exports.py", line 1452, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 2207, in do_with
    clear=clear)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\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\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\image.py", line 726, in per_interact
    self.find_target()
  File "C:\Users\AnthonyDocimo\Documents\SummertimeSaga-0-17-5-pc\SummertimeSaga-0-17-5-pc\renpy\display\image.py", line 632, in find_target
    raise Exception(error)
Exception: DynamicImage u'diane_arms_a_[M_diane.get_naked_str]_squeeze3[M_diane.pregnancy.to_string]': could not find image. (u'diane_arms_a_nightgown_squeeze3')

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.17.5
Thu Jan 10 16:51:25 2019
Casiope

Casiope

2019-01-22 15:02

updater   ~0001917

Thank you for adding the traceback!

This bug was already reported here: 0001477.
mil578

mil578

2019-05-03 06:46

updater   ~0002258

Forwarded to next update or already fixed.

Issue History

Date Modified Username Field Change
2019-01-17 09:36 rodlox New Issue
2019-01-18 14:21 Casiope Note Added: 0001904
2019-01-22 03:47 rodlox Note Added: 0001916
2019-01-22 15:02 Casiope Note Added: 0001917
2019-05-03 06:46 mil578 Note Added: 0002258
2019-05-03 06:46 mil578 Status new => closed