You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't name the application "VUEngine Studio", or otherwise the build is not working, due to the whitespace.
Likewise, building won't work if the user installs the application to any folder that contains whitespaces. Same problem probably occurs when trying to build a project that's inside a path containing whitespaces.
The text was updated successfully, but these errors were encountered:
Is it not possible to simply flag this as a limitation?, at least for the beta release? It will be quite a bit of work to track down all the places where the preprocessor needs to be tweaked to support whitespaces.
I guess we can do that for the preview release. I named the application simply "VUEngine" for now. The worst part seems to be when a Windows user has whitespaces in their username, which would render the build pipeline broken.
Eventually, for the 1.0.0 release, we need to tackle this problem and harden the preprocessor and makefiles against such problems.
The build widget will now output an error when either the workspace path, engine path or plugins path contains spaces. That way, we at least make the circumstances clear to the user in the preview release.
Can't name the application "VUEngine Studio", or otherwise the build is not working, due to the whitespace.
Likewise, building won't work if the user installs the application to any folder that contains whitespaces. Same problem probably occurs when trying to build a project that's inside a path containing whitespaces.
The text was updated successfully, but these errors were encountered: