-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Quick fixes for the most common BRUTAL-FPS problems.
"Windows protected your PC" (SmartScreen) β Click More info β Run anyway. Open-source unsigned apps trigger this; the app is safe and open source.
App won't start β Install the Visual C++ Redistributable, run as Administrator, or check antivirus quarantine.
Installer fails β Temporarily disable antivirus, make sure you can write to the chosen folder.
"App can't be opened because the developer cannot be verified" β Right-click the app β Open, or:
xattr -rd com.apple.quarantine /Applications/BRUTAL-FPS.appWrong version of DMG?
β Intel Macs: -x64.dmg. Apple Silicon (M1/M2/M3): -arm64.dmg (or the
-universal.dmg).
AppImage: "Permission denied"
chmod +x BRUTAL-FPS-1.0.1.AppImageAppImage: "FUSE is not available"
sudo apt install -y fuse # Debian/Ubuntu/Kali (fuse3)
# or run without FUSE:
./BRUTAL-FPS-1.0.1.AppImage --appimage-extract-and-run.deb install fails (missing dependencies)
sudo apt-get update
sudo apt-get install -f
sudo dpkg -i BRUTAL-FPS-1.0.1.debMissing libraries (older distros)
sudo apt-get install libgtk-3-0 libnotify4 libnss3 libxss1 libasound2
# Kali 2024+/Debian trixie (t64 names):
sudo apt-get install libgtk-3-0t64 libnotify4t64 libnss3 libxss1t64 libasound2t64- Use the Kali package (
build-kali.sh) so dependencies resolve witht64names. - If the app can't find your GPU/driver:
sudo apt install -y kali-linux-gpu glxinfo | grep "OpenGL renderer"
- FUSE on Kali:
sudo apt install -y fuse3.
- Check π Dashboard temps β if CPU > 85 Β°C, switch to Silent or Balanced
- Close heavy background apps before boosting
- For emulators, open π± Emulators and click Optimize on yours
- Make sure your GPU drivers are current
- Use the direct link from the Releases page
- Clear browser cache, retry
- Verify file size matches the release listing
Open an issue: https://github.com/brutal-45/GAME-FPS-BOOSTER/issues Include your OS, app version, and the error message.
- π Home
- π₯ Installation
- β‘ Quick Start
- π― Boost Modes
- π Kali Linux Package
- π§ Building from Source
- π CI/CD & Releases
- π οΈ Troubleshooting
- β FAQ
Made with π by Brutal Tools Β· GitHub