Skip to content

How to run dotnet which is built from source #93266

Closed Answered by Rosentti
Rosentti asked this question in Q&A
Discussion options

You must be logged in to vote

I ended up just doing /mnt/deathclaw/dotnet7CustomBuild/runtime/artifacts/bin/testhost/net7.0-Linux-Debug-x64/dotnet bin/Debug/net7.0/ClientUI.dll, and compiling with system dotnet. This got me the useful error message I needed:

Assert failure(PID 127793 [0x0001f331], Thread: 127793 [0x1f331]): Assertion failed 'varTypeIsIntOrI(op2->gtType) || varTypeIsGC(op2->gtType) : Possibly bad IL with CEE_stind.ref at offset 0022h (op1=byref op2=struct stkDepth=1)' in 'IClientEngine_64:CreateGlobalUser(byref):HSteamUser:this' during 'Importation' (IL size 41; hash 0x23425f98; MinOpts)

    File: /mnt/deathclaw/dotnet7CustomBuild/runtime/src/coreclr/jit/importer.cpp Line: 15133
    Image: /mnt/deathc…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Rosentti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant