-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Null Pointer exception when calling TlbImp on UIAutomationCore.dll #672
Comments
When I call the tlbimp to extract the definitions from this DLL, I get the following error stack ... INFO 2016-06-24 10:25:13.877 : Type of kind 'Interface' found: IUIAutomationTextRange |
If I do the same for one of the examples in the help output, then the same occurs i/e/ when I do the following .. java -cp jna.jar;jna-platform.jar com.sun.jna.platform.win32.COM.tlb.TlbImp -tlb.id {50A7E9B0-70EF-11D1-B75A-00A0C90564FE} -tlb.major.version 1 -tlb.minor.version 0 I get the following output: java.lang.NullPointerException |
Thanks for the report - the fix is already in master: Please build from master the resulting 4.3.0-SNAPSHOT version will have the fix. |
Motivation: We used an outdates action for msbuild Modifications: Update to microsoft/setup-msbuild v2 Result: Use up to date action
Null Pointer exception when calling TlbImp on UIAutomationCore.dll
The text was updated successfully, but these errors were encountered: