Sazaar

Member
May 2, 2017
117
125
336
Errors log, please :)
And this happen on last version game and mode?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/locations/loc_coffeeshop.rpy", line 46, in script call
    call coffee_menu
  File "game/locations/loc_coffeeshop.rpy", line 40, in script call
    call getCoffeeFromSophie
  File "game/locations/loc_school.rpy", line 3389, in script call
    call storyline1_1_tamara_study
  File "game/content/content_storyline1.rpy", line 161, in script
    if story1.tamara_suspicious == 1:
  File "game/content/content_storyline1.rpy", line 172, in <module>
    elif story1.tamara_suspicious >= 3:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
TypeError: '>=' not supported between instances of 'NoneType' and 'int'

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

Traceback (most recent call last):
  File "game/locations/loc_coffeeshop.rpy", line 46, in script call
    call coffee_menu
  File "game/locations/loc_coffeeshop.rpy", line 40, in script call
    call getCoffeeFromSophie
  File "game/locations/loc_school.rpy", line 3389, in script call
    call storyline1_1_tamara_study
  File "game/content/content_storyline1.rpy", line 161, in script
    if story1.tamara_suspicious == 1:
  File "renpy/ast.py", line 2079, in execute
    if renpy.python.py_eval(condition):
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 
  File "renpy/python.py", line 1305, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1298, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/content/content_storyline1.rpy", line 172, in <module>
    elif story1.tamara_suspicious >= 3:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
TypeError: '>=' not supported between instances of 'NoneType' and 'int'

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.5.0.25111603
SP 0.45.03
Fri Jan  9 17:18:13 2026
This is a bug with Tamara. The event with Mom and her friend simply doesn't happen at night, and the error isn't being tracked.
 
3.10 star(s) 143 Votes