it says there is new discord update every selection make it shutdown
Search Criteria
Package Details: replugged-electron-git r1997.4fa35914-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/replugged-electron-git.git (read-only, click to copy) |
---|---|
Package Base: | replugged-electron-git |
Description: | A fork of Powercord, the lightweight discord client mod focused on simplicity and performance. |
Upstream URL: | https://github.com/replugged-org/replugged |
Licenses: | MIT |
Conflicts: | replugged |
Provides: | replugged |
Submitter: | m00nw4tch3r |
Maintainer: | None |
Last Packager: | m00nw4tch3r |
Votes: | 5 |
Popularity: | 0.000046 |
First Submitted: | 2022-08-08 04:12 (UTC) |
Last Updated: | 2022-12-11 12:43 (UTC) |
Dependencies (4)
- discord-canary-electron-binAUR
- electron19AUR (electron19-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR) (make)
Required by (0)
Sources (5)
tbb commented on 2023-01-01 20:26 (UTC)
m00nw4tch3r commented on 2022-12-11 12:47 (UTC) (edited on 2022-12-11 12:47 (UTC) by m00nw4tch3r)
I don't think the rewrite is quite there yet, but here's the updated package.
You can now use the _discord
var to change the discord location, as long as it's in /usr/lib/$_discord/app.asar
, see: discord_arch_electron
for a compatible stable discord package.
alyway commented on 2022-10-31 18:34 (UTC)
The md5sum for replugged.patch wasn't changed in the last commit
md5sum replugged.patch
80b126e9868616ba6c4caaebb716a62f replugged.patch
The PKGBUILD thinks it is 2cd20e785e0b6b368c0ce50e589d233b
and fails to build. Changing it to 80b126e9868616ba6c4caaebb716a62f
allowed me to build this package
m00nw4tch3r commented on 2022-10-02 10:12 (UTC)
Fixed the issue, but Replugged stopped working due to changes in Discord anyway, so you'll have to wait until Replugged is fixed or use Displunger to install an earlier version of Discord.
<deleted-account> commented on 2022-09-27 16:39 (UTC)
Upon running replugged
I am met with:
App threw an error during load
Error: Cannot find module '../injectors/main'
Require stack:
- /usr/share/replugged/src/updater.win32.js
- /usr/share/replugged/src/patcher.js
- /usr/lib/discord-canary/app.asar/app_bootstrap/index.js
- /usr/lib/electron19/resources/default_app.asar/main.js
-
at Module._resolveFilename (node:internal/modules/cjs/loader:940:15)
at n._resolveFilename (node:electron/js2c/browser_init:245:1105)
at Module._load (node:internal/modules/cjs/loader:785:27)
at c._load (node:electron/js2c/asar_bundle:5:13343)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/usr/share/replugged/src/updater.win32.js:3:20)
at Module._compile (node:internal/modules/cjs/loader:1118:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1173:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module '../injectors/main'
Require stack:
- /usr/share/replugged/src/updater.win32.js
- /usr/share/replugged/src/patcher.js
- /usr/lib/discord-canary/app.asar/app_bootstrap/index.js
- /usr/lib/electron19/resources/default_app.asar/main.js
-
at Module._resolveFilename (node:internal/modules/cjs/loader:940:15)
at n._resolveFilename (node:electron/js2c/browser_init:245:1105)
at Module._load (node:internal/modules/cjs/loader:785:27)
at c._load (node:electron/js2c/asar_bundle:5:13343)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/usr/share/replugged/src/updater.win32.js:3:20)
at Module._compile (node:internal/modules/cjs/loader:1118:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1173:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
m00nw4tch3r commented on 2022-09-01 12:12 (UTC) (edited on 2022-09-01 12:15 (UTC) by m00nw4tch3r)
Fixed. (Side note: maybe it'd be better to use the "Flag out of date" feature for failing patches instead of comments)
simonzack commented on 2022-09-01 07:03 (UTC)
Hi, patches are failing.
simonzack commented on 2022-08-29 14:34 (UTC) (edited on 2022-08-29 14:42 (UTC) by simonzack)
Thanks for confirming that it works for you @m00nw4tch3r. This made me want to investigate more.
It wasn't a plugin I was using, as that should go further than Loading Discord
.
Turns out that /usr/lib/discord-canary/app.asar.unpacked/common/crashReporterSetup.js
hanged at electron.crashReporter.start(config)
. The reason is probably since I disabled Linux core dumps, to reduce disk space usage.
The file mentions that if we set the environment variable ELECTRON_ENABLE_STACK_DUMPING
to true
, the crash reporter will be skipped. Setting this in ~/.local/share/applications/replugged.desktop
via the following allows Replugged to launch under Electron 19:
Exec=env ELECTRON_ENABLE_STACK_DUMPING=true /usr/bin/replugged
m00nw4tch3r commented on 2022-08-29 07:22 (UTC)
It does work for me on electron19 (can't even use 15 because of wayland stuff), it might be an issue with a specific plugin you're using. @simonzack
simonzack commented on 2022-08-28 08:53 (UTC)
I see that this package still depends on electron19-bin
and not electron15-bin
. This means it must be working for some people. Any suggestions on why my Replugged is hanging?
Pinned Comments
m00nw4tch3r commented on 2022-12-11 12:47 (UTC) (edited on 2022-12-11 12:47 (UTC) by m00nw4tch3r)
I don't think the rewrite is quite there yet, but here's the updated package.
You can now use the
_discord
var to change the discord location, as long as it's in/usr/lib/$_discord/app.asar
, see:discord_arch_electron
for a compatible stable discord package.