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

Running Warp after fresh install on Windows 11 #5901

Open
2 tasks done
FraserElectronics opened this issue Feb 26, 2025 · 8 comments
Open
2 tasks done

Running Warp after fresh install on Windows 11 #5901

FraserElectronics opened this issue Feb 26, 2025 · 8 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@FraserElectronics
Copy link

Pre-submit Checks

Describe the bug

When I run Warp with or without elevated privileges on Windows 11, I get the error:

Shell process did not start.
Failed to create shell process: The parameter is incorrect. (0x80070057)

Andy

To reproduce

Simply ran Warp.

Expected behavior

I assumed it would start in CLI mode?!

Screenshots

No response

Operating system

Windows

Operating system and version

11

Shell Version

No response

Current Warp version

No response

Regression

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

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

No

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

@FraserElectronics FraserElectronics added the Bugs Bugs, Hangs, Crash, and Freezes label Feb 26, 2025
@abhishekp106
Copy link

@FraserElectronics What shell are you trying to start? Also, do you mind sending your log files? They're located at $env:LOCALAPPDATA\warp\Warp\data\logs.

Does opening other shells via the shell selector work?

Image

@FraserElectronics
Copy link
Author

The only options I get are:

Image

Here is a log:

2025-02-26T16:47:07Z [INFO] Initializing crash reporting Some("windows_stable_release") with tag "v0.2025.02.24.20.50.stable_04"...
2025-02-26T16:47:07Z [INFO] Starting warp with channel state ChannelState { channel: Stable, app_id: AppId { qualifier: "dev", organization: "warp", application_name: "Warp" }, additional_features: {}, firebase_api_key: "AIzaSyBdy3O3S9hrdayLJxJ7mriBR4qgUaUygAs", server_root_url: "https://app.warp.dev", ws_server_url: "wss://rtc.app.warp.dev/graphql/v2", session_sharing_server_url: Some("wss://sessions.app.warp.dev"), rudderstack_write_key: "2iyG8S1RaV4XTX6SEypetFSEbLK", rudderstack_root_url: "https://warpianwzlfqdq.dataplane.rudderstack.com", releases_base_url: "https://releases.warp.dev", sentry_url: "https://[email protected]/5658526", logfile_name: "warp.log", show_autoupdate_menu_items: true } and version Some("v0.2025.02.24.20.50.stable_04")
2025-02-26T16:47:07Z [INFO] Enabling use of lazy scene building
2025-02-26T16:47:07Z [INFO] Enabling flat storage
2025-02-26T16:47:07Z [INFO] Start to send telemetry events to RudderStack
2025-02-26T16:47:07Z [INFO] Start to send telemetry events to RudderStack
2025-02-26T16:47:07Z [INFO] Dropping empty RudderStack telemetry batch
2025-02-26T16:47:07Z [INFO] Flushed telemetry events.
2025-02-26T16:47:07Z [INFO] Performance metrics collector started
2025-02-26T16:47:07Z [INFO] Initializing app services
2025-02-26T16:47:07Z [INFO] Start to send telemetry events to RudderStack
2025-02-26T16:47:07Z [INFO] Connecting to SQLite database
2025-02-26T16:47:07Z [INFO] Attempting to start websocket connection in CloudObjects::Listener
2025-02-26T16:47:07Z [INFO] Checking for update on channel stable_release. Update id is qytb2RF
2025-02-26T16:47:07Z [INFO] Fetching channel versions (without changelogs) from Warp server
2025-02-26T16:47:07Z [INFO] dispatching global action for root_view:open_from_restored
2025-02-26T16:47:07Z [INFO] Computing available system fonts
2025-02-26T16:47:07Z [INFO] Computing available system fonts
2025-02-26T16:47:07Z [INFO] Start to send telemetry events to RudderStack
2025-02-26T16:47:07Z [INFO] enabling actions for window id 0
2025-02-26T16:47:07Z [INFO] Fetching channel versions and changelogs from Warp server
2025-02-26T16:47:07Z [INFO] dispatching typed action: HandleFocusChange
2025-02-26T16:47:07Z [WARN] Action HandleFocusChange was dispatched, but no view handled it
2025-02-26T16:47:07Z [INFO] dispatching typed action: HandleFocusChange
2025-02-26T16:47:07Z [WARN] Action HandleFocusChange was dispatched, but no view handled it
2025-02-26T16:47:07Z [WARN] Tried to update block filter query without active_filter_editor_block_index set
2025-02-26T16:47:07Z [INFO] fetching updated cloud objects
2025-02-26T16:47:07Z [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2025.02.26.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.2025.02.26.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.12.18.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2025.02.19.08.02.stable_05", update_by: None, soft_cutoff: Some("v0.2025.01.22.23.18.stable_01") }, overrides: [VersionOverride { predicate: TargetOS(Windows), version_info: VersionInfo { version: "v0.2025.02.24.20.50.stable_04", update_by: None, soft_cutoff: None } }] }
2025-02-26T16:47:07Z [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2025.02.26.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.2025.02.26.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.12.18.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2025.02.19.08.02.stable_05", update_by: None, soft_cutoff: Some("v0.2025.01.22.23.18.stable_01") }, overrides: [VersionOverride { predicate: TargetOS(Windows), version_info: VersionInfo { version: "v0.2025.02.24.20.50.stable_04", update_by: None, soft_cutoff: None } }] }
2025-02-26T16:47:07Z [INFO] Enabled wgpu backends: Backends(VULKAN | GL | METAL | DX12 | BROWSER_WEBGPU)
2025-02-26T16:47:07Z [INFO] Available wgpu adapters (in priority order):
2025-02-26T16:47:07Z [INFO] DiscreteGpu: NVIDIA GeForce RTX 2060
	Backend: Vulkan
	Driver: NVIDIA (560.94)
	Can present: true
	Supported texture format: Some(Bgra8UnormSrgb)
	Supported alpha mode: [Opaque]
2025-02-26T16:47:07Z [INFO] DiscreteGpu: NVIDIA GeForce RTX 2060
	Backend: Dx12
	Driver: 32.0.15.6094
	Can present: true
	Supported texture format: Some(Bgra8UnormSrgb)
	Supported alpha mode: [Opaque]
2025-02-26T16:47:07Z [INFO] Other: NVIDIA GeForce RTX 2060/PCIe/SSE2
	Backend: Gl
	Driver: Unknown (4.6.0 NVIDIA 560.94)
	Can present: true
	Supported texture format: Some(Rgba8UnormSrgb)
	Supported alpha mode: [Opaque]
2025-02-26T16:47:07Z [INFO] Cpu: Microsoft Basic Render Driver
	Backend: Dx12
	Driver: 10.0.26100.1882
	Can present: true
	Supported texture format: Some(Bgra8UnormSrgb)
	Supported alpha mode: [Opaque]
2025-02-26T16:47:07Z [INFO] Verifying adapter "NVIDIA GeForce RTX 2060" is valid...
2025-02-26T16:47:08Z [INFO] Using Vulkan DiscreteGpu (NVIDIA GeForce RTX 2060) for rendering new window.
2025-02-26T16:47:08Z [INFO] window resized
2025-02-26T16:47:08Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:47:08Z [INFO] window resized
2025-02-26T16:47:08Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:47:08Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:47:08Z [INFO] window resized
2025-02-26T16:47:08Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:47:08Z [INFO] Not opting existing user into cloud preferences
2025-02-26T16:47:08Z [INFO] Successfully flushed events to rudder from disk
2025-02-26T16:47:08Z [ERROR] Failed to spawn pty: Failed to create shell process: The parameter is incorrect. (0x80070057)
2025-02-26T16:47:08Z [INFO] Tried to exit the alternate screen, but it was already inactive
2025-02-26T16:47:08Z [INFO] Block finished with new state DoneWithNoExecution
2025-02-26T16:47:08Z [INFO] No changelog found for current version and channel
2025-02-26T16:47:08Z [INFO] Not opting existing user into cloud preferences
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key WelcomeTipsFeaturesUsed and value [{"Action":"SplitPane"}] to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key EnteredAgentModeNumTimes and value 1 to match cloud preference
2025-02-26T16:47:08Z [INFO] Already up to date with v0.2025.02.24.20.50.stable_04
2025-02-26T16:47:08Z [INFO] No update available
2025-02-26T16:47:08Z [INFO] active window changed: Some(WindowId(0))
2025-02-26T16:47:08Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:47:08Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:47:08Z [INFO] Initial load complete, syncing cloud preferences. Force cloud to match local: No
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key WelcomeTipsFeaturesUsed and value [{"Action":"SplitPane"}] to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key EnteredAgentModeNumTimes and value 1 to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key TelemetryEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key Theme and value "Phenomenon" to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key ShouldAddAgentModeChip and value false to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key IsSettingsSyncEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key DidShowActiveAIPermissionsDialog and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key CrashReportingEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key NextCommandSuggestionsUpgradeBannerNumTimesShownThisPeriod and value 0 to match cloud preference
2025-02-26T16:47:08Z [INFO] Warp Drive privacy preferences are set, using those for telemetry and crash reporting
2025-02-26T16:47:08Z [INFO] dispatching typed action: HandleFocusChange
2025-02-26T16:47:08Z [WARN] Action HandleFocusChange was dispatched, but no view handled it
2025-02-26T16:47:08Z [INFO] Initial load complete, syncing cloud preferences. Force cloud to match local: No
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key WelcomeTipsFeaturesUsed and value [{"Action":"SplitPane"}] to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key EnteredAgentModeNumTimes and value 1 to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key TelemetryEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key Theme and value "Phenomenon" to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key ShouldAddAgentModeChip and value false to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key IsSettingsSyncEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key DidShowActiveAIPermissionsDialog and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key CrashReportingEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key NextCommandSuggestionsUpgradeBannerNumTimesShownThisPeriod and value 0 to match cloud preference
2025-02-26T16:47:08Z [INFO] Warp Drive privacy preferences are set, using those for telemetry and crash reporting
2025-02-26T16:47:08Z [INFO] Warp Drive privacy preferences are set, using those for telemetry and crash reporting
2025-02-26T16:47:08Z [WARN] No alert dialog was set for the native modal
2025-02-26T16:47:08Z [WARN] Tried to render share modal without a model
2025-02-26T16:47:08Z [INFO] Not opting existing user into cloud preferences
2025-02-26T16:47:08Z [INFO] fetching updated cloud objects
2025-02-26T16:47:08Z [INFO] Checking for update on channel stable_release. Update id is lhVe5fr
2025-02-26T16:47:08Z [INFO] Fetching channel versions (without changelogs) from Warp server
2025-02-26T16:47:08Z [INFO] Start to send telemetry events to RudderStack
2025-02-26T16:47:08Z [INFO] dispatching typed action: HandleFocusChange
2025-02-26T16:47:08Z [INFO] Initial load complete, syncing cloud preferences. Force cloud to match local: No
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key WelcomeTipsFeaturesUsed and value [{"Action":"SplitPane"}] to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key EnteredAgentModeNumTimes and value 1 to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key TelemetryEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Reconstructing database, but it already exists
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key Theme and value "Phenomenon" to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key ShouldAddAgentModeChip and value false to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key IsSettingsSyncEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key DidShowActiveAIPermissionsDialog and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key CrashReportingEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key NextCommandSuggestionsUpgradeBannerNumTimesShownThisPeriod and value 0 to match cloud preference
2025-02-26T16:47:08Z [INFO] Connecting to SQLite database
2025-02-26T16:47:08Z [INFO] SQLite Writer is resumed
2025-02-26T16:47:08Z [INFO] Warp Drive privacy preferences are set, using those for telemetry and crash reporting
2025-02-26T16:47:08Z [INFO] Warp Drive privacy preferences are set, using those for telemetry and crash reporting
2025-02-26T16:47:08Z [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2025.02.26.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.2025.02.26.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.12.18.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2025.02.19.08.02.stable_05", update_by: None, soft_cutoff: Some("v0.2025.01.22.23.18.stable_01") }, overrides: [VersionOverride { predicate: TargetOS(Windows), version_info: VersionInfo { version: "v0.2025.02.24.20.50.stable_04", update_by: None, soft_cutoff: None } }] }
2025-02-26T16:47:08Z [INFO] Already up to date with v0.2025.02.24.20.50.stable_04
2025-02-26T16:47:08Z [INFO] No update available
2025-02-26T16:47:08Z [INFO] Not opting existing user into cloud preferences
2025-02-26T16:47:08Z [INFO] Initial load complete, syncing cloud preferences. Force cloud to match local: No
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key WelcomeTipsFeaturesUsed and value [{"Action":"SplitPane"}] to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key EnteredAgentModeNumTimes and value 1 to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key TelemetryEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key Theme and value "Phenomenon" to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key ShouldAddAgentModeChip and value false to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key IsSettingsSyncEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key DidShowActiveAIPermissionsDialog and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key CrashReportingEnabled and value true to match cloud preference
2025-02-26T16:47:08Z [INFO] Updating local preference with storage key NextCommandSuggestionsUpgradeBannerNumTimesShownThisPeriod and value 0 to match cloud preference
2025-02-26T16:47:08Z [INFO] Warp Drive privacy preferences are set, using those for telemetry and crash reporting
2025-02-26T16:47:09Z [INFO] Successfully drew 10 frames; killing crash recovery child process
2025-02-26T16:47:09Z [INFO] Initializing Sentry native
2025-02-26T16:47:11Z [INFO] notifying view observers and updating windows for timer id 0
2025-02-26T16:47:14Z [INFO] Websocket is ready. Getting latest set of updated objects from CloudObjects::Listener
2025-02-26T16:47:14Z [INFO] fetching updated cloud objects
2025-02-26T16:47:17Z [INFO] dispatching typed action: Focus
2025-02-26T16:47:17Z [INFO] dispatching typed action: BlockTextSelect(Begin { point: BlockListPoint { row: OrderedFloat(2.1000003814697266), column: 61 }, side: Left, selection_type: Simple, position: Vector2F(<1144, 761>) })
2025-02-26T16:47:17Z [INFO] dispatching typed action: BlockSelect(ClearAllBlocks)
2025-02-26T16:47:17Z [INFO] dispatching typed action: CloseContextMenu
2025-02-26T16:47:17Z [INFO] dispatching typed action: HandleFocusChange
2025-02-26T16:47:17Z [INFO] dispatching typed action: BlockTextSelect(End)
2025-02-26T16:47:17Z [INFO] dispatching typed action: OpenUrl("https://github.com/warpdotdev/Warp/issues/new/choose")
2025-02-26T16:47:18Z [INFO] active window changed: None
2025-02-26T16:47:18Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:47:18Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:47:37Z [INFO] Dropping empty RudderStack telemetry batch
2025-02-26T16:47:37Z [INFO] Flushed telemetry events.
2025-02-26T16:47:42Z [INFO] active window changed: Some(WindowId(0))
2025-02-26T16:47:42Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:47:42Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:47:43Z [INFO] active window changed: None
2025-02-26T16:47:43Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:47:43Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:48:07Z [INFO] Dropping empty RudderStack telemetry batch
2025-02-26T16:48:07Z [INFO] Flushed telemetry events.
2025-02-26T16:48:37Z [INFO] Dropping empty RudderStack telemetry batch
2025-02-26T16:48:37Z [INFO] Flushed telemetry events.
2025-02-26T16:49:07Z [INFO] Dropping empty RudderStack telemetry batch
2025-02-26T16:49:07Z [INFO] Flushed telemetry events.
2025-02-26T16:49:37Z [INFO] Dropping empty RudderStack telemetry batch
2025-02-26T16:49:37Z [INFO] Flushed telemetry events.
2025-02-26T16:49:43Z [INFO] active window changed: Some(WindowId(0))
2025-02-26T16:49:43Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:49:43Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:49:44Z [INFO] active window changed: None
2025-02-26T16:49:44Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:49:44Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:49:53Z [INFO] active window changed: Some(WindowId(0))
2025-02-26T16:49:53Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:49:53Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:49:55Z [INFO] dispatching typed action: Focus
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Begin { point: BlockListPoint { row: OrderedFloat(3.0375003814697266), column: 3 }, side: Left, selection_type: Simple, position: Vector2F(<681, 776>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockSelect(ClearAllBlocks)
2025-02-26T16:49:55Z [INFO] dispatching typed action: CloseContextMenu
2025-02-26T16:49:55Z [INFO] dispatching typed action: HandleFocusChange
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(3.0375003814697266), column: 3 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<682, 776>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(3.0375003814697266), column: 3 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<683, 776>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 3 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<683, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 3 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<684, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 3 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<685, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 3 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<686, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 3 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<687, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 4 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<688, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 4 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<689, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 4 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<690, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 4 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<691, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 4 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<692, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 4 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<693, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 4 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<694, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 4 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<695, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 5 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<696, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 5 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<697, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 5 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<698, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 5 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<699, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 5 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<700, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 5 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<701, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 5 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<702, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 5 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<703, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 6 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<704, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 6 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<705, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 6 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<707, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 6 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<709, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 6 }, side: Right, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<711, 775>) })
2025-02-26T16:49:55Z [INFO] dispatching typed action: BlockTextSelect(Update { point: BlockListPoint { row: OrderedFloat(2.9750003814697266), column: 7 }, side: Left, delta: Lines(OrderedFloat(0.0)), position: Vector2F(<712, 775>) })
2025-02-26T16:49:56Z [INFO] dispatching typed action: BlockTextSelect(End)
2025-02-26T16:49:56Z [INFO] active window changed: None
2025-02-26T16:49:56Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:49:56Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:49:58Z [INFO] active window changed: Some(WindowId(0))
2025-02-26T16:49:58Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:49:58Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:50:01Z [INFO] dispatching typed action: Focus
2025-02-26T16:50:01Z [INFO] dispatching typed action: BlockTextSelect(Begin { point: BlockListPoint { row: OrderedFloat(1.8500003814697266), column: 52 }, side: Right, selection_type: Simple, position: Vector2F(<1077, 757>) })
2025-02-26T16:50:01Z [INFO] dispatching typed action: BlockSelect(ClearAllBlocks)
2025-02-26T16:50:01Z [INFO] dispatching typed action: CloseContextMenu
2025-02-26T16:50:01Z [INFO] dispatching typed action: HandleFocusChange
2025-02-26T16:50:01Z [INFO] dispatching typed action: BlockTextSelect(End)
2025-02-26T16:50:01Z [INFO] dispatching typed action: CopyPtySpawnError("Failed to create shell process: The parameter is incorrect. (0x80070057)")
2025-02-26T16:50:01Z [INFO] active window changed: None
2025-02-26T16:50:01Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:50:01Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:50:07Z [INFO] Dropping empty RudderStack telemetry batch
2025-02-26T16:50:07Z [INFO] Flushed telemetry events.
2025-02-26T16:50:10Z [INFO] active window changed: Some(WindowId(0))
2025-02-26T16:50:10Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:50:10Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:50:12Z [INFO] dispatching typed action: Focus
2025-02-26T16:50:12Z [INFO] dispatching typed action: BlockTextSelect(Begin { point: BlockListPoint { row: OrderedFloat(2.1625003814697266), column: 52 }, side: Left, selection_type: Simple, position: Vector2F(<1072, 762>) })
2025-02-26T16:50:12Z [INFO] dispatching typed action: BlockSelect(ClearAllBlocks)
2025-02-26T16:50:12Z [INFO] dispatching typed action: CloseContextMenu
2025-02-26T16:50:12Z [INFO] dispatching typed action: HandleFocusChange
2025-02-26T16:50:12Z [INFO] dispatching typed action: BlockTextSelect(End)
2025-02-26T16:50:12Z [INFO] dispatching typed action: CopyPtySpawnError("Failed to create shell process: The parameter is incorrect. (0x80070057)")
2025-02-26T16:50:12Z [INFO] active window changed: None
2025-02-26T16:50:12Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:50:12Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:50:21Z [INFO] active window changed: Some(WindowId(0))
2025-02-26T16:50:21Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:50:21Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:50:21Z [INFO] active window changed: None
2025-02-26T16:50:21Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:50:21Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:50:26Z [INFO] active window changed: Some(WindowId(0))
2025-02-26T16:50:26Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:50:26Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:50:28Z [INFO] active window changed: None
2025-02-26T16:50:28Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:50:28Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:50:37Z [INFO] Dropping empty RudderStack telemetry batch
2025-02-26T16:50:37Z [INFO] Flushed telemetry events.
2025-02-26T16:51:07Z [INFO] Dropping empty RudderStack telemetry batch
2025-02-26T16:51:07Z [INFO] Flushed telemetry events.
2025-02-26T16:51:23Z [INFO] active window changed: Some(WindowId(0))
2025-02-26T16:51:23Z [INFO] dispatching global action for root_view:update_quake_mode_state
2025-02-26T16:51:23Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:51:25Z [INFO] dispatching typed action: FocusSelf
2025-02-26T16:51:25Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:51:25Z [INFO] dispatching typed action: SelectAndRefresh(Account)
2025-02-26T16:51:25Z [INFO] enabling actions for window id 0
2025-02-26T16:51:25Z [INFO] Not opting existing user into cloud preferences
2025-02-26T16:51:25Z [INFO] Initial load complete, syncing cloud preferences. Force cloud to match local: No
2025-02-26T16:51:25Z [INFO] Updating local preference with storage key WelcomeTipsFeaturesUsed and value [{"Action":"SplitPane"}] to match cloud preference
2025-02-26T16:51:25Z [INFO] Updating local preference with storage key EnteredAgentModeNumTimes and value 1 to match cloud preference
2025-02-26T16:51:25Z [INFO] Updating local preference with storage key TelemetryEnabled and value true to match cloud preference
2025-02-26T16:51:25Z [INFO] Updating local preference with storage key Theme and value "Phenomenon" to match cloud preference
2025-02-26T16:51:25Z [INFO] Updating local preference with storage key ShouldAddAgentModeChip and value false to match cloud preference
2025-02-26T16:51:25Z [INFO] Updating local preference with storage key IsSettingsSyncEnabled and value true to match cloud preference
2025-02-26T16:51:25Z [INFO] Updating local preference with storage key DidShowActiveAIPermissionsDialog and value true to match cloud preference
2025-02-26T16:51:25Z [INFO] Updating local preference with storage key CrashReportingEnabled and value true to match cloud preference
2025-02-26T16:51:25Z [INFO] Updating local preference with storage key NextCommandSuggestionsUpgradeBannerNumTimesShownThisPeriod and value 0 to match cloud preference
2025-02-26T16:51:25Z [INFO] Warp Drive privacy preferences are set, using those for telemetry and crash reporting
2025-02-26T16:51:27Z [INFO] dispatching typed action: CloseTab(0)
2025-02-26T16:51:27Z [INFO] dispatching global action for workspace:save_app
2025-02-26T16:51:27Z [INFO] No windows left, terminating app
2025-02-26T16:51:27Z [INFO] application will terminate
2025-02-26T16:51:27Z [INFO] Shutting down SQLite writer thread
2025-02-26T16:51:27Z [INFO] Shut down SQLite writer in 4.6316ms
2025-02-26T16:51:27Z [INFO] Writing queued events to disk because telemetry is enabled.
2025-02-26T16:51:27Z [INFO] Successfully wrote telemetry events to disk
2025-02-26T16:51:27Z [INFO] Tearing down app services...
2025-02-26T16:51:27Z [INFO] Uninitializing crash reporting...

Andy

@abhishekp106
Copy link

Can you try opening Git Bash and Ubuntu? Do those work?

Also, does opening PowerShell in Windows Terminal work?

@FraserElectronics
Copy link
Author

No, all three show the same Shell process did not start :-(

Andy

@abhishekp106
Copy link

Thanks! That's really odd.

Can you try using Windows Terminal? It should be called "Terminal" if you search for it in the Start Menu. Does a PowerShell session correctly start there?

@FraserElectronics
Copy link
Author

Yes, I use Windows Terminal a lot and can open all shells:

Image

Andy

@abhishekp106
Copy link

abhishekp106 commented Feb 26, 2025

A few more questions for you:

  • Can you print out your environment variables in a PowerShell session in Windows Terminal by running gci env:* | sort-object name? Please send the output here.
  • Do you know the path of the shells you are using? For example, what's the path to PowerShell on your machine? And Git Bash if you know it?

Thanks for being so responsive, I'm hoping to find the issue soon!

@FraserElectronics
Copy link
Author

Here is a (redacted) output from PowerShell:

ALLUSERSPROFILE                C:\ProgramData
APPDATA                        C:\Users\xxxxxx\AppData\Roaming
CARBON_MEM_DISABLE             1
CommonProgramFiles             C:\Program Files\Common Files
CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files
CommonProgramW6432             C:\Program Files\Common Files
COMPUTERNAME                   XXXXXX
ComSpec                        C:\WINDOWS\system32\cmd.exe
DriverData                     C:\Windows\System32\Drivers\DriverData
FITTERDIR                      C:\Wincupl\Wincupl\Fitters
FlexPropPath                   C:\flexprop\bin
GIT_LFS_PATH                   C:\Program Files\Git LFS
HOMEDRIVE                      C:
HOMEPATH                       \Users\xxxxxx	
LOCALAPPDATA                   C:\Users\xxxxxx	\AppData\Local
NUMBER_OF_PROCESSORS           16
OS                             Windows_NT
Path                           C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Program Files\Microsoft ...
PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL
PROCESSOR_ARCHITECTURE         AMD64
PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 158 Stepping 13, GenuineIntel
PROCESSOR_LEVEL                6
PROCESSOR_REVISION             9e0d
ProgramData                    C:\ProgramData
ProgramFiles                   C:\Program Files
ProgramFiles(x86)              C:\Program Files (x86)
ProgramW6432                   C:\Program Files
PSModulePath                   C:\Users\xxxxxx	\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\...
PUBLIC                         C:\Users\Public
SESSIONNAME                    Console
SystemDrive                    C:
SystemRoot                     C:\WINDOWS
TEMP                           C:\Users\xxxxxx	\AppData\Local\Temp
TMP                            C:\Users\xxxxxx	\AppData\Local\Temp
USERPROFILE                    C:\Users\xxxxxx	
windir                         C:\WINDOWS
WSLENV                         WT_SESSION:WT_PROFILE_ID:

GitBash:

C:/Program Files/Git/bin/bash.exe

PowerShell:

%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

2 participants