View Issue Details

IDCategoryLast Update
0003740Bug Report2025-06-05 20:54
ReporterTechniq808 
SeveritycrashReproducibilityalways
Status closedResolutionduplicate
Summary0003740: Game Crash - After delivering failing to delivery any pizzas
DescriptionAfter failing to delivery any pizzas you got back to Tony and he says, "you're killing me small" or something like that, Anon says I'll do better next time, then Tony says I sure hope so. This only happens when failing to deliver all three pizzas. when successfully delivering 3,2,1 pizzas no crash.
Platform/OSWindows
Version21.0.0-wip.6011

Relationships

duplicate of 0003733 confirmedstrayerror Game crashes after failing to deliver any pizzas 

Activities

Techniq808

Techniq808

2025-06-05 20:26

reporter  

2025-06-05_16-06-57.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.26100 AMD64
Ren'Py 8.3.4.24120703
Summertime Saga 21.0.0-wip.6011
Thu Jun  5 16:06:57 2025
```
strayerror

strayerror

2025-06-05 20:54

developer   ~0005999

Thanks for the report. :)
We're already tracking this issue in bug 3733 so I'm closing this one as a duplicate. We plan to have this fixed in the next release due at the end of July.

Issue History

Date Modified Username Field Change
2025-06-05 20:26 Techniq808 New Issue
2025-06-05 20:26 Techniq808 File Added: 2025-06-05_16-06-57.txt
2025-06-05 20:54 strayerror Status new => closed
2025-06-05 20:54 strayerror Resolution open => duplicate
2025-06-05 20:54 strayerror Note Added: 0005999
2025-06-05 20:54 strayerror Relationship added duplicate of 0003733