CreateProcess error=193, %1 is not a valid Win32 application

hoddack_rasta Posted messages 5 Status Member -  
ratenpion Posted messages 605 Registration date   Status Member Last intervention   -
Hello everyone. I'm trying to execute the following command:
./vendor/bin/simple-phpunit

but I'm getting the following error:
Cannot run program "C:\wamp64\www\Jobbeet\.\vendor\bin\simple-phpunit" (in directory "C:\wamp64\www\Jobbeet"): CreateProcess error=193, %1 is not a valid Win32 application


I've already followed many tutorials on the internet without finding a solution. Could someone help me? Thank you!

2 answers

ratenpion Posted messages 605 Registration date   Status Member Last intervention   85
 
Hello

It seems that your Windows is running on 32 bits and you are trying to execute a program meant for a 64-bit Windows...
You need to find the same program in 32 bits (wamp32 ??)
0
hoddack_rasta Posted messages 5 Status Member
 
Hello. Thank you for your interest, but I am indeed using a 64-bit Windows, which is why this error message frustrates me.
0
ratenpion Posted messages 605 Registration date   Status Member Last intervention   85
 
Hello

So it's probably your program that isn't compatible with win 64....

Unless.... is your antivirus up to date?
It could be a "baggle" infection... it gives this error message in case of infection!!
1