View Issue Details

IDCategoryLast Update
0003733Bug Report2025-06-05 20:54
ReporterIdiAmeanDada 
SeveritycrashReproducibilityN/A
Status confirmedResolutionopen
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 

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.

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