We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()
The text was updated successfully, but these errors were encountered:
Did you build from source or used package/docker?
Sorry, something went wrong.
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
No branches or pull requests
Using v1.29.1 client. Receiving the following error, I think it also existed on previous versions.
The text was updated successfully, but these errors were encountered: