Compiled programs crash because of an incorrect DEFAULT_PROJECT_ROOT_CACHE_PATH value.
This constant is in the core.constants.
sys.path[0] points to the "base_library.zip" path when a program is frozen/compiled using PyInstaller.
System: Windows 10
Python Version: 3.12.4
PyInstaller Version: 6.12.0
Compiled programs crash because of an incorrect
DEFAULT_PROJECT_ROOT_CACHE_PATHvalue.This constant is in the
core.constants.sys.path[0]points to the "base_library.zip" path when a program is frozen/compiled using PyInstaller.System: Windows 10
Python Version: 3.12.4
PyInstaller Version: 6.12.0