Tic-Tae-Toe minigame error?

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
Nanahs
Veteran
Posts: 310
Joined: Wed Aug 22, 2018 5:50 pm
Contact:

Tic-Tae-Toe minigame error?

#1 Post by Nanahs » Sun Sep 20, 2020 10:28 am

I found this Tic-Tac-Toe game code:
viewtopic.php?t=4825

And it keeps getting me this error:

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 584, in script
    $ ui.interact(suppress_overlay=True, suppress_underlay=True, mouse='mainmenu')
  File "game/script.rpy", line 584, in <module>
    $ ui.interact(suppress_overlay=True, suppress_underlay=True, mouse='mainmenu')
IOError: Couldn't find file 'None'.

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

Full traceback:
  File "game/script.rpy", line 584, in script
    $ ui.interact(suppress_overlay=True, suppress_underlay=True, mouse='mainmenu')
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 584, in <module>
    $ ui.interact(suppress_overlay=True, suppress_underlay=True, mouse='mainmenu')
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\display\core.py", line 3334, in interact_core
    renpy.audio.audio.periodic()
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\audio\audio.py", line 993, in periodic_thread_main
    periodic_pass()
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\audio\audio.py", line 937, in periodic_pass
    c.periodic()
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\audio\audio.py", line 419, in periodic
    topf = load(self.file_prefix + filename + self.file_suffix)
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\audio\audio.py", line 71, in load
    rv = renpy.loader.load(fn)
  File "F:\Arquivos de Programas\renpy-7.1.0-sdk\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'None'.
Does anyone know what it is? Or if there's a better version of this minigame?
Thanks.

Post Reply

Who is online

Users browsing this forum: mold.FF