cryptomator / aur

Mirror of the cryptomator AUR package https://aur.archlinux.org/packages/cryptomator/ which enables anyone to send pull requests.
0 stars 0 forks source link

cryptomator no longer started, new install fails with same error #3

Closed gitmeED331 closed 8 months ago

gitmeED331 commented 8 months ago

Please agree to the following

Summary

cryptomator stopped running, then failed to update or install with same error

What software is involved?

Volume Type

None

Steps to Reproduce

  1. attempt to install by any method (maven, pkgbuild/makepkg, YAY), fails to build package with the exact same error at the exact same point.

Expected Behavior

install to complete without error and run without error.

Actual Behavior

fails to open/run fails to build/install

Reproducibility

Always

Relevant Log Output

jdk-21.0.2+13/NOTICE
Archive:  openjfx.zip
  inflating: jmods/javafx.graphics.jmod  
  inflating: jmods/javafx.controls.jmod  
  inflating: jmods/javafx.fxml.jmod  
  inflating: jmods/javafx.base.jmod  
Picked up _JAVA_OPTIONS: ’-Dswing.aatext=TRUE -Dawt.useSystemAAFontSettings=on’
Unrecognized option: ’-Dswing.aatext=TRUE
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: cryptomator-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
cryptomator - exit status 4

Anything else?

I have tried uninstalling all dependencies and doing a fresh install, nothing seems to solve. Tried installing previous versions, same error.

SailReal commented 8 months ago

Can you please open a terminal and enter echo $_JAVA_OPTIONS . What is the output?

gitmeED331 commented 8 months ago

Can you please open a terminal and enter echo $_JAVA_OPTIONS . What is the output?

’-Dswing.aatext=TRUE -Dawt.useSystemAAFontSettings=on’

gitmeED331 commented 8 months ago

Okay, okay... so, I'm blind and stupid, the answer is in the error.

Now, I have to figure out what install made that change and whether anything else will be messed up without that string.

Thank you for entertaining my simpleness.