You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Update
Upon further investigation, it might be a more broad issue, it looks like I am getting a similar error when running powershell scripts outside of my .csx scripts. Ugh... this should be fun.
Hey there,
I updated dotnet-script and my scripts are now giving me "Fatal error. Internal CLR error. (0x80131506)".
I am running Pop_OS 22.04. I don't recall having updated anything else around that time. My Omnisharp has "defaultTargetFramework": "net6.0". My syslog isn't showing anything while this is happening. I restarted just in case but the same thing is happening.
Is there anything relatively obvious that might have changed recently that I might have to account for that I might have missed when updating that I need to change in my omnisharp config or similar? Just trying to determine if the issue is actually dotnet-script in the first place.
I have another script that does my dotnet tools updates and it's output is quite basic. I should probably start keeping track of the version numbers when updates occur to see what might have updated.
Another update -- While in the middle of writing an issue report to the PowerShell board, it simply stopped having an issue. My scripts are all working just fine now. I honestly have no idea.. Ok, though, I guess? lol.
Yeah, at first I had not seen the error outside of running a csx using dotnet-script, which is of course what made me think it was related off the bat, but that script is doing a number of things, such as calling powershell via new Process().
Doing some additional tests, I found the following when trying to call pwsh from bash:
-- Update
Upon further investigation, it might be a more broad issue, it looks like I am getting a similar error when running powershell scripts outside of my .csx scripts. Ugh... this should be fun.
Hey there,
I updated dotnet-script and my scripts are now giving me "Fatal error. Internal CLR error. (0x80131506)".
I am running Pop_OS 22.04. I don't recall having updated anything else around that time. My Omnisharp has "defaultTargetFramework": "net6.0". My syslog isn't showing anything while this is happening. I restarted just in case but the same thing is happening.
Is there anything relatively obvious that might have changed recently that I might have to account for that I might have missed when updating that I need to change in my omnisharp config or similar? Just trying to determine if the issue is actually dotnet-script in the first place.
I have another script that does my dotnet tools updates and it's output is quite basic. I should probably start keeping track of the version numbers when updates occur to see what might have updated.
Update script
Thanks,
-MH
The text was updated successfully, but these errors were encountered: