[solved] Format EOL
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.
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.
- rinrin
- Veteran
- Posts: 211
- Joined: Thu Apr 16, 2009 9:18 am
- Completed: Several.
- Projects: Several.
- Contact:
[solved] Format EOL
I've been seeing this error message a lot lately:
This happens when I open the script files, so I suspect it's connected to Editra, not Ren'Py itself.
Any ideas what could be causing this and how to fix it?
Any ideas what could be causing this and how to fix it?
Last edited by rinrin on Sat Mar 16, 2013 10:46 am, edited 1 time in total.
Re: Format EOL
By historical accident, there's no agreement for how line breaks (EOL) should be encoded in text files. The warning is because your files use a mix between the Unix standard "\n" and the DOS/Windows-preferred "\r\n". Most programs can handle both, some Windows programs (notepad) don't work properly with "\n" linebreaks.
My guess would be you're editing the file in multiple text editors and they're not all configured to use the same type of line break.
My guess would be you're editing the file in multiple text editors and they're not all configured to use the same type of line break.
- rinrin
- Veteran
- Posts: 211
- Joined: Thu Apr 16, 2009 9:18 am
- Completed: Several.
- Projects: Several.
- Contact:
Re: Format EOL
Thank you for explaining that!
In any case, should I just choose "Yes"?
I don't actually remember opening this particular file in any other text editor, but I might have copy-pasted a few lines from another one?AxemRed wrote:My guess would be you're editing the file in multiple text editors and they're not all configured to use the same type of line break.
In any case, should I just choose "Yes"?
Re: Format EOL
Copy-pasting could be the cause. You can press "yes" safely.
- rinrin
- Veteran
- Posts: 211
- Joined: Thu Apr 16, 2009 9:18 am
- Completed: Several.
- Projects: Several.
- Contact:
Re: Format EOL
Thank you!
Problem solved.
Problem solved.
Who is online
Users browsing this forum: Bing [Bot]
