AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / computer / 问题 / 1892272
Accepted
Isikyus
Isikyus
Asked: 2025-04-15 19:56:32 +0800 CST2025-04-15 19:56:32 +0800 CST 2025-04-15 19:56:32 +0800 CST

Discord 认为我生活在未来——为什么?

  • 772

截至今天,当我尝试打开 Discord 时,它提示我需要更新到 0.0.89 版本。问题是,我已经用的是 0.0.90 版本了。我对此很有信心,因为 Linux Discord 客户端要求我手动安装和下载每个新版本,而我拥有 0.0.90 版本文件。

的输出discord --version与此一致,但我注意到一个相当奇怪的消息:

[Updates] You are living in the future! Come back time traveller!

完整输出:

isikyus@Raeltar:~/Downloads$ discord --version
Discord 0.0.90
Starting app.
Starting updater.
4/15/2025, 9:38:46 PM GMT+10 [Modules] Modules initializing
4/15/2025, 9:38:46 PM GMT+10 [Modules] Distribution: remote
4/15/2025, 9:38:46 PM GMT+10 [Modules] Host updates: enabled
4/15/2025, 9:38:46 PM GMT+10 [Modules] Module updates: enabled
4/15/2025, 9:38:46 PM GMT+10 [Modules] Module install path: /home/isikyus/.config/discord/0.0.90/modules
4/15/2025, 9:38:46 PM GMT+10 [Modules] Module installed file path: /home/isikyus/.config/discord/0.0.90/modules/installed.json
4/15/2025, 9:38:46 PM GMT+10 [Modules] Module download path: /home/isikyus/.config/discord/0.0.90/modules/pending
splashScreen.initSplash(false)
CDM component API found
blackbox: 4/15/2025, 9:38:46 PM GMT+10 0 

----------------------------------------------
CDM completed with status: cdm-ready-success
blackbox: 4/15/2025, 9:38:46 PM GMT+10 1 Discord starting: {"releaseChannel":"stable","version":"0.0.90"}, modulepath: /home/isikyus/.config/discord/0.0.90/modules
blackbox: 4/15/2025, 9:38:46 PM GMT+10 2 ✅ webContents.created web1 ""
blackbox: 4/15/2025, 9:38:46 PM GMT+10 3 ✅ window.created win1 "discord"
21:38:46.701 › DiscordSplash.signalReady
splashScreen: SPLASH_SCREEN_READY
splashScreen.webContentsSend: SPLASH_SCREEN_QUOTE SPLASH_SCREEN_QUOTE [ 'Hold Tight — Loading Discord' ]
4/15/2025, 9:38:46 PM GMT+10 [Modules] No updates to install
splashScreen: no-pending-updates
4/15/2025, 9:38:46 PM GMT+10 [Modules] Checking for host updates.
splashScreen: checking-for-updates
splashScreen.updateSplashState checking-for-updates checking-for-updates {}
splashScreen.webContentsSend: SPLASH_UPDATE_STATE SPLASH_UPDATE_STATE [ { status: 'checking-for-updates' } ]
21:38:46.751 › Slow network is detected. See https://www.chromestatus.com/feature/[SOME HEX STRING] for more details. Fallback font will be used while loading: file:///usr/share/discord/resources/app.asar/app_bootstrap/splash/[SOME HEX STRING].woff2
21:38:46.765 › DiscordSplash.onStateUpdate: {"status":"checking-for-updates"}
21:38:46.765 › Splash.onStateUpdate: {"status":"checking-for-updates"}
blackbox: 4/15/2025, 9:38:46 PM GMT+10 4 ✅ webContents.did-finish-load web1
[Updates] You are living in the future! Come back time traveller!
4/15/2025, 9:38:47 PM GMT+10 [Modules] Host update is available. Manual update required!
splashScreen: update-manually 0.0.89
splashScreen.updateSplashState update-manually update-manually { newVersion: '0.0.89' }
splashScreen.webContentsSend: SPLASH_UPDATE_STATE SPLASH_UPDATE_STATE [ { status: 'update-manually', newVersion: '0.0.89' } ]
splashScreen: update-check-finished true 1 true
21:38:47.114 › DiscordSplash.onStateUpdate: {"status":"update-manually","newVersion":"0.0.89"}
21:38:47.115 › Splash.onStateUpdate: {"status":"update-manually","newVersion":"0.0.89"}
21:38:47.117 › Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: file:///usr/share/discord/resources/app.asar/app_bootstrap/splash/[SOME HEX STRING].woff2
21:38:47.701 › Splash.updateCountdownSeconds: undefined
21:38:48.701 › Splash.updateCountdownSeconds: undefined
21:38:49.701 › Splash.updateCountdownSeconds: undefined
21:38:50.701 › Splash.updateCountdownSeconds: undefined
21:38:51.701 › Splash.updateCountdownSeconds: undefined
21:38:52.701 › Splash.updateCountdownSeconds: undefined
splashScreen: SPLASH_SCREEN_QUIT
blackbox: 4/15/2025, 9:38:52 PM GMT+10 5 before-quit
blackbox: 4/15/2025, 9:38:52 PM GMT+10 6 window.close win1

[SOME HEX STRING]我添加了占位符,以防实际的十六进制字符串在我的帐户中是唯一的。我怀疑不是,但你还是要小心谨慎。

我查看了https://discord.com/tags/changelog,但那里最后一篇帖子是三月份的。我能找到的最后一篇补丁说明是https://discord.com/blog/discord-patch-notes-april-3-2025。如果4月3日有更新,我肯定能注意到。

为什么 Discord 告诉我需要早期版本,降级是否安全?

linux
  • 2 2 个回答
  • 4274 Views

2 个回答

  • Voted
  1. Best Answer
    Isikyus
    2025-04-15T19:59:22+08:002025-04-15T19:59:22+08:00

    事实证明,Discord 故意回滚了版本,是因为 0.0.90 版本中存在一个 bug。摘自[仅限 Linux] 0.0.90 版本语音无法正常工作:

    我们发现了影响 0.0.90 版本语音声音的问题,并已将其回滚。

    目前,用户需要恢复到 0.0.89 版本才能继续在 Linux 上使用语音功能。修复后,我们将发布新版本。

    这也在r/archlinux 中讨论过:Discord Broken?

    • 31
  2. user2771224
    2025-04-15T20:59:21+08:002025-04-15T20:59:21+08:00

    “我该如何回滚Discord?” “你必须卸载它”

    如果您使用 .deb 文件安装了 Discord,它已在系统的包管理器 (dpkg/apt) 中注册。您可以使用以下命令之一将其删除:

    标准删除(保留配置文件)

    sudo apt remove discord

    ^这对我有用。

    • -6

相关问题

  • 如何让我的 Linux 机器看起来像是在运行 Windows?

  • 对于 cp 或 mv,是否有等同于 cd - 的东西?

  • 以 root 身份运行 docker 容器

  • 如何在域和 Linux 活动目录中启用指纹传感器

  • 如何在CentOS 7 中将Ctrl+C 永久更改为Ctrl+K?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Vickel Firefox 不再允许粘贴到 WhatsApp 网页中? 2023-08-18 05:04:35 +0800 CST
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve