Idea not start on MacOS
Idea not start from MacOs (OSX 10.9.5).
JDK 1.8.0_212.
Tried latest version (2019.2.3).
If I start it normally it just do nothing.
But running from terminal I had an exception:
2019-10-29 14:34:02.860 idea[673:507] -[AWTWindow_Normal setTitlebarAppearsTransparent:]: unrecognized selector sent to instance 0x7fad27685f30
2019-10-29 14:34:02.860 idea[673:507] -[AWTWindow_Normal setTitlebarAppearsTransparent:]: unrecognized selector sent to instance 0x7fad27685f30
2019-10-29 14:34:02.862 idea[673:507] (
0 CoreFoundation 0x00007fff8900225c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff8b4b6e75 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8900512d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff88f60272 ___forwarding___ + 1010
4 CoreFoundation 0x00007fff88f5fdf8 _CF_forwarding_prep_0 + 120
5 libawt_lwawt.dylib 0x00000001984ae814 -[AWTWindow initWithPlatformWindow:ownerWindow:styleBits:frameRect:contentView:] + 701
6 libawt_lwawt.dylib 0x00000001984b0fb1 __Java_sun_lwawt_macosx_CPlatformWindow_nativeCreateNSWindow_block_invoke + 107
7 JavaNativeFoundation 0x00000001978cc53d +[JNFRunLoop _performDirectBlock:] + 12
8 Foundation 0x00007fff8bb497ce __NSThreadPerformPerform + 229
9 CoreFoundation 0x00007fff88f335b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
10 CoreFoundation 0x00007fff88f24c62 __CFRunLoopDoSources0 + 242
11 CoreFoundation 0x00007fff88f243ef __CFRunLoopRun + 831
12 CoreFoundation 0x00007fff88f23e75 CFRunLoopRunSpecific + 309
13 HIToolbox 0x00007fff8ff98a0d RunCurrentEventLoopInMode + 226
14 HIToolbox 0x00007fff8ff987b7 ReceiveNextEventCommon + 479
15 HIToolbox 0x00007fff8ff985bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
16 AppKit 0x00007fff8a3d924e _DPSNextEvent + 1434
17 AppKit 0x00007fff8a3d889b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
18 libosxapp.dylib 0x000000019855f9d7 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 121
19 AppKit 0x00007fff8a3cc99c -[NSApplication run] + 553
20 libosxapp.dylib 0x000000019855f81e +[NSApplicationAWT runAWTLoopWithApp:] + 222
21 libawt_lwawt.dylib 0x00000001984dd8a4 +[AWTStarter starter:headless:] + 834
22 JavaNativeFoundation 0x00000001978cc5f5 +[JNFRunLoop _performCopiedBlock:] + 20
23 Foundation 0x00007fff8bb497ce __NSThreadPerformPerform + 229
24 CoreFoundation 0x00007fff88f335b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
25 CoreFoundation 0x00007fff88f24c62 __CFRunLoopDoSources0 + 242
26 CoreFoundation 0x00007fff88f243ef __CFRunLoopRun + 831
27 CoreFoundation 0x00007fff88f23e75 CFRunLoopRunSpecific + 309
28 idea 0x000000010de84df4 main + 332
29 libdyld.dylib 0x00007fff90f985fd start + 1
30 ??? 0x0000000000000001 0x0 + 1
)
Please sign in to leave a comment.
Could be the https://youtrack.jetbrains.com/issue/JBR-498
Try using IDE with bundled 11 JDK version from https://www.jetbrains.com/idea/download or use Choose Runtime plug-in to download and install 11 JetBrains runtime. It Should be working with 11 version.
I've already installed ideaIU-2019.2.3.dmg from https://www.jetbrains.com/idea/download. As I understand it should have bundled 11 JDK. But I'm not sure. May be it was misunderstanding that I told about java 8. It was about JAVA home not about Idea.
I can't use Choose Runtime plug-in because idea doesn't start.
You see what JDK IDE uses in IntelliJ IDEA | About IntelliJ IDEA dialog.
Looks like the application is not fully initialized. Here is how it should look like:
Try re-installing from https://www.jetbrains.com/idea/download/ into a new empty directory.
Hi,
How was this issue resolved?
>the application is not fully initialized
Is there a way to initialize it?
The issue is reproducible for me for WebStorm and Pycharm. OS X 10.9.5, latest Java version
Best regards,
Nikita