该内容不适用于您选择的语言

该内容将以另一种语言显示出来。 您可使用浏览器的翻译功能查看内容。

LabVIEW 2023Q3 Crashed When Building Executable in Different Language Windows 11 Version

Updated Jan 24, 2024

Reported In

Software

  • LabVIEW 2023 Q3

Issue Details

  • While building executable file, LabVIEW crashed and displayed the following error:LabVIEW 2023Q3 crash.png
  • LabVIEW building progress hang when creating executable file.

Solution

The crash (and likely the hang) when building an EXE or a PPL on a Japanese / Korean Windows OS is caused by having a Windows username with non-English characters. 
There is a cache that EXE and PPL builds use that is normally created in the LabVIEW Data directory which by default is in the user's Documents folder, and there is an issue with opening the cache if its path on disk has non-English characters.

Recommended workaround for this issue is to add the following to the LabVIEW INI file:

AppBuilderCacheRoot="<path>"

Here <path> can be any directory whose full path only has English characters, but I suggest setting the token as follows:

AppBuilderCacheRoot="C:\ProgramData\National Instruments\AppBuilderCache"