SWProxy icon indicating copy to clipboard operation
SWProxy copied to clipboard

Unable to run the app on Windows 10

Open swlover888 opened this issue 9 years ago • 13 comments

Hi guys,

I've downloaded the PC version and was trying to just run it and I get the following error message.

Crypto.Cipher._AES.pyd could not be extracted!

Any idea how I could fix this issue?

My friend's PC which had upgraded from Windows 7 to 10 worked fine.

I copied the same file from his PC just in case but I still get the same error message.

swlover888 avatar Jun 21 '16 08:06 swlover888

The current release of SWProxy doesn't work but running the current source does work. I made a quick tutorial to run it yourself for the non tech people.

Windows tutorial, this worked in Windows 10 as well

Note: Uninstall Python 3.* if you have it and you don't want to cause any problems with installation

  1. Download SWProxy source, extract it somewhere: https://github.com/kakaroto/SWProxy/archive/master.zip
  2. Install this: https://www.python.org/downloads/release/python-279/
  3. Install this: https://www.microsoft.com/en-us/download/details.aspx?id=44266
  4. Put this into your CMD prompt: cd "C:\Python27\Scripts" && pip install yapsy pycrypto dpkt
  5. Right click the SWProxy.py file that was installed in step 1
  6. Open with: IDLE
  7. Click F5 while in the window with code
  8. Success. Should be working as normal. You are on your own from here.

prestontighe avatar Jun 26 '16 10:06 prestontighe

This doesn't seem to work. At least not for me. I'm using the master build as of 7/25/2016.

oadrian2 avatar Jul 28 '16 01:07 oadrian2

This comment was 1 month ago. I don't know the current state of things.

prestontighe avatar Jul 28 '16 04:07 prestontighe

Hello, I follow your steps and get the following error message at step 7

Traceback (most recent call last): File "D:\SWProxy-master\SWProxy-master\SWProxy.py", line 3, in from SWParser.smon_decryptor import decrypt_request, decrypt_response File "D:\SWProxy-master\SWProxy-master\SWParser__init__.py", line 1, in from parser import * File "D:\SWProxy-master\SWProxy-master\SWParser\parser.py", line 11, in from SWPlugin import SWPlugin File "D:\SWProxy-master\SWProxy-master\SWPlugin.py", line 1, in from yapsy import IPlugin ImportError: No module named yapsy

How can I solve it?

softbearlolz avatar Aug 06 '16 02:08 softbearlolz

@softbearlolz The current release of SWProxy works fine for me on Windows 10. Use that. Running from source isn't needed right now.

prestontighe avatar Aug 06 '16 03:08 prestontighe

But it still doesn't work on my windows 10.

softbearlolz avatar Aug 06 '16 03:08 softbearlolz

What is happening when you run this (https://github.com/kakaroto/SWProxy/releases/download/0.100/SWProxy-windows-2.zip)?

prestontighe avatar Aug 06 '16 03:08 prestontighe

It closed immediately. I cant see anything.

If i open it by CMD, the error messages is "Crypto.Cipher._AES.pyd could not be extracted!"

softbearlolz avatar Aug 06 '16 03:08 softbearlolz

Screenshot the error

On Aug 5, 2016, at 10:26 PM, softbearlolz [email protected] wrote:

It closed immediately. I cant see anything.

If i open it by CMD, the error messages is "Crypto.Cipher._AES.pyd could not be extracted!"

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

prestontighe avatar Aug 06 '16 12:08 prestontighe

http://imgur.com/1ZjFl76

softbearlolz avatar Aug 06 '16 15:08 softbearlolz

Never seen this error myself but going back to running from source.

Make sure both commands in step 4 work. I see from your errors your running from the D drive. Change the first part of step 4 to the D drive.

prestontighe avatar Aug 06 '16 20:08 prestontighe

As it shows in the error message you pasted above...you forgot to install yapsy. make sure you installed the python packages (via PIP or any other method) listed in the requirements.txt

Bratzmeister avatar Aug 08 '16 06:08 Bratzmeister

Thanks, I reinstalled windows 10 yesterday, and I can open it .

softbearlolz avatar Aug 08 '16 07:08 softbearlolz