icza / scelight

The source code of the Scelight project with all its modules.
https://sites.google.com/site/scelight/
Apache License 2.0
124 stars 19 forks source link

Running with same workspace on OS X and Windows produces path issues which causes a crash #5

Open ax42 opened 8 years ago

ax42 commented 8 years ago

I have my workspace in a custom folder, on my Dropbox. I normally run on the Mac. When I run scelight on windows, it will change all the paths to use backslashes, and when I run again under OS X scelight will crash and I need to delete all the settings files to get it going.

screen shot 2016-02-29 at 22 34 10

Expected behaviour -- recognise bad paths and ideally compensate for them.

icza commented 8 years ago

Will look into it, thanks for reporting.