of     1   

Marik64
#184315454Thursday, February 25, 2016 9:35 PM GMT

See title. For those unaware, Roblox is a game that works in a very straight-forward fashion. Run installer, installer installs, you play games. It was realized thanks to Microsoft that a built-in command called MKLINK would allow the creation of a SYMBOLIC LINK from one location to redirect it to another place. In this nature, for those attempting to play it from a flash drive, the answer was simple enough. MKLINK /J "C:\Program Files (x86)\Roblox" "X:\Roblox" Where /d, /j, or /h were the choices for a type of symlink. The first path directs to the location that you want the link to appear at. The second path directs to where the link will send you to when you use the link (where X is the drive letter of your flash drive). This has worked as recently as November 2015. However, it now appears that it does not work, giving a very peculiar error. boost::filesystem::read_symlink: The request is not supported: "C:/Program Files (x86)\Roblox" This is a new error, as far as I know, and it is a strange one. Notice the beginning of the path, claiming C:/. Windows does not use forward-slash (C:/), it uses backward-slash. This is a strange error, simply on the basis that my symlink is functional (see MKLINK above) and yet, it is enforcing a forward-slash. Can anyone who knows about Roblox in the programming phases explain this?
fossilzz
#184315918Thursday, February 25, 2016 9:42 PM GMT

I have the exact same issue. The difference is I have an SSD drive on my C: and an HDD on my D: I moved my Users folder from C: to D: and created a symlink to my D:\Users . Now the exact same error is happening when I try to play roblox.
fossilzz
#184316004Thursday, February 25, 2016 9:43 PM GMT

FYI: It's been working fine like this up until today. My Users folder has been on my D: for over a year.
gulliblemegablox108
#184348698Friday, February 26, 2016 11:21 AM GMT

Recently got the same error too, expect i've sent a support ticket to roblox already.
heathinator100
#188260575Friday, April 29, 2016 2:52 AM GMT

We have the same issue and our C:\Users is mapped to D:\Users just like you.
lordsheen
#195542131Sunday, August 07, 2016 12:27 AM GMT

Has anyone found a solution? My Users folder is on my G:\ drive This is my error: --------------------------- Roblox --------------------------- boost::filesystem::read_symlink: The request is not supported: "C:/Users" --------------------------- OK ---------------------------
tagheuer25
#213975120Monday, April 10, 2017 1:25 PM GMT

Not sure if this is intended, but this keeps you from using a junction link to move the roblox folder elsewhere.
williamwilliam
#225192840Friday, September 15, 2017 2:16 PM GMT

Exact same thing here. SSD is C, HDD is where all programs and user is.

    of     1