For the complete documentation index, see llms.txt. This page is also available as Markdown.

Troubleshooting

Fixes for the most common Akira JNI problems — failed injection, no in-game menu, crashes, and missing visuals.

Most JNI issues come down to a handful of causes. Work through the section that matches your symptom.

Akira won't inject or the menu won't open

The usual suspects, in order:

1

Check your setup is supported

Akira JNI only injects on Minecraft 1.7.10 or 1.8.9 through Vanilla, Forge, or Lunar. An unsupported version or launcher won't load. See Compatibility.

2

Whitelist Akira in your antivirus

If your antivirus quietly quarantined Akira, injection fails silently. Whitelist it — our whitelist tool handles Windows Defender, BitDefender, ESET, and Avast.

3

Confirm you're logged in

Akira injects once you're signed in and the game is running. Make sure login succeeded, then open or restart Minecraft.

4

Restart both, as admin

Close Akira and Minecraft, then run Akira as administrator and launch the game again. A clean start clears most stuck injections.

When the menu does open, press your menu key in-game to toggle it.

Akira or the game crashes on load

A crash right as Akira loads usually points at a missing system dependency.

1

Update Windows

Install the latest Windows 10/11 updates.

2

Install the Visual C++ Redistributable

Install the latest Microsoft Visual C++ Redistributable.

3

Install Java x64

Install the latest Java x64 and remove any old version.

4

Repair system files

Open an elevated command prompt and run:

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Restart afterward.

The menu opens but ESP and visuals don't show

  • Confirm the visual module is enabled and bound, and that its keybind is actually active.

  • Some visuals only render in-world — make sure you're in a game, not on a menu screen.

  • If you run capture software, check whether Stream Proof is on. It hides visuals from screen capture, which can also hide them from you if it's misconfigured. See Stream Proof.

I get kicked when joining a server

  • Turn on Client Brand Changer and set it to vanilla or forge. Some servers auto-kick clients whose signature they don't recognize. See Misc features.

  • Disable the most aggressive modules first (the ones marked as highly detectable) and re-enable them one at a time to find the culprit.

Still stuck?

Reach out through our support channels with your launcher, Minecraft version, and a description of what happens. The more detail, the faster we can help. See Support.

Last updated