-
Notifications
You must be signed in to change notification settings - Fork 63
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
Compiled sucessfully in Windows 10 Python 3.11 but CreateProcess fails (call to dispread to measure) #367
Comments
same issue here ... I am very frustrated, I've spent like 5 hours trying to make this thing work on Windows with no avail. |
okay I'll look into this shortly |
Fixed this, but there are other problems preventing DisplayCAL to run properly... working on it. |
I think we need to use the PyPI version of wexpect now... Our version is old and not working properly... |
Still working on this with no avail... The main problem is that DisplayCAL cannot read from the I believe in the past with an update called "Windows Creators Update" the behaviour of the |
As always as soon as I sent a progress message here I solve something 😄 Apparently setting the "PYTHONLEGACYWINDOWSSTDIO" environment variable to anything reverts the behaviour change and I can now start the measurement and finally was able to skip the first couple of colour patches. But unfortunatelly, it is not progresssing any further... |
Finally, I managed to make it work... Obviously we had an encoding issue under Windows and one another issue was the aaand profiling is done... but it seems that there are other issues and no profile has been created... let's fix them too. |
Okay fixed a couple more problems and I was able to finish my first calibration and profile generation under Windows 10 🎆 |
…handlers` attribute in `DisplayCAL.multiprocess.WorkerFunc.__call__()`.
…profile_loader.setup_profile_loader_task()`.
…o._Sound.play()` on application exit.
Anyone who wants to try DisplayCAL under Windows, I updated the installation instructions here: How To Install (Windows) Please try and report back. |
…profile_loader.setup_profile_loader_task()`.
…o._Sound.play()` on application exit.
…changed()` to use the `REG_QWORD` value directly instead of trying to unpack it as the value is an `int` already.
…rce distributions in `DisplayCAL.setup`.
… the `Makefile`. - [#367] Fix `build` target in the `Makefile` to first activate the virtual environment and then install the requirements.
Thank you for your efforts @eoyilmaz |
@eoyilmaz Seems this new version has a encoding problem on my Simplified Chinese Windows 11. You might need to force text encoding somewhere:
|
@Headcrabed let's make a new issue 👍 |
It does not like this:
The text was updated successfully, but these errors were encountered: