Hi Eduard, >> I am working on a big application that is using Gears for offline >> functionality. Offline mode is live from almost an year and it is used >> by tens of thousands of people.
Nice! >> RETURN_EXCEPTION(STRING16(L"Couldn't open SQLite database.")); This sure does look like the return path your running into. It is possible for SQLite databases to become corrupt. Gears tries to discard them as they are discovered and create new empty databases in those cases (see OpenAndCheckDatabase in database_utils.cc). It could be that this database is corrupt in some way that our detection logic doesn't recognize? Have you retrieved any of these database files from a user experiencing this problem? -Michael