-
Notifications
You must be signed in to change notification settings - Fork 132
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
Error: argument 1 has unexpected type 'float'
#15
Comments
You can convert self._dpi_scale to int in waitbox.py solving this problem. :( Afterward I find so many type problem.... |
I ended up solving this by replacing every Surprised to see this worked as-is on OSX but not on Windows 🙃 Edit: Ended up doing |
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: Help is much appreciated, please and thank you! |
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 🤔 |
@ferib on which version of IDA and Python you got it to work previously? |
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 |
yeah same I am using IDA 8.2, thank you for looking into it! please keep me posted, much appreciated! |
@MrNasro I added some more Not sure why but when clicking around in the timeline window I crash randomly for some reason 🤔 |
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 get the same error in IDA 8.3 with Python 3.10:
|
Python 3.9.xx will solve the issue |
Yes, as you mentioned before the issue looks related to the deprecated implicit conversion. I would like to add this plugin to FLARE-VM and we are using Python 3.10. Decreasing the Python version affects other libraries and plugins, so this is not an option and we are rather looking into increasing the Python version. Note also there seem to be a bug in the latest version of IDA Pro (8.4) and IDApython only runs with Python 3.12: mandiant/VM-Packages#1017 So I hope @gaasedelen finds time to fix the issue (or review the PR that appear to fix the issue: #18). 😉 |
Errors
argument 1 has unexpected type 'float'
occurred in Qt functions.The text was updated successfully, but these errors were encountered: