Advertisement
Guest User

Untitled

a guest
Mar 5th, 2024
26
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. > deltachat-desktop@1.42.1 start
  4. > electron25 . --devmode --disable-http-cache --translation-watch
  5.  
  6. App threw an error during load
  7. Error: Platform not supported
  8. at applicationConfigPath (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config-path/index.js:35:9)
  9. at new ApplicationConfig (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config/index.js:6:29)
  10. at createApplicationConfig (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config/index.js:65:10)
  11. at Object.<anonymous> (/home/user/Repos/github.com/deltachat/deltachat-desktop/src/main/application-config.ts:3:36)
  12. at Module._compile (node:internal/modules/cjs/loader:1269:14)
  13. at Object.Module._extensions..js (node:internal/modules/cjs/loader:1324:10)
  14. at Module.load (node:internal/modules/cjs/loader:1124:32)
  15. at Module._load (node:internal/modules/cjs/loader:965:12)
  16. at Function.f._load (node:electron/js2c/asar_bundle:2:13377)
  17. at Module.require (node:internal/modules/cjs/loader:1148:19)
  18. A JavaScript error occurred in the main process
  19. Uncaught Exception:
  20. Error: Platform not supported
  21. at applicationConfigPath (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config-path/index.js:35:9)
  22. at new ApplicationConfig (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config/index.js:6:29)
  23. at createApplicationConfig (/home/user/Repos/github.com/deltachat/deltachat-desktop/node_modules/application-config/index.js:65:10)
  24. at Object.<anonymous> (/home/user/Repos/github.com/deltachat/deltachat-desktop/src/main/application-config.ts:3:36)
  25. at Module._compile (node:internal/modules/cjs/loader:1269:14)
  26. at Object.Module._extensions..js (node:internal/modules/cjs/loader:1324:10)
  27. at Module.load (node:internal/modules/cjs/loader:1124:32)
  28. at Module._load (node:internal/modules/cjs/loader:965:12)
  29. at Function.f._load (node:electron/js2c/asar_bundle:2:13377)
  30. at Module.require (node:internal/modules/cjs/loader:1148:19)
  31. [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
  32.  
  33. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement