-
Notifications
You must be signed in to change notification settings - Fork 100
Figure out why the plugin is initialized twice #34
Comments
On my Linux machine, |
@patateqbool Could you remove your "ugly hacks" in your next commit and close this issue? Thanks! |
No I can't because.... This is a bug ! Mouahahahahah \o> |
The previous fix seems to crash IDA in some cases.
|
Sounds like it is related to the navbar colorizer. ;-) |
|
Still not working on my side:
|
@patateqbool Could you check again after commit 979bf7c? |
After |
@NyaMisty Oops, should be fixed by @SilverBut 's commit (d8a95b4). |
I'm currently at 4331e5d and I still have crashes :(
|
In addition, the latest commit introduced these messages when closing IDA
|
@patateqbool What's the status on this issue? Still occurring? |
Currently working on macOS. I'll tell you when I go back under my workflow which generates the problems. |
I can partially reproduce it in latest commit 1d345cc, using IDA 7.1 Linux. However I don't think the plugin is loaded twice, since if you do this patch in Maybe someone wrongly used Patch:
|
@SilverBut Are you taking about this crash? I've found that the However, @patateqbool and I have been using this ticket to track other unrelated crashes (e.g. the backtraces), when we should have opened new issues instead. Sorry about that... |
Alright I see... |
By the way, this comment
Has now been resolved (but not comitted yet). |
@SilverBut ack, thank you. |
@SilverBut I believed it is fixed in the master branch. The layout of the network settings tab was being added to |
@NeatMonster At least not in commit 1d345cc for IDA 7.1 under Linux. You can still see those hints when opening the "settings" dialog. |
@SilverBut That's weird. I don't see them with the exact same setup. |
@patateqbool Could you check if the message is gone after the recent changes? Have you encountered another crash of IDA since to |
@NeatMonster nop, it's fine now. I don't have crash anymore too. :) I think we can close this issue. |
The plugin is initialized twice in my case, leading to ugly hacks, we need to figured out why...
It can be noted that the plugin is initialized once if no IDB is loaded and twice if an IDB is loaded.
The text was updated successfully, but these errors were encountered: