View Issue Details

IDCategoryLast Update
0003733Bug Report2025-06-08 21:19
ReporterIdiAmeanDada 
SeveritycrashReproducibilityN/A
Status resolvedResolutionfixed
Summary0003733: Game crashes after failing to deliver any pizzas
DescriptionThe game throws an exception after Tony scolds the player for failing to deliver any pizzas.

```
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'

```
Platform/OSAndroid
Version21.0.0-wip.6011

Relationships

has duplicate 0003740 closedstrayerror Game Crash - After delivering failing to delivery any pizzas 
has duplicate 0003738 closedstrayerror If you try to deliver pizza and fail (no pizza is delivered) the game crashes 

Activities

strayerror

strayerror

2025-06-04 07:33

developer   ~0005989

An unfortunate oversight, thanks for reporting. /o\
We'll get it sorted out for the next preview in July.
strayerror

strayerror

2025-06-08 21:16

developer   ~0006010

This has now been resolved in the codebase and the fix will ship in the next release at the end of July.

Issue History

Date Modified Username Field Change
2025-06-03 20:44 IdiAmeanDada New Issue
2025-06-04 07:33 strayerror Status new => confirmed
2025-06-04 07:33 strayerror Note Added: 0005989
2025-06-05 20:54 strayerror Relationship added has duplicate 0003740
2025-06-08 21:16 strayerror Status confirmed => resolved
2025-06-08 21:16 strayerror Resolution open => fixed
2025-06-08 21:16 strayerror Note Added: 0006010
2025-06-08 21:19 strayerror Relationship added has duplicate 0003738