Ahsoka / beskar

🧪 Redesigning the SEAL kit software for compatibility with modern operating systems.
MIT License
0 stars 0 forks source link

Add Windows 11 Support #18

Open Ahsoka opened 2 years ago

Ahsoka commented 2 years ago

After some minor testing in Windows 11, there appears to be some type of issue with accessing the internet via Python. For some reason the bindings in Python that access the internet do not work in Windows 11. This issue was discovered by @anjanasaravanan.

See this image for reference: Windows 11 OpenSSL Error (image provided by @anjanasaravanan)

Hopefully all the other Qt bindings work, but only testing will provide conclusive answers.

Ahsoka commented 2 years ago

Also another thing that may be relevant is that if binaries on created for Windows 11 do not work on Windows 10 then the automatic updating will need to be updated so that binaries for Windows 11 will be installed for people on Windows 11 and binaries for Windows 10 will be installed for people on Windows 10;