PowershellRM icon indicating copy to clipboard operation
PowershellRM copied to clipboard

What causes the following error?

Open deathcrafter opened this issue 4 years ago • 2 comments

System.Management.Automation.PSInvalidOperationException: The pipeline was not run because a pipeline is already running. Pipelines cannot be run concurrently. at System.Management.Automation.Runspaces.PipelineBase.DoConcurrentCheck(Boolean syncCall, Object syncObject, Boolean isInLock) at System.Management.Automation.Runspaces.RunspaceBase.DoConcurrentCheckAndAddToRunningPipelines(PipelineBase pipeline, Boolean syncCall) at System.Management.Automation.Runspaces.PipelineBase.CoreInvoke(IEnumer (ASimpleVisualizer2\settings\settings.ini - [Crafter])

deathcrafter avatar Jun 14 '21 07:06 deathcrafter

At least give code you are trying to run. Anyway, try restart Rainmeter first.

khanhas avatar Jun 14 '21 10:06 khanhas

At least give code you are trying to run. Anyway, try restart Rainmeter first.

Actually it's a whole script. You can find it here.

And I execute required commands with OnRefreshAction. This error appears when I refresh the skin from another skin. When refreshed from within the skin it works fine. Restarting Rainmeter doesn't help.

deathcrafter avatar Jun 14 '21 12:06 deathcrafter