Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2024
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. [code]
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. File "renpy/common/00library.rpy", line 28, in script call
  6. call _errorhandling
  7. File "game/Script/test1.rpy", line 7, in safety_check
  8. print( f"Label {label_name} arrived at without a jump/call. Previous label was {prev_label}." )
  9. OSError: [Errno 9] Bad file descriptor
  10.  
  11. -- Full Traceback ------------------------------------------------------------
  12.  
  13. Full traceback:
  14. File "renpy/common/00library.rpy", line 28, in script call
  15. call _errorhandling
  16. File "renpy/common/_errorhandling.rpym", line 46, in script
  17. init label _errorhandling:
  18. File "D:\Games\Itch.IO Downloads\the-lewdest-house\thelewdesthouse-pc\renpy\ast.py", line 771, in execute
  19. renpy.easy.run_callbacks(renpy.config.label_callback, self.name, renpy.game.context().last_abnormal)
  20. File "D:\Games\Itch.IO Downloads\the-lewdest-house\thelewdesthouse-pc\renpy\easy.py", line 313, in run_callbacks
  21. return cb(*args, **kwargs)
  22. File "game/Script/test1.rpy", line 7, in safety_check
  23. print( f"Label {label_name} arrived at without a jump/call. Previous label was {prev_label}." )
  24. File "D:\Games\Itch.IO Downloads\the-lewdest-house\thelewdesthouse-pc\renpy\minstore.py", line 80, in print
  25. _print(*args, **kwargs)
  26. File "D:\Games\Itch.IO Downloads\the-lewdest-house\thelewdesthouse-pc\renpy\log.py", line 256, in write
  27. self.real_file.flush()
  28. OSError: [Errno 9] Bad file descriptor
  29.  
  30. Windows-10-10.0.22621 AMD64
  31. Ren'Py 8.3.2.24090902
  32. The Lewdest House 0.2.7
  33. Sun Sep 22 18:07:09 2024
  34. [/code]
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement