STAR WARS Zero Company Stuck Loading? Stop Verifying Files

Discover why standard fixes fail and learn the proven methods to stop STAR WARS Zero Company from hanging at the loading screen.

By Central
This article reveals the real reasons behind the infinite loading screen and offers proven fixes beyond verifying game files.
Highlights
  • Verifying game files does not fix the 100% loading hang because the problem lies in user data like shader cache or settings files.
  • Clearing the DirectX Shader Cache and deleting corrupted files from the GPU cache can resolve the infinite load issue.
  • Adjusting the Windows page file size to 1.5x RAM for initial and 3x for maximum prevents virtual memory stutter that causes hangs.

Every guide tells you to verify game files or reinstall. That advice is incomplete. For STAR WARS Zero Company stuck at 100% loading, those steps often do nothing. The loading screen hangs, the spinning icon stops, and nothing happens. Players waste hours reinstalling a game that was never broken in the first place.

The real problem is rarely missing files. It is almost always a corrupted shader cache, a misconfigured settings file, or a conflict with background software. Verifying integrity only checks the game’s installation — it does not touch the user-generated data that causes the infinite load.

Why Verifying Files Fails for STAR WARS Zero Company

Steam and the EA app both scan the game’s core files when you use their repair tools. They compare checksums against the server version. If everything matches, they report success. But the loading hang is not in those files. It lives in C:Users[YourUsername]AppDataLocalSW Zero CompanySavedConfigWindowsNoEditorGameUserSettings.inicodecodecodecode and in the GPU’s shader cache.

Corrupted settings in that INI file can freeze the game at the loading screen. A bad resolution, a broken fullscreen flag, or a stuck frame-rate limit will prevent the engine from initializing the renderer. Verifying game files will never touch that INI file. It is user data, not game data.

The same logic applies to shader cache. Every time you launch the game, your GPU compiles shaders for your specific hardware. If that cache gets corrupted — from a driver crash, an interrupted update, or simply a bug — the game stalls at 100% while trying to load a broken shader. Verifying files ignores this entirely.

The Shader Cache Culprit

Shader compilation is resource-intensive. STAR WARS Zero Company compiles shaders on first launch and caches them to speed up subsequent loads. If that cache becomes corrupt, the engine hangs. The loading bar fills to 100% and then sits there, sometimes for minutes, sometimes forever.

The fix is not a reinstall. It is clearing the shader cache manually.

Press Windows key, type Disk Cleanup, and select your system drive. Check DirectX Shader Cache and delete it. Then navigate to C:Users[YourUsername]AppDataLocalNVIDIADXCachecodecodecodecode (or the AMD equivalent at C:Users[YourUsername]AppDataLocalAMDCNCachecodecodecodecode) and delete everything inside. Restart your PC.

This forces the game to rebuild its shaders from scratch. The first launch will take longer — that is normal — but the infinite load should disappear.

Config File Conflicts

The GameUserSettings.inicodecodecodecode file stores your graphics, resolution, and input settings. A single corrupted line can lock the game at the loading screen. The most common culprit is the ResolutionSizeXcodecodecodecode and ResolutionSizeYcodecodecodecode values set to a resolution your monitor does not support, or a FullscreenModecodecodecodecode value that conflicts with your GPU driver.

To fix this, navigate to:

C:Users[YourUsername]AppDataLocalSW Zero CompanySavedConfigWindowsNoEditorcodecodecodecode

Rename GameUserSettings.inicodecodecodecode to GameUserSettings.oldcodecodecodecode. Launch the game. It will generate a fresh config file with default settings. If the game loads, the problem was in that file.

You can then copy your old settings back one at a time — resolution first, then graphics quality, then input bindings — to find the exact line that caused the hang. Most players find that setting FullscreenMode=2codecodecodecode (borderless) instead of 0codecodecodecode (fullscreen) resolves the issue permanently.

When You Actually Need to Reinstall

Reinstalling is only necessary when the game’s core executable or system libraries are damaged. That happens rarely. A bad update, a hard drive error, or a virus can corrupt the EXE or DLL files. In that case, verifying files will detect and repair the damage — no reinstall needed.

But if you have already verified files and the loading hang persists, do not reinstall. You will waste time and bandwidth for no gain. Instead, focus on the shader cache and config file. Those are where the real fixes live.

One practitioner-level nuance: the EA app’s repair tool is slower than Steam’s verification. It checks every file in the game folder, not just the ones on a manifest. That can take 20 minutes. But it still will not touch the shader cache or the INI file. So do not mistake a long repair for a thorough one.

Overlays and Background Software

Discord overlay, Xbox Game Bar, and Nvidia GeForce Experience overlay can all interfere with shader compilation. They hook into the rendering pipeline. If the overlay crashes or conflicts during the loading phase, the game gets stuck.

Disable all overlays before launching STAR WARS Zero Company. In Discord, go to User Settings > Game Overlay and toggle it off. In GeForce Experience, open Settings > General and turn off In-Game Overlay. In Steam, right-click the game, select Properties, and uncheck “Enable the Steam Overlay while in-game.”

Also close hardware monitoring tools like MSI Afterburner, RivaTuner, and HWiNFO. These poll the GPU frequently. During shader compilation, that polling can cause the engine to time out.

The One Fix Most Guides Miss

Most troubleshooting advice ignores the page file size. STAR WARS Zero Company is memory-hungry. If your system has 16GB of RAM and the page file is set to a small size or managed by Windows on a nearly full drive, the game can hang at 100% load while it waits for virtual memory to expand.

Set your page file to a fixed size: 1.5x your RAM for initial, 3x for maximum. For a 16GB system, that means 24576 MB initial and 49152 MB maximum. Apply the change and restart. This gives the game dedicated swap space and prevents the stutter that causes infinite loads.

When the Fix Fails

If none of the above works, the issue may be a faulty GPU overclock or an unstable RAM frequency. STAR WARS Zero Company’s shader compiler is sensitive to even minor instability. A 50 MHz overclock that is stable in benchmarks can crash the shader compiler. Reset your GPU to stock clocks, disable XMP/DOCP for RAM, and test again.

That said, do not touch the BIOS unless you have exhausted everything else. Most loading hangs are caused by software, not hardware.


Share This Article