Skip to content
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

WindowsError: [Error 193] %1 is not a valid Win32 application #2804

Closed
adamtong1110 opened this issue Aug 7, 2016 · 1 comment
Closed

WindowsError: [Error 193] %1 is not a valid Win32 application #2804

adamtong1110 opened this issue Aug 7, 2016 · 1 comment

Comments

@adamtong1110
Copy link

after login, i got the following error:

using window 10, have encrypt.dll (64bit version) in root folder and also change the init.py file.

any further help for me?

Thanks

Traceback (most recent call last): File "pokecli.py", line 493, in <module> main() File "pokecli.py", line 127, in main report_summary(bot) File "pokecli.py", line 136, in report_summary metrics.capture_stats() File "C:\poke\PokemonGo-Bot\pokemongo_bot\metrics.py", line 76, in capture_stats response_dict = request.call() File "C:\poke\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 106, in call result = self._call() File "C:\poke\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 63, in _call return PGoApiRequest.call(self) File "c:\poke\pokemongo-bot\src\pgoapi\pgoapi\pgoapi.py", line 210, in call request.activate_signature(lib_path) File "c:\poke\pokemongo-bot\src\pgoapi\pgoapi\rpc_api.py", line 85, in activate_signature self._signature_lib = ctypes.cdll.LoadLibrary(lib_path) File "c:\python27\Lib\ctypes\__init__.py", line 440, in LoadLibrary return self._dlltype(name) File "c:\python27\Lib\ctypes\__init__.py", line 362, in __init__ self._handle = _dlopen(self._name, mode) WindowsError: [Error 193] %1 is not a valid Win32 application

@bruvv
Copy link
Contributor

bruvv commented Aug 7, 2016

#2780

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants