Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [code]
- I'm sorry, but an uncaught exception occurred.
- While running game code:
- File "renpy/common/00library.rpy", line 28, in script call
- call _errorhandling
- File "game/Script/test1.rpy", line 7, in safety_check
- print( f"Label {label_name} arrived at without a jump/call. Previous label was {prev_label}." )
- OSError: [Errno 9] Bad file descriptor
- -- Full Traceback ------------------------------------------------------------
- Full traceback:
- File "renpy/common/00library.rpy", line 28, in script call
- call _errorhandling
- File "renpy/common/_errorhandling.rpym", line 46, in script
- init label _errorhandling:
- File "D:\Games\Itch.IO Downloads\the-lewdest-house\thelewdesthouse-pc\renpy\ast.py", line 771, in execute
- renpy.easy.run_callbacks(renpy.config.label_callback, self.name, renpy.game.context().last_abnormal)
- File "D:\Games\Itch.IO Downloads\the-lewdest-house\thelewdesthouse-pc\renpy\easy.py", line 313, in run_callbacks
- return cb(*args, **kwargs)
- File "game/Script/test1.rpy", line 7, in safety_check
- print( f"Label {label_name} arrived at without a jump/call. Previous label was {prev_label}." )
- File "D:\Games\Itch.IO Downloads\the-lewdest-house\thelewdesthouse-pc\renpy\minstore.py", line 80, in print
- _print(*args, **kwargs)
- File "D:\Games\Itch.IO Downloads\the-lewdest-house\thelewdesthouse-pc\renpy\log.py", line 256, in write
- self.real_file.flush()
- OSError: [Errno 9] Bad file descriptor
- Windows-10-10.0.22621 AMD64
- Ren'Py 8.3.2.24090902
- The Lewdest House 0.2.7
- Sun Sep 22 18:07:09 2024
- [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement