-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraceback.txt
More file actions
34 lines (30 loc) · 2.22 KB
/
traceback.txt
File metadata and controls
34 lines (30 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 91, in script
"When creating your own item, it's essential to follow these specific steps. First, place your icons into the designated folder that contains all of my dummy icons. Then, create variables using the default Python .append function shown in the screenshot. kile this: $ inventory.append("Mango") "
File "renpy/common/00library.rpy", line 330, in say
who(what, interact=interact, *args, **kwargs)
Exception: Say has image attributes ('Mango',), but there's no image tag associated with the speaking character.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 91, in script
"When creating your own item, it's essential to follow these specific steps. First, place your icons into the designated folder that contains all of my dummy icons. Then, create variables using the default Python .append function shown in the screenshot. kile this: $ inventory.append("Mango") "
File "C:\Apps\Renpy\renpy-8.3.3-sdk\renpy\ast.py", line 2586, in execute
Say.execute(self)
File "C:\Apps\Renpy\renpy-8.3.3-sdk\renpy\ast.py", line 623, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Apps\Renpy\renpy-8.3.3-sdk\renpy\exports\sayexports.py", line 130, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 330, in say
who(what, interact=interact, *args, **kwargs)
File "C:\Apps\Renpy\renpy-8.3.3-sdk\renpy\character.py", line 1408, in __call__
old_attr_state = self.handle_say_attributes(False, interact)
File "C:\Apps\Renpy\renpy-8.3.3-sdk\renpy\character.py", line 1223, in handle_say_attributes
if self.resolve_say_attributes(predicting, attrs):
File "C:\Apps\Renpy\renpy-8.3.3-sdk\renpy\character.py", line 1149, 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 ('Mango',), but there's no image tag associated with the speaking character.
Windows-10-10.0.19045 AMD64
Ren'Py 8.3.6.25022803
Simple Renpy Inventory 1.5
Fri Mar 14 00:29:00 2025