-
Notifications
You must be signed in to change notification settings - Fork 7
Windows executable crashes immediately on launch #1
Copy link
Copy link
Open
Description
Problem
Windows users report that ricochet.exe crashes immediately after launching with no visible error message.
Current Behavior
- Download
ricochet.exefrom releases - Double-click executable
- Window appears briefly then closes
- No error message shown
Expected Behavior
- Application should start successfully, OR
- Show clear error message with instructions if dependencies missing
Root Cause (Suspected)
Hardcoded Mac paths in cmd/ricochet/main.go:109-112:
whisperPath = "/Users/exampleUser/Ricochet/third_party/whisper.cpp/..."## Proposed Fix
- Add startup dependency validation (TELEGRAM_BOT_TOKEN, FFmpeg, Whisper)
- Make Whisper optional (disable voice commands if missing)
- Show helpful error messages instead of crashing
- Create console version for debugging
- Update Windows documentation
Impact
🚨 CRITICAL: Blocks all Windows users from using Ricochet
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels