compatibility with Apple Silicon after Rosetta is disabled in future release of MacOS

Peter Johnston's Avatar

Peter Johnston

16 May, 2026 02:24 AM

1. If you experienced a crash or other abnormal behavior, please attach the log file 'beaTunes-logs-2026-05-16-121918.zip' by dragging it from your desktop onto the 'Attach File' button below.

2. Please enter your message to us here.

I've received a notification that BeaTunes will not work in the next version of MacOS. Will you be updating in the near future?
* beaTunes: 5.2.36
* JVM: OpenJDK 64-Bit Server VM
* Version: 11.0.29+12-LTS
* Vendor: BellSoft
* OS: Mac OS X 26.4.1, x86_64
* Library: Music.app
* Memory: 92m - 1152m
* Registered as: Peter Johnston

  1. 1 Posted by steph on 16 May, 2026 07:22 AM

    steph's Avatar

    Hi Peter

    Hendrik is already working on a compatible version. Read this:
    https://blog.beatunes.com/

    Please be advised that since this is an Early Access version, it is not yet suitable for production use.

    Best regards
    Stephan

  2. 2 Posted by Peter Johnston on 16 May, 2026 07:46 AM

    Peter Johnston's Avatar
    Peter
    Sent from my iPad

    On 16 May 2026, at 5:23 pm, steph <[email blocked]> wrote:

     pre { width: 92%; margin: 10px 2%; padding: 5px 2%; background: rgb(239, 239, 239); border: 1px solid rgb(214, 214, 214); } blockquote { margin-left: 0px; padding-left: 1em; border-left: 5px solid rgb(204, 204, 204); }

    // Please reply above this line
    ==================================================

    From: steph

    Hi Peter

    Hendrik is already working on a compatible version.

    Best regards
    Stephan

    On Fri, May 15 at 07:24 PM PDT, Peter Johnston wrote:

    1. If you experienced a crash or other abnormal behavior, please attach the log file 'beaTunes-logs-2026-05-16-121918.zip' by dragging it from your desktop onto the 'Attach File' button below.

    2. Please enter your message to us here.

    I've received a notification that BeaTunes will not work in the next version of MacOS. Will you be updating in the near future?
    * beaTunes: 5.2.36
    * JVM: OpenJDK 64-Bit Server VM
    * Version: 11.0.29+12-LTS
    * Vendor: BellSoft
    * OS: Mac OS X 26.4.1, x86_64
    * Library: Music.app
    * Memory: 92m - 1152m
    * Registered as: Peter Johnston

    Having trouble reading this? View this discussion online: compatibility with Apple Silicon after Rosetta is disabled in future release of MacOS.

    Reply with #ignore to stop receiving notifications for this discussion.

  3. Support Staff 3 Posted by Hendrik Schreib... on 17 May, 2026 01:25 PM

    Hendrik Schreiber's Avatar

    Hey,

    there is a new early access release (EA 2) for Apple Silicon.

    https://blog.beatunes.com/2026/05/early-access-beatunes-6-ea2.html

    Cheers,

    -hendrik

  4. 4 Posted by Peter Johnston on 18 May, 2026 01:21 AM

    Peter Johnston's Avatar

    Many thanks for the link.

    No luck with getting it to run beyond the splash screen then this tiny window:

    Wishing you success with your development work on the new version.

    Peter

    - - - - -
    Peter Johnston
    69B Riawena Rd
    Montagu Bay
    TAS 7018
    email: [email blocked]

  5. Support Staff 5 Posted by Hendrik Schreib... on 18 May, 2026 07:54 AM

    Hendrik Schreiber's Avatar

    Ouch! That does not look good.

    Can you enlarge that window so that whatever is in there becomes visible?

  6. 6 Posted by Peter Johnston on 18 May, 2026 10:59 AM

    Peter Johnston's Avatar

    Unfortunately, no. The only action I could perform was to click the red ’traffic light’: iy closed the application as I expected.

    My machine I’m trying this pre-release on is an M1 Max Mac Studio. 32 GB memory, Mac OS 26.5 (25F71).

    Regards,
    Peter
    - - - - -
    Peter Johnston
    69B Riawena Rd
    Montagu Bay
    TAS 7018
    email: [email blocked]

  7. Support Staff 7 Posted by Hendrik Schreib... on 18 May, 2026 11:03 AM

    Hendrik Schreiber's Avatar

    Hm.
    If you are familiar with the Terminal app, could you please start beaTunes like this:

    /Applications/beaTunes.app/Contents/MacOS/beaTunes
    

    I.e. type in that line into the Terminal. Perhaps there is some useful information in the Terminal then...

  8. 8 Posted by Peter Johnston on 19 May, 2026 07:30 AM

    Peter Johnston's Avatar

    HI Hendrik

    Here’s what I got back in Terminal

    peterjohnston@Peters-Mac-Studio ~ %
    peterjohnston@Peters-Mac-Studio ~ % /Applications/beaTunes.app/Contents/MacOS/beaTunes
    WARNING: A restricted method in java.lang.System has been called
    WARNING: java.lang.System::loadLibrary has been called by com.tagtraum.core.NativeLibraryLoader in an unnamed module (file:/Applications/beaTunes.app/Contents/Java/core-6.0.0-EA1-SNAPSHOT.jar)
    WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
    WARNING: Restricted methods will be blocked in a future release unless native access is enabled

    2026-05-19 17:27:53,316 [ 492] [ERROR][AWT-EventQueue-0] com.tagtraum.beatunes.BeaTunes: Fatal Error: java.lang.NullPointerException: Cannot invoke "java.awt.Color.getRed()" because "color" is null
    java.lang.NullPointerException: Cannot invoke "java.awt.Color.getRed()" because "color" is null
    at com.tagtraum.core.image.ImageFX.isLight(ImageFX.java:178)
    at com.tagtraum.beatunes.plaf.Theme.isLight(Theme.java:122)
    at com.tagtraum.beatunes.plaf.ColorTheme.activate(ColorTheme.java:181)
    at com.tagtraum.beatunes.BeaTunes.activateThemeFromPreferences(BeaTunes.java:1703)
    at com.tagtraum.beatunes.BeaTunes.<init>(BeaTunes.java:329)
    at com.tagtraum.beatunes.BeaTunes.lambda$main$1(BeaTunes.java:1998)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:323)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
    at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:702)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

    This could be useful for you.

    Cheers,

    Peter

    - - - - -
    Peter Johnston
    69B Riawena Rd
    Montagu Bay
    TAS 7018
    email: [email blocked]

  9. Support Staff 9 Posted by Hendrik Schreib... on 19 May, 2026 08:10 AM

    Hendrik Schreiber's Avatar

    Thank you, Peter!

    This is awesome feedback. Any chance you have used beaTunes before, a very long time ago?

    -hendrik

  10. Support Staff 10 Posted by Hendrik Schreib... on 19 May, 2026 08:52 AM

    Hendrik Schreiber's Avatar

    Ah... you're using dark mode, right? Any chance beaTunes starts in "light" mode?

  11. 11 Posted by Peter Johnston on 19 May, 2026 10:16 AM

    Peter Johnston's Avatar

    I think I’ve been using beaTunes since maybe 2018/19. It has been particularly useful in cataloging my music for a community radio show I do.

    - - - - -
    Peter Johnston
    69B Riawena Rd
    Montagu Bay
    TAS 7018
    email: [email blocked]

  12. Support Staff 12 Posted by Hendrik Schreib... on 19 May, 2026 10:17 AM

    Hendrik Schreiber's Avatar

    Does v6 start in "light" mode?

  13. 13 Posted by Peter Johnston on 19 May, 2026 11:35 AM

    Peter Johnston's Avatar

    Bingo!

    Switched to light mode and after a couple of error messages I got to view a library.

    Thanks for the hints. Now I can check out how the new version performs.

    PJ

    - - - - -
    Peter Johnston
    69B Riawena Rd
    Montagu Bay
    TAS 7018
    email: [email blocked]

  14. Support Staff 14 Posted by Hendrik Schreib... on 19 May, 2026 03:11 PM

    Hendrik Schreiber's Avatar

    Thanks for the hints. Now I can check out how the new version performs.

    I have to thank you for the bug report!!
    It'll be fixed in the next EA version.

  15. 15 Posted by Peter Johnston on 20 May, 2026 01:24 AM

    Peter Johnston's Avatar

    You are welcome.

    Best wishes for the next version.

    - - - - -
    Peter Johnston
    69B Riawena Rd
    Montagu Bay
    TAS 7018
    email: [email blocked]

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac