yunrayz...@gmail.com
unread,Sep 3, 2018, 9:16:20 AM9/3/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I've write one FUSE named contentdigestfs, and want to make this program to be an service launched via launcher-x64.exe, and I have configure all of necessary register items:
CommandLine
Executable
JobControl
Security
under register key:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Winfsp\services\contentfs64, however, it prompt error 1630.
C:\Program Files (x86)\WinFsp\bin>launchctl-x64.exe start contentfs64 c:\oldfs
KO launcher: error 1630
And then I rebuild the launcher-x64.exe and debug launcher-x64 locally, but every time the CreateNamedPipeW will return an invalid handle, and the error code is 1307, which indicated the information below:
"
ERROR_INVALID_OWNER
1307 (0x51B)
This security ID may not be assigned as the owner of this object. "
Can anyone help to make this error go around ? or tell me what I missed to debug launcher-x64.exe locally ?
Many thanks to whoever help me :)