PowerShell Studio 2014 v4.1.47 - Console Window Crash

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 10 years and 3 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
dhedges
Posts: 19
Last visit: Wed Jan 26, 2022 8:13 am

PowerShell Studio 2014 v4.1.47 - Console Window Crash

Post by dhedges »

If resizing the built-in console window (while docked) when executing a long-running command (
PowerShell Code
Double-click the code block to select all.
Get-WMIObject
) the whole application crashes.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: PowerShell Studio 2014 v4.1.47 - Console Window Crash

Post by davidc »

Please include the OS, PowerShell Version, and any error messages or event log errors.

David
David
SAPIEN Technologies, Inc.
User avatar
dhedges
Posts: 19
Last visit: Wed Jan 26, 2022 8:13 am

Re: PowerShell Studio 2014 v4.1.47 - Console Window Crash

Post by dhedges »

Windows 8 Enterprise x64
PowerShell v3.0 (x64)

Text copy of logs attached.
Attachments
PowerShell_Studio_2014_v4.1.47_Crash_Evt_Logs.txt
(2.1 KiB) Downloaded 229 times
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: PowerShell Studio 2014 v4.1.47 - Console Window Crash

Post by davidc »

I can't seem to reproduce it. Can you post the exact command you use and how you resizing the panel?

David
David
SAPIEN Technologies, Inc.
User avatar
dhedges
Posts: 19
Last visit: Wed Jan 26, 2022 8:13 am

Re: PowerShell Studio 2014 v4.1.47 - Console Window Crash

Post by dhedges »

I'm running the command against a remote SCCM Server. Produces a (potentially) large output of information.
PowerShell Code
Double-click the code block to select all.
Get-WMIObject -ComputerName <ServerName> -Namespace "Root\SMS\Site_<SITECODE>" -Class "SMS_Application"
This command alone produces a large output however I can reproduce with filtered output as well.

Resizing the window by using the mouse. Resizing up or down once usually is OK, however repeated resizing to see datasets during the query crashes the application.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: PowerShell Studio 2014 v4.1.47 - Console Window Crash

Post by davidc »

I was finally able to reproduce the error. We are looking into it now.

David
David
SAPIEN Technologies, Inc.
This topic is 10 years and 3 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.