microsoft / microsoft/psi

PsiStoreTool runtime error

Open
#320 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.