BDisp / unlocker

VMware Workstation macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on vmware workstation 16 pro

yuritry opened this issue · comments

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

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.
commented

Workstation 16 Pro working fine. So I will close.