Hi all, After creating a training app on Mendix Studio, it crashes when running it in Mendix Studio Pro. The app is stored in C:\Users\EXM152\Documents\Mendix\Pascal_BlankTemplate-main. Note: when I create a symbolic link C:\Mendix to C:\Users\EXM152\Documents\Mendix, it works, so it is a matter of a few characters (so it is fragile). A guilty file is C:\Users\EXM152\Documents\Mendix\Pascal_BlankTemplate-main\deployment\native\widgets\node_modules\react-native-star-rating\node_modules\react-native-vector-icons\RNVectorIcons.xcodeproj\project.xcwor kspace\xcuserdata\joel.xcuserdatad/ The Mendix version is 9.10.0 which is not in the dropdown below. Regards, Pascal
asked
Pascal Lengelé
2 answers
0
See request https://support.mendix.com/hc/en-us/requests/147783.
answered
Pascal Lengelé
0
It seems like the file path is too long. You can try LongPathTool to manage and fix long paths. Shortening paths or using symbolic links, as you've done, can also help avoid crashes.