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

COMRuntime.newInstance() RuntimeException #94

Open
robross0606 opened this issue Mar 25, 2017 · 0 comments
Open

COMRuntime.newInstance() RuntimeException #94

robross0606 opened this issue Mar 25, 2017 · 0 comments

Comments

@robross0606
Copy link

robross0606 commented Mar 25, 2017

Calling COMRuntime.newInstance(ITaskbarList3.class) is throwing a RuntimeException:

Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: Unexpected COM error code : -2147417850
	at org.bridj.cpp.com.COMRuntime.error(COMRuntime.java:197)
	at org.bridj.cpp.com.COMRuntime$1.initialValue(COMRuntime.java:231)
	at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:180)
	at java.lang.ThreadLocal.get(ThreadLocal.java:170)
	at org.bridj.cpp.com.COMRuntime.initialize(COMRuntime.java:254)
	at org.bridj.cpp.com.COMRuntime.newInstance(COMRuntime.java:262)
	at org.bridj.cpp.com.COMRuntime.newInstance(COMRuntime.java:258)

Environment:

  • Windows 10 (64-bit)
  • Java 1.8_66
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

1 participant