Skip to content

Fixed RWS not opening in windows.

Lukas requested to merge lcs_inrotech/RobWork:fix_rws_windows_crash into devel

Fixed RobWorkStudio crashing on startup on Windows. This is because the boost::program_options::split_unix can not handle the path of the executable using escaped backslashes (e.g. C:\\some\\path\\to\\RobWorkStudio.exe).

Merge request reports