3drepo / 3drepobouncer

A C++ library providing 3D Repo Scene Graph definition, repository management logic and manipulation logic. It is is essentially the refactored 3DRepoCore and (parts of) 3DRepoGUI
GNU Affero General Public License v3.0
29 stars 13 forks source link

Spawn exe paths currently cannot have a space in it #648

Open carmenfan opened 11 months ago

carmenfan commented 11 months ago

Description

If you put 3drepobouncer client in a folder that contains spaces, currently it will fail. This is most likely the case as well for unity processing paths.

This is due to the spawn function expects a string for the command to be executed without any space.

Steps to replicate

Current Behaviour

Expected Behaviour