Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pruning failed with exception. System.IO.FileNotFoundException #7848

Open
Codj0 opened this issue Dec 1, 2024 · 2 comments
Open

Pruning failed with exception. System.IO.FileNotFoundException #7848

Codj0 opened this issue Dec 1, 2024 · 2 comments

Comments

@Codj0
Copy link

Codj0 commented Dec 1, 2024

Using v1.29.1 client. Receiving the following error, I think it also existed on previous versions.

Pruning failed with exception. System.IO.FileNotFoundException:
File name: 'System.Threading.Tasks.Dataflow, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
 ---> System.IO.FileNotFoundException:
File name: 'C:\Ethereum\execution\System.Threading.Tasks.Dataflow.dll'
   at System.Runtime.Loader.AssemblyLoadContext.<LoadFromPath>g____PInvoke|5_0(IntPtr __ptrNativeAssemblyBinder_native, UInt16* __ilPath_native, UInt16* __niPath_native, ObjectHandleOnStack __retAssembly_native)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at Nethermind.Api.Extensions.PluginLoader.<>c__DisplayClass7_0.<Load>b__0(AssemblyLoadContext _, AssemblyName name)
   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)
   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)
   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)
   at Nethermind.Trie.Pruning.TrieStore.PruneCache(Boolean skipRecalculateMemory, KeyValuePair`2[] allNodes)
   at Nethermind.Trie.Pruning.TrieStore.<Prune>b__49_0()

image

@LukaszRozmej
Copy link
Member

Did you build from source or used package/docker?

@Codj0
Copy link
Author

Codj0 commented Dec 2, 2024

Did you build from source or used package/docker?

I downloaded the zip file from Releases: https://github.com/NethermindEth/nethermind/releases/download/1.29.1/nethermind-1.29.1-dfea5240-windows-x64.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants