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
20.4k stars 337 forks source link

Warp does not start after the recent update #5071

Open korya opened 3 weeks ago

korya commented 3 weeks ago

Dupe Check

Describe the bug

When I start the app, I can see it starting: showing the window and the last 2 bash tabs starting. But suddenly 1-3 seconds later, the app just disappears.

To reproduce

  1. Install the latest version via Homebrew
Details

``` $ brew install --cask warp ==> Auto-updating Homebrew... Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). ==> Auto-updated Homebrew! Updated 3 taps (hashicorp/tap, homebrew/core and homebrew/cask). ==> New Formulae qrtool ==> New Casks clash-verge-rev monokle navicat-premium-lite yaak You have 45 outdated formulae installed. ==> Downloading https://app.warp.dev/download/brew?version=v0.2024.06.18.08.02.stable_03 ==> Downloading from https://releases.warp.dev/stable/v0.2024.06.18.08.02.stable_03/Warp.dmg -=O=- # # # # ==> Installing Cask warp ==> Moving App 'Warp.app' to '/Applications/Warp.app' 🍺 warp was successfully installed! ```

  1. Start Warp
Details

``` $ /Applications/Warp.app/Contents/MacOS/stable 08:54:51 [INFO] Initial open file descriptor limit is 256, with a hard limit of 9223372036854775807 08:54:51 [INFO] Increased open file descriptor limit to 2560 08:54:51 [INFO] Spawning terminal server process... 08:54:51 [INFO] Running terminal server... 08:54:51 [INFO] application will finish launching 08:54:51 [INFO] Removing old executable dir... 08:54:51 [INFO] Removing old executable file... 08:54:51 [INFO] Initializing crash reporting Some("mac_stable_release") with tag "v0.2024.06.18.08.02.stable_03"... 08:54:51 [INFO] Initializing Sentry for cocoa app with endpoint https://0195a81da0714f55a93ee4624825f9ec@o540343.ingest.sentry.io/5658526 08:54:52 [INFO] Starting warp with channel state ChannelState { channel: Stable, app_id: AppId { qualifier: "dev", organization: "warp", application_name: "Warp-Stable" }, additional_features: {}, firebase_api_key: "AIzaSyBdy3O3S9hrdayLJxJ7mriBR4qgUaUygAs", server_root_url: "https://app.warp.dev", ws_server_url: "wss://rtc.app.warp.dev/graphql", session_sharing_server_url: Some("wss://sessions.app.warp.dev"), segment_write_key: "sTT9ZajzIaQ0phzLFOnqZ6VOqplJTlaJ", segment_root_url: "https://api.segment.io", releases_base_url: "https://releases.warp.dev", sentry_url: "https://0195a81da0714f55a93ee4624825f9ec@o540343.ingest.sentry.io/5658526", logfile_name: "warp.log", show_autoupdate_menu_items: true } and version Some("v0.2024.06.18.08.02.stable_03") 08:54:52 [INFO] Performance metrics collector started 08:54:52 [INFO] Start to flush telemetry events to Segment 08:54:52 [INFO] Dropping empty telemetry batch 08:54:52 [INFO] Flushed telemetry events. 08:54:52 [INFO] Initializing app services 08:54:52 [WARN] SQLite error 283 (A WAL mode database file was recovered): recovered 505 frames from WAL file /Users/dmitri/Library/Application Support/dev.warp.Warp-Stable/warp.sqlite-wal 08:54:52 [INFO] Connecting to SQLite database 08:54:52 [INFO] fetching team tester status 08:54:52 [INFO] Checking for update on channel stable_release. Update id is E8SOczB 08:54:52 [INFO] Fetching channel versions (without changelogs) from Warp server 08:54:52 [INFO] dispatching global action for root_view:open_from_restored 08:54:52 [INFO] Computing available system fonts 08:54:52 [ERROR] Could not find current AIAgentApiType value in dropdown option list 08:54:52 [INFO] Block finished with new state DoneWithNoExecution 08:54:52 [INFO] Block finished with new state DoneWithNoExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Starting shell /bin/bash 08:54:52 [INFO] Successfully spawned child bash process with pid 48767 08:54:52 [INFO] Successfully spawned tty with pid: 48767 08:54:52 [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2024.06.27.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.06.27.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.06.25.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2024.06.18.08.02.stable_03", update_by: None, soft_cutoff: Some("v0.2024.05.07.08.02.stable_02") }, overrides: [VersionOverride { predicate: TargetOS(Linux), version_info: VersionInfo { version: "v0.2024.06.18.08.02.stable_04", update_by: None, soft_cutoff: None } }] } 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Starting shell /bin/bash 08:54:52 [INFO] Successfully spawned child bash process with pid 48775 08:54:52 [INFO] Successfully spawned tty with pid: 48775 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Block finished with new state DoneWithExecution 08:54:52 [INFO] Starting shell /bin/bash 08:54:52 [INFO] Successfully spawned tty with pid: 48782 08:54:52 [INFO] Successfully spawned child bash process with pid 48782 08:54:52 [INFO] Fetching channel versions and changelogs from Warp server 08:54:52 [INFO] Opening window with id 0 08:54:52 [INFO] Using discrete GPU for rendering new window. 08:54:52 [INFO] Received InitShell hook 08:54:52 [INFO] dispatching global action for workspace:save_app 08:54:52 [INFO] dispatching global action for workspace:save_app 08:54:52 [INFO] dispatching global action for workspace:save_app 08:54:52 [WARN] Tried to update block filter query without active_filter_editor_block_index set 08:54:52 [WARN] Tried to update block filter query without active_filter_editor_block_index set 08:54:52 [WARN] Tried to update block filter query without active_filter_editor_block_index set 08:54:52 [WARN] Tried to render share modal without a model 08:54:52 [WARN] Tried to render share modal without a model 08:54:52 [WARN] No alert dialog was set for the native modal 08:54:52 [INFO] Received InitShell hook 08:54:52 [INFO] Received InitShell hook 08:54:52 [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2024.06.27.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.06.27.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.06.25.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2024.06.18.08.02.stable_03", update_by: None, soft_cutoff: Some("v0.2024.05.07.08.02.stable_02") }, overrides: [VersionOverride { predicate: TargetOS(Linux), version_info: VersionInfo { version: "v0.2024.06.18.08.02.stable_04", update_by: None, soft_cutoff: None } }] } 08:54:52 [INFO] No update available 08:54:52 [INFO] fetching teams metadata 08:54:52 [INFO] fetching updated cloud objects, including generic string objects 08:54:52 [INFO] application can reach internet 08:54:52 [INFO] Received CommandFinished hook 08:54:52 [INFO] Tried to exit the alternate screen, but it was already inactive 08:54:52 [INFO] Block finished with new state DoneWithNoExecution 08:54:52 [INFO] Incrementing stage from WarpInput to ScriptExecution 08:54:52 [WARN] redraw_frame was called 60 times before the frame was drawn 08:54:52 [INFO] Finished loading 132 fonts 08:54:52 [WARN] redraw_frame was called 25 times before the frame was drawn 08:54:52 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:52 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:52 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:52 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:52 [WARN] redraw_frame was called 3 times before the frame was drawn 08:54:52 [INFO] Received Precmd hook 08:54:52 [INFO] Received CommandFinished hook 08:54:52 [INFO] Tried to exit the alternate screen, but it was already inactive 08:54:52 [INFO] Block finished with new state DoneWithNoExecution 08:54:52 [INFO] Incrementing stage from WarpInput to ScriptExecution 08:54:52 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:52 [WARN] redraw_frame was called 3 times before the frame was drawn 08:54:52 [INFO] Received CommandFinished hook 08:54:52 [INFO] Tried to exit the alternate screen, but it was already inactive 08:54:52 [INFO] Block finished with new state DoneWithNoExecution 08:54:52 [INFO] Incrementing stage from WarpInput to ScriptExecution 08:54:52 [INFO] dispatching global action for workspace:save_app 08:54:52 [WARN] Expected to have session for session ID SessionId(171949289224118), but doesn't exist 08:54:52 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:52 [INFO] Received Precmd hook 08:54:52 [WARN] redraw_frame was called 3 times before the frame was drawn 08:54:52 [INFO] Received Precmd hook 08:54:52 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:52 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:53 [WARN] redraw_frame was called 3 times before the frame was drawn 08:54:53 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:53 [WARN] redraw_frame was called 2 times before the frame was drawn 08:54:53 [WARN] redraw_frame was called 2 times before the frame was drawn Hangup: 1 ```

Notes:

Expected behavior

The app starts and shell is available for use

Screenshots

No response

Operating system

MacOS

Operating system and version

Sonoma 14.2.1 (23C71)

Shell Version

GNU bash, version 5.2.26(1)-release (aarch64-apple-darwin23.2.0)

Current Warp version

v0.2024.06.18.08.02.stable_03

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

This morning before the update

Additional context

$ /Applications/Warp.app/Contents/MacOS/stable 09:01:17 [INFO] Initial open file descriptor limit is 256, with a hard limit of 9223372036854775807 09:01:17 [INFO] Increased open file descriptor limit to 2560 09:01:17 [INFO] Spawning terminal server process... 09:01:17 [INFO] Running terminal server... 09:01:17 [INFO] application will finish launching 09:01:17 [INFO] Removing old executable dir... 09:01:17 [INFO] Removing old executable file... 09:01:17 [INFO] Initializing crash reporting Some("mac_stable_release") with tag "v0.2024.06.18.08.02.stable_03"... 09:01:17 [INFO] Initializing Sentry for cocoa app with endpoint https://0195a81da0714f55a93ee4624825f9ec@o540343.ingest.sentry.io/5658526 09:01:17 [INFO] Starting warp with channel state ChannelState { channel: Stable, app_id: AppId { qualifier: "dev", organization: "warp", application_name: "Warp-Stable" }, additional_features: {}, firebase_api_key: "AIzaSyBdy3O3S9hrdayLJxJ7mriBR4qgUaUygAs", server_root_url: "https://app.warp.dev", ws_server_url: "wss://rtc.app.warp.dev/graphql", session_sharing_server_url: Some("wss://sessions.app.warp.dev"), segment_write_key: "sTT9ZajzIaQ0phzLFOnqZ6VOqplJTlaJ", segment_root_url: "https://api.segment.io", releases_base_url: "https://releases.warp.dev", sentry_url: "https://0195a81da0714f55a93ee4624825f9ec@o540343.ingest.sentry.io/5658526", logfile_name: "warp.log", show_autoupdate_menu_items: true } and version Some("v0.2024.06.18.08.02.stable_03") 09:01:17 [INFO] Performance metrics collector started 09:01:17 [INFO] Start to flush telemetry events to Segment 09:01:17 [INFO] Dropping empty telemetry batch 09:01:17 [INFO] Flushed telemetry events. 09:01:17 [INFO] Initializing app services 09:01:17 [WARN] SQLite error 283 (A WAL mode database file was recovered): recovered 76 frames from WAL file /Users/dmitri/Library/Application Support/dev.warp.Warp-Stable/warp.sqlite-wal 09:01:17 [INFO] Connecting to SQLite database 09:01:17 [INFO] fetching team tester status 09:01:17 [INFO] Checking for update on channel stable_release. Update id is TUtnvK8 09:01:17 [INFO] Fetching channel versions (without changelogs) from Warp server 09:01:17 [INFO] dispatching global action for root_view:open_from_restored 09:01:17 [INFO] Computing available system fonts 09:01:17 [ERROR] Could not find current AIAgentApiType value in dropdown option list 09:01:17 [INFO] Block finished with new state DoneWithNoExecution 09:01:17 [INFO] Block finished with new state DoneWithNoExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Starting shell /bin/bash 09:01:17 [INFO] Successfully spawned tty with pid: 51455 09:01:17 [INFO] Successfully spawned child bash process with pid 51455 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Starting shell /bin/bash 09:01:17 [INFO] Successfully spawned tty with pid: 51468 09:01:17 [INFO] Successfully spawned child bash process with pid 51468 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Block finished with new state DoneWithExecution 09:01:17 [INFO] Starting shell /bin/bash 09:01:17 [INFO] Successfully spawned tty with pid: 51481 09:01:17 [INFO] Successfully spawned child bash process with pid 51481 09:01:17 [INFO] Fetching channel versions and changelogs from Warp server 09:01:17 [INFO] Opening window with id 0 09:01:17 [INFO] Using discrete GPU for rendering new window. 09:01:17 [INFO] Received InitShell hook 09:01:17 [INFO] Received InitShell hook 09:01:17 [INFO] Received InitShell hook 09:01:17 [INFO] dispatching global action for workspace:save_app 09:01:17 [INFO] dispatching global action for workspace:save_app 09:01:17 [INFO] dispatching global action for workspace:save_app 09:01:17 [WARN] Tried to update block filter query without active_filter_editor_block_index set 09:01:17 [WARN] Tried to update block filter query without active_filter_editor_block_index set 09:01:17 [WARN] Tried to update block filter query without active_filter_editor_block_index set 09:01:17 [INFO] dispatching global action for workspace:save_app 09:01:17 [WARN] No alert dialog was set for the native modal 09:01:17 [WARN] Tried to render share modal without a model 09:01:17 [WARN] Tried to render share modal without a model 09:01:18 [INFO] application can reach internet 09:01:18 [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2024.06.27.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.06.27.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.06.25.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2024.06.18.08.02.stable_03", update_by: None, soft_cutoff: Some("v0.2024.05.07.08.02.stable_02") }, overrides: [VersionOverride { predicate: TargetOS(Linux), version_info: VersionInfo { version: "v0.2024.06.18.08.02.stable_04", update_by: None, soft_cutoff: None } }] } 09:01:18 [WARN] redraw_frame was called 57 times before the frame was drawn 09:01:18 [INFO] Finished loading 132 fonts 09:01:18 [INFO] No update available 09:01:18 [WARN] redraw_frame was called 18 times before the frame was drawn 09:01:18 [INFO] Received CommandFinished hook 09:01:18 [INFO] Tried to exit the alternate screen, but it was already inactive 09:01:18 [INFO] Block finished with new state DoneWithNoExecution 09:01:18 [INFO] Incrementing stage from WarpInput to ScriptExecution 09:01:18 [WARN] redraw_frame was called 6 times before the frame was drawn 09:01:18 [WARN] redraw_frame was called 3 times before the frame was drawn 09:01:18 [WARN] redraw_frame was called 2 times before the frame was drawn 09:01:18 [INFO] Received Precmd hook 09:01:18 [INFO] Received CommandFinished hook 09:01:18 [INFO] Tried to exit the alternate screen, but it was already inactive 09:01:18 [INFO] Block finished with new state DoneWithNoExecution 09:01:18 [INFO] Incrementing stage from WarpInput to ScriptExecution 09:01:18 [WARN] redraw_frame was called 6 times before the frame was drawn 09:01:18 [INFO] dispatching global action for workspace:save_app 09:01:18 [WARN] Expected to have session for session ID SessionId(171949327727562), but doesn't exist 09:01:18 [INFO] Received CommandFinished hook 09:01:18 [INFO] Tried to exit the alternate screen, but it was already inactive 09:01:18 [INFO] Block finished with new state DoneWithNoExecution 09:01:18 [INFO] Incrementing stage from WarpInput to ScriptExecution 09:01:18 [WARN] redraw_frame was called 5 times before the frame was drawn 09:01:18 [INFO] Received Precmd hook 09:01:18 [WARN] redraw_frame was called 3 times before the frame was drawn 09:01:18 [WARN] redraw_frame was called 3 times before the frame was drawn 09:01:18 [INFO] Received Precmd hook 09:01:18 [INFO] fetching teams metadata 09:01:18 [INFO] fetching updated cloud objects, including generic string objects 09:01:18 [WARN] redraw_frame was called 3 times before the frame was drawn 09:01:18 [WARN] redraw_frame was called 3 times before the frame was drawn 09:01:18 [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2024.06.27.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.06.27.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.06.25.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2024.06.18.08.02.stable_03", update_by: None, soft_cutoff: Some("v0.2024.05.07.08.02.stable_02") }, overrides: [VersionOverride { predicate: TargetOS(Linux), version_info: VersionInfo { version: "v0.2024.06.18.08.02.stable_04", update_by: None, soft_cutoff: None } }] } 09:01:18 [WARN] redraw_frame was called 3 times before the frame was drawn 09:01:18 [WARN] redraw_frame was called 2 times before the frame was drawn 09:01:18 [WARN] redraw_frame was called 2 times before the frame was drawn 09:01:18 [WARN] redraw_frame was called 2 times before the frame was drawn 09:01:18 [WARN] redraw_frame was called 2 times before the frame was drawn Hangup: 1

Does this block you from using Warp daily?

Yes, this issue prevents me from using Warp daily.

Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)

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

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

None

dannyneira commented 3 weeks ago

Hi @korya Sorry to hear about this issue. Would it be possible to update to 14.5 macOS and try again to see if the issue persists?

korya commented 3 weeks ago

Sure. I will give it a try when I upgrade the OS.

Thanks!

dannyneira commented 3 weeks ago

Thanks! If you're still seeing the same issue please provide a screengrab of the issue along with a fresh set of logs after running Warp with this command.

RUST_LOG=wgpu_core=info,wgpu_hal=info MESA_DEBUG=1 EGL_LOG_LEVEL=debug /Applications/Warp.app/Contents/MacOS/stable
dannyneira commented 2 weeks ago

@korya any luck with the os update?