Re: [basex-talk] Crash when starting basexgui

2023-11-20 Thread Joe Wicentowski
;> The warning that is dumped to your console — something something NSApplicationDelegate.applicationSupportsSecureRestorableState — doesn’t cause BaseX to crash, as I could see this warning as well. >>> >>> Background: >>> >>> https://stackoverflow.com/questions/77

Re: [basex-talk] Crash when starting basexgui

2023-10-25 Thread Michael Seiferle
Betreff: Re: [basex-talk] Crash when starting basexgui Thanks. It seems we have to wait for Apple to fix this. Unfortunately, their bug tracker doesn’t seem to be public [2]. [1] https://github.com/Homebrew/homebrew-core/issues/150824#issuecomment-1776139189 On Wed, Oct 25, 2023 at 1:01 

Re: [basex-talk] Crash when starting basexgui

2023-10-25 Thread Christian Grün
Thanks. It seems we have to wait for Apple to fix this. Unfortunately, their bug tracker doesn’t seem to be public [2]. [1] https://github.com/Homebrew/homebrew-core/issues/150824#issuecomment-1776139189 On Wed, Oct 25, 2023 at 1:01 PM Johan Mörén wrote: > Running MacOS Sonoma Apple Silicon M2

Re: [basex-talk] Crash when starting basexgui

2023-10-25 Thread Johan Mörén
Running MacOS Sonoma Apple Silicon M2 processor and ran into the same problem when homebrew updated my JDK to 21.0.1 today. According to this article it seems like applications like jmeter and IntelliJ needs to fix this by implementing a specific interface. I guess this applies to Basexgui as well

Re: [basex-talk] Crash when starting basexgui

2023-10-24 Thread Michael Seiferle
2023 um 16:13 An: Joe Wicentowski Cc: BaseX Betreff: Re: [basex-talk] Crash when starting basexgui Hi Joe, Unfortunately, I am unable to reproduce this behavior — I am running the following: ❯ brew install basex openjdk Warning: basex 10.7 is already installed and up-to-date. To reinstall 10.7

Re: [basex-talk] Crash when starting basexgui

2023-10-24 Thread Michael Seiferle
Hi Joe, Unfortunately, I am unable to reproduce this behavior — I am running the following: ❯ brew install basex openjdk Warning: basex 10.7 is already installed and up-to-date. To reinstall 10.7, run: brew reinstall basex Warning: openjdk 21 is already installed and up-to-date. To reinstall

Re: [basex-talk] Crash when starting basexgui

2023-10-24 Thread Christian Grün
Hi Joe, thanks Michael, I’m pretty sure this is something that needs to be fixed by Apple or the OpenJDK guys. A Homebrew issue seems to point to a similar failure [1]. Maybe BaseX can be run with an older version of the JRE? Best, Christian [1] https://github.com/Homebrew/homebrew-core/issues/

Re: [basex-talk] Crash when starting basexgui

2023-10-24 Thread Michael Seiferle
Dear Joe, Thanks for the report,I haven’t upgraded to Sonoma yet, but will this afternoon :) I will try to reproduce the error and come back to the list. :-) Best Michael Am 24.10.2023 um 13:40 schrieb Joe Wicentowski :  Hi all, I am experiencing a crash when starting basexgui. The splash

[basex-talk] Crash when starting basexgui

2023-10-24 Thread Joe Wicentowski
Hi all, I am experiencing a crash when starting basexgui. The splash screen appears briefly, and then the message pasted in below appears, and I've also attached the referenced error report file and the crash report that appears in the Mac crash dialog. I'm using BaseX 10.7, installed via Homebrew