-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error initializing QuantumRenderer: no suitable pipeline found in version 0.1.0 on mac m1 #155
Comments
Do you have non-modularized dependencies in your project? See #154 ? |
Hi, yes, there are a few ones. We also have a third-party scala libary (scala does not support jigsaw fully) and we already have the modularizer plugin in our build gradle: |
Maybe you also need what I mentioned here: #154 (comment) |
That is also disabled: Edit//. We also need to configure some exports for run configuration: |
Pinging @jjohannes, he might find if the issue is related to the recent changes. |
I gave it a quick shot and cloned the repo and switched to the I managed to get it to work at the end, here's a few observations.
I'm not sure what the result would be from a dependency with a classfied JavaFX jar via |
Thanks for the info! We will try this ASAP |
The analysis @samypr100 did is correct. I Believe the only issue is with @samypr100 This could also be considered a "breaking" change in the plugin. The previous version rewrote the whole classpath/module path and removed the "wrong" transitive Jars. However, I think I would keep it like this. If problems like this occur, the library authors should be informed to publish a patch with fixed metadata. And as an intermediate solutions users might us "exclude" to deal with the wrong metadata. This might be worth a mention in the migration notes (#154). |
I published a new snapshot of the afterburner with the new plugin and now it works fine. Thanks again for the support! |
I tested this plugins newest version 0.1.0, however, when I tried to start the application using ./gradlew run I got the folllowing error:
Version 0.14 still works:
I am using a mac m1
I created a PR/branch for reproducing at our project JabRef/jabref#10339
The text was updated successfully, but these errors were encountered: