PokemonGoF / PokemonGo-Bot-Backup

The Pokemon Go Bot, baking with community.
http://maps.pikabot.org
MIT License
109 stars 15 forks source link

encrypt_64 dll not found #2

Closed ghost closed 8 years ago

ghost commented 8 years ago

Expected Behavior

To allow the file location of encrypt to pass on json

Actual Behavior

bot crashes because encrypt_64.dll is not found.

Your FULL config.json (remove your username, password, gmapkey and any other private info)

{
    "auth_service": "google",
    "username": "",
    "password": "",
    "location": "43.64028065169827,-79.37606647610664",
    "favorite_locations":[
    ],
    "gmapkey": "",
    "encrypt_location": "C:\Test\PokemonGo-Bot",
    "telegram_token": ""
}

Output when issue occurred


2016-09-13 22:02:38,780 [PokemonGoBot] [INFO] Login successful.
2016-09-13 22:02:38,796 [PokemonGoBot] [ERROR] encrypt_64.dll is not found! Please place it in the bots root directory or set encrypt_location in config.
2016-09-13 22:02:38,812 [PokemonGoBot] [INFO] Platform: win32 encrypt_64.dll directory: C:\Test\PokemonGo-Bot\encrypt_64.dll

 Something went wrong and the bot needed to be restarted. Please investigate the cause.

Steps to Reproduce

Bot restarting

Other Information

OS:

Windows 10