Jump to content
  • Wrobot not login after disconnect


    Jigsaww
    • Version: All Product: WRobot General Type: Bug Status: Not a Bug

    The private server I am playing on, is randomly crashing sometimes which kicks me back to main screen (befor characters-list) and displays me the Disconnected error pop-up. After that Wrobot won't login into my account again, after I did it manual, its possible to bot again.

    Any help here?



    User Feedback

    Recommended Comments

    Inside the log files there is nothing related to this, this is just an semi-bug from Wrobot.

    Once the WoW-server crashs, wrobot crashs. I wrote a batch-file for this to make relogger.exe possible to restart wow.exe and wrobot.exe. (Expecting the wow-server crashs once a hour)

     

    WerFault.exe is the crash report from windows, which im trying to close multiple times to make sure it's not existing anymore.

    WoW.exe has been also closed multiple times to make sure there is no client running at all.

    @echo off
    echo Make Relogger possible to restart WoW
    :loop
    echo WoW will be closed in 1 hour
    timeout /t 900 >null
    echo 45 minutes left...
    timeout /t 900 >null
    echo 30 minutes left...
    timeout /t 900 >null
    echo 15 minutes left...
    timeout /t 900 >null
    echo Closing all related exes
    taskkill /F /IM WerFault.exe
    taskkill /F /IM WerFault.exe
    taskkill /F /IM WerFault.exe
    taskkill /F /IM WRobot.exe
    taskkill /F /IM WRobot.exe
    taskkill /F /IM WRobot.exe
    taskkill /F /IM WRobot.exe
    taskkill /F /IM WoW.exe
    taskkill /F /IM WoW.exe
    echo WoW has been closed after 1 hour running.
    goto loop

     

    With this batch file it is possible to make relogger do his work correctly.

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...