🔧 Troubleshooting Guide

Solutions to common Eaglercraft problems.

Connection Issues

❌ Problem: "WebSocket Connection Failed"

This means your browser can't connect to the server.

Solution 1: Check the URL Format

Always use wss:// (secure WebSocket).

Solution 2: Verify Server is Running

For Codespaces Docker:
$ docker-compose ps
(Should show "eaglercraft-server" running)

For Sealos:
Check dashboard — app should show "Running"

Solution 3: Check Firewall/School Filters

Solution 4: Browser Compatibility

❌ Problem: "Connection Timed Out"

Server isn't responding.

❌ Problem: "Can't Connect to [Server URL]"

The domain/URL doesn't exist or is wrong.

Performance Issues

❌ Problem: Very Low FPS

Game is running at 10-20 FPS.

Quick Fixes (Try in Order)

  • Close 10+ browser tabs to free RAM
  • Disable Chrome extensions (Settings → Extensions → toggle OFF)
  • Play in fullscreen mode (F11)
  • Turn off shaders (Options → Advanced → Off)
  • Lower render distance to 6-8 chunks
  • Restart browser completely
  • Advanced Fixes

    ❌ Problem: Constant Lag Spikes

    FPS drops every few seconds.

    ❌ Problem: Stuttering/Freezing Randomly

    Gameplay Issues

    ❌ Problem: World Won't Save

    Don't panic! Your world is saved locally in your browser.

    Check if World is Being Saved

    If World Data is Lost

    Possible causes:

    Prevention: Export your world regularly as a .ZIP file.

    ❌ Problem: Can't Place/Break Blocks

    ❌ Problem: Mobs Spawning in Peaceful Mode

    Audio/Voice Chat Issues

    ❌ Problem: Voice Chat Not Working

    Solution 1: Check Browser Permissions

    Solution 2: Check Server Certificate (HTTPS Required)

    Voice chat requires HTTPS (secure connection).

    Solution 3: Check System Audio

    ❌ Problem: Can't Hear Others

    Client/Download Issues

    ❌ Problem: Client Won't Launch

    ❌ Problem: Client Says "Outdated Version"

    ❌ Problem: Antivirus Blocking Eaglercraft

    This is a false positive. Official Eaglercraft is safe.

    Server Issues (For Server Owners)

    ❌ Problem: Server Crashes on Startup

    For Docker (Codespaces):

    $ docker-compose logs -f
    (Look for red ERROR messages)
    
    Common causes:
    - Port already in use: Change port in docker-compose.yml
    - Out of memory: Increase allocated RAM
    - Image won't pull: Check internet or Docker Hub status

    ❌ Problem: Players Can't Connect

    ❌ Problem: World Corruption

    Still Stuck?

    📖 Check FAQ

    Most questions answered.

    Go to FAQ

    ⚡ Performance Guide

    Optimize FPS and speed.

    Performance

    🎨 Client Guide

    Try a different client.

    Clients