savio-code / fern-wifi-cracker

Automatically exported from code.google.com/p/fern-wifi-cracker
1.21k stars 369 forks source link

No GUI, lots of errors and doesn't start from icon #113

Open tarachiupaul opened 7 years ago

tarachiupaul commented 7 years ago

From apt-get the tool has no GUI, has lots of errors in terminal : X Error: BadAccess (attempt to access private resource denied) 10 Extension: 130 (MIT-SHM) Minor opcode: 1 (X_ShmAttach) Resource id: 0x13e X Error: BadShmSeg (invalid shared segment parameter) 128 Extension: 130 (MIT-SHM) Minor opcode: 3 (X_ShmPutImage) Resource id: 0x1000015 ...... and it doesn't start from icon I uninstalled it and got it from this with git clone. When I run execute.py, again, no GUI and the same errors. I need to mention I am using Kali Linux and have run the tool with root and sudo but the same errors and no GUI.

savio-code commented 7 years ago

Hi,

Please how did you execute the program?

savio-code commented 7 years ago

Please try running like this:

sudo python execute.py

tarachiupaul commented 7 years ago

I've specified that I have run it like that and still the same errors

savio-code commented 7 years ago

Please when did the errors start?

savio-code commented 7 years ago

Please.try this:

export QT_X11_NO_MITSHM=1 sudo python execute.py

tarachiupaul commented 7 years ago

Thank you!! The export command worked!! Great tool!

lengyijun commented 6 years ago

sudo QT_X11_NO_MITSHM=1 python execute.py in one line