Jump to content

Jigsaww

Members
  • Posts

    9
  • Joined

  • Last visited

Bug Report Comments posted by Jigsaww

  1. 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.

×
×
  • Create New...