正如我所写,Slack Desktop UI 在启动时不断崩溃。这是从 Slack 官方网站(不是 Snap)下载的 deb 包。安装的版本是 4.14,系统是 20.04.2(最新更新)原始版本。
通知显示在右上角并打开菜单,但是当我尝试调出 UI 时,什么也没有发生。
我从命令行启动了 slack,看看是否可以捕获一些输出,它似乎显示了崩溃报告:
slack
Initializing local storage instance
(electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new behavior. Crash reports will be uploaded gzipped, which most crash reporting servers support.
(node:172444) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `slack --trace-deprecation ...` to show where the warning was created)
(electron) 'BrowserWindow.getDevToolsExtensions' is deprecated and will be removed. Please use 'session.getAllExtensions' instead.
[04/16/21, 15:14:50:866] info:
╔═══════════════════════════════════════════════════════╗
║ Slack 4.14.0, linux 5.4.0-70-generic on x64 ║
╚═══════════════════════════════════════════════════════╝
[04/16/21, 15:14:50:867] info: Configured logger via
{
"enableConsoleTransport": true,
"identifierOverride": "webapp-service-worker-console",
"shouldUseNewBackend": false,
"loggerInstanceCount": 2
}
[04/16/21, 15:14:50:868] info: Predefined values for process
{
"NODE_ENV": "production",
"platform": "linux",
"type": "browser",
"timeZone": "Europe/London",
"PACKAGE_MANIFEST.productName": "Slack",
"PACKAGE_MANIFEST.version": "4.14.0",
"PACKAGE_MANIFEST.commit": "252046e",
"PACKAGE_MANIFEST.branch": "HEAD"
}
Unexpected crash report id length
Failed to get crash dump id.
Report Id:
有什么想法或建议吗?