Mengele 0 Posted April 2, 2019 ive ran client for a long time and now when i open dblauncher its stuck on loading client please wait, before i can even 'launch' to start bottinng. any tips??
Leon 50 Posted April 3, 2019 Sounds stupid, but did you try uninstalling an reinstalling. or maybe redownloading Java 8?
Mengele 0 Author Posted April 4, 2019 4 hours ago, Leonn said: Sounds stupid, but did you try uninstalling an reinstalling. or maybe redownloading Java 8? i actually have, im getting to the point to where im going to completly wipe my computer if i cant get it working again its been like 2 weeks now
Kodune 2 Posted April 4, 2019 Double-check that you have only 'Java 8' installed and try to run client/launcher using a command line Java version check via Powershell Get-Command java | Select-Object Version Get-ChildItem "HKLM:\SOFTWARE\JavaSoft\Java Runtime Environment" | Select-Object -ExpandProperty pschildname -Last 1 Java version check via CMD (Command Prompt) cmd /c "java -version 2>&1" Running client/launcher via Powershell java -jar C:\users\$env:username\Dreambot\Botdata\client.jar (Client) java -jar C:\users\$env:username\desktop\DBLauncher.jar (DBLauncher if located at desktop) Running client/launcher via CMD (Command Prompt) java -jar C:\users\%username%\DreamBot\BotData\client.jar (Client) java -jar C:\users\%username%\desktop\DBLauncher.jar (DBLauncher if located at desktop)
AsBakedAsCake 204 Posted April 4, 2019 You could try making a bat file, see this thread. Guy was having similar issues and it was resolved:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.