-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Empty Cypress window on Windows 7 #14470
Comments
Duplicate of #9572 I would love to track down why this happens for some Window's users. Are you using |
Yes, I use Yarn but the same problem occurs in standalone installation so I doubt it is Yarn-related. I use classic scheme and I know that there were some problems with Elector apps so I checked with Aero too. Same result. If you need some additional logs or actions from me please ask. |
Looking at logs and description of that issue I am not sure this one is duplicate. I don't see any loading icon and in logs in my case after "cypress:server:windows creating electron window" there are almost no records, only handlers of my menu clicks. |
If you're using yarn 2, there's an issue with opening Cypress: #6377 |
No, I don't use it. There is probably some other error with
I see that |
It seems that I found the workaround but I think there should be a better way. I just replaced all Electron files with the older version taken from the
Now I can see the content of the Electron window, example tests etc. I haven't checked thoroughly how it works though. What could be the reason of such problem with the new Electron and Chrome? I am able to run the simple Electron app with the latest version. |
We don't think that the registry-js being out of date is the culprit in this situation. The get-windows-proxy shouldn't have anything to do with the Desktop GUI rendering. We use it to auto setup proxies for Windows users. Regardless, I am looking into having the dep updated in our dependencies because this should stay up to date with our Electron version. #14668 cypress-io/get-windows-proxy#7 |
I checked with Cypress v6.4 (64-bit) and the issue was still reproducable but when I tried 32-bit version downloaded from here it opened correctly. When I try simple Electron examples they work fine with both 32-bit and 64-bit versions so it is probably not because of Electron. Hope it would help in fixing it. There are still errors about |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
On
npx cypress open
I get an empty window with menu:I tried with standalone installation, with cypress-example-kitchensink and with my test server. Same result everywhere.
I am not sure why it only shows Canary Chrome. I have usual Chrome here in
C:\Users\Dron\AppData\Local\Google\Chrome\Application\chrome.exe
I tried opening Cypress with debug:
See results of
err.txt
andlog.txt
here.In
log.txt
there is an errorError: Module did not self-register ... registry-js
but it is probably different issue. I commented out temporarily its usage inCypress\resources\app\packages\server\lib\util\chrome_policy_check.js
and error got disappeared but I still see the empty screen.The text was updated successfully, but these errors were encountered: