Advertisement
BeneathThePlass

WTNC Ch9 No Romance, Liar Liar error

Aug 11th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. [code]
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. IOError: Couldn't find file 'Pippin the Huncback.ogg'.
  6.  
  7. -- Full Traceback ------------------------------------------------------------
  8.  
  9. Full traceback:
  10. File "lie.rpyc", line 2218, in script
  11. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\ast.py", line 652, in execute
  12. renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  13. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\exports.py", line 1199, in say
  14. who(what, *args, **kwargs)
  15. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\character.py", line 1016, in __call__
  16. self.do_display(who, what, cb_args=self.cb_args, **display_args)
  17. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\character.py", line 817, in do_display
  18. **display_args)
  19. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\character.py", line 566, in display_say
  20. rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  21. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\ui.py", line 287, in interact
  22. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  23. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\display\core.py", line 2649, in interact
  24. repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  25. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\display\core.py", line 3318, in interact_core
  26. renpy.audio.audio.periodic()
  27. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\audio\audio.py", line 988, in periodic_thread_main
  28. periodic_pass()
  29. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\audio\audio.py", line 932, in periodic_pass
  30. c.periodic()
  31. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\audio\audio.py", line 416, in periodic
  32. topf = load(self.file_prefix + filename + self.file_suffix)
  33. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\audio\audio.py", line 69, in load
  34. rv = renpy.loader.load(fn)
  35. File "C:\Users\Raven\Downloads\Games\[Otomes & VNs]\WTNCgame-9.0-win\renpy\loader.py", line 555, in load
  36. raise IOError("Couldn't find file '%s'." % name)
  37. IOError: Couldn't find file 'Pippin the Huncback.ogg'.
  38.  
  39. Windows-7-6.1.7601-SP1
  40. Ren'Py 7.0.0.196
  41. When The Night Comes 9.0
  42. Sun Aug 11 01:13:50 2019
  43. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement