-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
%1 is not a valid Win32 application #3810
Labels
Comments
Have you followed the installation guide? If you have, can you provide your cmd window output and not just the error message Please also edit your OP to include git and python versions |
all good its solved just got a different encrypt.dll file |
@htugsdr where did you find the dll for win 32 bit? I couldn't find it anywhere |
This was referenced Aug 14, 2016
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I heard about people having this issue before but it never really applied to me as i was on mac. But now i am trying to get it on windows and i have this....
Expected Behavior
To start botting and do normal stuff.
Actual Behavior
WindowsError: [Error 193] %1 is not a valid Win32 application
Your config.json (remove your credentials and any other private info)
` "auth_service": "google",
"username": "x",
"password": "x",
"location": "x",
"gmapkey": "GOOGLE_MAPS_API_KEY",
"tasks": [
{
"type": "HandleSoftBan"
},
{
"type": "CollectLevelUpReward"
},
{
"type": "IncubateEggs",
"config": {
"longer_eggs_first": true
}
},
{
"type": "TransferPokemon"
},
{
"type": "EvolvePokemon",
"config": {
"evolve_all": "none",
"first_evolve_by": "cp",
"evolve_above_cp": 500,
"evolve_above_iv": 0.8,
"logic": "or",
"evolve_speed": 20,
"use_lucky_egg": false
}
},
{
"type": "RecycleItems",
"config": {
"item_filter": {
"Pokeball": { "keep" : 10 },
"Potion": { "keep" : 0 },
"Super Potion": { "keep" : 10 },
"Hyper Potion": { "keep" : 20 },
"Revive": { "keep" : 15 },
"Razz Berry": { "keep" : 30 },
"Greatball": { "keep" : 50 },
"Ultraball": { "keep" : 50}
}
}
},
{
"type": "CatchVisiblePokemon"
},
{
"type": "CatchLuredPokemon"
},
{
"type": "SpinFort"
},
{
"type": "MoveToFort",
"config": {
"lure_attraction": false,
"lure_max_distance": 2000
}
},
{
"type": "FollowCluster",
"config": {
"radius": 2200,
"lured": true
}
}
],
"map_object_cache_time": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 200
},
"websocket_server": false,
"walk": 80,
"action_wait_min": 1,
"action_wait_max": 4,
"debug": false,
"test": false,
"health_record": false,
"location_cache": true,
"distance_unit": "km",
"reconnecting_timeout": 15,
"evolve_captured": "NONE",
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"catch": {
"any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
"// Example of always catching Rattata:": {},
"// Rattata": { "always_catch" : true }
},
"release": {
"any": {"release_below_cp": 100, "release_below_iv": 0.2, "logic": "or"},
"Rattata": {"keep_best_cp": 2},
"Zubat": {"keep_best_cp": 2},
"Ekans": {"keep_best_cp": 2},
"Caterpie": {"keep_best_cp": 2},
"Weedle": {"keep_best_cp": 2},
"Pidgey": {"keep_best_cp": 2},
"Spearow": {"keep_best_cp": 2},
"Clefairy": {"keep_best_cp": 2},
"Oddish": {"keep_best_cp": 2},
"Paras": {"keep_best_cp": 2},
"Bellsprout": {"keep_best_cp": 2},
"Sandshrew": {"always_release": true},
"Nidoran F": {"keep_best_cp": 2},
"Nidoran M": {"keep_best_cp": 2},
"Venonat": {"keep_best_cp": 2},
"Meowth": {"keep_best_cp": 2},
"Psyduck": {"keep_best_cp": 2},
"Mankey": {"keep_best_cp": 2},
"Growlithe": {"keep_best_cp": 3},
"Machop": {"keep_best_cp": 2},
"Geodude": {"keep_best_cp": 2},
"Doduo": {"keep_best_cp": 2},
"Cubone": {"keep_best_cp": 2},
"Rhyhorn": {"keep_best_cp": 2},
"Pinsir": {"keep_best_cp": 2},
"Eevee": {"keep_best_cp": 2},
"Goldeen": {"keep_best_cp": 2},
"// Example of always releasing Rattata:": {},
"// Rattata": {"always_release": true},
"// Example of keeping 3 stronger (based on CP) Pidgey:": {},
"// Pidgey": {"keep_best_cp": 3},
"// Example of keeping 2 stronger (based on IV) Zubat:": {},
"// Zubat": {"keep_best_iv": 2},
"// Also, it is working with any": {},
"// any": {"keep_best_iv": 3},
"// Example of keeping the 2 strongest (based on CP) and 3 best (based on IV) Zubat:": {},
"// Zubat": {"keep_best_cp": 2, "keep_best_iv": 3}
},
"vips" : {
"Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {},
"any": {"catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" },
"Lapras": {},
"Moltres": {},
"Zapdos": {},
"Articuno": {},
}
`
your config here
The text was updated successfully, but these errors were encountered: