3ct0s / dystopia-c2

Windows Remote Administration Tool that uses Discord, Telegram and GitHub as C2s
GNU General Public License v3.0
524 stars 120 forks source link

Wrong wine path? #103

Closed hidde-s closed 1 year ago

hidde-s commented 1 year ago

I was getting this error when running setup.sh : wine: failed to open "/root/.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/python.exe": c0000135

I fixed this by modifying the path in setup.sh line 49 and 47 to "/root/.wine/drive_c/users/root/AppData/Local/Programs/Python/Python38-32/python.exe" I don't know if this was just for me or if anyone else had this issue?

3ct0s commented 1 year ago

What OS did you use to run disctopia? Was it Kali?

hidde-s commented 1 year ago

Yes, I was using Kali.

atanu2679 commented 1 year ago

I was getting this error when running setup.sh : wine: failed to open "/root/.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/python.exe": c0000135

I fixed this by modifying the path in setup.sh line 49 and 47 to "/root/.wine/drive_c/users/root/AppData/Local/Programs/Python/Python38-32/python.exe" I don't know if this was just for me or if anyone else had this issue?

i think you did something wrong, mine is work perfectly

Deltatoolbox commented 1 year ago

I think i have the same issue i wll try it when im at home

Ayushbohra commented 1 year ago

./setup.sh: line 54: /root/.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/python.exe: No such file or directory wine: failed to open "/root/.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/python.exe": c0000135 Getting the same issue

Ayushbohra commented 1 year ago

I'm using Kali Linux.