SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

py-kms on W2012R2 as service start and then stop #71

Closed ssv1907 closed 4 years ago

ssv1907 commented 4 years ago

Hello Installed py-kmc as written on the wiki (https://github.com/SystemRage/py-kms/issues/2). Copied pywintypes38.dll to the Win32 folder https://github.com/SystemRage/py-kms/issues/47. python-3.8.3-amd64 and pywin32-228.win-amd64-py3.8 also installed. Service py-kms installed successeful but it run and stop (((. What am I doing wrong? No errors in Windows Event and Path to Executable in service py-kmc is "C:\Python38\lib\site-packages\win32\PythonService.exe"

simonmicro commented 4 years ago
SystemRage commented 4 years ago

Your service stops maybe because: https://github.com/SystemRage/py-kms/issues/58#issuecomment-616227358 try to auto-patch as described and give feedback if works (if it's the real problem i can later try to correct)

ssv1907 commented 4 years ago

Your service stops maybe because: #58 (comment) try to auto-patch as described and give feedback if works (if it's the real problem i can later try to correct)

Bingo!!! It's work for me! Thanks