Open peremachowl opened 2 months ago
Similar issue, running it after installation I get an empty dialog within an empty window showing controls that have no text (might be a localization issue?)
Hi @peremachowl, could you able to update your NVIDIA drivers and try again?
Hi @davidmelvin, my NVIDIA drivers are already updated.
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?
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: [] }
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 with
RUST_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
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
I've just tried the following. It didn't work. https://github.com/warpdotdev/Warp/issues/5179#issuecomment-2297383354
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
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
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