x86 version of Windows
BhasitL opened this issue · 7 comments
BhasitL commented
This is compatible with only x64 bit Windows. Is it possible to have a 32 bit version? Please
lemonyte commented
A workflow for x86 builds has been added in the latest release. Let me know if it works.
BhasitL commented
Hi LemonPi344, Thank you for taking my request into consideration by creating a x86 version of the screensaver. Unfortunately, I have copied it to the System32 folder where default screensavers are found but it gives me an error message when trying to launch it. Please find attached a snip of the error message.
Thanks,
lemonyte commented
I cannot see your attachment, try sending it using the GitHub web interface instead of email.
BhasitL commented
Sorry for the late reply. Actually I had forgotten to attach the snip. I will attach it in this mail. The error message says that “Cannot open PyInstaller archive from executable (C:\Windows\System32\dvd-screensaver-x86.scr) or external archive (C:\Windows\System32\dvd-screensaver-x86.pkg)”
Thanks
BhasitL commented
lemonyte commented
It seems that x86 Pyinstaller packages have issues running from the System32 folder. Try moving the screensaver file to a user folder like %APPDATA%/LemonPi314/dvd-screensaver
(same folder as the screensaver's config.json
). Then right click on it and select "Install".
BhasitL commented
Ok. Thank you for your time