MecchaGuide mascot — chameleon with paint dial and controller MecchaGuide
Menu
Last verified: v1.8.1 Official patches

Firewall Blocking Game — Fix Guide

Allow Meccha Chameleon through Windows Defender, third-party firewalls, and antivirus software.

Quick answers

How do I know if my firewall is blocking Meccha Chameleon?

Open Windows Security > Firewall & network protection > Allow an app through firewall. If Meccha Chameleon or its executable is not listed, the firewall is likely blocking it. You can also check by temporarily disabling the firewall and testing if the game connects.

Which ports does Meccha Chameleon use?

Meccha Chameleon uses UDP ports for P2P multiplayer. The exact ports are dynamically assigned, but you can allow the game executable through the firewall to bypass port-specific rules.

Fixing Firewall Blocks for Meccha Chameleon

Windows Defender Firewall and third-party antivirus/firewall software can block Meccha Chameleon’s network connections, preventing you from joining lobbies, hosting games, or connecting to the Steam overlay. This guide walks through allowing the game through every common firewall type.


Windows Defender Firewall (Most Common)

Allow the Game Through the Firewall

  1. Press Windows Key + R, type firewall.cpl, and press Enter.
  2. Click Allow an app or feature through Windows Defender Firewall on the left sidebar.
  3. Click Change settings (requires admin).
  4. Click Allow another app… at the bottom.
  5. Click Browse and navigate to:
    C:\Program Files (x86)\Steam\steamapps\common\MecchaChameleon\Binaries\Win64\
  6. Select MecchaChameleon-Win64-Shipping.exe and click Open.
  7. Make sure both Private and Public checkboxes are checked.
  8. Click OK.
  9. Also add Steam.exe from C:\Program Files (x86)\Steam\ using the same process.
  10. Restart your PC and launch the game.

Allow via PowerShell (Advanced)

For a faster approach, run this in PowerShell as Administrator:

New-NetFirewallRule -DisplayName "Meccha Chameleon" -Direction Inbound -Program "C:\Program Files (x86)\Steam\steamapps\common\MecchaChameleon\Binaries\Win64\MecchaChameleon-Win64-Shipping.exe" -Action Allow -Protocol UDP -Profile Private,Public
New-NetFirewallRule -DisplayName "Meccha Chameleon" -Direction Outbound -Program "C:\Program Files (x86)\Steam\steamapps\common\MecchaChameleon\Binaries\Win64\MecchaChameleon-Win64-Shipping.exe" -Action Allow -Protocol UDP -Profile Private,Public

Third-Party Antivirus / Firewall

Norton / LifeLock

  1. Open Norton.
  2. Go to Settings > Firewall.
  3. Click Program Controls or Program Rules.
  4. Find Meccha Chameleon in the list and set it to Allow.
  5. If it is not listed, click Add and browse to the game’s .exe file.

McAfee

  1. Open McAfee.
  2. Go to Firewall > Internet Connections for Programs.
  3. Click Add and browse to the game’s .exe file.
  4. Set the permission to Full Access.

Bitdefender

  1. Open Bitdefender.
  2. Go to Protection > Firewall.
  3. Click Settings (gear icon) > Rules.
  4. Click Add Rule and browse to the game’s .exe file.
  5. Set File Permissions to Allow.

Kaspersky

  1. Open Kaspersky.
  2. Go to Settings > Protection > Firewall.
  3. Click Manage Resources.
  4. Add the game’s .exe file and set it to Allow.

Quick Test: Is the Firewall the Problem?

  1. Temporarily disable your firewall:
    • Windows Defender: firewall.cpl > Turn Windows Defender Firewall on or off > Turn off for both Private and Public
    • Third-party: Right-click the tray icon > Disable temporarily
  2. Launch Meccha Chameleon and try connecting to a lobby.
  3. If it works, the firewall was blocking the game. Re-enable the firewall and add the rules above.
  4. Never leave your firewall disabled permanently — it only takes a few minutes to add the proper allow rules.

For port-specific configuration, see the Port Forwarding Guide.

Related Guides

Frequently Asked Questions

Is it safe to allow a game through the firewall? +

Is it safe to allow a game through the firewall?

Yes, as long as you only allow the official game executable from the Steam installation directory. Never allow unknown .exe files through your firewall.

Does Windows Defender Firewall affect Steam? +

Does Windows Defender Firewall affect Steam?

Yes. Windows Defender Firewall can block Steam's game overlay, voice chat, and P2P connections. Always allow both Steam.exe and the game's shipping executable through the firewall.