Starts fine, due to some dubiety about connecting to shared-section I clicked on Safe Browser install
Told me it had to restart to complete then didn’t…
willie@gagarin:~/projects/maidsafe$ ./safe-network-app-v0.0.6-alpha.8-linux-x64.AppImage
(node:104947) DeprecationWarning: file property is deprecated and will be removed in v5.
(node:104947) DeprecationWarning: file property is deprecated and will be removed in v5.
(node:104947) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(node:104947) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead.
(electron) 'setMovable function' is deprecated and will be removed. Please use 'movable property' instead.
(electron) 'setResizable function' is deprecated and will be removed. Please use 'resizable property' instead.
14:16:05.909%c ›
14:16:05.911%c ›
%c14:16:05.914 › {
constructor: 'Error',
stack: 'Error: Object has been destroyed\n' +
' at App.<anonymous> (/tmp/.mount_safe-nvDxK3N/resources/app.asar/app/webpack:/app/main.prod.js:4551:5)'
}
14:16:06.150%c ›
Now it upgraded itself as promised to v0.0.6-alpha.15 but simply dies willie@gagarin:~/projects/maidsafe$ ./safe-network-app-v0.0.6-alpha.15-linux-x64.AppImage 14:28:55.087%c › (node:105566) DeprecationWarning: file property is deprecated and will be removed in v5. (node:105566) DeprecationWarning: file property is deprecated and will be removed in v5. (node:105566) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (node:105566) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
What extra logging can I turn on to find out more about this issue?
Hmm, nothing untoward there (beyond the logs not displaying properly, but that’s def not the issue at play here; and something i have on my list to look into ).
Not sure what it could be. I’ll have a go on my machine here later and let you know if I can replicate or no
can you have a pgrep SAFE Network and see if anything is still running? Could be some processes didn’t end
Okay that’s good to know. Seems to chime with something we were seeing on windows w/ updates too.
You’d set up the shared section etc as normal. Snapp just uses the installed CLI / authd (or will prompt to install otherwise). Currently it doesnt handle updating /restarting etc, but it will eventually.