06-15-2010 04:18 AM
Hello Labview Community,
I get the following message when trying to start a LabVIEW based software:
VI has an error of type 2002200.
The full development version of LabVIEW is required to fix the errors.
Details:
Executable and Installer are created with LabVIEW 8.5.1 Development System
The software is installed multiple times from the same source (CD-Roms are burned from a kind of image-file) without problems.
The Installer was created from the LabVIEW Project-Explorer
There's no additional Installer
Our customers intall the hardware and software on their own (worldwide!).
This is the first time the software doesn't start.
The only difference to the other installations I can see is the arabic language support of the operating system.
Details OS: Win XP Pro 5.1.2600 Servic Pack 3 English with arabic support.
Any hints are appreciated.
Best Regards,
Rainer Balzerowski
06-15-2010 04:36 AM
06-15-2010 04:59 AM
06-15-2010 09:44 AM
07-14-2011 04:02 AM
Hi all,
finally I managed to find the source of this error.
We are located in Germany. German language has special characters, like ä,ö,ü,ß.
As this characters are normal in writing german, it happend that this characters found it's way into filenames of VIs.
This together with an operating system with arabic language support leads to the error code.
We saw some strange behaviour with operating systems with unicode languages and our filenames.
(Strange behaviour of our software together with kyrilic aswell)
So the solution is: Aviod using characters other than standard ASCII in filenames
Best regards,
Balze