BDisp / unlocker

VMware Workstation macOS
MIT License
946 stars 160 forks source link

Error on vmware workstation 16 pro #6

Closed yuritry closed 4 years ago

yuritry commented 4 years ago

GOS Patching: C:\Program Files (x86)\VMware\VMware Workstation\vmwarebase.dll Traceback (most recent call last): File "unlocker.py", line 401, in main() File "unlocker.py", line 397, in main patchbase(vmwarebase) File "unlocker.py", line 306, in patchbase f = open(name, 'r+b') PermissionError: [Errno 13] Permission denied: 'C:\Program Files (x86)\VMware\VMware Workstation\vmwarebase.dll' [5148] Failed to execute script unlocker

mkitchingh commented 4 years ago

It works fine on VMware 16. One of these is likely the issue: 1) You didn't run it as administrator. 2) VMware was open. 3) VMware service were running and need to be stopped.

BDisp commented 4 years ago

@yuritry, @mkitchingh is right.

BDisp commented 4 years ago

Workstation 16 Pro working fine. So I will close.