Hello:
The error code of 1630 is ERROR_UNSUPPORTED_TYPE (“data of this type is not supported”). That is not an error that I have ever seen returned from the launcher.
It is not straightforward to debug the launcher as a process under your account. Among other problems, launcher clients check whether the launcher is running under the SYSTEM account and fail the named pipe operation if it does not.
(See FspCallNamedPipeSecurely: https://github.com/billziss-gh/winfsp/blob/v1.4B2/src/dll/util.c#L62)
The way I usually debug it is to build a debug version of the launcher and then point the launcher service registry setting to this debug version. I then start the launcher as a service and attach to it using the Visual Studio debugger in administrator mode.
Bill
--
You received this message because you are subscribed to the Google Groups "WinFsp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
winfsp+un...@googlegroups.com.
To post to this group, send email to win...@googlegroups.com.
Visit this group at https://groups.google.com/group/winfsp.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to winfsp+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to winfsp+un...@googlegroups.com.