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 -
ratenpion Posted messages 605 Registration date Status Member Last intervention -
Hello everyone. I'm trying to execute the following command:
but I'm getting the following error:
I've already followed many tutorials on the internet without finding a solution. Could someone help me? Thank you!
./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!
Related links:
- Computer startup blocked by "LogonUI.exe - Application Error"
- Error: architecture mismatch between the driver and the app
- Why won't Discord install?
- C2201 western union: my money transfer is not possible.
- IMPOSSIBLE DE LANCER FORTNITE/The application has hung and will now close. We ap
- Install volka x
2 answers
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 ??)
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 ??)
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.