You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had an issue where the network share where the installer lived was deleted, which caused EShellMenu to take significantly long amounts of time to refresh itself because the system calls to check the version number took a while to time out.
I fixed this locally by updating the network share path but didn't look into fixing the code yet. I mention this because the default is set to a UNC path that probably won't exist so it would affect anyone who doesn't set the installer path.
The text was updated successfully, but these errors were encountered:
On further investigation, the refresh issue was resolved by the users deleting their .eshell directory and readding their project .xml. I believe something was stalling out trying to load old deleted project files but I haven't investigated further.
We had an issue where the network share where the installer lived was deleted, which caused EShellMenu to take significantly long amounts of time to refresh itself because the system calls to check the version number took a while to time out.
I fixed this locally by updating the network share path but didn't look into fixing the code yet. I mention this because the default is set to a UNC path that probably won't exist so it would affect anyone who doesn't set the installer path.
The text was updated successfully, but these errors were encountered: