You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Calling
COMRuntime.newInstance(ITaskbarList3.class)
is throwing a RuntimeException:Environment:
The text was updated successfully, but these errors were encountered: