0% found this document useful (0 votes)
23 views1 page

Ren'Py Game Error: Image Attribute Issue

The document describes an error that occurred while running game code. It appears that dialogue was attempted that included an image attribute, but no image was associated with the speaking character.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

Ren'Py Game Error: Image Attribute Issue

The document describes an error that occurred while running game code. It appears that dialogue was attempted that included an image attribute, but no image was associated with the speaking character.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/events/general/player_room.rpy", line 21, in script call
call kira_route_friend_date from _call_kira_route_friend_date
File "game/events/kira/kira_route_friend.rpy", line 63, in script call
call kira_date_general from _call_kira_date_general
File "game/tl/Spanish/events/android/android_intro.rpy", line 25, in script
"Intentas abrir la cápsula, pero parece estar bien cerrada. Observa un lector
de tarjetas clave en la cápsula y "CONFIDENCIAL" grabado en el estuche en letras
mayúsculas y negrita."
File "renpy/common/[Link]", line 268, in say
who(what, interact=interact, *args, **kwargs)
Exception: Say has image attributes (u'CONFIDENCIAL',), but there's no image tag
associated with the speaking character.

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

Full traceback:
File "game/events/general/player_room.rpy", line 21, in script call
call kira_route_friend_date from _call_kira_route_friend_date
File "game/events/kira/kira_route_friend.rpy", line 63, in script call
call kira_date_general from _call_kira_date_general
File "game/tl/Spanish/events/android/android_intro.rpy", line 25, in script
"Intentas abrir la cápsula, pero parece estar bien cerrada. Observa un lector
de tarjetas clave en la cápsula y "CONFIDENCIAL" grabado en el estuche en letras
mayúsculas y negrita."
File "C:\Users\pc_principal\Desktop\Nueva carpeta (5)\Shelter-1.0\renpy\[Link]",
line 708, in execute
[Link](who, what, *args, **kwargs)
File "C:\Users\pc_principal\Desktop\Nueva carpeta (5)\Shelter-1.0\renpy\
[Link]", line 1343, in say
[Link](who, what, *args, **kwargs)
File "renpy/common/[Link]", line 268, in say
who(what, interact=interact, *args, **kwargs)
File "C:\Users\pc_principal\Desktop\Nueva carpeta (5)\Shelter-1.0\renpy\
[Link]", line 1073, in __call__
old_attr_state = self.handle_say_attributes(False, interact)
File "C:\Users\pc_principal\Desktop\Nueva carpeta (5)\Shelter-1.0\renpy\
[Link]", line 942, in handle_say_attributes
if self.resolve_say_attributes(predicting, attrs):
File "C:\Users\pc_principal\Desktop\Nueva carpeta (5)\Shelter-1.0\renpy\
[Link]", line 868, in resolve_say_attributes
raise Exception("Say has image attributes %r, but there's no image tag
associated with the speaking character." % (attrs,))
Exception: Say has image attributes (u'CONFIDENCIAL',), but there's no image tag
associated with the speaking character.

Windows-8-6.2.9200
Ren'Py [Link]
S.h.e.l.t.e.r. - An Apocalyptic Tale 1.0
Sun May 14 04:55:32 2023

You might also like