Skip to content

Troubleshooting

brutal-fps-wiki edited this page Sep 8, 2026 · 1 revision

πŸ› οΈ Troubleshooting

Quick fixes for the most common BRUTAL-FPS problems.


πŸͺŸ Windows

"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.


🍎 macOS

"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.app

Wrong version of DMG? β†’ Intel Macs: -x64.dmg. Apple Silicon (M1/M2/M3): -arm64.dmg (or the -universal.dmg).


🐧 Linux

AppImage: "Permission denied"

chmod +x BRUTAL-FPS-1.0.1.AppImage

AppImage: "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.deb

Missing 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

πŸ’€ Kali Linux specifics

  • Use the Kali package (build-kali.sh) so dependencies resolve with t64 names.
  • 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.

⚑ App runs but boost seems weak

  1. Check πŸ“Š Dashboard temps β€” if CPU > 85 Β°C, switch to Silent or Balanced
  2. Close heavy background apps before boosting
  3. For emulators, open πŸ“± Emulators and click Optimize on yours
  4. Make sure your GPU drivers are current

πŸ“¦ Download fails or file is corrupt

  • Use the direct link from the Releases page
  • Clear browser cache, retry
  • Verify file size matches the release listing

πŸ› Still stuck?

Open an issue: https://github.com/brutal-45/GAME-FPS-BOOSTER/issues Include your OS, app version, and the error message.

Clone this wiki locally