psi icon indicating copy to clipboard operation
psi copied to clipboard

PsiStoreTool runtime error

Open bakuzen opened this issue 4 days ago • 0 comments

I logged some data into a folder, then I run the PsiStoreTool (ubuntu 22.04). All logs are channeled to "data"

psi/Sources/Tools/PsiStoreTool/bin/Debug/netcoreapp7.0/PsiStoreTool.dll save -p . -d Logger.0001/ -s  Logger.data -f out.csv -m csv

but I get the error:

Can't find custom attr constructor image: psi/Sources/Tools/PsiStoreTool/bin/Debug/netcoreapp7.0/PsiStoreTool.dll mtoken: 0x0a00000d due to: Could not resolve type with token 0100000e from typeref (expected class 'System.Resources.NeutralResourcesLanguageAttribute' in assembly 'System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a') assembly:System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a type:System.Resources.NeutralResourcesLanguageAttribute member:(null) Platform for Situated Intelligence Store Tool Error: Could not resolve type with token 01000017 from typeref (expected class 'System.Runtime.CompilerServices.DefaultInterpolatedStringHandler' in assembly 'System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')

Any ideas? I tried to make sure the netcoreapp versions for my logger and the PsiStoreTool. The only other thing I could think of might be some symlinks, but this has worked on my setup before.

bakuzen avatar Jul 01 '24 15:07 bakuzen