Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't initialize plugin on Windows ARM #1537

Closed
sentry-io bot opened this issue Feb 11, 2024 · 1 comment
Closed

Can't initialize plugin on Windows ARM #1537

sentry-io bot opened this issue Feb 11, 2024 · 1 comment
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 11, 2024

Sentry Issue: ASCIIDOC-INTELLIJ-PLUGIN-6TN

ExceptionInInitializerError: Exception java.lang.IllegalStateException: unsupported operating system/arch: Windows 11 [in thread "ApplicationImpl pooled thread 5609"]
    at org.asciidoc.intellij.download.PandocInfo.identify(PandocInfo.java:46)
    at org.asciidoc.intellij.download.AsciiDocDownloaderUtil.<clinit>(AsciiDocDownloaderUtil.java:87)
    at org.asciidoc.intellij.AsciiDocWrapper.isDiagramPresent(AsciiDocWrapper.java:464)
    at org.asciidoc.intellij.AsciiDocWrapper.initWithExtensions(AsciiDocWrapper.java:300)
    at org.asciidoc.intellij.AsciiDocWrapper.render(AsciiDocWrapper.java:816)
...
(14 additional frame(s) were not displayed)

NoClassDefFoundError: Could not initialize class org.asciidoc.intellij.download.AsciiDocDownloaderUtil
    at org.asciidoc.intellij.AsciiDocWrapper.isDiagramPresent(AsciiDocWrapper.java:464)
    at org.asciidoc.intellij.AsciiDocWrapper.initWithExtensions(AsciiDocWrapper.java:300)
    at org.asciidoc.intellij.AsciiDocWrapper.render(AsciiDocWrapper.java:816)
    at org.asciidoc.intellij.AsciiDocWrapper.render(AsciiDocWrapper.java:788)
    at org.asciidoc.intellij.AsciiDocWrapper.render(AsciiDocWrapper.java:777)
...
(14 additional frame(s) were not displayed)
@ahus1
Copy link
Contributor

ahus1 commented Feb 11, 2024

Fixed in 0.41.8

@ahus1 ahus1 closed this as completed Feb 11, 2024
ahus1 added a commit that referenced this issue Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant