-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PowerShell runner does not load #239
Comments
Hi, I'm sorry you ran into troubles; thank you for taking the time to report them. I just released a new version of Pickles with a bug fix - could you please try again with the new version? If the problem still exists I will do my best to fix it in the next couple of days. |
Hi, Thanks for the quick follow-up! Unfortunately, the problem is still there with version 2.0.3. The "Debug" message is a bit different (the dll name), but that may be unrelated, I do not know:
|
Before the Powershell window crashes, I get the following output: |
I have some news here: I was able to reproduce the problem. It seems to be a loading issue with the assemblies that are compiled into the pickles assembly as resources. I will try and create a new version that does not compile external assemblies as resources. |
Hi, I released a new version. Could you try and verify whether this new version solves your problem? Thanks! |
Hi Dirk, |
You're welcome, glad I could help! |
Hi,
The powershell module for Pickles crashes my Powershell process on Windows 10.
Just running the following command in a PS1 script and get the "Windows PowerShell has stopped working" popup. Regardless of the actual files in the
doc-temp
folder. Even empty or non-existent folder crashes.When clicking
Debug
, this is the exception visible in Visual Studio:My PowerShell version table is:
Any helps or ideas? Thanks.
The text was updated successfully, but these errors were encountered: