warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.53k stars 376 forks source link

Latest Update is broken on Mac Silicon #5470

Closed lucianthorr closed 2 weeks ago

lucianthorr commented 2 weeks ago

Dupe Check

Describe the bug

I just updated and Warp cannot start. If I run from the Mac Terminal as /Applications/Warp.app/Contents/MacOS/stable, I see in the logs

Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2024.11.13.08.02.dev_00", update_by: None, soft_cutoff: Some("v0.2023.05.12.08.03.dev_00") }, overrides: [] }; preview: ChannelVersion { version_info: VersionInfo { version: "v0.2024.11.13.08.02.preview_00", update_by: None, soft_cutoff: None }, overrides: [] }; canary: ChannelVersion { version_info: VersionInfo { version: "v0.2022.09.29.08.08.canary_00", update_by: None, soft_cutoff: None }, overrides: [] }; beta: ChannelVersion { version_info: VersionInfo { version: "v0.2024.11.12.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2024.11.05.08.02.stable_02", update_by: None, soft_cutoff: Some("v0.2024.09.17.08.02.st
thread 'main' panicked at ui/src/core/app.rs:387:26:
already mutably borrowed: BorrowError
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Failed to send log record to host process: EPIPE: Broken pipe
Failed to send log record to host process: EPIPE: Broken pipe

To reproduce

Start Warp

Expected behavior

Warp starts

Screenshots

No response

Operating system

MacOS

Operating system and version

Ventura 13.5 (22G74)

Shell Version

zsh

Current Warp version

v0.2024.11.13.08.02.dev_00

Regression

Yes, this bug started recently or with an X Warp version

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

Yes, this issue prevents me from using Warp daily.

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

vorporeal commented 2 weeks ago

Hey - thanks for reporting, we're tracking this issue here: https://github.com/warpdotdev/Warp/issues/5461

We'll have a fix for this in tomorrow's release, and I'll probably share a link to that version later today to make sure it actually does fix the issue for affected users.

vorporeal commented 2 weeks ago

@lucianthorr Here's a link to an early cut of this week's release: https://releases.warp.dev/stable/v0.2024.11.12.08.02.stable_01/Warp.dmg

Mind installing that and letting me know if it fixes the crash on launch?

Of note - it'll tell you there's an "update" available, but it's actually a downgrade to the current release, so ignore it until Friday.

lucianthorr commented 2 weeks ago

@vorporeal, that works. Thanks!