View Issue Details
| ID | Category | Date Submitted | Last Update | ||
|---|---|---|---|---|---|
| 0000503 | Bug Report | 2018-07-25 12:13 | 2018-07-27 14:31 | ||
| Reporter | MaZl | ||||
| Severity | major | Reproducibility | always | ||
| Status | closed | Resolution | unable to reproduce | ||
| Summary | 0000503: Impossibility to access house after loading save | ||||
| Description | Impossible to access the rest of the house (except room) after sleeping with Debbie in MC's room, saving and loading the game. Continuous crashing, possible to access the rest of the map via using map in the room. [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() File "game/scripts/locations/home/entrance/screens.rpy", line 1, in execute File "game/scripts/locations/home/entrance/screens.rpy", line 1, in execute File "game/scripts/locations/home/entrance/screens.rpy", line 12, in execute File "game/scripts/locations/home/entrance/screens.rpy", line 59, in execute File "game/scripts/core/systems/locations.rpy", line 263, in is_here File "game/scripts/core/systems/state_machine.rpy", line 555, in where IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/locations/home/entrance/entrance.rpyc", line 113, in script call File "scripts/locations/home/entrance/dialogues.rpyc", line 852, in script File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/ast.py", line 1828, in execute self.call("execute") File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/ast.py", line 1816, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/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 "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/exports.py", line 1330, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 3033, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all d.visit_all(callback) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all d.visit_all(callback) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all d.visit_all(callback) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/screen.py", line 424, in visit_all callback(self) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/core.py", line 3033, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/screen.py", line 434, in per_interact self.update() File "/private/var/folders/24/mqvvlwx95k36rntpd4p6f6v80000gn/T/AppTranslocation/E9426F4B-8194-4B9D-ACC7-CBD376B56FC1/d/SummertimeSaga.app/Contents/Resources/autorun/renpy/display/screen.py", line 619, in update self.screen.function(**self.scope) File "game/scripts/locations/home/entrance/screens.rpy", line 1, in execute File "game/scripts/locations/home/entrance/screens.rpy", line 1, in execute File "game/scripts/locations/home/entrance/screens.rpy", line 12, in execute File "game/scripts/locations/home/entrance/screens.rpy", line 59, in execute File "<screen language>", line 59, in <module> File "game/scripts/core/systems/locations.rpy", line 263, in is_here File "game/scripts/core/systems/state_machine.rpy", line 555, in where IndexError: list index out of range Darwin-17.7.0-x86_64-i386-64bit Ren'Py 7.0.0.196 SummertimeSaga 0.16.0 Wed Jul 25 14:10:04 2018 [/code] | ||||
| Platform/OS | OSX | ||||
| Version | 0.16 | ||||
| Furthermore, the sex event with Debbie (first one) in your room repeats every night. | |
| Please could you upload the save file? | |
|
unfortunately save file has been overwritten. I have consulted Panda on the issue and he should have chat logs in regards to the console information he requested of me. Issue ended up fixing itself after talking to Debbie and asking to sleep in her room tonight. Reoccurring event stopped taking place. |
|
| Can not investigate further without a save. If this happens again, please reopen with an upload of your save file. | |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-07-25 12:13 | MaZl | New Issue | |
| 2018-07-25 12:17 | MaZl | Note Added: 0000558 | |
| 2018-07-27 12:43 | sam9 | Note Added: 0000754 | |
| 2018-07-27 13:01 | MaZl | Note Added: 0000759 | |
| 2018-07-27 14:31 | mil578 | Status | new => closed |
| 2018-07-27 14:31 | mil578 | Resolution | open => unable to reproduce |
| 2018-07-27 14:31 | mil578 | Note Added: 0000763 |