Skip to content

Discord crashing upon OpenAsar being installed (macOS) #243

@Lec0ns

Description

@Lec0ns

Discord crashes when trying to open it after installing OpenAsar (with Equicord/Vencord) on macOS 26. The issue has not been fixed for a while. Opening via the Terminal seems to provide logs of the attempt (and the errors), so I will leave it below if it is useful:

/settings.json` {
BACKGROUND_COLOR: '#2c2d32',
IS_MAXIMIZED: true,
IS_MINIMIZED: false,
WINDOW_BOUNDS: { x: 0, y: -236, width: 2240, height: 1199 },
DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING: true,
openasar: { setup: true, quickstart: true, noTrack: true },
chromiumSwitches: {},
enableHardwareAcceleration: true,
MIN_WIDTH: 940,
MIN_HEIGHT: 500,
offloadAdmControls: true,
asyncVideoInputDeviceInit: false,
openH264Enabled: true,
USE_NEW_UPDATER: true
}
[OpenAsar > BuildInfo] {
newUpdater: true,
releaseChannel: 'stable',
sentryDist: 'stable-osx-universal',
sentryRelease: 'discord-desktop-f4d9be098c10e29c53815d781d4c3b766741b8e8',
version: '0.0.390'
}
[2026-05-19 14:57:35.227121 +03:00] ERROR [updater_client]: Failed 0: Other(Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("updates.discord.com")), port: None, path: "/distributions/app/manifests/latest", query: Some("install_id=143a1d05-fa8e-4944-a788-fc6333aad5b7&channel=stable&platform=osx&arch=arm64&platform_version=26.4.1&client_version=82027"), fragment: None }, source: hyper::Error(Connect, Error { code: -9806, message: "connection closed via error" }) }))
Error: (Other) Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("updates.discord.com")), port: None, path: "/distributions/app/manifests/latest", query: Some("install_id=143a1d05-fa8e-4944-a788-fc6333aad5b7&channel=stable&platform=osx&arch=arm64&platform_version=26.4.1&client_version=82027"), fragment: None }, source: hyper::Error(Connect, Error { code: -9806, message: "connection closed via error" }) })
at Updater._handleResponse (/Applications/Discord.app/Contents/Resources/_app.asar/updater/updater.js:1:1907)
[OpenAsar > Splash] Error: (Other) Reqwest(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("updates.discord.com")), port: None, path: "/distributions/app/manifests/latest", query: Some("install_id=143a1d05-fa8e-4944-a788-fc6333aad5b7&channel=stable&platform=osx&arch=arm64&platform_version=26.4.1&client_version=82027"), fragment: None }, source: hyper::Error(Connect, Error { code: -9806, message: "connection closed via error" }) })
at Updater._handleResponse (/Applications/Discord.app/Contents/Resources/_app.asar/updater/updater.js:1:1907)
Error: Cannot find module 'discord_desktop_core'
Require stack:

  • /Applications/Discord.app/Contents/Resources/_app.asar/bootstrap.js
  • /Applications/Discord.app/Contents/Resources/_app.asar/index.js
  • /Users/x/Library/Application Support/Equicord/equicord.asar/patcher.js
  • /Applications/Discord.app/Contents/Resources/_app.asar/index.js
  • at Module._resolveFilename (node:internal/modules/cjs/loader:1390:15)
    at s._resolveFilename (node:electron/js2c/browser_init:2:129714)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1032:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1037:22)
    at Module._load (node:internal/modules/cjs/loader:1199:37)
    at c._load (node:electron/js2c/node_init:2:17993)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:244:24)
    at Module.require (node:internal/modules/cjs/loader:1470:12)
    at Dl.Qt.default.require (file:///VencordPatcher:55:22989) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    '/Applications/Discord.app/Contents/Resources/_app.asar/bootstrap.js',
    '/Applications/Discord.app/Contents/Resources/_app.asar/index.js',
    '/Users/x/Library/Application Support/Equicord/equicord.asar/patcher.js',
    '/Applications/Discord.app/Contents/Resources/_app.asar/index.js',
    undefined
    ]
    } uncaughtException

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions