Advertisement
ak2766

Running via electron

Feb 19th, 2020
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1.  
  2. $ node_modules/.bin/electron --project build/ --linux snap
  3.  
  4. using chrome runtime 1.3.6
  5. autoUpdater feed url https://vysornuts.clockworkmod.com/update/linux_x64/2.3.0
  6. embedded /opt/source/electron-chrome/build/unpacked-crx found
  7. chrome runtime id lhaagglfcbekgaiedemenlgbkbhjepnk
  8. chrome app id gidgenkbbabolejbgbpnhbimgjbffefm
  9. chrome app directory /opt/source/electron-chrome/build/unpacked-crx
  10. /opt/source/electron-chrome/build/unpacked-crx/native/linux/audio_playback.so not found.
  11. /opt/source/electron-chrome/build/platform-assets/linux/audio_playback.so not found.
  12. PPAPI path /opt/source/electron-chrome/build/unpacked-crx/native/linux/video_decode.so;application/x-ppapi-vysor
  13. starting
  14. starting runtime
  15. (node:32576) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added. Use emitter.setMaxListeners() to increase limit
  16. Creating Graphics3D Context
  17. Binding Graphics
  18. Creating GL Objects
  19. windowGlobals not found 4
  20. windowGlobals not found 4
  21. killing all windows for shutdown
  22. chromeRuntimeWindow shutdown
  23. windows remaining [ BrowserWindow {
  24. setBounds: [Function],
  25. _events:
  26. { blur: [Function],
  27. focus: [Function],
  28. show: [Array],
  29. hide: [Function: visibilityChanged],
  30. minimize: [Function: visibilityChanged],
  31. maximize: [Function: visibilityChanged],
  32. restore: [Function: visibilityChanged],
  33. close: [Array] },
  34. _eventsCount: 8,
  35. devToolsWebContents: [Getter],
  36. _maxListeners: 1000 } ]
  37. window-all-closed
  38. relaunching...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement