Skip to content

Lightcord does not load #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
moxie-coder opened this issue Feb 26, 2025 · 5 comments
Open

Lightcord does not load #39

moxie-coder opened this issue Feb 26, 2025 · 5 comments

Comments

@moxie-coder
Copy link

I get these two errors when trying to use it, it seems like I'm not doing this correctly or something, but it's not working (in fact I don't even know which one to install because there's many, but I do know not to use the ARM version since I use x86-64 windows, not ARM, and my pc is 64 bit btw)

Image

Image

@CE1CECL
Copy link
Member

CE1CECL commented Feb 27, 2025

I think the Lightcord release got corrupted somehow when I uploaded it however long-ago now, because when I was doing this issue, I had to git clone http://github.com/ChrisEric1/ChrisEric1.GitHub.io && cd ChrisEric1.GitHub.io && cd Lightcord && npm run devInstall && npm run run just so I can get in. I'll see if I can re-build it later today (its 2AM when I am wrtiing this reply right now)

Update (as of 2:30AM): LBC-windows-dir-x64.zip doesn't seem to work, as per this issue, but LBC-windows-dir-ia32.zip does, which will, however, use WoW64 if on x64 Windows

Note the syntax, (D/L)BC-(windows/macos/linux)-dir-(armv7/arm64/ia32/x64).zip, you usually want the dir release because the other compression releases have the dir in them, making them a slight bit too big of a download (I didn't know this myself until the release was already published)

@moxie-coder
Copy link
Author

alright, good to know the 64 bit releases got corrupted somehow, I can use 32 bit apps fine, it hasn’t gotten over 4GB of RAM in the DBC client

@moxie-coder
Copy link
Author

okay so the 32 bit build seems to give me an 403 forbidden error on startup, and never starts up after that, and trying to compile just gives me this

error!
{
  error: Error: spawnSync npm.cmd EINVAL
      at Object.spawnSync (node:internal/child_process:1120:20)
      at Object.spawnSync (node:child_process:868:24)
      at spawnProcess (C:\Users\freem\ChrisEric1.GitHub.io\Lightcord\scripts\devInstall.js:9:32)
      at Object.<anonymous> (C:\Users\freem\ChrisEric1.GitHub.io\Lightcord\scripts\devInstall.js:22:1)
      at Module._compile (node:internal/modules/cjs/loader:1565:14)
      at Object..js (node:internal/modules/cjs/loader:1708:10)
      at Module.load (node:internal/modules/cjs/loader:1318:32)
      at Function._load (node:internal/modules/cjs/loader:1128:12)
      at TracingChannel.traceSync (node:diagnostics_channel:322:14)
      at wrapModuleLoad (node:internal/modules/cjs/loader:219:24) {
    errno: -4071,
    code: 'EINVAL',
    syscall: 'spawnSync npm.cmd',
    path: 'npm.cmd',
    spawnargs: [ 'rm', 'electron' ]
  },
  status: null,
  signal: null,
  output: null,
  pid: 0,
  stdout: undefined,
  stderr: undefined
}
undefined

so looks like this issue isn't exactly solved yet

@moxie-coder moxie-coder reopened this Mar 16, 2025
@CE1CECL
Copy link
Member

CE1CECL commented Mar 17, 2025

What Node.JS version are you using? IIRC you need v12 to prevent any Lightcord build issues.

@moxie-coder
Copy link
Author

What Node.JS version are you using? IIRC you need v12 to prevent any Lightcord build issues.

v22.12.0
that's good to know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants