Git Product home page Git Product logo

Comments (13)

J-jaeyoung avatar J-jaeyoung commented on May 27, 2024 1

yeah I still see some errors and it does not seem to be functioning correctly :/ I wonder if it is the version of Python or IDA, in the original repo it does not mention which versions they got it to work on.

@MrNasro
I also have the same problems and only python under 3.10 works fine on me without any code patch. (exactly, 3.9.11)
This issue seems to be related to the deprecated implicit conversion after python 3.10.

from tenet.

wr-web avatar wr-web commented on May 27, 2024

You can convert self._dpi_scale to int in waitbox.py solving this problem. :( Afterward I find so many type problem....

from tenet.

ferib avatar ferib commented on May 27, 2024

I ended up solving this by replacing every self._dpi_scale with a fixed value in waitbox.py. Is there any clean way to fix this?

Surprised to see this worked as-is on OSX but not on Windows 🙃

Edit: Ended up doing self._dpi_scale = int(get_dpi_scale()*5.0) at waitbox.py:65, seems to work fine now

from tenet.

MrNasro avatar MrNasro commented on May 27, 2024

I am still not able to get it to fully work on my end, I tried your fork @ferib but I get the following errors:

Screenshot 2023-05-14 at 1 52 57 AM

Help is much appreciated, please and thank you!

from tenet.

ferib avatar ferib commented on May 27, 2024

Hey, I had some issues with my IDA Pro 8.1 and the Python version I used as the plugin made my IDA crash. I just upgraded to 8.2 and I can see those errors as well now 🤔

from tenet.

MrNasro avatar MrNasro commented on May 27, 2024

@ferib on which version of IDA and Python you got it to work previously?

from tenet.

ferib avatar ferib commented on May 27, 2024

I used IDA 8.1 with Python 3.11.x, I was told to upgrade to 8.2.

I am currently looking in the 'new' errors I get in 8.2

from tenet.

MrNasro avatar MrNasro commented on May 27, 2024

yeah same I am using IDA 8.2, thank you for looking into it!

please keep me posted, much appreciated!

from tenet.

ferib avatar ferib commented on May 27, 2024

@MrNasro I added some more int(), I cba to figure out which place is best so I took wherever IDA started to complain.

2bb443a

Not sure why but when clicking around in the timeline window I crash randomly for some reason 🤔

from tenet.

MrNasro avatar MrNasro commented on May 27, 2024

yeah I still see some errors and it does not seem to be functioning correctly :/ I wonder if it is the version of Python or IDA, in the original repo it does not mention which versions they got it to work on.

from tenet.

Related Issues (17)

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.