Skip to content

Application Fails to Run on Ubuntu WSL with Graphics and Sidecar Errors #131

Description

@codepinto
Image

Description

I followed the instructions here: https://github.com/getAsterisk/claudia. I ran bun install with no issues, but the last part did not work, and I got the error shown in the screenshot. The application opens a blank white window and outputs errors related to graphics rendering and a missing sidecar file.

Actual Behavior

The application opens a blank white window and outputs the following errors in the terminal:

libEGL warning: DRI3: Screen seems not DRI3 capable
MESA: error: ZINK: failed to choose pdev
libEGL warning: egl: failed to create dri2 screen
libEGL warning: failed to open /dev/dri/renderD128: Permission denied
[2025-07-04T19:27:05Z ERROR claudia::commands::claude] Failed to execute sidecar: No such file or directory (os error 2)

Additional Context

  • I am using Ubuntu on WSL, which may have limitations with GPU access and hardware acceleration.
  • The permission error for /dev/dri/renderD128 suggests potential issues with graphics rendering in WSL.
  • The missing sidecar file error indicates that a required binary or resource was not found, possibly due to a build or configuration issue.

Request for Assistance

To help diagnose the issue, could the developers provide guidance on:

  • Any specific requirements or configurations needed to run Claudia in a WSL environment?
  • How to properly set up GPU access or handle graphics rendering in WSL?
  • Ensuring that all necessary sidecar files are generated during the build process?

Please let me know if there are any logs or outputs I can provide to further assist in troubleshooting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions