Proxspace Win11 installation problem

my English is bad so using Google translate:

Previously, I installed and used Proxspace on Windows 10 following the steps and everything worked perfectly. However, after switching to Windows 11, I encountered a problem installing Proxspace: it got stuck at `git clone`

How to solve this problem?It shouldn’t be incompatible with Windows 11, right?

2 Likes

Try: git clone https://github.com/RfidResearchGroup/proxmark3

If that still doesn’t work, you could download the current release with:
wget https://github.com/RfidResearchGroup/proxmark3/archive/refs/tags/v4.20728.tar.gz
and unpack it with tar -xvf ./v4.20728.tar.gz

And, if all else fails you might try the pre-compiled binaries avalable at:

2 Likes

thanks

use command “git clone https://github.com/RfidResearchGroup/proxmark3” is successfully installed proxspace

but an error message appears during startup.

how to fix?

1 Like

Hmm, that’s a new one to me, but you may try:

sudo pacman -Syu qt5-base to make sure qt5 is installed correctly

Alternatively, you can run:

sudo pacman -Syu git base-devel readline bzip2 lz4 arm-none-eabi-gcc \ arm-none-eabi-newlib qt5-base bluez python gd --needed

to double check all dependencies and install anything missing

2 Likes

It shows that many plugins are missing, but what command should I use to install them?

Both wget and apt install fail to work

1 Like

Hmmm

Something funky definitely seems to be happening to your install. It might not be a terrible idea to just delete the whole proxspace folder and give it another go from scratch at this point

Although, you may also try the following, no promises though:

sudo pacman -Syyu and then retry the package installs. It also looks like it added at least one unwanted space to your command, so you may try copying it directly from the repo this time:

3 Likes

Finally, I chose to use WSL to install Linux, compile the files, and run it successfully.

I felt that Proxspace’s support for Windows 11 wasn’t very good; I failed to install it multiple times.

btw,The suggestion you gave“wget https://github.com/RfidResearchGroup/proxmark3/archive/refs/tags/v4.20728.tar.gz
and unpack it with tar -xvf ./v4.20728.tar.gz”It played a very important role in the installation process.

I would also like to thank you for your patient guidance during the installation process.

2 Likes

Glad you got it working!

Make sure to flash the firmware to your PM3 with ./pm3-flash-all

2 Likes

Once you do, this warning should go away…

It is important that your client and firmware be the same version, otherwise you will get unpredictable behavior from the proxmark!

2 Likes

I noticed it and flashed the firmware. Now there is no error .

4 Likes