I recently purchased the RPLIDAR A3M1 development kit and am wondering if anyone has any experience with them. I have been unable to get all of the example programs working (Simple grabber and ultra_simple). The demo solution file for the lidar is also not working and i am getting an error that the driver is not a valid win32 application. Has anyone had experience with this and know how to solve it? Thanks in Advance
Hi Abe,
What sort of machine are you using? My first thought is that you are running a 32 bit machine and the driver requires a 64bit. Here is what I found:
"Getting the error: Not a valid 32-bit application can have many causes:
I have listed some of them below.
File is corrupt, bad, or missing.
- If the hard disk drive is corrupted or bad it can cause working programs to fail either because not all the data can be read from the hard disk drive or because the program has become corrupted while on the drive. Run scandisk and defrag on the hard disk drive to check for any potential errors.
- If you’re running the program from a shortcut on the computer, verify that the program is still on the computer. In some cases if the program is no longer installed on the computer you may get this error.
File is not designed for your version of Windows:
- If you’re trying to run a program that is not designed for your version of Windows you may get this error.
- Although many older programs designed to work in older versions of Windows will work with new versions of Windows, unfortunately, not all programs will work.
- If the program is an older MS-DOS program or early Windows program you may get this error.
- If the program is designed for a 64-bit version of Windows and you’re running it in a 32-bit version of Windows, it will not work and generate this error.
File is a virus, worm, or other malware file.
- This error can be generated by a file that is a virus, worm, trojan, or other type of malware file. Often, this will be caused because the virus scanner installed in the computer will not allow the file to be installed or run. Try scanning the file to verify it is not a virus and/or infected.
- If the file has been checked and is clean, it is still possible that the virus protection program and/or another program installed on the computer is causing issues during the install or execution of the program. Boot the computer into Safe Mode and try running the program; booting the computer into Safe Mode will make sure nothing is running in the background that could be causing this issue.
Hardware incompatibility.
- If you’re getting this error during the installation of a program it’s also possible that the CD-ROM drive or the drive you’re installing the program from is not compatible with Windows or has drivers that are not compatible with Windows.
- Download the latest drivers for your CD drive or other drive from the computer manufacturer or from the hardware manufacturer. (Microsoft does not make driver for other hardware)"
Hope one of the suggestions above will help with your issue.