TROUBLESHOOTING
Solutions for common VibeUE issues and problems
If you're experiencing issues with VibeUE, you've come to the right place. Check the common problems and solutions below. If you don't find your issue, reach out to the community or file an issue on GitHub.
🔌 MCP Server Connection Issues
⚠️ MCP Server Not Connecting
Symptom:
Tools don't appear in chat, or "Server not responding" error appears
Solution Steps:
- Check that your MCP server is running and accessible
- For HTTP servers: Open
http://localhost:3000in your browser (replace 3000 with your port) - Verify the URL in
vibeue_mcp_servers.jsonis correct - Check that the server process hasn't crashed - look at server logs
- Restart Unreal Engine
- Check Unreal Editor logs (Window → Developer Tools → Output Log) for connection errors
⚠️ "Connection Timeout" Error
Symptom:
Server connection times out after 30 seconds
Causes & Solutions:
- Firewall blocking: Allow Unreal Engine in your firewall settings
- Wrong host/port: Verify the server URL (e.g.,
http://127.0.0.1:3000) - Server not ready: Some servers take time to start - check server startup logs
- Network issues: If using remote servers, check your network connection
📦 Plugin & Installation Issues
⚠️ VibeUE Plugin Not Found
Symptom:
Plugin doesn't appear in Settings, or "Plugin not loaded" error
Solution Steps:
- Verify VibeUE is installed in your Plugins folder
- Open Edit → Plugins and search for "VibeUE"
- If not found: GitHub installation: Run
GenerateProjectFiles.batand rebuild - If not found: FAB installation: Reinstall via Fab
- Restart Unreal Engine
- Check for compilation errors in the Output Log
⚠️ Installation Fails on FAB
Symptom:
Installation gets stuck or shows error during FAB installation
Solution Steps:
- Close all Unreal Engine instances
- Delete your project's
Plugins/VibeUEfolder - Try the installation again
- If error persists: Install via GitHub instead
🛠️ Tool & Feature Issues
⚠️ Tools Not Responding / Errors
Symptom:
Using a tool results in error or "Tool not available" message
Solution Steps:
- Check the Unreal Editor output log for detailed error messages
- Verify you have a valid level open before using level-related tools
- Some tools require specific prerequisites (e.g., selected actor for actor tools)
- Restart Unreal Engine and try again
- Check if the tool is available in your VibeUE version
⚠️ AI Chat Panel Not Appearing
Symptom:
VibeUE button doesn't appear or chat panel won't open
Solution Steps:
- Check that VibeUE plugin is enabled: Edit → Plugins → Search "VibeUE" → Enable
- Restart Unreal Engine
- Try opening via menu: Tools → VibeUE → AI Chat
- If still missing, check Output Log for plugin load errors
- Verify you have an API key configured
⚙️ Configuration Issues
⚠️ Invalid API Key Error
Symptom:
"Invalid API key" or "Authentication failed" error in chat
Solution Steps:
- Open VibeUE Settings (gear icon in chat panel)
- Verify your API key is correct (get new key at vibeue.com/login)
- For OpenRouter: Ensure key from openrouter.ai/keys is correct
- No extra spaces or characters in the key
- Save and restart Unreal Engine
⚠️ Configuration File Not Found
Symptom:
External MCP servers not loading, or error about missing config
Solution Steps:
- Locate the correct config file for your installation type (FAB vs GitHub)
- If file doesn't exist, create it with valid JSON content
- See the MCP Servers documentation for file location and format
- Restart Unreal Engine after creating the file
📞 Still Need Help?
Check the FAQ
Visit our FAQ page for answers to common questions
Contact Support
Reach out on our support page or community channels
Report an Issue
Found a bug? Report it on GitHub