VMware {code} Community
syshen
Contributor
Contributor

VixDiskLib_Open fails with an internal error code 0x7f

When I call "VixDiskLib_Open", the return error code is VIX_E_FAIL. And the log below shows the root-cause:

VixDiskLib: Failed to load vixDiskLibVim.dll: ErrorCode = 0x7f

And there are two lines of log from “VixDiskLib_Init” which describes the version information before calling “VixDiskLib_Open”.

VMware VixDiskLib (1.0) Release build-99191

System libeay32.dll library is older than our library (90703F < 9070CF)

I've checked the dependency of that dll, and it shows no error.

I have 2 questions for this issue.

1. Is there any document to lookup this kind of internal error-code?

2. Is there any feasible way to resolve this issue?

0 Kudos
1 Reply
SonalJain
VMware Employee
VMware Employee

Hi,

It might be possible that in your Windows/System32 folder contains libeay32.dll for some other application whose version is different from the libeay32.dll which is shipped with VDDK.

You can set the environment variable setting the path to the libeay32.dll shipped with the VDDK.

Hope this helps.

Moreover, VDDK 1.1.1 is in the market, you can go for latest version.

--Sonal

0 Kudos