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

Latest release crashes after start #4016

Closed
pascaltiemann opened this issue Dec 24, 2024 · 6 comments
Closed

Latest release crashes after start #4016

pascaltiemann opened this issue Dec 24, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@pascaltiemann
Copy link

Describe the bug

In the latest release the app crashes for me instantly after starting. I can also not call the preferences window.

Screenshots / video

Add screenshots to help explain your problem. You can also record your screen to show the bug in action. That is really helpful!

Steps to reproduce the bug

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Your environment

  • AltTab version:
  • macOS version: Latest dev beta
  • Other relevant info: e.g. using external keyboard, multiple monitors, etc
@pascaltiemann pascaltiemann added the bug Something isn't working label Dec 24, 2024
@amterp
Copy link

amterp commented Dec 24, 2024

+1 on the crashing, the app crashes instantly with the latest update (I just updated, so I'm guessing I'm on the latest version 7.13.0).

To provide a bit more detail than OP, when I open AltTab, macOS instantly pops up with the 'Send a crash report?' prompt, I press Send, then I see the AltTab menu bar icon very briefly and then it disappears.

This is a major bug that renders the app unusable, CC @lwouis .

I tried starting AltTab from command line and it behaves similarly, I have no idea if this output if of any use but here it is:

  >  /Applications/AltTab.app/Contents/MacOS/AltTab
2024-12-24 19:22:10.360 AltTab[5352:68298] [AppCenterCrashes] WARNING: +[MSACErrorLogFormatter formatStackFrame:report:]/467 Cannot find image for 0x196290274
2024-12-24 19:22:11.414 AltTab[5352:68461] [AppCenterCrashes] WARNING: +[MSACErrorLogFormatter formatStackFrame:report:]/467 Cannot find image for 0x196290274
2024-12-24 19:22:11.419 AltTab[5352:68461] [AppCenterCrashes] WARNING: +[MSACErrorLogFormatter formatStackFrame:report:]/467 Cannot find image for 0x196290274
2024-12-24 19:22:11.707 AltTab[5352:68298] +[IMKClient subclass]: chose IMKClient_Modern
2024-12-24 19:22:11.707 AltTab[5352:68298] +[IMKInputSession subclass]: chose IMKInputSession_Modern
[Optional("Exiting after receiving signal"), Optional(5)]
0   AltTab                              0x00000001041901ac $s6AltTab15printStackTraceyyF + 52
1   AltTab                              0x0000000104190060 $s6AltTabys5Int32VXEfU_yACcfU_To + 252
2   libsystem_platform.dylib            0x0000000196648184 _sigtramp + 56
3   AltTab                              0x000000010419d210 $s6AltTab7WindowsC20appendAndUpdateFocusyyAA6WindowCFZTf4nd_n + 176
4   AltTab                              0x00000001041fe3bc $s6AltTab20focusedWindowChanged33_3E1A2D100A6A10BAACF80B17AC9C41B5LLyySo14AXUIElementRefa_s5Int32VtKFyyScMYccfU_ + 1432
5   AltTab                              0x0000000104200108 $s6AltTab20focusedWindowChanged33_3E1A2D100A6A10BAACF80B17AC9C41B5LLyySo14AXUIElementRefa_s5Int32VtKFyyScMYccfU_TA + 104
6   AltTab                              0x00000001041c2060 $sIeg_IeyB_TR + 28
7   libdispatch.dylib                   0x000000019645e8f8 _dispatch_call_block_and_release + 32
8   libdispatch.dylib                   0x0000000196460658 _dispatch_client_callout + 20
9   libdispatch.dylib                   0x000000019646ef68 _dispatch_main_queue_drain + 980
10  libdispatch.dylib                   0x000000019646eb84 _dispatch_main_queue_callback_4CF + 44
11  CoreFoundation                      0x0000000196738e60 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
12  CoreFoundation                      0x00000001966f8a4c __CFRunLoopRun + 1996
13  CoreFoundation                      0x00000001966f7bc4 CFRunLoopRunSpecific + 588
14  HIToolbox                           0x00000001a1b67f64 RunCurrentEventLoopInMode + 292
15  HIToolbox                           0x00000001a1b6dd54 ReceiveNextEventCommon + 636
16  HIToolbox                           0x00000001a1b6deb8 _BlockUntilNextEventMatchingListInModeWithFilter + 76
17  AppKit                              0x000000019a223a08 _DPSNextEvent + 660
18  AppKit                              0x000000019ab63e0c -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 688
19  AppKit                              0x000000019a216ae0 -[NSApplication run] + 480
20  AltTab                              0x000000010418ff4c main + 104
21  dyld                                0x0000000196290274 start + 2840

My setup:

  • 2 monitors
  • Sequoia 15.1.1 (24B91), Apple M2 Pro, Mac Mini

@lwouis lwouis closed this as completed in d3b5bef Dec 24, 2024
github-actions bot pushed a commit that referenced this issue Dec 24, 2024
## [7.13.1](v7.13.0...v7.13.1) (2024-12-24)

### Bug Fixes

* acknowledgments tab was hard to read in dark mode (closes [#4019](#4019)) ([4481d94](4481d94))
* app crash from v7.13.0 (closes [#4016](#4016)) ([d3b5bef](d3b5bef))
@pascaltiemann
Copy link
Author

Thanks for elaborating amterp

@lwouis
Copy link
Owner

lwouis commented Dec 24, 2024

Hi everyone,
I just shipped a new release with a fix. Could you please try it out?
Hopefully it fixes the issue for everyone 👍
Thank you

@amterp
Copy link

amterp commented Dec 24, 2024

Just tested it out, works perfectly, thank you so much for the swift action @lwouis ! 🙏

@pascaltiemann
Copy link
Author

yes perfect thank you

@christophe-calmejane
Copy link

I had the same issue, without the crash report window. Of course, I cannot even auto-update, good thing I checked github for this bug, and this fix. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants