Page 1 of 1

How to fix this [Errno 0] Error?

Posted: Sun May 17, 2020 11:21 am
by Li yuanlin
I'm sorry, but an uncaught exception occurred.

After loading the script.
IOError: [Errno 0] Error

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

Full traceback:
File "E:\renpy-7.0.0-sdk\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "E:\renpy-7.0.0-sdk\renpy\main.py", line 415, in main
if renpy.parser.report_parse_errors():
File "E:\renpy-7.0.0-sdk\renpy\parser.py", line 2655, in report_parse_errors
print(i)
File "E:\renpy-7.0.0-sdk\renpy\log.py", line 227, in write
self.real_file.write(es)
IOError: [Errno 0] Error

Windows-8-6.2.9200
Ren'Py 7.0.0.196

That's all, it has been alright 5 hours before but now it is something worng.

Re: How to fix this [Errno 0] Error?

Posted: Sun May 17, 2020 12:50 pm
by rames44
Based on the reference to a parse error, it sounds like you’ve added something to your rpy files that has managed to freak Ren’py out in such a way that it’s having a hard Time reporting it. I’d suggest that you try backing out some of your recent changes until it works again - that might indicate what’s been added that’s wrong.