jchambers / pushy-console

A simple GUI app for sending APNs (iOS/macOS/Safari) push notifications
MIT License
53 stars 18 forks source link

Browse button fails to bring up file selection on OS X 10.15 Catalina #24

Closed gitHendrix closed 3 years ago

gitHendrix commented 4 years ago

After tapping the Browse button for Credentials I get the following error in the console.

+[NSXPCSharedListener endpointForReply:withListenerName:]: an error occurred while attempting to obtain endpoint for listener 'com.apple.view-bridge': Connection interrupted

This could be an issue with the beta of OS X 10.15. With some Internet searching I found: https://bugs.openjdk.java.net/browse/JDK-8227836

jchambers commented 4 years ago

Thanks for the heads-up. Sounds like there isn't much for us to do on our end, though, and the best course of action is to keep an eye on the upstream issue.

jchambers commented 3 years ago

With apologies for the long delay, this seems fine to me under macOS 10.15 and with the latest JavaFX 14 changes.