Advertisement
Guest User

Untitled

a guest
Jan 29th, 2022
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. Set Windows Application User Model ID (AUMID) { appUserModelId: 'com.loki-project.messenger-desktop' }
  2. NODE_ENV production
  3. NODE_APP_INSTANCE undefined
  4. NODE_CONFIG_DIR /opt/Session/resources/app.asar/config
  5. NODE_CONFIG {}
  6. userData: /home/mobian/.config/Session
  7. config/get: Did not find user config file, cache is now empty object
  8. config/get: Did not find ephemeral config file, cache is now empty object
  9. making app single instance
  10. {"name":"log","hostname":"mobian","pid":9558,"level":30,"msg":"app ready","time":"2022-01-29T08:25:02.639Z","v":0}
  11. {"name":"log","hostname":"mobian","pid":9558,"level":30,"msg":"starting version 1.8.0","time":"2022-01-29T08:25:02.644Z","v":0}
  12. {"name":"log","hostname":"mobian","pid":9558,"level":30,"msg":"key/initialize: Generating new encryption key, since we did not find it on disk","time":"2022-01-29T08:25:02.667Z","v":0}
  13. {"name":"log","hostname":"mobian","pid":9558,"level":30,"msg":"config/set: Saving user config to disk","time":"2022-01-29T08:25:02.676Z","v":0}
  14. {"name":"log","hostname":"mobian","pid":9558,"level":30,"msg":"migrateDatabase: Migration without cipher change failed {}","time":"2022-01-29T08:25:02.766Z","v":0}
  15. {"name":"log","hostname":"mobian","pid":9558,"level":30,"msg":"migrateDatabase: migrateSchemaVersion failed {}","time":"2022-01-29T08:25:02.776Z","v":0}
  16. {"name":"log","hostname":"mobian","pid":9558,"level":30,"msg":"Database startup error: TypeError: Cannot read property 'prepare' of null\n at getSQLiteVersion ([REDACTED]/app.asar/app/sql.js:137:33)\n at updateSchema ([REDACTED]/app.asar/app/sql.js:803:25)\n at Object.initialize ([REDACTED]/app.asar/app/sql.js:1427:5)\n at showMainWindow ([REDACTED]/app.asar/main.js:678:7)\n at processTicksAndRejections (internal/process/task_queues.js:93:5)\n at async App.<anonymous> ([REDACTED]/app.asar/main.js:644:5)","time":"2022-01-29T08:25:02.781Z","v":0}
  17. {"name":"log","hostname":"mobian","pid":9558,"level":30,"msg":"config/remove: Deleting user config from disk","time":"2022-01-29T08:25:03.141Z","v":0}
  18. Unhandled Promise Rejection: TypeError: Cannot read property 'prepare' of undefined
  19. at getById (/opt/Session/resources/app.asar/app/sql.js:1597:44)
  20. at Object.getItemById (/opt/Session/resources/app.asar/app/sql.js:1564:10)
  21. at getSpellCheckSetting (/opt/Session/resources/app.asar/main.js:80:26)
  22. at showMainWindow (/opt/Session/resources/app.asar/main.js:684:44)
  23. at processTicksAndRejections (internal/process/task_queues.js:93:5)
  24. at async App.<anonymous> (/opt/Session/resources/app.asar/main.js:644:5)
  25. {"name":"log","hostname":"mobian","pid":9558,"level":50,"msg":"Unhandled Promise Rejection: {}","time":"2022-01-29T08:25:03.495Z","v":0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement