View Issue Details

IDCategoryLast Update
0003738Bug Report2025-06-05 17:38
ReporterDeerBear 
SeveritycrashReproducibilityalways
Status confirmedResolutionopen
Summary0003738: If you try to deliver pizza and fail (no pizza is delivered) the game crashes
DescriptionTo reproduce this, do the following:
1) Get to the Tony branch of the story
2) Deliver pizza once (this will be done using the bycicle)
3) Go back to the pizza parlor and try delivering pizza
4) Miss all deliveries
5) When you talk to Tony and press "skip" the game crashes

I added both the screenshot and the text for easier catch.
Platform/OSWindows
Version21.0.0-wip.6011

Activities

DeerBear

DeerBear

2025-06-05 12:34

reporter  

SummerTimeSaga-Crash.png (96,686 bytes)
SummerTimeSaga-Crash.png (96,686 bytes)
summertime-saga-crash.txt (847 bytes)
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/src/loop.rpy", line 11, in <module>
TypeError: '>' not supported between instances of 'NoneType' and 'int'

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

Full traceback:
  File "src/loop.rpyc", line 2, in script call
  File "src/loop.rpyc", line 11, in script
  File "renpy/ast.py", line 827, in execute
  File "renpy/python.py", line 1178, in py_exec_bytecode
  File "game/src/loop.rpy", line 11, in <module>
  File "game/saga/event.py", line 113, in next
  File "game/saga/logic/pizza_boxes.py", line 51, in boxes
TypeError: '>' not supported between instances of 'NoneType' and 'int'

Windows-10-10.0.22000 AMD64
Ren'Py 8.3.4.24120703
Summertime Saga 21.0.0-wip.6011
Thu Jun  5 14:28:44 2025
```
strayerror

strayerror

2025-06-05 17:38

developer   ~0005992

Thanks for the report, we've been able to confirm this and will get a fix for it into the next release due at the end of July. :)

Issue History

Date Modified Username Field Change
2025-06-05 12:34 DeerBear New Issue
2025-06-05 12:34 DeerBear File Added: SummerTimeSaga-Crash.png
2025-06-05 12:34 DeerBear File Added: summertime-saga-crash.txt
2025-06-05 17:38 strayerror Status new => confirmed
2025-06-05 17:38 strayerror Note Added: 0005992