shiro route part 2
second part is done! probably will come back to it to see if we can bridge it in a nicer way. tomorrow we end this route (hopefully)
This commit is contained in:
38
traceback.txt
Normal file
38
traceback.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
I'm sorry, but an uncaught exception occurred.
|
||||
|
||||
While running game code:
|
||||
File "game/shiro_route.rpy", line 276, in script
|
||||
sh worry "זה לא עובד… אולי תנסה סליים עם 3 י'?"
|
||||
Exception: Image 'shiro' does not accept attributes 'worry'.
|
||||
|
||||
-- Full Traceback ------------------------------------------------------------
|
||||
|
||||
Full traceback:
|
||||
File "game/shiro_route.rpy", line 276, in script
|
||||
sh worry "זה לא עובד… אולי תנסה סליים עם 3 י'?"
|
||||
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 2573, in execute
|
||||
Say.execute(self)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 615, in execute
|
||||
renpy.exports.say(who, what, *args, **kwargs)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\exports\sayexports.py", line 132, in say
|
||||
who(what, *args, **kwargs)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1393, in __call__
|
||||
old_attr_state = self.handle_say_attributes(False, interact)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1212, in handle_say_attributes
|
||||
if self.resolve_say_attributes(predicting, attrs):
|
||||
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1168, in resolve_say_attributes
|
||||
renpy.exports.show(show_image)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\exports\displayexports.py", line 477, in show
|
||||
if not base.find_target() and renpy.config.missing_show:
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\image.py", line 421, in find_target
|
||||
self.target = target._duplicate(a)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 249, in _duplicate
|
||||
args.extraneous()
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 109, in extraneous
|
||||
raise Exception("Image '{}' does not accept attributes '{}'.".format(
|
||||
Exception: Image 'shiro' does not accept attributes 'worry'.
|
||||
|
||||
Windows-10-10.0.19045 AMD64
|
||||
Ren'Py 8.3.2.24090902
|
||||
Otomai 1.0
|
||||
Mon Jan 6 22:51:53 2025
|
||||
Reference in New Issue
Block a user