Troubleshooting
This page lists some of the common issues users encounter when using GlobalQuake.
"Java not found" error
- Windows: GlobalQuake for Windows bundles its own Java runtime. If you are seeing this error, the installation may be corrupted. Try reinstalling the application.
- macOS/Linux: Run
which javain your terminal to verify Java is installed and correctly added to your system PATH.
GlobalQuake won't start
- Verify Java version:
java -versionshould show 17 or higher (macOS/Linux). - Check that you have at least 1024 MB of free RAM.
- Try resetting your configuration by deleting the GlobalQuake data folder and restarting:
- Windows: Delete the
%APPDATA%\GlobalQuakefolder. - macOS/Linux: Delete the configuration data folder located directly inside the directory where you extracted the GlobalQuake
.zipfile.
- Windows: Delete the
Stations not appearing or not synchronizing
- Synchronize your system time - This is the most common cause. Use NTP to ensure accurate system time:
- Windows: Settings → Time & language → Date & time → Turn on "Set time automatically"
- macOS: System Preferences → Date & Time → Set date and time automatically
- Linux: Run
timedatectl set-ntp onor configure NTP manually
- Verify internet connection is active
- Check firewall settings - GlobalQuake needs access to port 38000
- Restart the application
No earthquake data displays
- Verify internet connection is active
- Check firewall settings - GlobalQuake needs access to port 38000 (custom data protocol)
- Ensure system time is synchronized (see above)
- Restart the application
Custom sound does not work
The converted WAV configuration might not be supported, please make sure the format is as follows:
- PCM_SIGNED 16 bit, little-endian
- 44100 Hz
- Stereo/Mono
Sample FFmpeg command to convert to the conforming standard above:
Getting Help
If you encounter issues not covered above:
- Review application logs in:
- Windows:
%APPDATA%\GlobalQuake\logs\ - macOS/Linux: The data/logs/ directory located inside the folder where you extracted GlobalQuake.
- Windows:
- Ask on Discord in the #gq-help-and-support channel
- Report issues to [email protected]
This will allow us to better understand the issues you are facing and potentially fix undiscovered bugs.

