-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Bug]: Program not starting #306
Comments
What happened? When trying to open the program after installation nothing happens. Steps to reproduce What OS are you seeing the problem on? Window 10 After installation (I'm not the original poster, just someone with the same problem) I found that the app had been installed in my user home directory in the AppData\Local folder. That is the FIRST time I've seen an app installed in this location. Is this the correct default location? Also, it is 56,366 KB, is this an appropriate size? This is my first encounter with this app. |
I uninstalled the version I had, installed 2.6.1, and still nothing happening. Uninstalled that, and downloaded 2.5.5 thinking that IT would definitely work. Nothing. This leads me to believe that there is some external requirement that I am not meeting. Attached is my dxdiag file. If you need other information, please reply. |
Try the following:
cd %userprofile%\desktop
mkdir test
cd test
winget install -e --id 7zip.7zip
winget install -e --id JernejSimoncic.Wget
wget https://github.com/thewh1teagle/vibe/releases/download/v2.6.1/vibe_2.6.1_x64-setup.exe
"C:\Program Files\7-Zip\7z.exe" x vibe_2.6.1_x64-setup.exe
wget https://github.com/thewh1teagle/vibe/raw/refs/heads/main/samples/short.wav
set RUST_LOG=DEBUG
vibe.exe --model ggml-medium.bin --file short.wav
7 . Paste the log here |
Still nothing. Is there supposed to be a file "ggml-medium.bin" in the vibe directory? Also, do I need RUST downloaded? |
What do you mean still nothing? |
Nothing, no logs, nothing. |
Is rust a program that I need? How about a file "ggml-medium.bin"? I have neither. |
Hmm. That's strange. You don't need Rust. The file ggml-medium.bin should be in vibe's models folder if you ran it in the past |
There is no models folder. |
No vibe in task manager. |
Ok, downloaded ggml-medium.bin from huggingface. No difference. Put it in 'models' folder under vibe folder. |
I'm not sure why it doesn't respond. Can you join discord channel mentioned in the repository readme so we'll continue debug from there? Or contact me in Telegram |
Joined the discord. |
Here's the crash log for 2.6.1 |
I can reproduce my problem and solution! For the latter:
|
What happened?
When trying to open the program after installation nothing happens, tried installing earlier versions but issues persists. OS Windows 10
Steps to reproduce
Doesn't even open a window, just nothing happens.
What OS are you seeing the problem on?
Window
Relevant log output
No response
The text was updated successfully, but these errors were encountered: