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

Windows implementation issue: "QWindowsPipeWriter::write failed. (The handle is invalid.)" #16

Open
gregfitzgerald opened this issue Sep 27, 2024 · 3 comments

Comments

@gregfitzgerald
Copy link

I am trying to implement the Windows version, and encountering a problem. When I open the GUI, it doesn't behave the way it was shown in the demo. Instead of listing out screenshots and providing feedback, the GUI screen remains empty. As soon as I open user_interface.py, the terminal reads "QWindowsPipeWriter::write failed. (The handle is invalid.)".

I don't know what the issue is. Any advice would be appreciated!

image
image
image

@VooDisss
Copy link

VooDisss commented Jan 5, 2025

Same issue here

@gregfitzgerald
Copy link
Author

@VooDisss I resolved it. The issue is that you cloned the original repo rather than the fork, so it is using Mac OS syntax. To download the forked repo for Windows, go to the fork and choose the option to Download ZIP. This version won't have the issue because Windows-compatible syntax is used.

@VooDisss
Copy link

VooDisss commented Jan 5, 2025

@gregfitzgerald Thanks for the follow-up, I have made this same mistake and solved it. I got it working after 1-2hours...

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