*******************************************************************************
*VirtualKD patcher DLL successfully loaded. Patching the GuestRPC mechanism...*
*******************************************************************************
Searching patch database for information about current executable...
Using RPC dispatcher table at 0x140728900 (95 entries)
Waiting for RPC table to be initialized by VMWare......................................................... endless
First of all, thanks to author for him great work, and for open sources of this excellent and extremely useful tool!
Now, regarding the problem. Its happens because kdclient.dll uses executable timestamp to identify appropriate vmx executable and load “cached” rpc table location to increase startup.
After upgrading vmware, wmx timespamp seems leave the same, but, rpc table location is changed, so i suggest author use MP5 or image CRC instead of timestamp in this case.
Solution:
1. Remove all .vmpatch files from
%UserProfile%AppDataRoamingVirtualKD
2. Restart VmWare virtual machine & vmmon. Kdclient will find vmware rpc table and create correct .vmpatch file.
3. Enjoy!