This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Issue Summary The On-premises Data Gateway version 3000.314.5 (released April 27, 2026) fails to install on Virtual Machines without GPU acceleration. The previous version 3000.310.1 installs correctly on the same environment with a workaround.
Environment
Steps to Reproduce
Error Details
From Windows Event Log:
Application: Microsoft.Mashup.Container.NetFX45.exe
Framework Version: v4.0.30319
Description: The application requested process termination via System.Environment.FailFast
Message: Unexpected exception in background thread of Mashup container (error code -2146233088)
Exception: CLR20r3 — FatalError
From MSI log:
Product: GatewayComponents -- Error 1920.
Service 'On-premises data gateway service' (PBIEgwService) failed to start.
Return value 3.
Additional log evidence: Even with all workarounds applied simultaneously (--disable-gpu, --no-sandbox, --use-gl=swiftshader, WEBVIEW2_USER_DATA_FOLDER), the MSI log confirms the installer returns 1603 with Return value 3 at the INSTALL action, consistent across all attempts on this environment.
Workarounds Attempted — None resolved on 3000.314.5
| --disable-gpu --no-sandbox --disable-software-rasterizer | ❌Crash persists |
| --use-gl=swiftshader added | ❌Crash persists |
| WEBVIEW2_USER_DATA_FOLDER set with full permissions | ❌Crash persists |
| Visual C++ updated to 14.44.35211 | ❌Crash persists |
| Windows Defender exclusions added | ❌Crash persists |
| Performance counters rebuilt (lodctr /R) | ❌Crash persists |
| Service account changed to Local System | ❌New error: "service is marked as interactive" |
Working Workaround
Version 3000.306 installs successfully on the same VM with the following environment variables:
WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS = --disable-gpu --no-sandbox --disable-software-rasterizer --use-gl=swiftshader
WEBVIEW2_USER_DATA_FOLDER = C:\GatewayWebView2Data
Expected Behavior The Gateway should install successfully on Virtual Machines without GPU acceleration, as it did in version 3000.306.
Actual Behavior Microsoft.Mashup.Container.NetFX45.exe crashes with a fatal error during service initialization, causing the installer to roll back. This appears to be a regression introduced in version 3000.314.5.
Additional Context
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.