PsiStoreTool runtime error
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 574
- Forks
- 104
- Avg merge
- 19m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the PsiStoreTool command on Ubuntu 22.04 using the shown PsiStoreTool.dll path and Logger.0001/ data. Investigate the reported System.Runtime type-resolution errors; done means the tool runs without those runtime errors and produces out.csv in the requested format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100