Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Issue and Crashing on macOS Sequoia (15.0.1) #22

Open
bastian-allenstein opened this issue Oct 19, 2024 · 1 comment
Open

Comments

@bastian-allenstein
Copy link

Issue Report: App "Later" Crashing on macOS Sequoia 15.0.1 (24A348)

Summary

The app "Later" consistently crashes after launch on macOS Sequoia 15.0.1 (24A348). The app enters the foreground (UserInteractiveFocal state), but it is terminated shortly afterward by launchd, with termination codes suggesting a SIGKILL. Additionally, the app icon does not appear in the menu bar, only in the dock.

Steps to Reproduce

  1. Launch the app "Later" on macOS Sequoia 15.0.1 (24A348).
  2. The app initially starts and becomes the frontmost app.
  3. The app is terminated within seconds.
  4. The app icon does not appear in the menu bar.

Expected Behavior

The app should remain active and functional after being brought to the foreground, with its icon visible in the menu bar for normal operation.

Actual Behavior

The app is killed by the system within seconds of being launched, with launchd reporting termination (termination code: 2, 9, 9). Despite manually adding the app to the allowed permissions for screen recording, system recording, and app management, it still crashes. Additionally, the app icon only appears in the dock and not in the menu bar.

Logs (Excerpt)

18:55:49.724731+0200	runningboardd	[app<application.alyssaxuu.Later.109335568.109335586(501)>:19952] Set darwin role to: UserInteractiveFocal
18:55:49.742327+0200	runningboardd	Calculated state for app<application.alyssaxuu.Later.109335568.109335586(501)>: running-active (role: UserInteractiveFocal)
18:52:16.975061+0200	runningboardd	[app<application.alyssaxuu.Later.109335568.109335586(501)>:19946] termination reported by launchd (2, 9, 9)

Activity Monitor Observations

  • Memory Usage: Real memory usage is only 8 KB, which is extremely low for an active app. Virtual memory is allocated at 32.03 GB, but this appears abnormal given the real memory usage.
  • CPU Usage: The CPU usage is consistently at 0%, suggesting the app isn’t performing any significant tasks after launch.
  • System Calls and Faults: The app makes 1,231 Mach system calls, 3,241 Unix system calls, and registers 2,755 faults, indicating potential memory access or allocation issues.

Environment

  • App Version: "Later" (latest available)
  • macOS Version: Sequoia 15.0.1 (24A348)
  • Mac Model: MacBook Pro 15" (Late 2016, Intel)
  • Additional Info: OpenCore Legacy Patcher (but so far I had no issues with any other apps)

Additional Information

  • Permissions for screen recording, system recording, and app management were manually added, but the app still crashes.
  • The app icon does not appear in the menu bar as expected, further indicating that the app may not be initializing properly.
@ntomita
Copy link

ntomita commented Nov 8, 2024

Confirming that the app crashes on Sequoia 15.1 as well. It hasn’t been maintained for two years, and I'm guessing the project has been abandoned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants