Common Issues
This guide covers the most common issues users encounter with LiquidBounce and how to resolve them.Before troubleshooting, make sure you’re using the latest version of LiquidBounce and Fabric.
Installation Issues
Game Won’t Start
Minecraft crashes on startup
Minecraft crashes on startup
Symptoms: Game crashes immediately when launching or during the loading screen.Solutions:
- Verify Fabric Installation:
- Ensure Fabric loader is installed for the correct Minecraft version
- Download from fabricmc.net
- Check Mod Compatibility:
- Remove all mods except LiquidBounce
- If it works, add mods back one by one to find the conflict
- Review Crash Logs:
- Check
.minecraft/crash-reports/for crash reports - Look for error messages mentioning specific mods or missing dependencies
- Check
- Verify Java Version:
- Minecraft 1.17+ requires Java 17 or higher
- Check your Java version in the launcher settings
LiquidBounce not appearing in mods list
LiquidBounce not appearing in mods list
Symptoms: Mod list doesn’t show LiquidBounce after installation.Solutions:
- Verify Installation:
- Confirm the
.jarfile is in.minecraft/mods/ - Check you’re launching with the Fabric profile, not Vanilla or Forge
- Confirm the
- Check File Integrity:
- Re-download LiquidBounce from liquidbounce.net
- Ensure the download completed successfully
- Version Mismatch:
- Verify LiquidBounce version matches your Minecraft version
- Check the file name for version information
- Fabric API Missing:
- Some features require Fabric API
- Install Fabric API in your mods folder
'Incompatible mod set' error
'Incompatible mod set' error
Symptoms: Error message about incompatible mods or missing dependencies.Solutions:
-
Install Fabric API:
-
Check Minecraft Version:
- Ensure all mods are for the same Minecraft version
- Remove mods for different versions
-
Update Dependencies:
- Update Fabric loader to the latest version
- Update other required mods
Installation Steps Not Working
Clean Installation
- Remove LiquidBounce from
.minecraft/mods/ - Delete the
LiquidBouncefolder from.minecraft/ - Reinstall Fabric loader
- Download fresh LiquidBounce build
- Place in mods folder and launch
Verify Prerequisites
- Java 17+ installed
- Fabric loader installed
- Correct Minecraft version
- No conflicting mods
Performance Issues
Low FPS / Lag
Disable Visual Modules
Visual modules like ESP, Tracers, and Trails can impact FPS. Disable modules you don’t actively use.
Optimize Settings
Lower Minecraft graphics settings, reduce render distance, and disable fancy graphics.
Allocate More RAM
Give Minecraft 2-4GB of RAM through launcher settings (don’t exceed 50% of total RAM).
Detailed Performance Solutions
Step-by-step FPS optimization
Step-by-step FPS optimization
-
Check Resource Usage:
- Open Task Manager (Windows) or Activity Monitor (Mac)
- Monitor CPU and RAM usage while playing
-
Optimize Java Arguments:
Add these JVM arguments in launcher settings:
-
Disable Heavy Modules:
- ESP modules (especially with many entities)
- Tracers with long lines
- Particle effects
- Animations
-
Compatible Performance Mods:
- Sodium - Rendering engine
- Lithium - Server/game optimization
- Starlight - Lighting engine
- FerriteCore - Memory optimization
Memory Issues
Out of Memory Errors:-
Increase allocated RAM in launcher:
- Open launcher settings
- Find JVM Arguments
- Change
-Xmx2Gto-Xmx4G(or higher)
- Close other applications while playing
-
Check for memory leaks:
- Monitor RAM usage over time
- Restart game periodically
Module Issues
Modules Not Working
Module enabled but not functioning
Module enabled but not functioning
Common Causes:
- Server-Side Detection:
- Many servers detect and block client modifications
- Module may be disabled server-side
- Incorrect Settings:
- Review module configuration
- Some modules require specific settings to work
- Reset module to default settings
- Conflicting Modules:
- Disable other modules that might conflict
- Test the module in isolation
- Version Incompatibility:
- Module may not work on certain Minecraft versions
- Check GitHub issues for known problems
Module keybinds not responding
Module keybinds not responding
Solutions:
- Check for key conflicts with Minecraft or other mods
- Rebind the module to a different key
- Use the command instead:
.toggle <module> - Verify keybinds are saved in
LiquidBounce/binds.json
Module settings reset on restart
Module settings reset on restart
Causes & Fixes:
- Permissions Issue:
- Check file permissions for
LiquidBounce/folder - Ensure Minecraft can write to the directory
- Check file permissions for
- Corrupted Config:
- Delete
settings.jsonto reset - Reconfigure modules
- Delete
- Multiple Instances:
- Close all Minecraft instances
- Launch only one instance
Configuration Problems
Settings Not Saving
Check File Permissions
Ensure
.minecraft/LiquidBounce/ folder is writable:- Windows: Right-click folder → Properties → Uncheck “Read-only”
- Linux/Mac:
chmod -R 755 ~/.minecraft/LiquidBounce/
Verify Config Files
Check if these files exist and are not corrupted:
settings.jsonbinds.jsonaccounts.json
Config Import/Export Issues
Imported config not working
Imported config not working
- Verify JSON syntax is valid
- Check version compatibility
- Ensure all required files are imported
- Try importing individual files instead of folder
Mod Conflicts
Identifying Conflicts
Binary Search Method
- Remove half of your mods
- Test if issue persists
- Repeat with the problematic half
- Continue until you find the conflicting mod
Common Conflicts
- Other client mods
- Mods modifying rendering
- Mods changing keybinds
- Performance mods (sometimes)
Known Incompatibilities
- Other hacked clients (never use multiple clients together)
- Some shaderpacks (may cause visual glitches)
- Outdated optimization mods
- Mods that modify Minecraft’s base classes extensively
Debug Mode & Logging
Enabling Debug Output
Access Debug Settings
Look for debug options in LiquidBounce’s settings menu or configuration files.
Understanding Log Files
Where to find logs
Where to find logs
- Latest log:
.minecraft/logs/latest.log - Crash reports:
.minecraft/crash-reports/ - Debug logs:
.minecraft/logs/debug.log(if enabled)
Reading error messages
Reading error messages
Look for these key indicators in logs:
[ERROR]- Critical errors[WARN]- Warnings (may not be critical)[FATAL]- Fatal errors causing crashesExceptionorError- Stack traces showing what went wrong
Script Issues
Scripts Not Loading
Script file not recognized
Script file not recognized
Checklist:
- File extension is
.js - File is in
LiquidBounce/scripts/folder - File name doesn’t contain special characters
- File encoding is UTF-8
Script syntax errors
Script syntax errors
Common Mistakes:
- JavaScript syntax errors:
- Missing semicolons
- Mismatched brackets
- Typos in function names
- API usage errors:
- Incorrect API calls
- Missing required parameters
- Using deprecated functions
Script causes crashes
Script causes crashes
- Check for infinite loops
- Verify all API calls are correct
- Test with minimal script first
- Check console/logs for error messages
- Use try-catch blocks:
Reloading Scripts
Use the reload command to reload scripts without restarting:- Fix any syntax errors
- Check file permissions
- Restart Minecraft
- Review logs for error messages
Network Issues
Connection Problems
Can't connect to servers with LiquidBounce
Can't connect to servers with LiquidBounce
- Some servers block known client modifications
- Try disabling all modules before connecting
- Check if server allows client mods
- Verify you’re not using a VPN that’s blocked
Getting kicked/banned from servers
Getting kicked/banned from servers
- Server has anti-cheat detecting LiquidBounce
- Certain modules are being detected
- Your actions appear suspicious
- Only use on servers that allow it
- Disable detectable modules
- Use more subtle settings
Still Having Issues?
Getting Help
Discord Support
Join our Discord for real-time troubleshooting help
Forum
Post detailed issues on the forum
GitHub Issues
Report bugs with logs and reproduction steps
FAQ
Check the FAQ for more common questions
When Asking for Help
Provide this information for faster support:
-
Your Setup:
- Minecraft version
- LiquidBounce version
- Fabric version
- Operating system
- Other mods installed
-
The Problem:
- What you’re trying to do
- What actually happens
- Error messages (exact text)
- When it started happening
-
What You’ve Tried:
- Troubleshooting steps already attempted
- Any changes that might have caused it
-
Logs:
- Latest log file
- Crash report (if applicable)
- Screenshots of errors