elmoiv / elmocut

Eye candy ARP spoofer for Windows
GNU General Public License v3.0
268 stars 46 forks source link

App not opened exception in script #70

Open RayMaxKevin opened 9 months ago

RayMaxKevin commented 9 months ago

Describe the bug After install, when I open the app, it shows exception error. Traceback (most recent call last): File "elmoCut.py", line 24, in <module> File "tools\utils_gui.py", line 26, in duplicate_elmocut AttributeError: 'NoneType' object has no attribute 'lower'

image

Tried all the old versions in release, error is

image

Screenshots image image

Tried disabling some adaptors still same

Desktop (please complete the following information):

Additional context Installed all the requirements in readme

Feel free to let me know if you need any other details or support

RayMaxKevin commented 9 months ago

Also tried different IP series 10, 172, and 192, still same

RayMaxKevin commented 9 months ago

@elmoiv @ItsProfessional @Jupiter79 Just tagging

ItsProfessional commented 9 months ago

Please don't tag me; I have only contributed to this repo. I am not a maintainer.

elmoiv commented 9 months ago

Hello @RayMaxKevin,

Can you open cmd and type: tasklist and send me the output.

I think you may have not included system32 to your PATH environment variables

You can include it by the following command: set PATH=%PATH%;C:\Windows\System32;

RayMaxKevin commented 9 months ago

Hello @elmoiv , Please find the same, It seems included, tried the command, still same. tasklist.txt

elmoiv commented 9 months ago

I will make a debuggable elmocut.exe ASAP and inform you when available

elmoiv commented 9 months ago

@RayMaxKevin Extract this to your elmoCut installation location: elmoCut.zip

Then send me a copy of the log found at: C:\Users\%Username%\AppData\Roaming\elmocut

RayMaxKevin commented 9 months ago

@elmoiv , Sorry for late reply,

Followed the same, couldn't find the log anywhere in my system. tried searching with different names as well

here is the order of error when I open your exe in install path

image

image

image

elmoiv commented 9 months ago

Okay. I will send you a beta setup of the debugging version ASAP

elmoiv commented 9 months ago

@RayMaxKevin Download and Install this version over the one you had. Try again and send me the log file please: elmoCut 1.0.7 x64.zip

RayMaxKevin commented 9 months ago

Please find the same, this is the error on opening once I installed on the existing installation - Tried disabling defender protections, still same image

elmocut.zip

@elmoiv

elmoiv commented 9 months ago

@RayMaxKevin From the log it shows that elmoCut cant get output of commands sent to cmd. However when you pass the commands manually it returns output.

I will try another modification and send it to you ASAP.

Thanks for your cooperation.

RayMaxKevin commented 9 months ago

Thank you, yeah, was even tried to run as Admin, still same, you may also see my WiFi adaptor details in above ss, if need

elmoiv commented 9 months ago

@RayMaxKevin Download and Install this version over the one you had. Try again and send me the log file please: elmoCut 1.0.7 x64.zip - NEW FIX

RayMaxKevin commented 9 months ago

Still same, I think the output is coming, but it's not printed in logs and not going to software..

I can do screenshare to my system if need, I'll be also available on telegram on this ID @ Nkevin12

elmocut.zip

@elmoiv

birukyitayew commented 1 day ago

Hello @RayMaxKevin,

Can you open cmd and type: tasklist and send me the output.

I think you may have not included system32 to your PATH environment variables

You can include it by the following command: set PATH=%PATH%;C:\Windows\System32;

THIS WORKED FOR ME