Pokémon Xenoverse Troubleshooting
Last verified: September 11, 2026
Last verified: September 11, 2026
These issues are sourced from the developers' own public bug tracker and established Essentials-engine community knowledge, not guesswork. Where we don't have a confirmed fix, we say so plainly instead of inventing one. If your issue isn't listed here, let us know.
Install & Launch
Game crashes when started from the launcher (newer engine)
Confirmed fixLikely Cause
The game ships two engines — an older/classic one and a newer one (mkxp-z), which the developers recommend. Launching the newer engine directly through XenoverseLauncher.exe is documented to crash.
Fix
Run the newer engine's executable directly instead of going through the launcher (look for a path like Xenoverse-public-x.x.xx\Xenoverse\Game_n.exe inside the extracted folder). Or switch the launcher's engine setting to the older/classic engine, which starts without this issue — you may see a separate, harmless error during the intro video; just click OK to continue.
Installer fails partway through ("installation error")
Unconfirmed — best lead we haveLikely Cause
Reported to the developers' own bug tracker; the exact cause behind the error text wasn't accessible in our research.
Fix
We don't have a confirmed fix for this one. Try re-downloading the archive and re-extracting fully before installing, and if it persists, report your exact error text to the developer's bug tracker or Discord — that's the most reliable path since this issue's precise cause hasn't been publicly documented yet.
Fonts & Display
Text doesn't display correctly — only dialogue boxes render, other text is missing or garbled
Likely fixLikely Cause
RPG Maker XP/Essentials games typically expect their fonts to be installed as actual system fonts on your OS, not just bundled with the game. If they aren't installed system-wide, dynamic text fails to render.
Fix
Open the "Fonts" folder inside the game's installation directory, then double-click each font file and select "Install" so Windows installs them system-wide, before launching the game.
Fonts broken specifically on Android/JoiPlay
Unconfirmed — best lead we haveLikely Cause
Likely the JoiPlay/mkxp-z equivalent of the general font-loading issue above — the runtime can't find the fonts where it expects them on-device.
Fix
We confirmed this issue exists (there's a dedicated community tutorial video about it) but couldn't independently verify the exact fix steps well enough to publish as fact. If you hit this, check JoiPlay's own Discord (linked from joiplay.net) — its developer actively helps with game-specific font/compatibility issues when reported with detail.
Performance
Choppy performance, stuttering, or won't go fullscreen
Unconfirmed — best lead we haveLikely Cause
Reported on both the classic and newer (mkxp-z) engine modes, so it doesn't appear to be purely an engine-choice problem.
Fix
No Xenoverse-specific fix is confirmed yet. General mkxp-z community practice for fullscreen/window-sizing issues is to check the game's mkxp.json configuration file for a "fixedAspectRatio" or "winResizable" setting — we haven't verified this against Xenoverse's own config, so treat it as a lead to try rather than a guaranteed fix.
Controls
Controller A/B buttons are swapped
Unconfirmed — best lead we haveLikely Cause
Likely a default button-mapping mismatch between the game and certain controller layouts/drivers.
Fix
Check the game's own control/key remapping options first. We don't have a confirmed step-by-step fix beyond that.
Save Data
Save fails / can't continue a save file
Unconfirmed — best lead we haveLikely Cause
Reported to the developers' bug tracker without further detail accessible to us.
Fix
Keep backup copies of your save file (fan-game save systems can be fragile) and report your exact error to the developer's tracker or Discord if it happens — no confirmed general fix exists yet.
Known Trouble Spots
A few specific locations have reported scripted-event bugs
Unconfirmed — best lead we haveLikely Cause
Distinct reports exist for: getting stuck interacting with a tree on Route 1, entering a specific trainer battle, a Pokémon not loading correctly at the second gym, and the "A & B" Library trainer fight.
Fix
These appear to be map/event-trigger bugs tied to those specific spots rather than something fixable on your end. If you hit one, check the developer's bug tracker for an existing report before assuming it's something you did wrong.
Android / JoiPlay
Crashes immediately on start with a "Zlib::StreamError"
Confirmed fixLikely Cause
Happens on older Android versions with JoiPlay releases newer than v1.11.006.
Fix
Current JoiPlay versions resolve this automatically on Android 9+. On older Android versions, the documented workaround is to use the older JoiPlay v1.11.006 together with RPG Maker plugin v1.20.05 instead of the latest release.
Garbled or messed-up tilesets/graphics
Likely fixLikely Cause
A known JoiPlay rendering quirk with some RPG Maker XP titles.
Fix
Long-press the game's icon in JoiPlay and choose "Optimize maps."
Game asks for the RPG Maker XP RTP (Runtime Package)
Likely fixLikely Cause
The Runtime Package provides shared graphics/audio/font assets the game expects to find.
Fix
Download the RPG Maker XP RTP from its official source and select the downloaded file directly in JoiPlay — don't extract/unzip it first.
Game won't open or crashes immediately (general)
Confirmed fixLikely Cause
Most commonly: JoiPlay or its RPG Maker plugin was installed from the Google Play Store, which does not support the MKXP-Z engine this game needs.
Fix
Uninstall and reinstall both JoiPlay and the RPG Maker plugin from joiplay.net directly, not the Play Store. See our full Android guide.