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

Fix Desktop Build on Linux #954

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Fix Desktop Build on Linux #954

merged 1 commit into from
Jul 22, 2024

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Jul 22, 2024

WebAssembly needs a specific mime type to be allowed to be loaded. Tauri by default apparently can't send headers on Linux, unless you activate a specific feature, so the WebAssembly failed to load. Additionally, without the dialog feature, it also wasn't able to show the error message.

WebAssembly needs a specific mime type to be allowed to be loaded. Tauri
by default apparently can't send headers on Linux, unless you activate a
specific feature, so the WebAssembly failed to load. Additionally,
without the dialog feature, it also wasn't able to show the error
message.
@CryZe CryZe added bug There's a bug in LiveSplit One. enhancement A new feature or general improvement to LiveSplit One. Tauri An issue about the Tauri based desktop version. labels Jul 22, 2024
@CryZe CryZe linked an issue Jul 22, 2024 that may be closed by this pull request
@CryZe CryZe enabled auto-merge (squash) July 22, 2024 15:36
@CryZe CryZe added the WebKit An issue that affects the WebKit engine (used by Safari and Tauri on Linux) label Jul 22, 2024
@CryZe CryZe merged commit a446760 into LiveSplit:master Jul 22, 2024
4 checks passed
@CryZe CryZe deleted the linux-desktop branch September 30, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug There's a bug in LiveSplit One. enhancement A new feature or general improvement to LiveSplit One. Tauri An issue about the Tauri based desktop version. WebKit An issue that affects the WebKit engine (used by Safari and Tauri on Linux)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Desktop version: getting stuck on loading screen
1 participant