nikitabobko / AeroSpace

AeroSpace is an i3-like tiling window manager for macOS
https://nikitabobko.github.io/AeroSpace/guide
MIT License
3.43k stars 52 forks source link

`aerospace macos-native-fullscreen` fails when exiting fullscreen #291

Closed carlosneves0 closed 2 weeks ago

carlosneves0 commented 2 weeks ago

AeroSpace enters native fullscreen without a problem; but when exiting native fullscreen, AeroSpace consistently runs into the following error:

$ aerospace macos-native-fullscreen
$ aerospace macos-native-fullscreen
Common/commonUtil.swift:42: Fatal error:
Please report to:
    https://github.com/nikitabobko/AeroSpace/issues/new

Message: The data couldn’t be read because it isn’t in the correct format.
Version: 0.11.2-Beta
Git hash: 5559f963f6fed4d7b2deff8e064350e18e184c78
Coordinate: /Users/bobko/a/AeroSpace/Sources/Cli/main.swift:61:91 run(_:stdin:)
recursionDetectorDuringFailure: false
cli: true

Stacktrace:
0   aerospace                           0x0000000100689eec $s6Common6errorT_4file4line6column8functionxSS_SSS2iSStlFs5NeverO_Tg5 + 740
1   aerospace                           0x00000001006a12fc $ss6ResultO6CommonE10getOrThrow_4file4line6column8functionxSS_SSS2iSStF + 360
2   aerospace                           0x000000010064e338 $s3Cli3run_5stdin6Common12ServerAnswerVSaySSG_SStF + 1252
3   aerospace                           0x000000010064d6c8 main + 2208
4   dyld                                0x00000001845860e0 start + 2360
fish: Job 1, 'aerospace macos-native-fullscre…' terminated by signal SIGTRAP (Trace or breakpoint trap)
nikitabobko commented 2 weeks ago

Duplicate of #288