GLFW3 SaveState -> wrong directory

Monkey Forums/Monkey Bug Reports/GLFW3 SaveState -> wrong directory

Fred(Posted 2015) [#1]
Hi, is there a reason why SaveState doesn't work anymore with glfw3 like it did with glfw2 ?
GLFW2 saves .monkeystate in User/AppData/... on windows (and other appropriate directory for mac and linux) but GLFW3 saves it beside the .exe and don't use GLFW_APP_LABEL and GLFW_APP_PUBLISHER ?


marksibly(Posted 2015) [#2]
Probably got lost in the transition to glfw3 - will take a look.


Fred(Posted 2015) [#3]
Thank you


marksibly(Posted 2015) [#4]
Just uploaded v85c which should fix this.


Fred(Posted 2015) [#5]
Thank you a lot !


Arjailer(Posted 2015) [#6]
I'm using 85d, I've set GLFW_APP_PUBLISHER and GLFW_APP_LABEL and it's still writing .monkeystate beside the .exe :-(


Fred(Posted 2015) [#7]
I confirm that it does not work. Same code (LoadState/SaveState) works fine with glfw2 (v82a) but still not with glfw3 (v85d).