Ok... Two problems. One: In mod_voice.py, you call out the voice to use, so even if you override the voice, it defaults back to the language locally set...
Two: There's a problem with tile caching in sqlite. After about 3000 tiles get loaded, when it tries to load from the sqlite database, it fails and re-downloads. The log keeps saying: Code: loading the image buffer from sqlite to pixbuf failed:Unrecognized image file format And after, it looks like it re-opens the database, then say is sql commit went OK, but if I close and re-load, it fails the same way. Interestingly, when I first start up, since I'm in the same area as the initial tile download (the first tiles the db has), it works fine. Only once I go to the area past the first thousand tiles or so do I get this error. Attached is the run log. If you'd like a copy of the zipped sqlite database set, let me know. It's just under 1M.
loading the image buffer from sqlite to pixbuf failed:Unrecognized image file format