I've started an alpha of my game ( http://onlineracingchampionship.com ) and I'm getting some error reports of it crashing because it can't write log and configuration files on Windows 7. If the user runs as admin it successfully writes into the c:\program files (x86)\ORC folder (rather than the Documents\OnlineRacingChampionship folder on Windows 8.1 (and some Windows 7 installs).
I am using Ogre's FileSystemLayerImpl that is used in the Samples, like so: -
Code: Select all
FileSystemLayerImpl *fs = new FileSystemLayerImpl("OnlineRacingChampionship");
return fs->getWritablePath(inPath);Thanks for your help
All the best,
Ash

