thewh1teagle / vibe

Transcribe on your own!
https://thewh1teagle.github.io/vibe/
MIT License
442 stars 30 forks source link

[Bug]: Crash at launch on linux #75

Closed aluzed closed 1 month ago

aluzed commented 1 month ago

What happened?

Instant crash on linux when launching. This is what I read from the console:

vibe: error while loading shared libraries: libopenblas.so.0: cannot open shared object file: No such file or directory

You should add this requirement on readme file:

sudo apt-get install libopenblas-dev

Steps to reproduce

Launch vibe on ubuntu 22

What OS are you seeing the problem on?

Linux

Relevant log output

No response

thewh1teagle commented 1 month ago

@aluzed Thanks for reporting! I'm surprised you got such error, openblas-dev is already dependency declared in tauri config

oleole39 commented 1 month ago

That will be a comment of limited value, but... using Linux Mint 21 (based on Ubuntu 22.04) did not bring such issue after installing vibe_1.0.7_amd64.deb. Though I can't tell whether openblas-dev had been manually installed earlier.

thewh1teagle commented 1 month ago

I checked the deb files with dpkg and seems like the dependency already declared. Not sure why it didn't installed for you. If anyone else experience feel free to open new issue / comment here.

$ dpkg-deb -I ./vibe_2.0.0_amd64.deb 
 new Debian package, version 2.0.
 size 10253950 bytes: control archive=757 bytes.
     208 bytes,     9 lines      control
    1097 bytes,    15 lines      md5sums
 Package: vibe
 Version: 2.0.0
 Architecture: amd64
 Installed-Size: 27797
 Maintainer: @thewh1teagle
 Priority: optional
 Depends: ffmpeg, libopenblas-dev, libwebkit2gtk-4.1-0, libgtk-3-0
 Description: Vibe
  (none)