Search found 2 matches

by belorodz
Fri Aug 10, 2018 9:57 am
Forum: Ren'Py Questions and Announcements
Topic: UnicodeDecodeError when building for Android
Replies: 3
Views: 984

Re: UnicodeDecodeError when building for Android

As the error states it has problems "in scan_images_directory" you might do best checking in your images folder for image names that are not utf-8. I would presume that some cyrillic characters are utf-16, so perhaps look for those (or the rarer types of those) in image names and rename. ...
by belorodz
Wed Aug 08, 2018 8:13 pm
Forum: Ren'Py Questions and Announcements
Topic: UnicodeDecodeError when building for Android
Replies: 3
Views: 984

UnicodeDecodeError when building for Android

So I was testing how the whole android-building thing works and after several hours of fixing mistakes relating to my entire pc being in cyrillic, I finally got it. Ok. 270 mb, I use the "build and install" option. However, when I try to open it, I get an error that I don't get on my pc. h...