Closed
Description
Describe the bug
Application Doesn't start (in my case Ubuntu 18.04)
To Reproduce
Steps to reproduce the behavior:
chmod a+x Lens-3.5.1-rc.1.AppImage
./Lens-3.5.1-rc.1.AppImage
Expected behavior
App to start
No screenhost - deosn't start
Environment (please complete the following information):
- Lens Version: 3.5.1-rc.1
- OS: Linux
- Installation method (e.g. snap or AppImage in Linux): AppImage in Linux
Logs:
When you run the application executable from command line you will see some logging output. Please paste them here:
(node:28121) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'split' of undefined
at parseEnv (/tmp/.mount_Lens-3teD3wu/resources/app.asar/node_modules/shell-env/index.js:15:35)
at AsyncFunction.module.exports.sync (/tmp/.mount_Lens-3teD3wu/resources/app.asar/node_modules/shell-env/index.js:47:10)
at Object.t.shellSync (/tmp/.mount_Lens-3teD3wu/resources/app.asar/webpack:/src/main/shell-sync.ts:15:1)
at App.<anonymous> (/tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:323068)
at /tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:322362
at Object.next (/tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:322467)
at /tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:321380
at new Promise (<anonymous>)
at n (/tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:321128)
at App.protocol (/tmp/.mount_Lens-3teD3wu/resources/app.asar/webpack:/src/main/index.ts:32:3)
at App.emit (events.js:205:15)
(node:28121) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'split' of undefined
at parseEnv (/tmp/.mount_Lens-3teD3wu/resources/app.asar/node_modules/shell-env/index.js:15:35)
at AsyncFunction.module.exports.sync (/tmp/.mount_Lens-3teD3wu/resources/app.asar/node_modules/shell-env/index.js:47:10)
at Object.t.shellSync (/tmp/.mount_Lens-3teD3wu/resources/app.asar/webpack:/src/main/shell-sync.ts:15:1)
at App.<anonymous> (/tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:323068)
at /tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:322362
at Object.next (/tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:322467)
at /tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:321380
at new Promise (<anonymous>)
at n (/tmp/.mount_Lens-3teD3wu/resources/app.asar/main.js:1:321128)
at App.protocol (/tmp/.mount_Lens-3teD3wu/resources/app.asar/webpack:/src/main/index.ts:32:3)
at App.emit (events.js:205:15)
(node:28121) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:28121) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:28121) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:28121) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.```
Activity