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

V0.1.1: The installation on Windows 11 was successful, but it crashes immediately upon opening. #6

Open
pikapiu opened this issue Dec 20, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@pikapiu
Copy link

pikapiu commented Dec 20, 2024

No description provided.

@yitian33
Copy link

Me too

@gsidhu
Copy link
Owner

gsidhu commented Dec 20, 2024

Can you try building from source? I have a feeling the code causes a panic due to a boundary condition and crashes the app.

If you run the app in a dev environment you could track where the code is erroring. That would help me fix it!

@gsidhu gsidhu added the bug Something isn't working label Dec 23, 2024
@UyCode
Copy link

UyCode commented Dec 23, 2024

follow the instruction: windows specific configuration.
then my suggestion is:

  1. if failed to read sqlite3.lib, then change the rusqlite = "0.31.0" to rusqlite = {version = "0.31.0", features=["bundled"]} in Cargo.toml file. ( or you can install sqlite3.lib by yourself.)
  2. If failed because of database, delete buzee-tauri folder in your Documents folder, then try again.
  3. If failed because of global shortcut. specify another shortcut or disable it: open buzee.db, open user_preferences table, set global_shortcut_enabled to 0, then re-run the dev command.
    after this try. I am successfully run the application in windows.
    good luck!

@volfadar
Copy link

me too

@zhl111
Copy link

zhl111 commented Jan 9, 2025

Me too, it's so frustrating.

@gsidhu
Copy link
Owner

gsidhu commented Jan 10, 2025

I am working on testing the Windows build for v0.2+ and will release a working installer (that doesn't crash!) soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants