Troubleshooting
This guide provides solutions for common issues you might encounter when using Maps4FS. For deployment-specific issues, please refer to the Local Deployment documentation which includes an extensive troubleshooting section.
🖥️ UI and Interface Issues
Maps4FS Interface Errors or Blank Screen
If you experience issues with the Maps4FS interface (blank screen, features not working, errors):
Check Browser Console for Errors
Chrome/Edge: Press
F12orCtrl+Shift+J(Windows) /Cmd+Option+J(Mac)Firefox: Press
F12orCtrl+Shift+K(Windows) /Cmd+Option+K(Mac)Look for red error messages that indicate what's failing
Obtain Complete UI Logs
# If using local deployment docker logs maps4fsui > maps4fsui.log # If using API container docker logs maps4fsapi > maps4fsapi.logCommon UI Issues and Solutions
IssuePossible SolutionNetwork error
Check your internet connection and firewall settings
API unavailable
Ensure API container is running (
docker ps)Blank screen
Try clearing browser cache or use incognito/private mode
Corrupted files
Try re-launching containers:
docker-compose restartBrowser incompatibility
Try a different browser (Chrome recommended)
Share Error Details
When seeking help, always include:
Browser console errors (screenshot or text)
Container logs
Steps to reproduce the issue
Browser and OS information
🗺️ Map Data Issues
Fields or Forests Missing from Generated Map
If your map is missing expected content (fields, forests, decorative foliage):
Check Generation Settings
Ensure the features were enabled in generation settings
Verify proper field/forest density settings
Check for filters that might exclude these elements
Verify OSM Data Coverage
Some areas have incomplete OpenStreetMap data
Visit OpenStreetMap to check your area's coverage
See FAQ: Map Data & Objects for detailed help
Consider Custom OSM
For complete control, use Custom OSM
Add missing farmland and forest areas manually
Create precise map data for your specific needs
Terrain Type Impact
Dense urban areas may have fewer detected fields
Remote regions might have incomplete OSM coverage
Consider adjusting the coordinates slightly to capture more agricultural areas
🔧 Giants Editor Issues
Map Won't Open in Giants Editor
If your generated map fails to open in Giants Editor:
Verify Correct Giants Editor Version
FS22 maps: Require Giants Editor 9.x
FS25 maps: Require Giants Editor 10.x
Important: Not just major versions, but exact minor versions must match your game installation
Check Editor Logs for Errors
Find logs at:
C:/Users/<username>/AppData/Local/GIANTS Editor 64bit X.X.X/editor_log.txtThe most recent entries will indicate why the map failed to load
Common causes: missing files, corrupted data, incompatible versions
Purple Terrain or Black Screen
See FAQ: Giants Editor Issues for fixing purple terrain or black screen flickering
Follow the step-by-step solutions provided there
Map Structure Issues
Verify the map structure matches Giants Editor expectations
Don't modify the folder structure of the generated map
Keep file naming conventions intact
🎮 Game Loading Issues
Map Does Not Open in Farming Simulator
If your map installs but won't load in the game:
Enable Debug Console
Locate
game.xmlat:Modify development section:
In-game, press
~to open console and check for errors
Check Game Logs
If game crashes before console access:
Focus on the latest entries for error messages
Verify Mod Installation
Ensure proper archive naming:
FS25_MapName.zip(no spaces/special characters)Check correct archive structure (files at root level, not in subfolder)
See FAQ: Mod Installation Issues for examples
Fix Missing Ground Collision
If crops can't be destroyed or terrain glitches occur
In Giants Editor: Scripts → Shared scripts → Map → Create Ground Collision Map
Important: Repeat this process every time you edit the map
📦 Common Data Issues
Poor Map Quality or Missing Features
Elevation Issues
Flat terrain: Area might lack SRTM coverage; try a different location
Spiky terrain: Try increasing DisplacementLayer size in Giants Editor
Consider Custom DEM for higher-quality elevation data
Road and Building Issues
Missing roads: OSM data might be incomplete in your area
Floating objects: Select objects and place on terrain in Giants Editor
See FAQ: Object Placement Issues for detailed solutions
Water Systems Problems
Missing rivers/lakes: Check water settings in generation parameters
Water appears above terrain: Adjust water depth settings or edit manually in Giants Editor
Water plane issues: May require manual adjustment in Giants Editor
🆘 Getting Additional Help
If you've tried the solutions above and still have issues:
Prepare Information
Screenshots of the issue
Logs (UI, API, Giants Editor, or game)
Detailed description of the problem
Steps to reproduce
Reach Out
Join our Discord community for real-time support
Open an issue on GitHub with complete information
Follow the checklist in Getting Help to ensure your issue can be addressed quickly
Last updated