Common Errors and Fixes (Crashes, Lag, Controller, Network, Mac Support)
The Choicer Voicer, developed by YeahMaybe and built in the Godot engine, is a party-style vocal impression game show currently available in Early Access for Windows and Linux. Like most early access titles built on an evolving code base, it comes with a handful of known technical quirks. This guide collects the most commonly reported issues from the game’s community boards and devlogs, along with practical fixes and workarounds you can try before reaching out to support.
1. Crashes and Random Freezes
Random crashes are one of the most frequently reported problems on the game’s community forum, with players describing sudden closures during gameplay or while loading custom content packs. Because the game’s foundational code is a couple of years old, some features can interact poorly with newer hardware drivers or unusual system configurations.
- Update your graphics drivers (NVIDIA, AMD, or Intel) to the latest stable release before launching the game.
- Verify that your downloaded game files are not corrupted by re-downloading the installer from your itch.io library.
- Temporarily remove any third-party content packs (voice packs, judge panels, host packs, etc.) from the customization folders, then reintroduce them one at a time to isolate a faulty pack.
- Run the game as Administrator on Windows, which can resolve permission-related crashes when the game tries to read or write pack folders.
- Close background audio software (virtual audio cables, streaming mixers, voice changers) that may conflict with the game’s audio engine.
If crashes persist, check the game’s Community tab for active crash-report threads — the developer regularly reads and responds to bug reports there, and duplicate reports help confirm patterns across different systems.
2. Lag, Stuttering, and Performance Drops
Because The Choicer Voicer is a lightweight, mostly 2D/UI-driven game, severe lag is uncommon on modern hardware, but stutters can appear when large or unoptimized content packs are loaded, or when many audio clips are queued in quick succession.
| Symptom | Likely Cause | Suggested Fix |
|---|---|---|
| Stutter when switching menus | Large or poorly compressed voice pack audio files | Re-encode custom audio clips to smaller, standard formats (e.g., compressed .ogg or .wav) |
| Frame drops during judge voting | Multiple content packs loaded simultaneously | Disable unused packs in the Customize menu |
| Delay before audio playback | Background recording software processing audio | Close unnecessary audio utilities and restart the game |
| General slowdown on older PCs | Insufficient system resources | Close background browser tabs/apps; verify the game meets minimum requirements |
Since the game is still in early access, ongoing updates (such as version 0.5.1 and 0.5.2) continue to refine performance, so keeping your installed build current is one of the simplest ways to reduce stutter.
3. Controller and Input Issues
The Choicer Voicer’s core gameplay is built around mouse input, and its official store listing lists Mouse as the supported input method rather than gamepads. This means controller support is limited or unofficial, which explains a number of confused reports from players attempting to use a gamepad for local multiplayer sessions.
- Confirm input requirements first: the game is designed primarily for mouse-based navigation, so a controller may not be recognized in every menu.
- If you’re using a controller for local multiplayer, ensure it’s connected and recognized by your OS before launching the game — mid-session connections are more likely to be missed.
- Try alternative input mapping tools (such as Steam Input, if launching via Steam-compatible methods, or third-party remapping utilities) if you specifically need gamepad support.
- For local multiplayer with up to four players, keyboard and mouse combinations are currently the most reliable input method, since the game’s four-player mode was designed around accessible, low-cost local setups.
If you experience unresponsive buttons, double-check your device drivers and try a different USB port, as generic USB controller conflicts are a common source of “phantom” input problems in Godot-based games.
4. Network and Online Multiplayer Confusion
A recurring point of confusion in the community is the expectation of online multiplayer. It’s worth being explicit here: The Choicer Voicer does not currently have online multiplayer. The developer has stated that implementing secure, privacy-respecting online play is technically demanding, and that it is not yet part of the game.
| Mode | Player Count | Connection Type |
|---|---|---|
| Local Game Show Studio | 1–4 players | Same device, local input only |
| Twitch Streamer Mode | 1 streamer + chat voting | Reads Twitch chat commands (not peer-to-peer multiplayer) |
| Dub Mode | 1 player | Single-player, no network required |
| Online Multiplayer | Not available | Not implemented at this time |
If you’re seeing connection errors, timeouts, or “cannot connect” messages, these are most likely related to one of the following, rather than a missing online mode:
- The Twitch integration failing to authenticate — check that your Twitch account credentials and channel permissions are correctly configured in the game’s streamer settings.
- Firewall or antivirus software blocking the game’s outbound connection to Twitch’s chat API.
- Attempting to use “network” features that are actually part of local multiplayer (which does not require an internet connection at all).
If your issue is purely about downloading or purchasing the game rather than in-game connectivity, that’s usually an itch.io account/library issue rather than a game network bug — check your purchase confirmation email and itch.io library page directly.
5. macOS Support (or the Lack Thereof)
One of the most common questions from prospective buyers is whether the game runs on Mac. The answer, directly from the store page, is clear:
The Choicer Voicer is only available for Windows and Linux. It is not currently available for macOS, nor is it designed for Chromebook.
This is confirmed by a pinned community post from the developer titled “No, there is no version for macOS at this time.” If you’re on a Mac and want to try the game, consider the following options, understanding that none of them are officially supported by the developer:
- Boot Camp (Intel Macs only): running a native Windows partition can allow Windows-only games to run, though this is not possible on Apple Silicon Macs.
- Virtualization or compatibility layers: tools like CrossOver or Wine-based solutions sometimes run Godot-based Windows games, but performance and audio/microphone support (critical for this game) are not guaranteed.
- Cloud gaming/streaming services: if the game is available through a supported platform, streaming it from a Windows-based cloud PC can bypass native compatibility issues entirely.
Given that the game relies heavily on microphone input — already a known trouble spot even on supported platforms — attempting to run it through an unofficial compatibility layer on macOS is likely to introduce additional audio problems on top of the lack of official support.
6. Special Note: Microphone Recording Issues
While not one of the five categories above, this is worth flagging because it’s the single most impactful bug reported for the game. Some players find their microphone simply does not record in-game, which can make the core gameplay loop unusable. According to the developer, this appears to be linked to certain surround-sound audio configurations and is believed to be an underlying limitation of the Godot engine’s microphone handling, rather than a bug unique to this game.
- Before purchasing, test your microphone using the free “No Gameplay Demo,” which exists specifically for this purpose.
- If your mic isn’t recording, try switching your default Windows/Linux audio input device from a surround-sound configuration to a simple stereo or mono setup.
- Check the developer’s devlog post on a possible mic bug fix, and make sure you’re running the latest available build (0.5.1 or 0.5.2).
- Use the “Discuss mic issues here” pinned community thread to see if others with similar hardware have found a working configuration.
Quick Reference Summary
| Issue | First Thing to Try |
|---|---|
| Random crashes | Update graphics drivers and remove third-party content packs |
| Lag or stutter | Optimize/compress custom audio files; disable unused packs |
| Controller not working | Confirm the game supports mouse-first input; connect controller before launch |
| “Network” or connection errors | Remember: no online multiplayer exists; check Twitch mode settings instead |
| No macOS version | Use Boot Camp (Intel Macs) or a compatibility layer — unofficial and unsupported |
| Microphone not recording | Test with the free demo; switch away from surround-sound audio input |
As an early access title, The Choicer Voicer continues to receive updates that address stability, audio handling, and platform compatibility. Checking the game’s official devlog and community boards regularly is the best way to stay current on fixes, since several of the issues above are actively being investigated by the developer rather than considered permanent limitations.












