AlexxIT / HassWP

Portable version of Home Assistant for Windows (no need to install)
https://github.com/AlexxIT/Blog
586 stars 76 forks source link

Latest Version v2024.4.3 - 2024-4-20 does not start on Windows Sever 2008R2 (Win 7) #86

Open Oldhenrie opened 1 month ago

Oldhenrie commented 1 month ago

Tried to use the latest Version 2024.4.3, but got an error message from python.exe when I run the hass.cmd

python.exe - Entry point not found

The procedure entry point ‘PssQuerySnapshot’ was not found in the DLL ‘KERNEL32.dll’.


Translated from German, please see attached screenshot. It is an old Windows Home Server 2011 which is using Windows Server 2008 R2, same as Win 7. HassWP_2023.12.4 is working fine.

HassWP 2024043 python error

AlexxIT commented 1 month ago

I think problem with Python3.12. Check this https://github.com/AlexxIT/HassWP/issues/76 I don't have plans to use custom python version for this case. You can try to compose a version on your own.

Oldhenrie commented 1 month ago

Many thanks for your reply and the hint to the closed issue #76. I tried to use python 3.11.6 from the old version and it seems to work too. Just edited the env.bat and WinPython_PS_Prompt.ps1. Seems to work. .-)