Jump to content

Alora XoBot 2.6 - FIX FOR STUCK AT LOADING BAR


ednasil
 Share

Recommended Posts

Here is a fix that worked for my friend and I for the newest XoBot Update 2.6 (Alora) when you are stuck at the blank loading bar.

 

UPDATE: Making sure all JRE & JDK Installations besides Java 8 are installed and using jarfix made it where you do not need to launch using the .bat file or command prompt. It can be found here: https://johann.loefflmann.net/en/software/jarfix/index.html

 

 

1. Create and save a .bat file, in the same folder you have your xobot.jar, that contains the following. 

NOTE: If you use Notepad.exe, make sure when you save it you change it from "Save as type:" Text Documents to "All files"

cd C:/Users/%username%
for /f "delims=" %%x in ('dir /s /od /b xobot*.jar') do set recent=%%x
java -jar "%recent%"
echo %recent%
pause

 

2. Run the .bat, press enter on the command that pops up, and XoBot 2.6 should launch.

 

3. You should be good! Just launch XoBot with the .bat file when you want to run XoBot. If this doesn't work, you may want to reinstall the latest Java 8

 

EDIT: You need to use Java 8. If you use Java 9 you will most likely get an error like below

EDIT 2: Using jarfix.exe actually fixed this problem for me. I do not have to run using the .bat file now. It can be found at https://johann.loefflmann.net/en/software/jarfix/index.html

Capturef9805dc7d9d96a4d.png

Edited by ednasil
Link to comment
Share on other sites

  • 1 month later...
  • 7 months later...
Just now, NzFadez said:

Re downloaded my alora cache and what not and the bar has moved slightly more forward but its still stuck and will not move

Alora needs to be updated that's why. For the future, it helps if you post an error log though. 

Link to comment
Share on other sites

 Share

×
×
  • Create New...