Ralph Plawetzki
Ralph Plawetzki
> My apologies. The stack trace was identical, so I thought it might be the same bug. > No need to worry. > Yes, I'm not sure what caused the...
Hi, I downloaded OpenSUSE TW, installed it and, on an otherwise unchanged system, installed `org.cryptomator.Cryptomator` from Flathub. Flatpak was already installed. Cryptomator runs without any issues. I did not change...
> Unfortunatly the issue still persists, this time on gentoo stable Are you running the current Cryptomator `1.17.1` then? I do not have a gentoo box available, but gave current...
Thanks for the report and the log. I reproduced the issue and let msiexec create a little more verbose log: ``` MSI (s) (50:D0) [11:43:03:937]: Doing action: Wix4CloseApplications_X64 MSI (s)...
For the record: the `jpackage` man page states: > Each format must be built on the platform it runs on, there is no cross-platform support. I did another test. On...
Hi @karianna, are there plans to fix that or to take over the fix from OpenJDK? I am especially interested in Temurin JDK 23, as this is the only newer...
Thanks @infeo for pointing me to the origin of this, the explanation and the potential way to get this to work.
Ok, first, I re-checked with signtool, which dll and exe files in appdir are signed: ``` Using signtool: C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe ✅ Signed: D:\a\cryptomator\cryptomator\appdir\Cryptomator\runtime\bin\javafx\api-ms-win-core-console-l1-1-0.dll ✅ Signed: D:\a\cryptomator\cryptomator\appdir\Cryptomator\runtime\bin\javafx\api-ms-win-core-console-l1-2-0.dll ✅ Signed:...
For `zulu` it looks like this: ``` Using signtool: C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe ✅ Signature removed: D:\a\cryptomator\cryptomator\appdir\Cryptomator\runtime\bin\javafx\api-ms-win-core-console-l1-1-0.dll ✅ Signature removed: D:\a\cryptomator\cryptomator\appdir\Cryptomator\runtime\bin\javafx\api-ms-win-core-console-l1-2-0.dll ✅ Signature removed: D:\a\cryptomator\cryptomator\appdir\Cryptomator\runtime\bin\javafx\api-ms-win-core-datetime-l1-1-0.dll ✅ Signature removed: D:\a\cryptomator\cryptomator\appdir\Cryptomator\runtime\bin\javafx\api-ms-win-core-debug-l1-1-0.dll ✅...
I did approach the problem from a different direction and downloaded the two created `Cryptomator.exe` files created by `temurin` and `zulu`. Feeeding them alone (no other dll or exe involved)...