Troubleshooting - Dkmariolink/ez-streaming GitHub Wiki
Troubleshooting Guide
This guide covers common issues you might encounter with EZ Streaming and their solutions.
Installation Issues
Windows SmartScreen Blocking Installation
Problem: Windows shows "Windows protected your PC" message Solution:
- Click "More info"
- Click "Run anyway"
- This happens because the executable isn't code-signed (common for open-source software)
Antivirus False Positive
Problem: Antivirus software quarantines or blocks EZStreaming.exe Solution:
- Add EZStreaming.exe to your antivirus whitelist/exceptions
- Add the entire EZ Streaming folder to the whitelist
- This is common with PyInstaller-built applications
Missing DLL Errors
Problem: Error messages about missing .dll files Solution:
- Install Microsoft Visual C++ Redistributable
- Restart your computer
- Try launching EZ Streaming again
Application Launch Issues
Application Won't Launch
Problem: Clicking "Launch" does nothing or shows error Diagnosis Steps:
- Check if the application path is correct
- Verify the .exe file exists at that location
- Try launching the application manually
Solutions:
- Incorrect Path: Use "Browse" to select the correct .exe file
- Moved Application: Re-locate the application using "Locate App by Name"
- Permissions: Run EZ Streaming as administrator
- Corrupted Application: Reinstall the target application
Steam Games Won't Launch
Problem: Steam games fail to launch or show errors Solutions:
- Launch Steam First: Add Steam to your profile before any Steam games
- Use Steam Protocol: Instead of the game .exe, use steam://rungameid/[APPID]
- Check Game Path: Steam games are usually in
steamapps\common\
- Verify Game Files: Use Steam to verify game file integrity
Applications Crash During Launch
Problem: Applications start but immediately crash Solutions:
- Increase Launch Delays: Add 2-3 seconds more delay
- Launch Order: Move problematic apps later in the sequence
- Administrator Mode: Run EZ Streaming as administrator
- Single Launch Test: Try launching the app individually first
Performance Issues
System Becomes Unresponsive
Problem: Computer freezes or becomes very slow during launch Solutions:
- Increase Delays: Use 5-10 second delays between heavy applications
- Reduce Simultaneous Launches: Split heavy apps across multiple profiles
- Check System Resources: Monitor RAM and CPU usage
- Close Other Applications: Free up system resources before launching
Slow Launch Sequence
Problem: Launch sequence takes too long to complete Solutions:
- Optimize Delays: Reduce delays for lightweight applications
- Remove Unnecessary Apps: Only include applications you actually need
- Reorder Applications: Put fastest-launching apps first
- Use Individual Launch: Launch some apps manually for immediate use
Memory/CPU Usage High
Problem: EZ Streaming uses excessive system resources Solutions:
- Close Unused Profiles: Only keep necessary profiles loaded
- Disable Monitoring: Process monitoring uses some resources
- Restart Application: Close and reopen EZ Streaming periodically
- Check for Updates: Newer versions may have performance improvements
Configuration Issues
Settings Not Saving
Problem: Changes to profiles or settings are lost Solutions:
- Check Permissions: Ensure write access to
%APPDATA%\EZStreaming\
- Run as Administrator: May be needed for some Windows configurations
- Antivirus Interference: Check if antivirus is blocking file writes
- Disk Space: Ensure sufficient free space on system drive
Profiles Disappeared
Problem: Created profiles are no longer visible Solutions:
- Check Config File: Look for
ez_streaming_config.json
in%APPDATA%\EZStreaming\
- Restore from Backup: Check if you have backup config files
- Recreate Profiles: Unfortunately, may need to recreate lost profiles
- Export Regularly: Create backups by copying the config file
Can't Delete or Rename Default Profile
Problem: Default profile options are grayed out This is intentional: The default profile is protected to prevent accidental deletion Solution: Create new profiles for different configurations
UI/Display Issues
Interface Appears Corrupted or Wrong Size
Problem: UI elements are misaligned or wrong size Solutions:
- Restart Application: Close and reopen EZ Streaming
- Check Display Scaling: Adjust Windows display scaling settings
- Update Graphics Drivers: Ensure graphics drivers are current
- Reset Window Size: Delete config file to reset window settings
Dark Theme Issues
Problem: Text is hard to read or colors look wrong Solutions:
- Check Windows Theme: EZ Streaming respects Windows dark/light mode
- Update Windows: Ensure Windows is up to date
- Graphics Driver Update: Update your graphics drivers
- Report Bug: If persistent, report the issue on GitHub
Specific Application Issues
OBS Studio Issues
Common Problems:
- OBS crashes when launched through EZ Streaming
- OBS shows "Failed to initialize video" error
Solutions:
- Close Other Video Software: Close other apps using webcam/capture cards
- Run as Administrator: Both EZ Streaming and OBS may need admin rights
- Increase Launch Delay: OBS needs time to initialize properly
- Check OBS Settings: Verify OBS settings are correct for your hardware
Discord Issues
Common Problems:
- Discord shows "Update Failed" when launched
- Discord doesn't connect to voice channels
Solutions:
- Update Discord: Ensure Discord is up to date
- Clear Discord Cache: Delete Discord cache files
- Run as Administrator: May be needed for Discord updates
- Check Network: Verify internet connection is stable
Browser Issues
Common Problems:
- Browser opens but doesn't load pages
- Multiple browser instances open
Solutions:
- Check Browser Settings: Ensure browser is set as default if needed
- Clear Browser Data: Clear cache and cookies
- Use Specific Browser Profile: Launch browser with specific profile arguments
- Single Instance: Use browser settings to prevent multiple instances
Advanced Troubleshooting
Enable Debug Logging
For persistent issues:
- Contact Support: Report issues on GitHub Issues
- Provide Details: Include Windows version, EZ Streaming version, and specific error messages
- Include Config: Share your profile configuration (remove sensitive info)
Safe Mode Launch
If EZ Streaming won't start:
- Delete Config: Backup and delete config file to reset settings
- Fresh Install: Extract EZ Streaming to a new folder
- Compatibility Mode: Try running in Windows compatibility mode
- Check Dependencies: Ensure all required system components are installed
Collect System Information
For bug reports, gather:
- Windows version and build number
- EZ Streaming version
- List of applications you're trying to launch
- Error messages (exact text)
- Steps to reproduce the issue
Getting Additional Help
Community Support
- GitHub Discussions: Ask questions and share tips
- GitHub Issues: Report bugs and request features
Before Requesting Help
- Search Existing Issues: Your problem might already be reported
- Try Basic Solutions: Restart, update, check permissions
- Gather Information: Have system details and error messages ready
- Test Minimal Setup: Try with just one or two applications
How to Report Bugs
- Use GitHub Issues: Create a detailed issue report
- Include Steps: Exactly how to reproduce the problem
- Attach Screenshots: Visual information helps a lot
- Share Config: Include relevant configuration details
- Be Responsive: Reply to follow-up questions promptly
Still Having Issues? Don't hesitate to ask for help in our GitHub Discussions!