traceback error thing

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
kumo the alpaca lord
Newbie
Posts: 2
Joined: Sun Feb 25, 2018 5:04 am
Contact:

traceback error thing

#1 Post by kumo the alpaca lord »

I don't understand on what I should do.. I'm very new to ren'py and this keeps popping up each time I put "window show"

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 67, in script
    window show
  File "renpy/common/000window.rpy", line 143, in execute_window_show
    _window_show(trans)
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
TypeError: 'Dissolve' object is not callable

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

Full traceback:
  File "game/script.rpy", line 67, in script
    window show
  File "C:\Users\User\Desktop\Parker\Programs\renpy-6.99.12.4-sdk\renpy\ast.py", line 1706, in execute
    self.call("execute")
  File "C:\Users\User\Desktop\Parker\Programs\renpy-6.99.12.4-sdk\renpy\ast.py", line 1724, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\User\Desktop\Parker\Programs\renpy-6.99.12.4-sdk\renpy\statements.py", line 145, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000window.rpy", line 143, in execute_window_show
    _window_show(trans)
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
  File "C:\Users\User\Desktop\Parker\Programs\renpy-6.99.12.4-sdk\renpy\exports.py", line 1381, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\User\Desktop\Parker\Programs\renpy-6.99.12.4-sdk\renpy\display\core.py", line 2096, in do_with
    clear=clear)
  File "C:\Users\User\Desktop\Parker\Programs\renpy-6.99.12.4-sdk\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\User\Desktop\Parker\Programs\renpy-6.99.12.4-sdk\renpy\display\core.py", line 2746, in interact_core
    new_widget=layers_root)
TypeError: 'Dissolve' object is not callable

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
HetaSteam 1.0

User avatar
xavimat
Eileen-Class Veteran
Posts: 1461
Joined: Sat Feb 25, 2012 8:45 pm
Completed: Yeshua, Jesus Life, Cops&Robbers
Projects: Fear&Love
Organization: Pilgrim Creations
Github: xavi-mat
itch: pilgrimcreations
Location: Spain
Discord: xavimat
Contact:

Re: traceback error thing

#2 Post by xavimat »

Are you sure the problem is "window show"? Or maybe a dissolve transition:

You are probably forgetting the capital letter.

Code: Select all

show eileen with dissolve(1.0) # WRONG
show eileen with dissolve # CORRECT
show eileen with Dissolve(1.0) # CORRECT
viewtopic.php?p=436717
viewtopic.php?f=8&t=41531
Comunidad Ren'Py en español: ¡Únete a nuestro Discord!
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)

kumo the alpaca lord
Newbie
Posts: 2
Joined: Sun Feb 25, 2018 5:04 am
Contact:

Re: traceback error thing

#3 Post by kumo the alpaca lord »

xavimat wrote: Sun Feb 25, 2018 1:21 pm Are you sure the problem is "window show"? Or maybe a dissolve transition:

You are probably forgetting the capital letter.

Code: Select all

show eileen with dissolve(1.0) # WRONG
show eileen with dissolve # CORRECT
show eileen with Dissolve(1.0) # CORRECT
viewtopic.php?p=436717
viewtopic.php?f=8&t=41531
I guess? I did that but it didn't work.. what should I do?

User avatar
xavimat
Eileen-Class Veteran
Posts: 1461
Joined: Sat Feb 25, 2012 8:45 pm
Completed: Yeshua, Jesus Life, Cops&Robbers
Projects: Fear&Love
Organization: Pilgrim Creations
Github: xavi-mat
itch: pilgrimcreations
Location: Spain
Discord: xavimat
Contact:

Re: traceback error thing

#4 Post by xavimat »

What do you mean "it did't work". Is renpy showing an error? Which one? Can you show your code or the relevant part?
Comunidad Ren'Py en español: ¡Únete a nuestro Discord!
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)

Post Reply

Who is online

Users browsing this forum: Google [Bot]