Project Zomboid B42 No Menu: Fix the Invisible UI Fast Project Zomboid B42: No Menu Symptom picker + checklist + full guide. Filter Clear Jump Guide Notes You’re here because **Project Zomboid Build 42 boots, but the main menu doesn’t**—maybe you hear audio, see a cursor, or even click “invisible buttons.” The fastest fix is to reset the UI pipeline (mods list + config) and relaunch clean—jump to [Quick-Start](#quick-start). ### What’s going on (and why B42 is extra spicy) Build 42 is the unstable playground: big systems move, small UI assumptions break, and sometimes you get that classic “the apocalypse arrived… and ate the menu.” Players have reported B42 updates causing the main menu UI to disappear or partially render, with one common workaround being a single setting in `options.ini`. Also worth noting: the devs have shipped hotfixes explicitly mentioning **“no UI/black screen”** scenarios in unstable releases—so if your symptom matches, you’re not imagining it. ### Quick-Start Follow this in order; it’s designed to be **save-safe** and reversible. 1)  **Exit the game completely.** If Steam says it’s still running, give it 10 seconds—B42 can hang on shutdown. 2)  **Back up saves (30 seconds, do it anyway).** In your home folder, there’s a `Zomboid/` directory. Copy this somewhere safe: - `Zomboid/Saves/` 3)  **Disable mods without opening the menu (the “I can’t click anything” method).** Inside `Zomboid/`, locate these files (names may vary by install, but these are the usual culprits): - `mods.txt` - `workshop.txt` Rename them to force a vanilla boot: - `mods.txt` → `mods.txt.bak` - `workshop.txt` → `workshop.txt.bak` This matches the common “mods enabled → menu breaks” pattern people report on B42. 4)  **Reset your graphics/UI settings and apply the B42 menu workaround.** In `Zomboid/`, find `options.ini`. - First, rename it: `options.ini` → `options.ini.bak` - Launch the game once (let it recreate `options.ini`), then quit. - Open the new `options.ini` and ensure this line is set: ```ini doVideoEffects=true ``` That one flag is the most consistently repeated community fix for the B42 “no menu / broken menu UI” regression. 5)  **Relaunch in a “boring” display mode (useful for invisible-UI cases).** If you get a black screen but can still click stuff, try forcing windowed/borderless in `options.ini` after it regenerates: ```ini fullscreen=false ``` If that restores the menu, you can work your way back to fullscreen later. 6)  **Verify files (because unstable UI scripts can get mangled).** If the menu is still missing, do a Steam “Verify integrity” pass. It’s the least dramatic way to restore defaults before you consider reinstalling. 7)  **If it’s fixed, re-enable mods like a professional (slow and steady).** Restore `mods.txt` / `workshop.txt` *or* re-enable mods in small batches until the menu breaks again; then you’ve found your offender. ### Diagnose it fast (symptom table) | What you see | What it usually means | Best next move | | --- | --- | --- | |  Background/music, **no buttons** | Menu UI layer failed to render or got blocked by settings | Reset `options.ini`, set `doVideoEffects=true` | |  Black screen, cursor, you can “click” invisible items | UI exists, but the render layer is invisible/covered | Force windowed/borderless; then revisit fullscreen | |  Menu breaks **right after enabling mods** | One mod (or mod load order) is nuking B42 UI | Disable mods via `mods.txt`/`workshop.txt`, re-enable in batches | |  Reinstall didn’t help | Your user-folder config keeps re-breaking the menu | Nuke/rename config files in `Zomboid/` (not saves) | |  Still broken after all of the above | Genuine unstable bug or hardware/driver edge case | Collect logs and report; watch for hotfix notes | ### Your toolbox folder (where the fixes actually live) Most “no menu” fixes are **not** in the Steam install directory—they’re in your user folder. Commonly used files: ```text Zomboid/ options.ini (graphics/UI settings) mods.txt (enabled mods list) workshop.txt (enabled workshop mod IDs) console.txt (session log) logs.zip (bundle used for bug reports) Saves/ (your worlds and characters) ``` ### The `doVideoEffects` fix, explained like a survivor story Think of the menu as a “safehouse UI” built out of layers: background, text/UI widgets, overlays. In B42.8, multiple players report that a video-effects-related toggle can make those UI layers fail to show—so the game is “running,” but the menu is effectively invisible. Flipping `doVideoEffects=true` forces that pipeline back into a sane state for many setups. If you want the safest version of this: - Keep your old file: `options.ini.bak` - Only change **one** setting at a time - Relaunch after each change ### Mod triage (B42 edition) If you’re on B42 unstable, assume every mod is a suspect until proven clean. The Steam community reports menu/UI problems cropping up immediately after enabling mods, which tracks with how fragile UI scripts can be between unstable builds. My “magazine reviewer” workflow: - Boot vanilla first (menu works? great). - Enable **5 mods max**, launch, back out. - Repeat until it breaks. - When it breaks, you don’t have “50 mods to debug”—you have **5**. If you want a practical example of “tool mods” that need careful compatibility checks, the community around spawn/utility mods is full of “test, then add” advice. ### If the UI is there but invisible That “I can click, but I can’t see” report is your clue: it’s not a total crash—your UI is just not being drawn correctly. Try these, in this order: 1. Force windowed (`fullscreen=false`) and relaunch. 2. Disable overlays (Steam overlay, Discord overlay, GPU overlays). 3. Update GPU drivers (especially if you haven’t since hopping onto B42). 4. Reboot once (yes, really—driver state can get weird after an unstable build swap). ### When to escalate (and how to do it without wasting your own time) If you’ve done: - Vanilla boot (mods off) - Fresh `options.ini` + `doVideoEffects=true` - Windowed/borderless test - Verified files …and the menu is still gone, you’re likely in “real bug” territory (or a rare hardware edge). At that point, the most useful thing you can do is capture the logs **before** you keep poking at settings. Grab these from your `Zomboid/` folder: - `console.txt` - `logs.zip` Then include: - Your OS + GPU model - Your exact B42 version (and whether you’re on unstable) - What you see (black screen vs background vs invisible clicks) Hotfix notes show the devs do target “no UI/black screen” cases—good reports help them squash the next one faster. ### FAQ #### “Is this a ‘me’ problem or a B42 problem?” If it started right after a B42 update, and vanilla + fresh config fixes it, it’s probably a regression that will get patched—your job is just to get back to playing. #### “Why not just reinstall?” Reinstalling doesn’t always touch the real culprit: the files in your `Zomboid/` user folder. Reset those first (back up saves), then verify files. #### “Can I keep using mods?” Yes, but treat it like looting Louisville: slow, intentional, and with an exit plan. Enable in batches, and don’t assume B41 mods behave in B42. ### A veteran’s closing thought I’ve watched Zomboid turn into a different game and back again across builds—and the funniest part is always the same: the apocalypse never kills me, the **options file** does. The good news is that once you treat `Zomboid/` like a toolbox (back up saves, reset config, add mods carefully), “no menu” goes from a panic to a five-minute pit stop. **Action Steps Recap:** Back up saves → disable mods via `mods.txt`/`workshop.txt` → regenerate `options.ini` and set `doVideoEffects=true` → test windowed/borderless → verify files → collect logs if still broken. ## 7) Patch-History (Collapsible) <details> <summary>Build 42 UI stability touchpoints (past 18 months)</summary> | Date | Change Note | Impact on early-game priorities | | --- | --- | --- | | 2024-12-20 | Hotfix 42.0.1 (Unstable) mentions fixes for “no UI/black screen” launch cases | Adds “verify build + keep a clean config” to your pre-run checklist before you risk a fresh world | | 2025-05-20 | 42.8.0 (Unstable) update lands (large unstable churn) | Treat post-update boot as a “systems check” (menu loads, settings sane) before you commit to long sessions | | 2025-05-20 | Community reports B42.8 menu UI regression; `doVideoEffects` workaround spreads | The first priority becomes “restore UI access” so you can even reach settings/mods again | | 2025-10-01 | Steam users report menu/UI issues triggered by enabling mods on B42 | Early-game mod plan shifts to “vanilla first, then small batches” to avoid lockouts | </details> Related Articles Map Update Log Tools Zomboid Water Woes: Boil Without the Drama Zomboid Respawn Nightmares? Here’s How to Stop Them Zomboid Power Cuts? Grab These 36+ Generator Spawn Spots Zomboid Soft Resets: B41 Pitfalls & B42 Solutions