To Reiterate:
Squeezeplay fails to start if the user has their Application Data
folder redirected to a share (AD Domain with roaming profiles &
redirection).  SqueezePlay tries to create a subfolder but fails
because it cannot (and shouldn't try) to create folder \\servername.  

I've traced the retrieval of the Application Data folder info to the
function _initUserpathdir in AppletManager.lua.  As a workaround (until
this is fixed) you can change the line:
        _userpathdir = Framework.getUserPath()
to something like:
        _userpathdir = "C:\Temp"

I suppose a future update will overwrite the file but mybe it'll be
fixed by then.


BTW - Roaming profiles with redirection totally rocks!  PC crash?  So
what, build another and log on.  All your settings are there.  Move to
another PC and all your settings follow.


-- 
Bizarroterl
------------------------------------------------------------------------
Bizarroterl's Profile: http://forums.slimdevices.com/member.php?userid=13250
View this thread: http://forums.slimdevices.com/showthread.php?t=56569

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to