
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Issue Links:
|
Relates
|
|
This issue relates to:
|
|
IDEADEV-21827
[#7318] ULE: WindowManagerImpl.isAlph...
|
|
|
|
|
|
|
|
no jnidispatch in java.library.path
java.lang.UnsatisfiedLinkError: no jnidispatch in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at com.sun.jna.Native.<clinit>(Native.java:64)
at com.sun.jna.Pointer.<clinit>(Pointer.java:38)
at com.sun.jna.PointerType.<init>(PointerType.java:25)
at com.sun.jna.examples.win32.W32API$HANDLE.<init>(W32API.java:48)
at com.sun.jna.examples.win32.W32API$HWND.<init>(W32API.java:56)
at
com.sun.jna.examples.WindowUtils$W32WindowUtils.getHWnd(WindowUtils.java:423)
at com.sun.jna.examples.WindowUtils$3.run(WindowUtils.java:486)
at com.sun.jna.examples.WindowUtils.whenDisplayable(WindowUtils.java:222)
at
com.sun.jna.examples.WindowUtils$W32WindowUtils.setWindowAlpha(WindowUtils.java:484)
at com.sun.jna.examples.WindowUtils.setWindowAlpha(WindowUtils.java:1150)
at
com.intellij.openapi.wm.impl.WindowManagerImpl.a(WindowManagerImpl.java:43)
at
com.intellij.openapi.wm.impl.WindowManagerImpl.setAlphaModeRatio(WindowManagerImpl.java:36)
at com.intellij.ui.popup.JBPopupImpl.b(JBPopupImpl.java:46)
at com.intellij.ui.popup.JBPopupImpl.show(JBPopupImpl.java:265)
at com.intellij.ui.popup.JBPopupImpl.show(JBPopupImpl.java:11)
at
com.intellij.ui.popup.JBPopupImpl.showInBestPositionFor(JBPopupImpl.java:358)
at
com.intellij.codeInsight.daemon.impl.actions.AddImportAction.a(AddImportAction.java:53)
at
com.intellij.codeInsight.daemon.impl.actions.AddImportAction.execute(AddImportAction.java:59)
at
com.intellij.codeInsight.hint.HintManager.performCurrentQuestionAction(HintManager.java:140)
at
com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.invoke(ShowIntentionActionsHandler.java:12)
at
com.intellij.codeInsight.actions.CodeInsightAction$1$1.run(CodeInsightAction.java:44)
at
com.intellij.codeInsight.actions.CodeInsightAction$1.run(CodeInsightAction.java:51)
at
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:26)
at
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:77)
at
com.intellij.codeInsight.actions.CodeInsightAction.actionPerformedImpl(CodeInsightAction.java:38)
at
com.intellij.codeInsight.actions.CodeInsightAction.actionPerformed(CodeInsightAction.java:26)
at
com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.a(IdeKeyEventDispatcher.java:135)
at
com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.b(IdeKeyEventDispatcher.java:137)
at
com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:97)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:188)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:43)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
|
|
Description
|
no jnidispatch in java.library.path
java.lang.UnsatisfiedLinkError: no jnidispatch in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at com.sun.jna.Native.<clinit>(Native.java:64)
at com.sun.jna.Pointer.<clinit>(Pointer.java:38)
at com.sun.jna.PointerType.<init>(PointerType.java:25)
at com.sun.jna.examples.win32.W32API$HANDLE.<init>(W32API.java:48)
at com.sun.jna.examples.win32.W32API$HWND.<init>(W32API.java:56)
at
com.sun.jna.examples.WindowUtils$W32WindowUtils.getHWnd(WindowUtils.java:423)
at com.sun.jna.examples.WindowUtils$3.run(WindowUtils.java:486)
at com.sun.jna.examples.WindowUtils.whenDisplayable(WindowUtils.java:222)
at
com.sun.jna.examples.WindowUtils$W32WindowUtils.setWindowAlpha(WindowUtils.java:484)
at com.sun.jna.examples.WindowUtils.setWindowAlpha(WindowUtils.java:1150)
at
com.intellij.openapi.wm.impl.WindowManagerImpl.a(WindowManagerImpl.java:43)
at
com.intellij.openapi.wm.impl.WindowManagerImpl.setAlphaModeRatio(WindowManagerImpl.java:36)
at com.intellij.ui.popup.JBPopupImpl.b(JBPopupImpl.java:46)
at com.intellij.ui.popup.JBPopupImpl.show(JBPopupImpl.java:265)
at com.intellij.ui.popup.JBPopupImpl.show(JBPopupImpl.java:11)
at
com.intellij.ui.popup.JBPopupImpl.showInBestPositionFor(JBPopupImpl.java:358)
at
com.intellij.codeInsight.daemon.impl.actions.AddImportAction.a(AddImportAction.java:53)
at
com.intellij.codeInsight.daemon.impl.actions.AddImportAction.execute(AddImportAction.java:59)
at
com.intellij.codeInsight.hint.HintManager.performCurrentQuestionAction(HintManager.java:140)
at
com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.invoke(ShowIntentionActionsHandler.java:12)
at
com.intellij.codeInsight.actions.CodeInsightAction$1$1.run(CodeInsightAction.java:44)
at
com.intellij.codeInsight.actions.CodeInsightAction$1.run(CodeInsightAction.java:51)
at
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:26)
at
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:77)
at
com.intellij.codeInsight.actions.CodeInsightAction.actionPerformedImpl(CodeInsightAction.java:38)
at
com.intellij.codeInsight.actions.CodeInsightAction.actionPerformed(CodeInsightAction.java:26)
at
com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.a(IdeKeyEventDispatcher.java:135)
at
com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.b(IdeKeyEventDispatcher.java:137)
at
com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:97)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:188)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:43)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) |
Show » |
|