History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-21904
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Stopbuild Stopbuild
Assignee: Kirill Kalishev
Reporter: Maxim Shafirov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Absence of 64bit library for window transparency prevents popups from showing

Created: 02 Oct 07 11:33   Updated: 03 Oct 07 12:08
Component/s: None
Fix Version/s: Selena Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
This issue relates to:
IDEADEV-21827 [#7318] ULE: WindowManagerImpl.isAlph... Blocker Closed
 

Fixed in build: 7,321


 Description  « Hide
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)

 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 02 Oct 07 12:24
Seems to be same issue on unix.