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

native/linux_x11: Better error handling #465

Merged
merged 1 commit into from
Jul 2, 2024
Merged

native/linux_x11: Better error handling #465

merged 1 commit into from
Jul 2, 2024

Conversation

not-fl3
Copy link
Owner

@not-fl3 not-fl3 commented Jul 2, 2024

no more fn run() -> Option<()>!

Before:

thread 'main' panicked at /home/fl3/fun/miniquad/src/lib.rs:346:50:
X11 backend failed

After:

thread 'main' panicked at /home/fl3/fun/miniquad/src/lib.rs:346:50:
X11 backend failed: LibraryNotFound(DlOpenError("libxkbcommon.so.0"))

@not-fl3 not-fl3 merged commit b0fa18b into master Jul 2, 2024
20 checks passed
@not-fl3 not-fl3 deleted the linux_errors branch July 2, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant