ZaharX97 / OWReveal

CSGO Overwatch revealer by sniffing packets / Find The Suspect steam profile from overwatch
GNU General Public License v3.0
30 stars 4 forks source link

Can't build an exe? #19

Closed ToothyDev closed 3 years ago

ToothyDev commented 3 years ago

I'm running Python 3.8.1, pyinstaller is installed of course, and I ran the command you provided in the readme. However...

image

Everything seems to have worked, but the exe is smaller than the one in the GitHub releases and it throws this error when running, what's the issue here?

ToothyDev commented 3 years ago

Edit: I thought I found the issue as I was missing modules so I installed them, however I was running into this issue image

ZaharX97 commented 3 years ago

i think you need the protobuf package not the google package nvm, i see that you fixed the first issue

ZaharX97 commented 3 years ago

try to replace get_windows_if_list with get_if_list I also updated all packages and got that error :D

ZaharX97 commented 3 years ago

the old function didnt exist anymore in scapy (or i couldnt find it) so I updated the code