Exception: Not a displayable: None solved!

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
Hotaru Shizuka
Regular
Posts: 25
Joined: Tue Mar 15, 2011 1:11 pm
Contact:

Exception: Not a displayable: None solved!

#1 Post by Hotaru Shizuka »

What does this mean? I don't know the trace back but I can put up the events, event_dispatcher, and the main.

Code: Select all

I'm sorry, but an uncaught exception occurred.

Exception: Not a displayable: None

While running game code:
 - script call at line 448 of /Users/skylar/Downloads/School Dayz/game/main.rpy
 - script call at line 297 of /Users/skylar/Downloads/School Dayz/game/event_dispatcher.rpy
 - script at line 298 of /Users/skylar/Downloads/School Dayz/game/events.rpy
 - python at line 303 of /Users/skylar/Downloads/School Dayz/game/events.rpy.

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

  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/bootstrap.py", line 279, in bootstrap
  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/main.py", line 320, in main
  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/main.py", line 93, in run
  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/execution.py", line 259, in run
  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/ast.py", line 588, in execute
  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/python.py", line 957, in py_exec_bytecode
  File "/Users/skylar/Downloads/School Dayz/game/events.rpy", line 303, in <module>
  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/ui.py", line 431, in __call__
  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/ui.py", line 707, in _imagebutton
  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/display/image.py", line 543, in __init__
  File "/Users/skylar/Desktop/renpy-6.12.0/renpy/easy.py", line 87, in displayable
Exception: Not a displayable: None

While running game code:
 - script call at line 448 of /Users/skylar/Downloads/School Dayz/game/main.rpy
 - script call at line 297 of /Users/skylar/Downloads/School Dayz/game/event_dispatcher.rpy
 - script at line 298 of /Users/skylar/Downloads/School Dayz/game/events.rpy
 - python at line 303 of /Users/skylar/Downloads/School Dayz/game/events.rpy.

Ren'Py Version: Ren'Py 6.12.0e
Attachments
main.rpy
(14.59 KiB) Downloaded 52 times
events.rpy
(32.24 KiB) Downloaded 75 times
event_dispatcher.rpy
(9.42 KiB) Downloaded 52 times
Last edited by Hotaru Shizuka on Thu Mar 17, 2011 10:34 pm, edited 1 time in total.

Megaman Z
Miko-Class Veteran
Posts: 829
Joined: Sun Feb 20, 2005 8:45 pm
Projects: NaNoRenO 2016, Ren'Py tutorial series
Location: USA
Contact:

Re: Exception: Not a displayable: None

#2 Post by Megaman Z »

Quick glance shows you're missing a required parameter on line 303 of events.rpy. It's either the idle_image or hover_image that is not specified (both are required, only one image was specified).
~Kitsune Zeta

Hotaru Shizuka
Regular
Posts: 25
Joined: Tue Mar 15, 2011 1:11 pm
Contact:

Re: Exception: Not a displayable: None

#3 Post by Hotaru Shizuka »

I tried it and it didn't work.

Hotaru Shizuka
Regular
Posts: 25
Joined: Tue Mar 15, 2011 1:11 pm
Contact:

Re: Exception: Not a displayable: None

#4 Post by Hotaru Shizuka »

I forgot one, I figured it out.

Post Reply

Who is online

Users browsing this forum: No registered users