View Issue Details
ID | Category | Date Submitted | Last Update | ||
---|---|---|---|---|---|
0003733 | Bug Report | 2025-06-03 20:44 | 2025-06-05 20:54 | ||
Reporter | IdiAmeanDada | ||||
Severity | crash | Reproducibility | N/A | ||
Status | confirmed | Resolution | open | ||
Summary | 0003733: Game crashes after failing to deliver any pizzas | ||||
Description | The 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/OS | Android | ||||
Version | 21.0.0-wip.6011 | ||||
has duplicate | 0003740 | closed | strayerror | Game Crash - After delivering failing to delivery any pizzas |
An unfortunate oversight, thanks for reporting. /o\ We'll get it sorted out for the next preview in July. |
|
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 |