Updated to latest version but found that all sex scenes with SuLynn, with character and with random encounters, now lead to error; something about missing "college_closet.png." Used suppression wild oats to test negating random scenes and got this "AttributeError: 'Person' object has no attribute 'CoreSuppression.'" Went back to version 36.02 and her scenes work fine. Needs bug fix.
EDIT:
Went through thread and found uploaded missing files thanks to SillyRobot. However this issue still persists with all random encounters with wild oats suppression and without:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/locations/loc_college.rpy", line 75, in script call
call college_nympho_list
File "game/locations/loc_college.rpy", line 27, in script call
call college_nympho_list_loop (loop_char)
File "game/locations/loc_college.rpy", line 38, in script
if char.CoreSuppression == "Wild Oats+": # RA: Core Suppression
File "game/locations/loc_college.rpy", line 38, in <module>
if char.CoreSuppression == "Wild Oats+": # RA: Core Suppression
AttributeError: 'Person' object has no attribute 'CoreSuppression'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/func_action_processing.rpy", line 18, in script call
call interacts (get_char_by_ikey(interact_who))
File "game/locations/loc_college.rpy", line 75, in script call
call college_nympho_list
File "game/locations/loc_college.rpy", line 27, in script call
call college_nympho_list_loop (loop_char)
File "game/locations/loc_college.rpy", line 38, in script
if char.CoreSuppression == "Wild Oats+": # RA: Core Suppression
File "G:\Users\CK\Documents\savemo\Superpowered\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "G:\Users\CK\Documents\savemo\Superpowered\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "G:\Users\CK\Documents\savemo\Superpowered\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/locations/loc_college.rpy", line 38, in <module>
if char.CoreSuppression == "Wild Oats+": # RA: Core Suppression
AttributeError: 'Person' object has no attribute 'CoreSuppression'
Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
SP 0.37.01
Wed Dec 11 20:32:21 2019
```