Empty preview pane
See original GitHub issueI just installed the plugin, but the preview doesn’t render. It’s just an empty area, no matter what view mode I select. I’ve tried closing and launching IntelliJ again, but that doesn’t help either. The other features (i.e. top bar and context menu in editor) do work.
AsciiDoc Plugin Version: 0.30.73
IDE Name and Version: IntelliJ IDEA 2020.1.1 (Ultimate Edition) Build #IU-201.7223.91, built on April 30, 2020 Licensed to myself Subscription is active until September 5, 2020 For educational use only. Runtime version: 11.0.6+8-b765.40 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 1972M Cores: 12 Non-Bundled Plugins: org.jetbrains.kotlin, org.asciidoctor.intellij.asciidoc
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:35 (16 by maintainers)
Top Results From Across the Web
Preview pane is blank for every file except images and ...
Hello, Recently I've discovered that Preview pane in Explorer (Win 10 x64 20H2) shows absolutely blank screen (No "No preview available" or ...
Read more >Preview Pane is Blank for Every File Type Except Images
Here is a similar problem: the preview pane is empty, showing just the white space for all file types except images. preview pane...
Read more >Data Weave Preview window blank?
For viewing the preview you have to add sample data first. For this Right Click on your Source( e.g payload) in the left...
Read more >Q: Blank Preview Pane
Fore the past year, I have had intermittent issues with the preview pane in Mac Mail being blank. The preview shows all the...
Read more >Blank PDF Preview Pane
When clicking on a PDF document within the Dropbox tab on Windows Explorer it just shows a blank white screen only when it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

From the stack trace you sent me I tried to derive a scenario/workaround: The plugin will try identify the situation and log only once “IOOB Exception when trying to start JavaFX runnable, will not retry” and then use a different path to achieve the same result.
Please upgrade to pre-release 0.30.80. When the problem doesn’t reoccur, please have a look if this message appears in your log. If there is no problem, and the message in the log, then the workaround works as expected.
The pre-release of the plugin is available from GitHub releases and the IntelliJ AsciiDoc EAP repository.
Good to hear that it works now. I looked at the logs you sent, but didn’t find error messages related to the plugin.
The screenshot of the editor is very interesting: the preview looks as if it doesn’t exist at all; maybe it got stuck during initialization. I haven’t seen that before.
If this happens again, I’d kindly ask you to provide thread dump of the IDE. The IDE can’t provide thread dump stand-alone, only in combination with a heap dump (that unfortunately is quite big). Create one using “Help | Diagnostic Tools… | Capture Memory Snapshot”. Please provide it to my personal email address.
If you’ve familiar with Java tooling, you can create the much smaller thread dump without the memory dump using the “jstack.exe” command line tool. “jps.exe -v” will show you the process IDs. You find both in the JDK bundled with your IDE.
Thanks in advance!