donn / nudelta

Open source NuPhy Console alternative
GNU General Public License v3.0
510 stars 23 forks source link

Windows 11 JavaScript error at launch #10

Closed ptmks15 closed 1 year ago

ptmks15 commented 1 year ago

When I try to run the new windows build it throws a JavaScript error (attached below). My Java and Windows 11 install are all up to date, not sure what the issue is. Screenshot_20221225_075600

donn commented 1 year ago

Weird... I'm guessing I missed something in the build steps for Windows.

Is anyone else experiencing this?

Karnbir commented 1 year ago

Same issue here (Windows 11): image

N0fix commented 1 year ago

I can build the windows version and it runs just fine on windows 11. I know from prior compilation tests that some steps can fail silently. Please provide your compilation steps.

donn commented 1 year ago

@N0fix I believe they're just using the build from the CI: https://github.com/donn/nudelta/blob/fc719d96fdc5f84194a266851f783d83d7294678/.github/workflows/ci.yml#L25

lime517 commented 1 year ago

Same issue here, just using the compiled .6.0 .exe release.

donn commented 1 year ago

image

Well- I've reproduced the issue on my end on a fresh Windows 11 VM. Which is... lovely, because that error still provides nothing of value.

donn commented 1 year ago

Found the issue: A bug with cmake-js v7.0.0. I updated cmake-js. https://github.com/cmake-js/cmake-js/pull/289

donn commented 1 year ago

Just merged- please try the latest release. Sorry for the wait!