Windows - fixing truncated paths with tildes ("~") in them

Windows - fixing truncated paths with tildes ("~") in them

If there are tilde characters in your file paths that means you have used a path that is just too long for Windows to handle or you have Long Paths disabled. Paths that are formatted in this way will cause our plugins to fail as they won't be able to properly expand them. Please do the following in order to get rid of this issue:

01. Enabling Long Paths in the Registry Editor:
- Run regedit.exe (C:\Windows\regedit.exe)
- Go to:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
- Open "LongPathsEnabled" entry (double click on it) and set its value to "1", like so:




02. Truncating paths that are too long by hand:

Existence of the tilde might not be caused only by the given setup regarding Long Paths feature. The path might just be too long for the system to handle. In such case you would have to also shorten it manually. Please note that under Windows some paths that are in fact too long to handle might be still correctly displayed in the FIle Explorer.

In general it is a good practice to keep your paths under 256 characters long (260 characters is the default limit under Windows 10). Please consult Microsoft's documentation to learn more:
https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry



    • Related Articles

    • Custom Envoy log path [Envoy 4.6.10+]

      You can use custom path for the Envoy log. Please edit the gm-config.cfg to set the new path. Config file locations based on your OS: WINDOWS: "C:\Users\%USERNAME%\AppData\Local\GridMarkets\Envoy\gm-config.cfg" LINUX: ...
    • MAYA + ARNOLD - workaround for textures referenced in ASS standIns not being loaded

      Currently the textures referenced in the Arnold's ASS proxies won't work unless some requirements are met. Such textures won't work when exported with absolute paths since we don't yet support those (but working on it). Please prepare the ASSes as ...
    • Telnet installation [Windows \ Linux \ MacOS]

      Windows Telnet is an application available as Windows feature which is not installed by default. In order to install this program please run the cmd.exe console ("C:\Windows\System32\cmd.exe") as root (right click on cmd.exe and choose "Run as ...
    • UNREAL - Submitting Unreal projects [Windows] [Envoy 4.5.X+] [CLI Tool 0.33.0+]

      This article will guide through the process of submitting an Unreal project to our farm. It may appear a bit involved but it's very simple really. Please follow the following steps. It is highly advised to submit a simple test scene for your first ...
    • Ensure your firewall ports are correctly set [Windows/Linux/MacOS]

      Before launching Envoy, ensure that: UDP port 123 to pool.ntp.org to verify your system time else your file transfers may not work TCP ports 5005, 5006, 8003 and 443 are open to api.gridmarkets.com TCP port 443 to *.oraclecloud.com and *.oracle.com ...