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.95k stars 358 forks source link

Warp terminal doesn't open a usable window #5236

Open peremachowl opened 1 month ago

peremachowl commented 1 month ago

Dupe Check

Describe the bug

After installing the latest version of Warp, it doesn't open a usable window. The window that opens looks a bit like a screenshot.

To reproduce

Use Ubuntu
Download and install Warp
Run Warp

Expected behavior

a usable warp window

Screenshots

No response

Operating system

Linux

Operating system and version

ubuntu 22.04

Shell Version

No response

Current Warp version

0.2024.08.13.08.02.stable.03

Regression

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

Recent working Warp date

No response

Additional context

RUST_LOG=wgpu_core=info,wgpu_hal=info MESA_DEBUG=1 EGL_LOG_LEVEL=debug warp-terminal

11:41:48 [INFO] Spawning terminal server process...
11:41:48 [INFO] Running terminal server...
11:41:48 [INFO] Running app with windowing system: X11
Error: Address already in use (os error 98)
11:41:48 [INFO] Failed to read User from secure storage NotFound
11:41:48 [INFO] Initializing crash reporting Some("linux_stable_release") with tag "v0.2024.08.13.08.02.stable_03"...
11:41:48 [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", 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://0195a81da0714f55a93ee4624825f9ec@o540343.ingest.sentry.io/5658526", logfile_name: "warp.log", show_autoupdate_menu_items: true } and version Some("v0.2024.08.13.08.02.stable_03")
11:41:48 [INFO] Start to send telemetry events to RudderStack
11:41:48 [INFO] Performance metrics collector started
11:41:48 [INFO] Start to send telemetry events to RudderStack
11:41:48 [INFO] Initializing app services
11:41:48 [INFO] Start to send telemetry events to RudderStack
11:41:48 [INFO] Debug utils not enabled: debug_utils_user_data not passed to Instance::from_raw
11:41:48 [INFO] Using X11 platform
11:41:48 [WARN] No config found!
11:41:48 [WARN] EGL says it can present to the window but not natively
MESA-INTEL: warning: Haswell Vulkan support is incomplete
11:41:48 [WARN] Adapter is not Vulkan compliant, hiding adapter: Intel(R) HD Graphics 4400 (HSW GT2)
11:41:48 [INFO] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 15.0.7, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 23.2.1-1ubuntu3.1~22.04.2 (LLVM 15.0.7)", backend: Vulkan }
11:41:48 [INFO] Adapter Gl AdapterInfo { name: "GeForce GT 610/PCIe/SSE2", vendor: 4318, device: 0, device_type: Other, driver: "", driver_info: "OpenGL ES 3.2 NVIDIA 390.157", backend: Gl }
11:41:48 [INFO] Connecting to SQLite database
11:41:48 [INFO] fetching team tester status
11:41:48 [INFO] Checking for update on channel stable_release. Update id is R8VsD5d
11:41:48 [INFO] dispatching global action for root_view:open_from_restored
11:41:48 [INFO] dispatching global action for root_view:open_new
11:41:48 [INFO] Fetching channel versions (without changelogs) from Warp server
11:41:48 [INFO] Start to send telemetry events to RudderStack
11:41:48 [WARN] error getting team tester status: Failed to get access token for GraphQL request. Falling back to in-memory state.
11:41:48 [WARN] Failed to retrieve initial request limit info: Failed to get access token for GraphQL request

Caused by:
    Attempted to retrieve access token when user is logged out
11:41:48 [INFO] Debug utils not enabled: debug_utils_user_data not passed to Instance::from_raw
11:41:48 [INFO] Using X11 platform
11:41:48 [WARN] No config found!
11:41:48 [WARN] EGL says it can present to the window but not natively
MESA-INTEL: warning: Haswell Vulkan support is incomplete
11:41:48 [WARN] Adapter is not Vulkan compliant, hiding adapter: Intel(R) HD Graphics 4400 (HSW GT2)
11:41:48 [INFO] Adapter Vulkan AdapterInfo { name: "llvmpipe (LLVM 15.0.7, 256 bits)", vendor: 65541, device: 0, device_type: Cpu, driver: "llvmpipe", driver_info: "Mesa 23.2.1-1ubuntu3.1~22.04.2 (LLVM 15.0.7)", backend: Vulkan }
11:41:48 [INFO] Adapter Gl AdapterInfo { name: "GeForce GT 610/PCIe/SSE2", vendor: 4318, device: 0, device_type: Other, driver: "", driver_info: "OpenGL ES 3.2 NVIDIA 390.157", backend: Gl }
11:41:48 [INFO] Enabled wgpu backends: Backends(VULKAN | GL | METAL | DX12 | BROWSER_WEBGPU)
11:41:48 [INFO] Available wgpu adapters (in priority order):
11:41:48 [WARN] Deprioritizing Vulkan-backed llvmpipe adapter due to Mesa < 24.0.2 (unsupported)
11:41:48 [INFO] Other: GeForce GT 610/PCIe/SSE2
    Backend: Gl
    Driver: Unknown (OpenGL ES 3.2 NVIDIA 390.157)
    Can present: false
    Supported texture format: None
11:41:48 [INFO] Cpu: llvmpipe (LLVM 15.0.7, 256 bits)
    Backend: Vulkan
    Driver: llvmpipe (Mesa 23.2.1-1ubuntu3.1~22.04.2 (LLVM 15.0.7))
    Can present: true
    Supported texture format: Some(Bgra8UnormSrgb)
11:41:48 [INFO] Verifying adapter "llvmpipe (LLVM 15.0.7, 256 bits)" is valid...
11:41:48 [INFO] Device::maintain: waiting for submission index 0
11:41:48 [INFO] Using Cpu (llvmpipe (LLVM 15.0.7, 256 bits)) for rendering new window.
11:41:48 [INFO] Device::maintain: waiting for submission index 0
11:41:48 [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2024.08.16.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.08.16.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.08.13.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2024.08.13.08.02.stable_03", update_by: None, soft_cutoff: Some("v0.2024.06.25.08.02.stable_01") }, overrides: [] }
11:41:48 [WARN] redraw_frame was called 2 times before the frame was drawn
11:41:48 [INFO] window resized
11:41:48 [INFO] dispatching global action for workspace:save_app
11:41:48 [INFO] dispatching global action for workspace:save_app
11:41:48 [INFO] dispatching global action for workspace:save_app
11:41:48 [INFO] No update available
11:41:48 [INFO] active window changed: None
11:41:48 [INFO] dispatching global action for root_view:update_quake_mode_state
11:41:48 [INFO] dispatching global action for workspace:save_app
11:41:48 [INFO] Device::maintain: waiting for submission index 1
11:41:48 [INFO] Device::maintain: waiting for submission index 1
11:41:48 [INFO] Flushed telemetry events.
11:41:48 [INFO] Successfully flushed events to rudder from disk
egl info

EGL client extensions string:
    EGL_EXT_platform_base EGL_EXT_device_base EGL_EXT_device_enumeration
    EGL_EXT_device_query EGL_KHR_client_get_all_proc_addresses
    EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_x11
    EGL_EXT_platform_device EGL_EXT_platform_wayland
    EGL_KHR_platform_wayland EGL_KHR_platform_x11 EGL_EXT_platform_xcb
    EGL_MESA_platform_gbm EGL_KHR_platform_gbm
    EGL_MESA_platform_surfaceless

GBM platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
EGL extensions string:
    EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync
    EGL_EXT_buffer_age EGL_EXT_create_context_robustness
    EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers
    EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs
    EGL_KHR_context_flush_control EGL_KHR_create_context
    EGL_KHR_create_context_no_error EGL_KHR_fence_sync
    EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace
    EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image
    EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image
    EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap
    EGL_KHR_no_config_context EGL_KHR_reusable_sync
    EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float
    EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image
    EGL_MESA_image_dma_buf_export EGL_MESA_query_driver
    EGL_WL_bind_wayland_display
Configurations:
     bf lv colorbuffer dp st  ms    vis   cav bi  renderable  supported
  id sz  l  r  g  b  a th cl ns b    id   eat nd gl es es2 vg surfaces 
---------------------------------------------------------------------
0x01 32  0 10 10 10  2  0  0  0 0 0x30335241--         y  y  y     win
0x02 32  0 10 10 10  2 24  0  0 0 0x30335241--         y  y  y     win
0x03 32  0 10 10 10  2 24  8  0 0 0x30335241--         y  y  y     win
0x04 32  0 10 10 10  2  0  0  4 1 0x30335241--         y  y  y     win
0x05 32  0 10 10 10  2  0  0  8 1 0x30335241--         y  y  y     win
0x06 32  0 10 10 10  2 24  0  4 1 0x30335241--         y  y  y     win
0x07 32  0 10 10 10  2 24  0  8 1 0x30335241--         y  y  y     win
0x08 32  0 10 10 10  2 24  8  4 1 0x30335241--         y  y  y     win
0x09 32  0 10 10 10  2 24  8  8 1 0x30335241--         y  y  y     win
0x0a 30  0 10 10 10  0  0  0  0 0 0x30335258--         y  y  y     win
0x0b 30  0 10 10 10  0 24  0  0 0 0x30335258--         y  y  y     win
0x0c 30  0 10 10 10  0 24  8  0 0 0x30335258--         y  y  y     win
0x0d 30  0 10 10 10  0  0  0  4 1 0x30335258--         y  y  y     win
0x0e 30  0 10 10 10  0  0  0  8 1 0x30335258--         y  y  y     win
0x0f 30  0 10 10 10  0 24  0  4 1 0x30335258--         y  y  y     win
0x10 30  0 10 10 10  0 24  0  8 1 0x30335258--         y  y  y     win
0x11 30  0 10 10 10  0 24  8  4 1 0x30335258--         y  y  y     win
0x12 30  0 10 10 10  0 24  8  8 1 0x30335258--         y  y  y     win
0x13 32  0  8  8  8  8  0  0  0 0 0x34325241--         y  y  y     win
0x14 32  0  8  8  8  8 24  0  0 0 0x34325241--         y  y  y     win
0x15 32  0  8  8  8  8 24  8  0 0 0x34325241--         y  y  y     win
0x16 32  0  8  8  8  8  0  0  4 1 0x34325241--         y  y  y     win
0x17 32  0  8  8  8  8  0  0  8 1 0x34325241--         y  y  y     win
0x18 32  0  8  8  8  8 24  0  4 1 0x34325241--         y  y  y     win
0x19 32  0  8  8  8  8 24  0  8 1 0x34325241--         y  y  y     win
0x1a 32  0  8  8  8  8 24  8  4 1 0x34325241--         y  y  y     win
0x1b 32  0  8  8  8  8 24  8  8 1 0x34325241--         y  y  y     win
0x1c 24  0  8  8  8  0  0  0  0 0 0x34325258--         y  y  y     win
0x1d 24  0  8  8  8  0 24  0  0 0 0x34325258--         y  y  y     win
0x1e 24  0  8  8  8  0 24  8  0 0 0x34325258--         y  y  y     win
0x1f 24  0  8  8  8  0  0  0  4 1 0x34325258--         y  y  y     win
0x20 24  0  8  8  8  0  0  0  8 1 0x34325258--         y  y  y     win
0x21 24  0  8  8  8  0 24  0  4 1 0x34325258--         y  y  y     win
0x22 24  0  8  8  8  0 24  0  8 1 0x34325258--         y  y  y     win
0x23 24  0  8  8  8  0 24  8  4 1 0x34325258--         y  y  y     win
0x24 24  0  8  8  8  0 24  8  8 1 0x34325258--         y  y  y     win
0x25 16  0  5  6  5  0  0  0  0 0 0x36314752--         y  y  y     win
0x26 16  0  5  6  5  0  0  0  4 1 0x36314752--         y  y  y     win
0x27 16  0  5  6  5  0  0  0  8 1 0x36314752--         y  y  y     win
0x28 64  0 16 16 16 16  0  0  0 0 0x48344241--         y  y  y     win
0x29 64  0 16 16 16 16 24  0  0 0 0x48344241--         y  y  y     win
0x2a 64  0 16 16 16 16 24  8  0 0 0x48344241--         y  y  y     win
0x2b 64  0 16 16 16 16  0  0  4 1 0x48344241--         y  y  y     win
0x2c 64  0 16 16 16 16  0  0  8 1 0x48344241--         y  y  y     win
0x2d 64  0 16 16 16 16 24  0  4 1 0x48344241--         y  y  y     win
0x2e 64  0 16 16 16 16 24  0  8 1 0x48344241--         y  y  y     win
0x2f 64  0 16 16 16 16 24  8  4 1 0x48344241--         y  y  y     win
0x30 64  0 16 16 16 16 24  8  8 1 0x48344241--         y  y  y     win
0x31 48  0 16 16 16  0  0  0  0 0 0x48344258--         y  y  y     win
0x32 48  0 16 16 16  0 24  0  0 0 0x48344258--         y  y  y     win
0x33 48  0 16 16 16  0 24  8  0 0 0x48344258--         y  y  y     win
0x34 48  0 16 16 16  0  0  0  4 1 0x48344258--         y  y  y     win
0x35 48  0 16 16 16  0  0  0  8 1 0x48344258--         y  y  y     win
0x36 48  0 16 16 16  0 24  0  4 1 0x48344258--         y  y  y     win
0x37 48  0 16 16 16  0 24  0  8 1 0x48344258--         y  y  y     win
0x38 48  0 16 16 16  0 24  8  4 1 0x48344258--         y  y  y     win
0x39 48  0 16 16 16  0 24  8  8 1 0x48344258--         y  y  y     win

Wayland platform:
eglinfo: eglInitialize failed

X11 platform:
EGL API version: 1.4
EGL vendor string: NVIDIA
EGL version string: 1.4
EGL client APIs: 
EGL extensions string:
    EGL_EXT_buffer_age EGL_EXT_create_context_robustness
    EGL_EXT_output_base EGL_EXT_stream_acquire_mode
    EGL_IMG_context_priority EGL_KHR_config_attribs
    EGL_KHR_create_context_no_error EGL_KHR_context_flush_control
    EGL_KHR_create_context EGL_KHR_display_reference EGL_KHR_fence_sync
    EGL_KHR_get_all_proc_addresses EGL_KHR_partial_update
    EGL_KHR_swap_buffers_with_damage EGL_KHR_gl_colorspace
    EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image
    EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image
    EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap
    EGL_KHR_reusable_sync EGL_KHR_stream
    EGL_KHR_stream_consumer_gltexture EGL_KHR_stream_cross_process_fd
    EGL_KHR_stream_fifo EGL_KHR_stream_producer_eglsurface
    EGL_KHR_surfaceless_context EGL_NV_nvrm_fence_sync
    EGL_NV_post_sub_buffer EGL_NV_stream_metadata EGL_NV_stream_reset
    EGL_NV_stream_sync EGL_NV_stream_consumer_gltexture_yuv
    EGL_NV_stream_attrib EGL_NV_sync EGL_NV_system_time
    EGL_NV_output_drm_flip_event
Configurations:
     bf lv colorbuffer dp st  ms    vis   cav bi  renderable  supported
  id sz  l  r  g  b  a th cl ns b    id   eat nd gl es es2 vg surfaces 
---------------------------------------------------------------------
0x01 32  0  8  8  8  8 24  8  0 0 0x24--         y  y  y     win,pb,pix,str
0x02 32  0  8  8  8  8 24  8  0 0 0x6f--         y  y  y     win,pb,pix,str
0x03 32  0  8  8  8  8 24  8  0 0 0xba--         y  y  y     win,pb,pix,str
0x04 32  0  8  8  8  8 24  0  0 0 0x28--         y  y  y     win,pb,pix,str
0x05 32  0  8  8  8  8 24  0  0 0 0x73--         y  y  y     win,pb,pix,str
0x06 32  0  8  8  8  8 24  0  0 0 0xbe--         y  y  y     win,pb,pix,str
0x07 32  0  8  8  8  8  0  0  0 0 0x2c--         y  y  y     win,pb,pix,str
0x08 32  0  8  8  8  8  0  0  0 0 0x77--         y  y  y     win,pb,pix,str
0x09 32  0  8  8  8  8  0  0  0 0 0xc2--         y  y  y     win,pb,pix,str
0x0a 32  0  8  8  8  8 24  8  2 1 0x38--         y  y  y     win,pb,str
0x0b 32  0  8  8  8  8 24  8  2 1 0x83--         y  y  y     win,pb,str
0x0c 32  0  8  8  8  8 24  8  2 1 0xce--         y  y  y     win,pb,str
0x0d 32  0  8  8  8  8 24  0  2 1 0x30--         y  y  y     win,pb,str
0x0e 32  0  8  8  8  8 24  0  2 1 0x7b--         y  y  y     win,pb,str
0x0f 32  0  8  8  8  8 24  0  2 1 0xc6--         y  y  y     win,pb,str
0x10 32  0  8  8  8  8 24  8  4 1 0x3a--         y  y  y     win,pb,str
0x11 32  0  8  8  8  8 24  8  4 1 0x85--         y  y  y     win,pb,str
0x12 32  0  8  8  8  8 24  8  4 1 0xd0--         y  y  y     win,pb,str
0x13 32  0  8  8  8  8 24  0  4 1 0x32--         y  y  y     win,pb,str
0x14 32  0  8  8  8  8 24  0  4 1 0x7d--         y  y  y     win,pb,str
0x15 32  0  8  8  8  8 24  0  4 1 0xc8--         y  y  y     win,pb,str
0x16 32  0  8  8  8  8 24  8  8 1 0x44--         y  y  y     win,pb,str
0x17 32  0  8  8  8  8 24  8  8 1 0x8f--         y  y  y     win,pb,str
0x18 32  0  8  8  8  8 24  8  8 1 0x5c--         y  y  y     win,pb,str
0x19 32  0  8  8  8  8 24  8  8 1 0xa7--         y  y  y     win,pb,str
0x1a 32  0  8  8  8  8 24  8  8 1 0xda--         y  y  y     win,pb,str
0x1b 32  0  8  8  8  8 24  8  8 1 0xf2--         y  y  y     win,pb,str
0x1c 32  0  8  8  8  8 24  0  8 1 0x40--         y  y  y     win,pb,str
0x1d 32  0  8  8  8  8 24  0  8 1 0x8b--         y  y  y     win,pb,str
0x1e 32  0  8  8  8  8 24  0  8 1 0x50--         y  y  y     win,pb,str
0x1f 32  0  8  8  8  8 24  0  8 1 0x9b--         y  y  y     win,pb,str
0x20 32  0  8  8  8  8 24  0  8 1 0xd6--         y  y  y     win,pb,str
0x21 32  0  8  8  8  8 24  0  8 1 0xe6--         y  y  y     win,pb,str
0x22 32  0  8  8  8  8 24  8 16 1 0x4c--         y  y  y     win,pb,str
0x23 32  0  8  8  8  8 24  8 16 1 0x97--         y  y  y     win,pb,str
0x24 32  0  8  8  8  8 24  8 16 1 0x5f--         y  y  y     win,pb,str
0x25 32  0  8  8  8  8 24  8 16 1 0xaa--         y  y  y     win,pb,str
0x26 32  0  8  8  8  8 24  8 16 1 0x60--         y  y  y     win,pb,str
0x27 32  0  8  8  8  8 24  8 16 1 0xab--         y  y  y     win,pb,str
0x28 32  0  8  8  8  8 24  8 16 1 0xe2--         y  y  y     win,pb,str
0x29 32  0  8  8  8  8 24  8 16 1 0xf5--         y  y  y     win,pb,str
0x2a 32  0  8  8  8  8 24  8 16 1 0xf6--         y  y  y     win,pb,str
0x2b 32  0  8  8  8  8 24  0 16 1 0x48--         y  y  y     win,pb,str
0x2c 32  0  8  8  8  8 24  0 16 1 0x93--         y  y  y     win,pb,str
0x2d 32  0  8  8  8  8 24  0 16 1 0x53--         y  y  y     win,pb,str
0x2e 32  0  8  8  8  8 24  0 16 1 0x9e--         y  y  y     win,pb,str
0x2f 32  0  8  8  8  8 24  0 16 1 0x54--         y  y  y     win,pb,str
0x30 32  0  8  8  8  8 24  0 16 1 0x9f--         y  y  y     win,pb,str
0x31 32  0  8  8  8  8 24  0 16 1 0xde--         y  y  y     win,pb,str
0x32 32  0  8  8  8  8 24  0 16 1 0xe9--         y  y  y     win,pb,str
0x33 32  0  8  8  8  8 24  0 16 1 0xea--         y  y  y     win,pb,str
0x34 32  0  8  8  8  8 24  8 32 1 0x6c--         y  y  y     win,pb,str
0x35 32  0  8  8  8  8 24  8 32 1 0xb7--         y  y  y     win,pb,str
0x36 32  0  8  8  8  8 24  8 32 1 0x102--         y  y  y     win,pb,str
0x37 32  0  8  8  8  8 24  0 32 1 0x68--         y  y  y     win,pb,str
0x38 32  0  8  8  8  8 24  0 32 1 0xb3--         y  y  y     win,pb,str
0x39 32  0  8  8  8  8 24  0 32 1 0xfe--         y  y  y     win,pb,str
0x3a 24  0  8  8  8  0 24  8  0 0 0x21--         y  y  y     win,pb,pix,str
0x3b 24  0  8  8  8  0 24  8  0 0 0x22--         y  y  y     win,pb,pix,str
0x3c 24  0  8  8  8  0 24  8  0 0 0x23--         y  y  y     win,pb,pix,str
0x3d 24  0  8  8  8  0 24  0  0 0 0x27--         y  y  y     win,pb,pix,str
0x3e 24  0  8  8  8  0 24  0  0 0 0x72--         y  y  y     win,pb,pix,str
0x3f 24  0  8  8  8  0 24  0  0 0 0xbd--         y  y  y     win,pb,pix,str
0x40 24  0  8  8  8  0  0  0  0 0 0x2b--         y  y  y     win,pb,pix,str
0x41 24  0  8  8  8  0  0  0  0 0 0x76--         y  y  y     win,pb,pix,str
0x42 24  0  8  8  8  0  0  0  0 0 0xc1--         y  y  y     win,pb,pix,str
0x43 24  0  8  8  8  0 24  8  2 1 0x37--         y  y  y     win,pb,str
0x44 24  0  8  8  8  0 24  8  2 1 0x82--         y  y  y     win,pb,str
0x45 24  0  8  8  8  0 24  8  2 1 0xcd--         y  y  y     win,pb,str
0x46 24  0  8  8  8  0 24  0  2 1 0x2f--         y  y  y     win,pb,str
0x47 24  0  8  8  8  0 24  0  2 1 0x7a--         y  y  y     win,pb,str
0x48 24  0  8  8  8  0 24  0  2 1 0xc5--         y  y  y     win,pb,str
0x49 24  0  8  8  8  0 24  8  4 1 0x39--         y  y  y     win,pb,str
0x4a 24  0  8  8  8  0 24  8  4 1 0x84--         y  y  y     win,pb,str
0x4b 24  0  8  8  8  0 24  8  4 1 0xcf--         y  y  y     win,pb,str
0x4c 24  0  8  8  8  0 24  0  4 1 0x31--         y  y  y     win,pb,str
0x4d 24  0  8  8  8  0 24  0  4 1 0x7c--         y  y  y     win,pb,str
0x4e 24  0  8  8  8  0 24  0  4 1 0xc7--         y  y  y     win,pb,str
0x4f 24  0  8  8  8  0 24  8  8 1 0x43--         y  y  y     win,pb,str
0x50 24  0  8  8  8  0 24  8  8 1 0x8e--         y  y  y     win,pb,str
0x51 24  0  8  8  8  0 24  8  8 1 0x5b--         y  y  y     win,pb,str
0x52 24  0  8  8  8  0 24  8  8 1 0xa6--         y  y  y     win,pb,str
0x53 24  0  8  8  8  0 24  8  8 1 0xd9--         y  y  y     win,pb,str
0x54 24  0  8  8  8  0 24  8  8 1 0xf1--         y  y  y     win,pb,str
0x55 24  0  8  8  8  0 24  0  8 1 0x3f--         y  y  y     win,pb,str
0x56 24  0  8  8  8  0 24  0  8 1 0x8a--         y  y  y     win,pb,str
0x57 24  0  8  8  8  0 24  0  8 1 0x4f--         y  y  y     win,pb,str
0x58 24  0  8  8  8  0 24  0  8 1 0x9a--         y  y  y     win,pb,str
0x59 24  0  8  8  8  0 24  0  8 1 0xd5--         y  y  y     win,pb,str
0x5a 24  0  8  8  8  0 24  0  8 1 0xe5--         y  y  y     win,pb,str
0x5b 24  0  8  8  8  0 24  8 16 1 0x4b--         y  y  y     win,pb,str
0x5c 24  0  8  8  8  0 24  8 16 1 0x96--         y  y  y     win,pb,str
0x5d 24  0  8  8  8  0 24  8 16 1 0x5d--         y  y  y     win,pb,str
0x5e 24  0  8  8  8  0 24  8 16 1 0xa8--         y  y  y     win,pb,str
0x5f 24  0  8  8  8  0 24  8 16 1 0x5e--         y  y  y     win,pb,str
0x60 24  0  8  8  8  0 24  8 16 1 0xa9--         y  y  y     win,pb,str
0x61 24  0  8  8  8  0 24  8 16 1 0xe1--         y  y  y     win,pb,str
0x62 24  0  8  8  8  0 24  8 16 1 0xf3--         y  y  y     win,pb,str
0x63 24  0  8  8  8  0 24  8 16 1 0xf4--         y  y  y     win,pb,str
0x64 24  0  8  8  8  0 24  0 16 1 0x47--         y  y  y     win,pb,str
0x65 24  0  8  8  8  0 24  0 16 1 0x92--         y  y  y     win,pb,str
0x66 24  0  8  8  8  0 24  0 16 1 0x51--         y  y  y     win,pb,str
0x67 24  0  8  8  8  0 24  0 16 1 0x9c--         y  y  y     win,pb,str
0x68 24  0  8  8  8  0 24  0 16 1 0x52--         y  y  y     win,pb,str
0x69 24  0  8  8  8  0 24  0 16 1 0x9d--         y  y  y     win,pb,str
0x6a 24  0  8  8  8  0 24  0 16 1 0xdd--         y  y  y     win,pb,str
0x6b 24  0  8  8  8  0 24  0 16 1 0xe7--         y  y  y     win,pb,str
0x6c 24  0  8  8  8  0 24  0 16 1 0xe8--         y  y  y     win,pb,str
0x6d 24  0  8  8  8  0 24  8 32 1 0x6b--         y  y  y     win,pb,str
0x6e 24  0  8  8  8  0 24  8 32 1 0xb6--         y  y  y     win,pb,str
0x6f 24  0  8  8  8  0 24  8 32 1 0x101--         y  y  y     win,pb,str
0x70 24  0  8  8  8  0 24  0 32 1 0x67--         y  y  y     win,pb,str
0x71 24  0  8  8  8  0 24  0 32 1 0xb2--         y  y  y     win,pb,str
0x72 24  0  8  8  8  0 24  0 32 1 0xfd--         y  y  y     win,pb,str
0x73 16  0  5  6  5  0 24  8  0 0 0x00--         y  y  y     pb,str
0x74 16  0  5  6  5  0 24  0  0 0 0x00--         y  y  y     pb,str
0x75 16  0  5  6  5  0 16  0  0 0 0x00--         y  y  y     pb,str
0x76 16  0  5  6  5  0  0  0  0 0 0x00--         y  y  y     pb,str

Device platform:
EGL API version: 1.4
EGL vendor string: NVIDIA
EGL version string: 1.4
EGL client APIs: 
EGL extensions string:
    EGL_EXT_create_context_robustness EGL_EXT_output_base
    EGL_EXT_output_drm EGL_EXT_stream_consumer_egloutput
    EGL_EXT_stream_acquire_mode EGL_IMG_context_priority
    EGL_KHR_config_attribs EGL_KHR_create_context_no_error
    EGL_KHR_context_flush_control EGL_KHR_create_context
    EGL_KHR_display_reference EGL_KHR_fence_sync
    EGL_KHR_get_all_proc_addresses EGL_KHR_swap_buffers_with_damage
    EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image
    EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image
    EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base
    EGL_KHR_reusable_sync EGL_KHR_stream
    EGL_KHR_stream_consumer_gltexture EGL_KHR_stream_cross_process_fd
    EGL_KHR_stream_fifo EGL_KHR_stream_producer_eglsurface
    EGL_KHR_surfaceless_context EGL_NV_nvrm_fence_sync
    EGL_NV_stream_metadata EGL_NV_stream_reset EGL_NV_stream_sync
    EGL_NV_stream_consumer_gltexture_yuv EGL_NV_stream_attrib EGL_NV_sync
    EGL_NV_system_time EGL_NV_output_drm_flip_event
Configurations:
     bf lv colorbuffer dp st  ms    vis   cav bi  renderable  supported
  id sz  l  r  g  b  a th cl ns b    id   eat nd gl es es2 vg surfaces 
---------------------------------------------------------------------
0x01 32  0  8  8  8  8 24  8  0 0 0x00--         y  y  y     pb,str
0x02 32  0  8  8  8  8 24  0  0 0 0x00--         y  y  y     pb,str
0x03 32  0  8  8  8  8  0  0  0 0 0x00--         y  y  y     pb,str
0x04 32  0  8  8  8  8 24  8  2 1 0x00--         y  y  y     pb,str
0x05 32  0  8  8  8  8 24  0  2 1 0x00--         y  y  y     pb,str
0x06 32  0  8  8  8  8  0  0  2 1 0x00--         y  y  y     pb,str
0x07 32  0  8  8  8  8 24  8  4 1 0x00--         y  y  y     pb,str
0x08 32  0  8  8  8  8 24  8  4 1 0x00--         y  y  y     pb,str
0x09 32  0  8  8  8  8 24  0  4 1 0x00--         y  y  y     pb,str
0x0a 32  0  8  8  8  8 24  0  4 1 0x00--         y  y  y     pb,str
0x0b 32  0  8  8  8  8  0  0  4 1 0x00--         y  y  y     pb,str
0x0c 32  0  8  8  8  8  0  0  4 1 0x00--         y  y  y     pb,str
0x0d 32  0  8  8  8  8 24  8  8 1 0x00--         y  y  y     pb,str
0x0e 32  0  8  8  8  8 24  0  8 1 0x00--         y  y  y     pb,str
0x0f 32  0  8  8  8  8  0  0  8 1 0x00--         y  y  y     pb,str
0x10 24  0  8  8  8  0 24  8  0 0 0x00--         y  y  y     pb,str
0x11 24  0  8  8  8  0 24  0  0 0 0x00--         y  y  y     pb,str
0x12 24  0  8  8  8  0  0  0  0 0 0x00--         y  y  y     pb,str
0x13 24  0  8  8  8  0 24  8  2 1 0x00--         y  y  y     pb,str
0x14 24  0  8  8  8  0 24  0  2 1 0x00--         y  y  y     pb,str
0x15 24  0  8  8  8  0  0  0  2 1 0x00--         y  y  y     pb,str
0x16 24  0  8  8  8  0 24  8  4 1 0x00--         y  y  y     pb,str
0x17 24  0  8  8  8  0 24  8  4 1 0x00--         y  y  y     pb,str
0x18 24  0  8  8  8  0 24  0  4 1 0x00--         y  y  y     pb,str
0x19 24  0  8  8  8  0 24  0  4 1 0x00--         y  y  y     pb,str
0x1a 24  0  8  8  8  0  0  0  4 1 0x00--         y  y  y     pb,str
0x1b 24  0  8  8  8  0  0  0  4 1 0x00--         y  y  y     pb,str
0x1c 24  0  8  8  8  0 24  8  8 1 0x00--         y  y  y     pb,str
0x1d 24  0  8  8  8  0 24  0  8 1 0x00--         y  y  y     pb,str
0x1e 24  0  8  8  8  0  0  0  8 1 0x00--         y  y  y     pb,str
0x1f 16  0  5  6  5  0 24  8  0 0 0x00--         y  y  y     pb,str
0x20 16  0  5  6  5  0 24  0  0 0 0x00--         y  y  y     pb,str
0x21 16  0  5  6  5  0 16  0  0 0 0x00--         y  y  y     pb,str
0x22 16  0  5  6  5  0  0  0  0 0 0x00--         y  y  y     pb,str
0x23 16  0  5  6  5  0 24  8  2 1 0x00--         y  y  y     pb,str
0x24 16  0  5  6  5  0 24  0  2 1 0x00--         y  y  y     pb,str
0x25 16  0  5  6  5  0 16  0  2 1 0x00--         y  y  y     pb,str
0x26 16  0  5  6  5  0  0  0  2 1 0x00--         y  y  y     pb,str
0x27 16  0  5  6  5  0 24  8  4 1 0x00--         y  y  y     pb,str
0x28 16  0  5  6  5  0 24  8  4 1 0x00--         y  y  y     pb,str
0x29 16  0  5  6  5  0 24  0  4 1 0x00--         y  y  y     pb,str
0x2a 16  0  5  6  5  0 24  0  4 1 0x00--         y  y  y     pb,str
0x2b 16  0  5  6  5  0 16  0  4 1 0x00--         y  y  y     pb,str
0x2c 16  0  5  6  5  0 16  0  4 1 0x00--         y  y  y     pb,str
0x2d 16  0  5  6  5  0  0  0  4 1 0x00--         y  y  y     pb,str
0x2e 16  0  5  6  5  0  0  0  4 1 0x00--         y  y  y     pb,str
0x2f 16  0  5  6  5  0 24  8  8 1 0x00--         y  y  y     pb,str
0x30 16  0  5  6  5  0 24  0  8 1 0x00--         y  y  y     pb,str
0x31 16  0  5  6  5  0 16  0  8 1 0x00--         y  y  y     pb,str
0x32 16  0  5  6  5  0  0  0  8 1 0x00--         y  y  y     pb,str

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

davidmelvin commented 4 weeks ago

Hi @peremachowl, could you able to update your NVIDIA drivers and try again?

peremachowl commented 4 weeks ago

Hi @davidmelvin, my NVIDIA drivers are already updated.

vorporeal commented 4 weeks ago

If you run the following, does Warp start properly?

__GLX_VENDOR_LIBRARY_NAME=mesa WGPU_BACKEND=gl warp-terminal

If not, can you share the output?

peremachowl commented 4 weeks ago

no, the result is the same. Here is the output :

22:42:19 [INFO] Spawning terminal server process... 22:42:19 [INFO] Running terminal server... 22:42:19 [INFO] Running app with windowing system: X11 Error: Address already in use (os error 98) 22:42:19 [INFO] Failed to read User from secure storage NotFound 22:42:19 [INFO] Initializing crash reporting Some("linux_stable_release") with tag "v0.2024.08.13.08.02.stable_03"... 22:42:19 [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", 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://0195a81da0714f55a93ee4624825f9ec@o540343.ingest.sentry.io/5658526", logfile_name: "warp.log", show_autoupdate_menu_items: true } and version Some("v0.2024.08.13.08.02.stable_03") 22:42:19 [INFO] Start to send telemetry events to RudderStack 22:42:19 [INFO] Start to send telemetry events to RudderStack 22:42:19 [INFO] Performance metrics collector started 22:42:19 [INFO] Initializing app services 22:42:19 [INFO] Start to send telemetry events to RudderStack 22:42:19 [WARN] No config found! 22:42:19 [WARN] EGL says it can present to the window but not natively 22:42:19 [INFO] Connecting to SQLite database 22:42:19 [INFO] fetching team tester status 22:42:19 [INFO] Checking for update on channel stable_release. Update id is jRMthaC 22:42:19 [INFO] Fetching channel versions (without changelogs) from Warp server 22:42:19 [INFO] dispatching global action for root_view:open_from_restored 22:42:19 [INFO] dispatching global action for root_view:open_new 22:42:19 [INFO] Start to send telemetry events to RudderStack 22:42:19 [WARN] error getting team tester status: Failed to get access token for GraphQL request. Falling back to in-memory state. 22:42:19 [WARN] Failed to retrieve initial request limit info: Failed to get access token for GraphQL request

Caused by: Attempted to retrieve access token when user is logged out 22:42:20 [WARN] No config found! 22:42:20 [WARN] EGL says it can present to the window but not natively 22:42:20 [INFO] Enabled wgpu backends: Backends(GL) 22:42:20 [INFO] Available wgpu adapters (in priority order): 22:42:20 [INFO] Other: GeForce GT 610/PCIe/SSE2 Backend: Gl Driver: Unknown (OpenGL ES 3.2 NVIDIA 390.157) Can present: false Supported texture format: None 22:42:20 [ERROR] Failed to open window: No usable wgpu adapter was found 22:42:20 [INFO] WindowId(0) will close 22:42:20 [INFO] dispatching global action for workspace:save_app 22:42:20 [INFO] active window changed: None 22:42:20 [INFO] dispatching global action for root_view:update_quake_mode_state 22:42:20 [INFO] dispatching global action for workspace:save_app 22:42:20 [INFO] application will terminate 22:42:20 [INFO] Shutting down SQLite writer thread 22:42:20 [INFO] Shut down SQLite writer in 104.037861ms 22:42:20 [INFO] Writing queued events to disk because telemetry is enabled. 22:42:20 [INFO] Successfully wrote telemetry events to disk 22:42:20 [INFO] Tearing down terminal server... 22:42:20 [INFO] Received empty message; assuming the connection has been closed. 22:42:20 [INFO] Tearing down app services... 22:42:20 [INFO] Uninitializing crash reporting... 22:42:20 [INFO] Successfully flushed events to rudder from disk 22:42:20 [INFO] Flushed telemetry events. 22:42:20 [INFO] Received channel versions from Warp server: dev: ChannelVersion { version_info: VersionInfo { version: "v0.2024.08.19.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.08.19.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.08.13.08.02.beta_00", update_by: None, soft_cutoff: None }, overrides: [] }; stable: ChannelVersion { version_info: VersionInfo { version: "v0.2024.08.13.08.02.stable_03", update_by: None, soft_cutoff: Some("v0.2024.06.25.08.02.stable_01") }, overrides: [] }

DXrdjulmatov commented 4 weeks ago

If you run the following, does Warp start properly?

__GLX_VENDOR_LIBRARY_NAME=mesa WGPU_BACKEND=gl warp-terminal

If not, can you share the output?

I'm facing the same issue - warp just can't open. Tried to delete and reinstall - did't help. Here's my output

$ __GLX_VENDOR_LIBRARY_NAME=mesa WGPU_BACKEND=gl warp-terminal 14:34:54 [INFO] Spawning terminal server process... 14:34:54 [INFO] Running terminal server... 14:34:54 [INFO] Running app with windowing system: X11 thread 'main' panicked at app/src/server/server_api/client.rs:9:10: Reqwest Client must be able to be constructed: reqwest::Error { kind: Builder, source: Os { code: 13, kind: PermissionDenied, message: "Permission denied" } } note: run withRUST_BACKTRACE=1environment variable to display a backtrace

Also ran sudo warp-terminal, window is opening but it asks for Auth Token that I didn't know, also can't login, buttons are not clickable image image

I think this happened after latest update. How can I switch to previous version?

Update: got auth token following this guide and logged in. But still warp opens only with sudo sudo warp-terminal. Also it can't access directories except Desktop and snap

Update: saw this, thanks

peremachowl commented 4 weeks ago

I've just tried the following. It didn't work. https://github.com/warpdotdev/Warp/issues/5179#issuecomment-2297383354