Guest User

Untitled

a guest
Mar 5th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. user@freebsd:~/Repos/github.com/deltachat/deltachat-desktop $ npm start
  2.  
  3. > electron25 . --devmode --disable-http-cache --translation-watch
  4.  
  5. App threw an error during load
  6. Error: Platform not supported
  7. at applicationConfigPath (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config-path/index.js:35:9)
  8. at new ApplicationConfig (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config/index.js:6:29)
  9. at createApplicationConfig (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config/index.js:65:10)
  10. at Object.<anonymous> (/home/user/Repos/github.com/deltachat/deltachat-desktop/src/main/application-config.ts:3:36)
  11. at Module._compile (node:internal/modules/cjs/loader:1269:14)
  12. at Object.Module._extensions..js (node:internal/modules/cjs/loader:1324:10)
  13. at Module.load (node:internal/modules/cjs/loader:1124:32)
  14. at Module._load (node:internal/modules/cjs/loader:965:12)
  15. at Function.f._load (node:electron/js2c/asar_bundle:2:13377)
  16. at Module.require (node:internal/modules/cjs/loader:1148:19)
  17. A JavaScript error occurred in the main process
  18. Uncaught Exception:
  19. Error: Platform not supported
  20. at applicationConfigPath (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config-path/index.js:35:9)
  21. at new ApplicationConfig (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config/index.js:6:29)
  22. at createApplicationConfig (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config/index.js:65:10)
  23. at Object.<anonymous> (/home/user/Repos/github.com/deltachat/deltachat-desktop/src/main/application-config.ts:3:36)
  24. at Module._compile (node:internal/modules/cjs/loader:1269:14)
  25. at Object.Module._extensions..js (node:internal/modules/cjs/loader:1324:10)
  26. at Module.load (node:internal/modules/cjs/loader:1124:32)
  27. at Module._load (node:internal/modules/cjs/loader:965:12)
  28. at Function.f._load (node:electron/js2c/asar_bundle:2:13377)
  29. at Module.require (node:internal/modules/cjs/loader:1148:19)
  30. [94358:0305/171538.060419:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files
  31.  
  32. ^C
Advertisement
Add Comment
Please, Sign In to add comment