具体是什么报错,划到最下面,截个图我看一下
Viewing post in City Lights Love Bites [Pilot Season] comments
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/nqtr_screens/screens_nqtr.rpy", line 193, in script call
$ renpy.call(label_name_to_call)
File "game/nqtr_tool/nav_label_fun.rpy", line 29, in script call
call after_spending_time(is_check_event=True) from _call_after_spending_time
File "game/nqtr_tool/time_label_fun.rpy", line 56, in script call
call check_event from _call_check_event
File "game/nqtr_tool/routine_label_fun.rpy", line 10, in script call
call expression ev.event_label_name from _call_expression_1
File "game/pilot/stage_start_chinese_new_year.rpy", line 141, in script
python:
File "game/pilot/stage_start_chinese_new_year.rpy", line 145, in <module>
add_spring_festival_party_commitments(character_objs, "0")
File "game/pilot/stage_start_chinese_new_year.rpy", line 17, in add_spring_festival_party_commitments
character_name = character.who_args.get("icon").split()[-1]
AttributeError: 'NoneType' object has no attribute 'split'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/nqtr_screens/screens_nqtr.rpy", line 193, in script call
$ renpy.call(label_name_to_call)
File "game/nqtr_tool/nav_label_fun.rpy", line 29, in script call
call after_spending_time(is_check_event=True) from _call_after_spending_time
File "game/nqtr_tool/time_label_fun.rpy", line 56, in script call
call check_event from _call_check_event
File "game/nqtr_tool/routine_label_fun.rpy", line 10, in script call
call expression ev.event_label_name from _call_expression_1
File "game/pilot/stage_start_chinese_new_year.rpy", line 141, in script
python:
File "C:\Users\Lauseusing\Desktop\happy\city-lights-love-bites\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Lauseusing\Desktop\happy\city-lights-love-bites\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/pilot/stage_start_chinese_new_year.rpy", line 145, in <module>
add_spring_festival_party_commitments(character_objs, "0")
File "game/pilot/stage_start_chinese_new_year.rpy", line 17, in add_spring_festival_party_commitments
character_name = character.who_args.get("icon").split()[-1]
AttributeError: 'NoneType' object has no attribute 'split'
Windows-10-10.0.26100 AMD64
Ren'Py 8.2.3.24061702
City Lights Love Bites - The Pilot Season 0.2.1.7-sound_fix
Wed Mar 5 23:58:49 2025
```