firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.2k stars 198 forks source link

Unable to initialize the regex engine! #2290

Closed mjmhall1 closed 3 weeks ago

mjmhall1 commented 3 weeks ago

Bug Description

I get the following message in the Match Information window when I try to use .NET (7.0) C#:

Please try to reload the web page. If the issue persists, please open an issue here: https://github.com/firasdib/Regex101/issues

Reproduction steps

Try any RegEx with the .NET 7.0 (C#) Flavor.

Expected Outcome

Browser

Include browser name and version Chrome Version 125.0.6422.141

OS

Include OS name and version Windows 10 Enterprise 10.1.19045

working-name commented 3 weeks ago

Hi @mjmhall1,

Any other errors? Can you please try this in an incognito window or another browser that doesn't have addons? Take a look at the networking tab before you switch to .NET and see what happens. Generally WASM gets downloaded as needed. Something may be blocking it.

mjmhall1 commented 3 weeks ago

Hi Alan

Thanks for the reply. You are correct; the problem is caused by Zscaler blocking WASM.

image