AttributeError: 'ADVCharacter' object has no attribute 'Tile'

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
Crimson Sugar Std
Newbie
Posts: 11
Joined: Wed Aug 26, 2020 10:39 am
itch: Crimson Sugar Studio
Contact:

AttributeError: 'ADVCharacter' object has no attribute 'Tile'

#1 Post by Crimson Sugar Std »

Recently, I downloaded and installed the new Ren'Py update, but the next time I tried to launch my current project afterwards, I received the following error message:

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00library.rpy", line 387, in script
    init 1700 python hide:
  File "renpy/common/00library.rpy", line 387, in <module>
    init 1700 python hide:
  File "renpy/common/00library.rpy", line 394, in _execute_python_hide
    renpy.load_module("_developer/developer")
AttributeError: 'ADVCharacter' object has no attribute 'Tile'

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

Full traceback:
  File "renpy/common/00library.rpy", line 387, in script
    init 1700 python hide:
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2223, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00library.rpy", line 387, in <module>
    init 1700 python hide:
  File "renpy/common/00library.rpy", line 394, in _execute_python_hide
    renpy.load_module("_developer/developer")
  File "renpy/exports.py", line 2743, in load_module
    renpy.game.context().run(node)
  File "renpy/common/_developer/developer.rpym", line 658, in script
    init 1000 python hide:
  File "renpy/common/_developer/developer.rpym", line 658, in script
    init 1000 python hide:
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2223, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_developer/developer.rpym", line 658, in <module>
    init 1000 python hide:
  File "renpy/common/_developer/developer.rpym", line 660, in _execute_python_hide
    tile = im.Tile("_transparent_tile.png", (config.screen_width, config.screen_height))
AttributeError: 'ADVCharacter' object has no attribute 'Tile'

Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Last One Standing: Royal Massacre 3.2
Tue Jul 27 17:36:40 2021

I have no idea what this means. If there is anyone who can explain this to me, or at least help me figure out how to solve the problem, I would be extremely grateful.

Thank you in advance.
Last edited by Crimson Sugar Std on Tue Jul 27, 2021 5:46 pm, edited 1 time in total.

User avatar
Ocelot
Lemma-Class Veteran
Posts: 2384
Joined: Tue Aug 23, 2016 10:35 am
Github: MiiNiPaa
Discord: MiiNiPaa#4384
Contact:

Re: AttributeError: 'ADVCharacter' object has no attribute 'Title'

#2 Post by Ocelot »

Do you have any character variable called im in your script? It should not be called that.
< < insert Rick Cook quote here > >

User avatar
Crimson Sugar Std
Newbie
Posts: 11
Joined: Wed Aug 26, 2020 10:39 am
itch: Crimson Sugar Studio
Contact:

Re: AttributeError: 'ADVCharacter' object has no attribute 'Title'

#3 Post by Crimson Sugar Std »

Ocelot wrote: Tue Jul 27, 2021 5:45 pm Do you have any character variable called im in your script? It should not be called that.
Oh! I didn't realize that was a problem... It used to work. But the problem is fixed now, so thank you! :D

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot]