I run gentoo, which recently implemented a migration of 32-bit library files (as far as I can tell; it’s complicated and messy and I am a dirty casual with Linux). However, after the migration the launcher fails to start any client with the following error:
Installed Qt WebEngine locales directory not found at location
/home/elassus/carrier0/launcher/evelauncher/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location
/home/elassus/carrier0/launcher/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
[0221/102106.566915:WARNING:resource_bundle_qt.cpp(116)] locale_file_path.empty() for locale
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
[24475:24520:0221/102108.799179:ERROR:service_worker_storage.cc(2104)] Failed to delete the database: Database IO error
[24475:24518:0221/102112.228334:ERROR:connection.cc(1862)] Quota sqlite error 5, errno 0: database is locked, sql: INSERT INTO OriginInfoTable (used_count, last_access_time, origin, type, last_modified_time) VALUES (?, ?, ?, ?, ?)
[24475:24518:0221/102113.232604:ERROR:sandbox_origin_database.cc(189)] SandboxOriginDatabase failed at: Init@../../3rdparty/chromium/storage/browser/fileapi/sandbox_origin_database.cc:93 with error: IO error: /home/elassus/.local/share/CCP/EVE/QtWebEngine/Default/File System/Origins/LOCK: No further details. (ChromeMethodBFE: 15::LockFile::1)
[24475:24518:0221/102114.371306:ERROR:sandbox_origin_database.cc(189)] SandboxOriginDatabase failed at: Init@../../3rdparty/chromium/storage/browser/fileapi/sandbox_origin_database.cc:93 with error: IO error: /home/elassus/.local/share/CCP/EVE/QtWebEngine/Default/File System/Origins/LOCK: No further details. (ChromeMethodBFE: 15::LockFile::1)
[24475:24566:0221/102114.532983:ERROR:connection.cc(1862)] Quota sqlite error 5, errno 0: database is locked, sql: INSERT INTO OriginInfoTable (last_modified_time, origin, type, last_access_time) VALUES (?, ?, ?, ?)
[24475:24566:0221/102114.621872:ERROR:connection.cc(1862)] Quota sqlite error 5, errno 0: database is locked, sql: INSERT INTO OriginInfoTable (last_modified_time, origin, type, last_access_time) VALUES (?, ?, ?, ?)
[24475:24566:0221/102117.320853:ERROR:connection.cc(1862)] Quota sqlite error 5, errno 0: database is locked, sql: INSERT INTO OriginInfoTable (last_modified_time, origin, type, last_access_time) VALUES (?, ?, ?, ?)
[24475:24566:0221/102117.412474:ERROR:connection.cc(1862)] Quota sqlite error 5, errno 0: database is locked, sql: INSERT INTO OriginInfoTable (last_modified_time, origin, type, last_access_time) VALUES (?, ?, ?, ?)
What might be causing this error? It seems like I just need to delete a lockfile somewhere, but if I delete ~/.local/share/CCP/EVE/QtWebEngine/Default/File System/Origins/LOCK the whole launcher segfaults.
Any other suggestions?
Cheers,
EH
(PS: I don’t know if it’s relevant, but I always get the “some indices were not available” when parsing the shared cache. Is there a way to fix that?)