I stepped into the sipek source, all the way to where it calls dll_init() on pjsipDLL.dll, and found that dll_init() is returning 120005. I have had no success in finding what that value means, or even where to find it in the pjsip source. there doesn't seem to be any explicit list of return values for dll_init(), and I'm hoping someone here knows what that means.
this error is preventing my program from running as a normal user. it works just fine as an administrator, but fails to initialize as a normal user.