GithubHelp home page GithubHelp logo

Comments (5)

dc740 avatar dc740 commented on July 17, 2024

Hi, did you check that interception.dll is present in the same folder as the script? The logs are basically saying it can't find the dll file.

from autohotpy.

darenx avatar darenx commented on July 17, 2024

Thanks for replying, Yes it is in the same folder.
imagen

from autohotpy.

dc740 avatar dc740 commented on July 17, 2024

OKs. Let's continue in spanish.

Podrías verificar por que el archivo tiene un icono del bloc de notas? Qué pasa con la arquitectura? La arquitectura es la correcta? (x86/x64)
Hace unos cuantos años que no uso Windows, por lo que hace bastante tiempo que no pruebo este proyecto. En teoría deberías poder cargarlo sin problemas. Fijate si podés crear un script de python común que lo abra con ctypes.WinDLL(). Esa va a ser la prueba que nos diga que es lo que está pasando, si es un problema con el archivo o quizás ctypes cambió en las nuevas versiones y la carga se hace diferente.

Gracias por el reporte!

from autohotpy.

darenx avatar darenx commented on July 17, 2024

Hola lo que hice fue lo siguiente:
Borre una carpeta del registro para para que no aparezca abrir por default los archivos .dll, al parece en algun momento intente abrir un archivo con notepad(Vale la pena destacar que soy bastante novato en todo esto).
luego segun vi en un foro accedian al .dll poniendo la ruta en donde esta el archivo .dll
En InterceptionWrapper.py", line 171,
cambie "self.interceptionDll = ctypes.WinDLL ("./interception.dll")" por
"self.interceptionDll = ctypes.WinDLL ("C:\Users\Cesar\Desktop\Python\AutoHotPy-master\interception.dll")"

y bueno al parecer funcionó
ejecuto Example1-GameCombo y segundo lo que dice el script si apreto A escribe :
A -> S -> move left -> move up -> A -> S y con scape sale.

as
as

imagen
Asi que bueno al parecer funciona. Gracias por tu tiempo.

from autohotpy.

darenx avatar darenx commented on July 17, 2024

Ya probé otro ejemplos y funcionan a la perfección :)

from autohotpy.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.