Skip to content
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

Nw.js sample app's window is not opened on Windows 10 #7803

Closed
gtrombitas opened this issue Nov 5, 2021 · 6 comments
Closed

Nw.js sample app's window is not opened on Windows 10 #7803

gtrombitas opened this issue Nov 5, 2021 · 6 comments

Comments

@gtrombitas
Copy link

NWJS Version : v0.58.0
Operating System : Windows 10 Pro 21H1

Expected behavior

I download Nw.js sources from https://dl.nwjs.io/v0.58.0/nwjs-v0.58.0-win-x64.zip URL. After I unzip the compressed file I navigate in the app's folder (nwjs-v0.58.0-win-x64). I double click on the nw.exe and nw.js window is opened.

Actual behavior

I double click on the nw.exe and the nw.js window isn't opened. I open the Window's Task Manager and there multiple (more than three) nw.js processes in the list.

How to reproduce

@dean8bit
Copy link

dean8bit commented Nov 6, 2021

I am having this exact issue (both sdk and normal) on a fresh install of Windows 11 21H2. It was working fine on Windows 11 about 2 days ago.

I tried a previous release 0.57.1 and still getting the same issue.

@CptRenko
Copy link

I am having this exact issue on two PCs, including one with a fresh install of Windows 10 21H2.

@CptRenko
Copy link

I think I found the guilty: lack VC++ 2015-2022 runtime.
I installed that and the sample app (and my games with Construct 3) it's running again.
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

@gtrombitas
Copy link
Author

We tested VC++ installation and it worked. Now our Nw.js based application starts well and the window is opened after it. Thank you very much @CptRenko!

@panther7
Copy link

This maybe fix on win10.

#7817

@vankasteelj
Copy link

I'm having the same issue with a fresh windows install, note that it seems that it did work < 0.50.x (0.49.2-sdk for example does work without VC2015-22)

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

5 participants