Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

gui of wifi-pumpkin not visible #185

Closed
Treco-one opened this issue Feb 7, 2017 · 15 comments
Closed

gui of wifi-pumpkin not visible #185

Treco-one opened this issue Feb 7, 2017 · 15 comments
Labels

Comments

@Treco-one
Copy link

What's the problem (or question)?

i m not able to see anyting for except the wifi-pumpkin window n that too with a black screen with nothing visible

Please tell us details about your environment.

  • Card wireless adapters name (please check if support AP/mode):
  • Version used tool: wifi-pumpkin-0.8.3 it happens on every version
  • Virtual Machine (yes or no and which): no dual boot kali and windows 7
  • Operating System and version: kali 2.2016 rolling
    wifi-pumpkin
@timschumi
Copy link
Contributor

Uninstall Version 0.8.3 and install 0.8.4 through the installer script. There may be some missing dependencies

@Treco-one
Copy link
Author

I'll try this one,
but I've tried most of the previous versions and it met the same problem
Still I'll try
Regards

@Treco-one
Copy link
Author

Treco-one commented Feb 8, 2017

i installed 0.8.4 through the installer script but it showed the same error
Loading GUI...
WiFi-Pumpkin Running!
X Error: BadAccess (attempt to access private resource denied) 10
Extension: 130 (MIT-SHM)
Minor opcode: 1 (X_ShmAttach)
Resource id: 0x141
X Error: BadShmSeg (invalid shared segment parameter) 128
Extension: 130 (MIT-SHM)
Minor opcode: 5 (X_ShmCreatePixmap)
Resource id: 0x1000019
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x100001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x100001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x100001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x100001a
i tried the fix shown in
BadDrawable (invalid Pixmap or Window parameter) #53
by adding
export QT_X11_NO_MITSHM=1 in
~/.profile file
but still the error remains the same
Regards

@Treco-one
Copy link
Author

Help me guyz

@timschumi
Copy link
Contributor

@Treco-one
Copy link
Author

Thanks for the reply,
I tried it but i didn't helped
Is there any other way? Help me out guyz

@timschumi
Copy link
Contributor

Then it's a specific problem with your setup

@mh4x0f
Copy link
Member

mh4x0f commented Feb 9, 2017

run the app without gksudo command. execute "sudo wifi-pumpkin".

@Treco-one
Copy link
Author

With sudo i can see the above error as u can see in the screenshot I've mentioned
But wether i use gksudo or sudo the interface doesn't seems to work
Regards

@godrockz
Copy link

i had the same issues with the vncserver. solved with(not recommend):
[root@alarmpi alarm]# /usr/bin/vncserver -geometry 1440x900 -alwaysshared -fg
after login: xhost + and now start wifi-pumpkin

note: QT can't elevate permission to access some shared memory, because X is running with user privileges - start X as root and it will work

@SaulAgui
Copy link

getting the exact same error, tryed all the same options. plz help

@becare
Copy link

becare commented Jun 16, 2017

sudo nano /etc/environment

Add this line
QT_X11_NO_MITSHM=1

Enjoy!

@Arturo0x90
Copy link

yoooo thanks this fix helps!! i have try to run in ubuntu/kali 64 and it works:)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

9 participants
@becare @mh4x0f @godrockz @SaulAgui @timschumi @Treco-one @Arturo0x90 and others