Troubleshooting
Common issues and solutions for Chimera Bridge
Troubleshooting
This guide covers common issues and their solutions.
Connection Issues
Cannot connect to server
Symptoms: Connection fails, timeout errors
Solutions:
- Verify the server URL is correct (should start with
wss://orws://) - Check your network connection
- Ensure the server is running and accessible
- Verify your JWT token is valid and not expired
Connection drops frequently
Solutions:
- Check network stability
- Check server logs for issues
Audio Issues
No audio being captured
Solutions:
- Verify microphone permissions are granted
- Check the correct audio device is selected
- Ensure the AudioCapture component is started
- Check audio levels in Windows/macOS settings
Audio has echo or feedback
Solutions:
- Enable
bEnableEchoCancellationon Chimera Audio Capture - Feed render audio via
FeedRenderAudioFloat - Use headphones instead of speakers
- Increase distance between mic and speakers
Audio quality is poor
Solutions:
- Increase sample rate (48000 recommended)
- Enable noise suppression
- Check for bandwidth limitations
Lip Sync Issues
Lip sync not moving
Solutions:
- Verify MetaHuman has a valid Face mesh component
- Check that audio is being received (
OnAudioDataReceivedevent firing) - Ensure RuntimeMetaHumanLipSync plugin is enabled
- Verify face mesh component is found (check Output Log)
Lip sync is delayed
Solutions:
- Check overall audio pipeline latency
- Verify sample rates match (48000 Hz recommended)
- Optimize other game systems
Lip sync looks wrong
Solutions:
- Ensure MetaHuman has proper animation setup
- Check audio quality (clear speech works best)
- Verify correct face mesh is targeted
License Issues
"License Invalid"
Solutions:
- Check for typos in license key
- Verify key format:
A9ZC-XXXX-XXXX-XXXX-XXXX - Contact support if issue persists
"License Expired"
Solutions:
- Check expiration date
- Renew your license
- Contact sales for renewal options
"Trial Expired"
Solutions:
- Purchase a full license
- Contact support for trial extension if needed
Build Issues
Plugin fails to compile
Solutions:
- Ensure Unreal Engine 5.4+ is installed
- Check all dependencies are present
- Clean and rebuild the project
Missing symbols on package
Solutions:
- Ensure plugin is properly included in build
- Check platform-specific settings
- Verify all binary files are included
Getting Help
If you can't resolve your issue:
- Check the documentation
- Search existing issues
- Contact [email protected] with:
- Unreal Engine version
- Plugin version
- Error messages
- Steps to reproduce