Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during setup: VerInstallFile retval 0x800 #7

Open
xobs opened this issue Jun 7, 2019 · 3 comments
Open

Error during setup: VerInstallFile retval 0x800 #7

xobs opened this issue Jun 7, 2019 · 3 comments

Comments

@xobs
Copy link

xobs commented Jun 7, 2019

When installing crossmeta-fuse-2_0_3 on Windows 10, the setup program presents the following error:

---------------------------
setup
---------------------------
Setup encountered the following errors.
VerInstallFile: busybox.exe: retval: 0x800

VerInstallFile: df.exe: retval: 0x800

VerInstallFile: dmesg.exe: retval: 0x800

VerInstallFile: fsck.exe: retval: 0x800

VerInstallFile: hexdump.exe: retval: 0x800

VerInstallFile: id.exe: retval: 0x800

VerInstallFile: losetup.exe: retval: 0x800

VerInstallFile: mount.exe: retval: 0x800

VerInstallFile: newfs.exe: retval: 0x800

VerInstallFile: nfsstat.exe: retval: 0x800

VerInstallFile: pwd_mkdb.exe: retval: 0x800

VerInstallFile: pw.exe: retval: 0x800

VerInstallFile: rpcinfo.exe: retval: 0x800

VerInstallFile: showmount.exe: retval: 0x800

VerInstallFile: sysctl.exe: retval: 0x800

VerInstallFile: umount.exe: retval: 0x800

VerInstallFile: xargs.exe: retval: 0x800

VerInstallFile: ypcat.exe: retval: 0x800

VerInstallFile: ypmatch.exe: retval: 0x800

VerInstallFile: sash.exe: retval: 0x800

VerInstallFile: mke2fs.exe: retval: 0x800

VerInstallFile: e2fsck.exe: retval: 0x800

VerInstallFile: dumpe2fs.exe: retval: 0x800

VerInstallFile: xfs_mkfs.exe: retval: 0x800

VerInstallFile: xfs_repair.exe: retval: 0x800

VerInstallFile: newfs_hfs.exe: retval: 0x800

VerInstallFile: fsck_hfs.exe: retval: 0x800

VerInstallFile: postinstall.sh: retval: 0x800

VerInstallFile: postinstall.cmd: retval: 0x800

VerInstallFile: cmd.exe: retval: 0x800

VerInstallFile: group: retval: 0x800

VerInstallFile: fstab: retval: 0x800

VerInstallFile: license.txt: retval: 0x800

VerInstallFile: networks: retval: 0x800

VerInstallFile: master.passwd: retval: 0x800

VerInstallFile: profile: retval: 0x800

VerInstallFile: rpc: retval: 0x800

VerInstallFile: exec: retval: 0x800

VerInstallFile: libdb.dll: retval: 0x800

VerInstallFile: rpclib40.dll: retval: 0x800

VerInstallFile: cxfuse.dll: retval: 0x800


Click Yes to ignore error and proceed with installation or click No to terminate setup program.
---------------------------
Yes   No   
---------------------------

image

@xobs
Copy link
Author

xobs commented Jun 7, 2019

There's a section in the README.md document that says to either install this from $env:TEMP\temp\crossmeta or $env:TEMP\crossmeta (it's unclear which). However, that does not solve the problem. I have tried installing it from an Administrator prompt in both directories, and still end up with the above-mentioned error message.

@crossmeta
Copy link
Owner

VerInstallFile 0x800 is

VIF_CANNOTCREATE 0x00000800L  The function cannot create the temporary file. The specific error may be described by another flag.

This would also mean the V: drive destination drive is not available for copying. Did the Crossmeta VFS drivers start fine during installation? After you see this error you can launch another window and check whether you can accessr V: drive

Also sc query cxvfs will give you the status of the driver.

For installation after downloading the zip file, Open from the downloads and then Extract All zip file. Look for setup.exe and try to run as Administrator.

@xobs
Copy link
Author

xobs commented Jun 8, 2019

That's what I did. I ran it from an elevated Administrator prompt, and still got the error. The files got installed, however I was not able to start the service.

Running sc query cxvfs returns no output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants