Hi I am also facing a similar issue.
In my case the reset button and all related commands in the ScriptEditor is all greyed out so I cannot try that. I am attaching the log from the .rhinocode folder.
Info 01/06/2025 18:52:36 [RhinoCode] Storage Site Registered: Local Drive (mcneel.eto.file)
Info 01/06/2025 18:52:36 [RhinoCode] Storage Site Registered: Rhino Files (mcneel.rhinoFiles.file)
Info 01/06/2025 18:52:36 [RhinoCode] Storage Site Registered: Web (mcneel.console.http)
Info 01/06/2025 18:52:36 [RhinoCode] Rhino3D Initialized on Windows - NETCoreApp
Info 01/06/2025 18:52:36 [RhinoCode] Platform Registered: Rhinoceros 3D @ 8.14.24345.15001 (mcneel.rhino3d.rhino)
Info 01/06/2025 18:52:36 [RhinoCode] Storage Site Registered: Rhino3D Project (mcneel.rhino3d.project)
Info 01/06/2025 18:52:36 [RhinoCode] Operating System: Microsoft Windows NT 10.0.22631.0
Info 01/06/2025 18:52:36 [RhinoCode] RhinoCode server starting on \\.\pipe\rhinocode_remotepipe_19148
Info 01/06/2025 18:52:54 [RhinoCode] Language Registered: Plain Text 1.0 (rhinocode.builtin.text)
Info 01/06/2025 18:52:54 [RhinoCode] Language Registered: JSON 1.0 (rhinocode.builtin.json)
Info 01/06/2025 18:52:54 [RhinoCode] Language Registered: Yaml 1.0 (rhinocode.builtin.yaml)
Info 01/06/2025 18:52:54 [RhinoCode] Language Registered: Git DotFile 1.0 (rhinocode.builtin.gitDotFile)
Info 01/06/2025 18:52:54 [RhinoCode] Language Loader Registered: mcneel.pythonnet.python@3.*
Info 01/06/2025 18:52:54 [RhinoCode] Language Loader Registered: mcneel.ironpython.python@2.*
Info 01/06/2025 18:52:54 [RhinoCode] Language Loader Registered: mcneel.roslyn.csharp@9.*
Info 01/06/2025 18:52:54 [RhinoCode] Language Loader Registered: mcneel.gh1.grasshopper@1.*
Info 01/06/2025 18:52:54 [RhinoCode] Language Loader Registered: mcneel.markdig.markdown@0.*
Info 01/06/2025 18:52:55 [RhinoCode] Using existing runtime: CPython 3.9.10/43 (x64)
Info 01/06/2025 18:52:55 [RhinoCode] Initializing CPython 3.9.10/43 runtime
Info 01/06/2025 18:52:55 [RhinoCode] Deploying CPython engine McNeel.Python39.Runtime.dll
Info 01/06/2025 18:52:55 [RhinoCode] Copying python engine assembly @C:\Program Files\Rhino 8\System\McNeel.Python39.Runtime.dll -> @C:\Users\sunlee\.rhinocode\py39-rh8\McNeel.Python39.Runtime.dll
Error 01/06/2025 18:52:55 [RhinoCode] Error Initializing Python | Access to the path 'C:\Users\sunlee\.rhinocode\py39-rh8\McNeel.Python39.Runtime.dll' is denied.
at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at Rhino.Runtime.Code.Languages.PythonNet.Attributes.RuntimeAssemblyPackage.Deploy(CPythonRuntime runtime)
at Rhino.Runtime.Code.Languages.PythonNet.CPythonRuntime.DeployEngine(CPythonStartupSteps startup)
at Rhino.Runtime.Code.Languages.PythonNet.CPythonRuntime.<>c__DisplayClass111_0.<InitRuntime>b__0(Access access)
at Rhino.Runtime.Code.Languages.Runtime.Access.Run(String id, Action`1 task)
at Rhino.Runtime.Code.Languages.PythonNet.CPythonRuntime.InitRuntime(CPythonStartupSteps startup)
at Rhino.Runtime.Code.Languages.PythonNet.CPython`1.Start()
Info 01/06/2025 18:52:55 [RhinoCode] Language Registered: Python 3.9.10 (mcneel.pythonnet.python)
Info 01/06/2025 18:52:55 [RhinoCode] Using existing runtime: IronPython 2.7.12/3 (x64)
Info 01/06/2025 18:52:55 [RhinoCode] Loading IronPython 2.7.12/3 runtime
Info 01/06/2025 18:52:55 [RhinoCode] Added IronPython 2.7.12 (mcneel.ironpython.python) search path: C:\Users\sunlee\AppData\Roaming\McNeel\Rhinoceros\8.0\scripts
Info 01/06/2025 18:52:56 [RhinoCode] Language Registered: IronPython 2.7.12 (mcneel.ironpython.python)
Info 01/06/2025 18:52:56 [RhinoCode] Installing microsoft.netframework.referenceassemblies.net48.1.0.3.nupkg
Info 01/06/2025 18:52:57 [RhinoCode] Language Registered: C# 9.0 (mcneel.roslyn.csharp)
Info 01/06/2025 18:52:57 [RhinoCode] Language Registered: Grasshopper 1.0 (mcneel.gh1.grasshopper)
Info 01/06/2025 18:52:57 [RhinoCode] Language Registered: Markdown 0.30.4 (mcneel.markdig.markdown)
Info 01/06/2025 18:52:57 [RhinoCode] Parsing configs schema "https://files.mcneel.com/schemas/rhinocode/editor.schema.v1.json" in C:\Users\sunlee\.rhinocode\editor.json
Error 01/06/2025 18:52:58 [RhinoCode] Error writing configs to C:\Users\sunlee\.rhinocode\editor.json | Rhino.Runtime.Code.Storage.StorageException: Error storing to file:///C:/Users/sunlee/.rhinocode/editor.json
---> System.UnauthorizedAccessException: Access to the path 'C:\Users\sunlee\.rhinocode\editor.json' is denied.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.File.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
at Rhino.Runtime.Code.Storage.StorageExtensions.WriteFile(String path, Byte[] bytes)
at Rhino.Runtime.Code.Storage.Local.FileStorage.StoreData(StorageData data)
at Rhino.Runtime.Code.Storage.Storage.Store(StorageData data)
--- End of inner exception stack trace ---
at Rhino.Runtime.Code.Storage.Storage.Store(StorageData data)
at RhinoCodeEditor.Editor.RCE.StoreConfigs()
Info 01/06/2025 18:53:05 [RhinoCode] Running process: C:\Users\sunlee\.rhinocode\py39-rh8\python.exe -I -m pip --isolated --disable-pip-version-check list --format freeze
Info 01/06/2025 18:53:07 [RhinoCode] Running process: C:\Users\sunlee\.rhinocode\py39-rh8\python.exe -I -m pip --isolated --disable-pip-version-check list --path "C:\Users\sunlee\.rhinocode\py39-rh8\site-envs\default-aJPPqG40" --format freeze
Info 01/06/2025 18:53:08 [RhinoCode] Running process: C:\Users\sunlee\.rhinocode\py39-rh8\python.exe -I -m pip --isolated --disable-pip-version-check list --path "C:\Users\sunlee\.rhinocode\py39-rh8\site-support" --format freeze
Info 01/06/2025 18:53:09 [RhinoCode] ========> Installed packages: "IronPython 2.7.12 (mcneel.ironpython.python)"
=> Environ: "default"
=> Environ: "site-packages"
pip==19.2.3
setuptools==41.2.0
========> Installed packages: "Python 3.9.10 (mcneel.pythonnet.python)"
=> Environ: "site-packages"
pip==24.2
setuptools==75.2.0
wheel==0.44.0
=> Environ: "default"
pip==24.2
setuptools==75.2.0
wheel==0.44.0
cloudpickle==3.1.0
contourpy==1.3.0
cycler==0.12.1
fonttools==4.54.1
importlib_resources==6.4.5
kiwisolver==1.4.7
matplotlib==3.9.2
mpmath==1.3.0
numpy==2.0.2
packaging==24.1
pillow==11.0.0
pygad==3.3.1
pyparsing==3.2.0
python-dateutil==2.9.0
six==1.16.0
sympy==1.13.3
zipp==3.20.2
=> Environ: "site-support"
pip==24.2
setuptools==75.2.0
wheel==0.44.0
astroid==2.7.3
black==21.8
click==8.0.1
colorama==0.4.4
isort==5.9.3
jedi==0.19.2
lazy-object-proxy==1.6.0
mccabe==0.6.1
mypy-extensions==0.4.3
parso==0.8.3
pathspec==0.9.0
platformdirs==2.3.0
psutil==5.9.1
pycodestyle==2.8.0
pyflakes==2.4.0
pylint==2.10.2
pywin32==302
regex==2022.9.13
toml==0.10.2
tomli==1.2.1
typing-extensions==3.10.0
wrapt==1.12.1
Info 01/06/2025 18:53:29 [RhinoCode] Begin editing Python 3 Script (76a16a3a-a151-459b-9a76-adb4686e36d3) as text
Error 01/06/2025 18:53:30 [RhinoCode] Error writing configs to C:\Users\sunlee\.rhinocode\editor.json | Rhino.Runtime.Code.Storage.StorageException: Error storing to file:///C:/Users/sunlee/.rhinocode/editor.json
---> System.UnauthorizedAccessException: Access to the path 'C:\Users\sunlee\.rhinocode\editor.json' is denied.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.File.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
at Rhino.Runtime.Code.Storage.StorageExtensions.WriteFile(String path, Byte[] bytes)
at Rhino.Runtime.Code.Storage.Local.FileStorage.StoreData(StorageData data)
at Rhino.Runtime.Code.Storage.Storage.Store(StorageData data)
--- End of inner exception stack trace ---
at Rhino.Runtime.Code.Storage.Storage.Store(StorageData data)
at RhinoCodeEditor.Editor.RCE.StoreConfigs()
Info 01/06/2025 18:56:14 [RhinoCode] ========> Installed packages: "IronPython 2.7.12 (mcneel.ironpython.python)"
=> Environ: "default"
=> Environ: "site-packages"
pip==19.2.3
setuptools==41.2.0
========> Installed packages: "Python 3.9.10 (mcneel.pythonnet.python)"
=> Environ: "site-packages"
pip==24.2
setuptools==75.2.0
wheel==0.44.0
=> Environ: "default"
pip==24.2
setuptools==75.2.0
wheel==0.44.0
cloudpickle==3.1.0
contourpy==1.3.0
cycler==0.12.1
fonttools==4.54.1
importlib_resources==6.4.5
kiwisolver==1.4.7
matplotlib==3.9.2
mpmath==1.3.0
numpy==2.0.2
packaging==24.1
pillow==11.0.0
pygad==3.3.1
pyparsing==3.2.0
python-dateutil==2.9.0
six==1.16.0
sympy==1.13.3
zipp==3.20.2
=> Environ: "site-support"
pip==24.2
setuptools==75.2.0
wheel==0.44.0
astroid==2.7.3
black==21.8
click==8.0.1
colorama==0.4.4
isort==5.9.3
jedi==0.19.2
lazy-object-proxy==1.6.0
mccabe==0.6.1
mypy-extensions==0.4.3
parso==0.8.3
pathspec==0.9.0
platformdirs==2.3.0
psutil==5.9.1
pycodestyle==2.8.0
pyflakes==2.4.0
pylint==2.10.2
pywin32==302
regex==2022.9.13
toml==0.10.2
tomli==1.2.1
typing-extensions==3.10.0
wrapt==1.12.1
Info 01/06/2025 19:07:51 [RhinoCode] End edit context for param Python 3 Script (76a16a3a-a151-459b-9a76-adb4686e36d3)
Error 01/06/2025 19:07:52 [RhinoCode] Error writing configs to C:\Users\sunlee\.rhinocode\editor.json | Rhino.Runtime.Code.Storage.StorageException: Error storing to file:///C:/Users/sunlee/.rhinocode/editor.json
---> System.UnauthorizedAccessException: Access to the path 'C:\Users\sunlee\.rhinocode\editor.json' is denied.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.File.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
at Rhino.Runtime.Code.Storage.StorageExtensions.WriteFile(String path, Byte[] bytes)
at Rhino.Runtime.Code.Storage.Local.FileStorage.StoreData(StorageData data)
at Rhino.Runtime.Code.Storage.Storage.Store(StorageData data)
--- End of inner exception stack trace ---
at Rhino.Runtime.Code.Storage.Storage.Store(StorageData data)
at RhinoCodeEditor.Editor.RCE.StoreConfigs()
Error 01/06/2025 19:07:53 [RhinoCode] Error writing configs to C:\Users\sunlee\.rhinocode\editor.json | Rhino.Runtime.Code.Storage.StorageException: Error storing to file:///C:/Users/sunlee/.rhinocode/editor.json
---> System.UnauthorizedAccessException: Access to the path 'C:\Users\sunlee\.rhinocode\editor.json' is denied.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.File.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
at Rhino.Runtime.Code.Storage.StorageExtensions.WriteFile(String path, Byte[] bytes)
at Rhino.Runtime.Code.Storage.Local.FileStorage.StoreData(StorageData data)
at Rhino.Runtime.Code.Storage.Storage.Store(StorageData data)
--- End of inner exception stack trace ---
at Rhino.Runtime.Code.Storage.Storage.Store(StorageD
@eirannejad Could you please take a look and suggest a fix for this?
Thank you!