sczerwinski / wavefront-obj-intellij-plugin

IntelliJ platform plugin for Wavefront OBJ format
https://plugins.jetbrains.com/plugin/14843-wavefront-obj
Apache License 2.0
13 stars 1 forks source link

Plugin crashes x86_64 manjaro #37

Closed blakat360 closed 1 year ago

blakat360 commented 4 years ago

Steps

1.Install the plugin

Result

Clion crashes on plugin load

Expected Result

happy coding

IDE Details

latest version of clion as of posting running on an intel processor with integrated graphics with latest nvidia graphics. I am using manjaro KDE.

sczerwinski commented 4 years ago

The plugin uses JOGL dependencies:

dependencies {
    api("org.jogamp.jogl:jogl-all-main:2.3.2")
    api("org.jogamp.gluegen:gluegen-rt-main:2.3.2")
}

which contain bundled libraries for:

I will need to run some more research on how to properly configure JOGL for manjaro (and if that's at all possible).

In the meantime, if anyone who has some experience with JOGL and manjaro visits this ticket, any help (including a pull requests) will be appreciated.

sczerwinski commented 3 years ago

@blakat360,

There was a possibly similar issue on macOS (IDE crashing without any stack trace) #60, which has been fixed by updating JogAmp version to 2.4 (snapshot build from Chuck).

I am not sure if this change will have any effect on Manjaro (I have no spare machine that I could install a different OS on), but version 0.2.1 of the Wavefront OBJ plugin contains the macOS fix, if you'd be willing to retest it.

sczerwinski commented 1 year ago

With plugin release v1.3.0, JogAmp will be upgraded to v2.4.0. No additional native binaries beyond those included in JogAmp are planned to be included. Therefore, closing this issue as not planned.