Search found 181 matches
- Wed Dec 14, 2022 9:59 am
- Forum: PrimalScript
- Topic: PrimalScript hangs on any edit
- Replies: 23
- Views: 5037
Re: PrimalScript hangs on any edit
You said: 'For at least a year, for at least the last three versions of PrimalScript, the program hangs when I attempt to edit text within a script. ' I checked updates log for the last 4 releases, and there were no major changes. Could you downgrade your PrimalScript to the version 8.0.168 and see ...
- Wed Dec 14, 2022 8:28 am
- Forum: Former and Future Customers - Questions
- Topic: PS Studio 2022 PS7 project stopped running
- Replies: 6
- Views: 561
Re: PS Studio 2022 PS7 project stopped running
Exception code: 0xc0000005 - It's an access violation exception, which generally occurs when something tries to access a memory location they have no business accessing. Does is happened with any script you are using or only with particular scrip? If you can, please zip and load up the original psf ...
- Wed Dec 14, 2022 7:39 am
- Forum: PowerShell Studio
- Topic: PowerShell 7.3.1
- Replies: 4
- Views: 5858
Re: PowerShell 7.3.1
The latest PowerShell Studio doesn't support PowerShell 7.3.1
At this moment you should reinstall 7.3.0
At this moment you should reinstall 7.3.0
- Wed Dec 14, 2022 7:37 am
- Forum: Former and Future Customers - Questions
- Topic: PS Studio 2022 PS7 project stopped running
- Replies: 6
- Views: 561
Re: PS Studio 2022 PS7 project stopped running
I need more information to better assist you.
Please answer the following:
What kind of project are you running?
Are you running it in Console?
Are there any errors in the Event Viewer?
Please answer the following:
What kind of project are you running?
Are you running it in Console?
Are there any errors in the Event Viewer?
- Tue Dec 13, 2022 3:02 pm
- Forum: PowerShell GUIs
- Topic: AD gui not importing module
- Replies: 3
- Views: 305
Re: AD gui not importing module
I need more information to better assist you.
Please answer the following:
What is your executable suppose to do?
What script engine are you using to build?
Does your project or script run in PowerShell Studio before packaging into an executable?
Are there any errors in the Event Viewer?
Please answer the following:
What is your executable suppose to do?
What script engine are you using to build?
Does your project or script run in PowerShell Studio before packaging into an executable?
Are there any errors in the Event Viewer?
- Tue Dec 13, 2022 2:10 pm
- Forum: PrimalScript
- Topic: PrimalScript hangs on any edit
- Replies: 23
- Views: 5037
Re: PrimalScript hangs on any edit
Exception code: 0xc0000005 - It's an access violation exception, which generally occurs when something tries to access a memory location they have no business accessing.
Does is happened with any script you are using or only with particular scrip?
Does is happened with any script you are using or only with particular scrip?
- Fri Dec 09, 2022 9:23 am
- Forum: PowerShell Studio
- Topic: Packaged exe generates error when configured to impersonate user
- Replies: 1
- Views: 5489
Re: Packaged exe generates error when configured to impersonate user
This is expected behavior
While packaging with Impersonate User, you should got warning:
Warning: Using alternate credentials usually prevents applications from running in personal folders (e.g. My Documents)
While packaging with Impersonate User, you should got warning:
Warning: Using alternate credentials usually prevents applications from running in personal folders (e.g. My Documents)
- Fri Dec 09, 2022 9:19 am
- Forum: PowerShell Studio
- Topic: Nothing happens when trying to run built package (.exe file)
- Replies: 3
- Views: 5753
Re: Nothing happens when trying to run built package (.exe file)
We are not able to reproduce the issue in our testing environment.
If you can, please zip and load up the original psf file(s) and .psbuild file, so that we can attempt to recreate the issue:
https://www.sapien.com/support/upload
If you can, please zip and load up the original psf file(s) and .psbuild file, so that we can attempt to recreate the issue:
https://www.sapien.com/support/upload
- Wed Nov 23, 2022 10:04 am
- Forum: PowerShell Studio
- Topic: Embedded Credentials Question
- Replies: 2
- Views: 6587
Re: Embedded Credentials Question
I checked the Embedded Credentials in my testing environment, everything is working as expected
Attached a .zip file with simple form and .psbuild file
Try to build and run it on your machine
When form is loaded, click on Load button
Attached a .zip file with simple form and .psbuild file
Try to build and run it on your machine
When form is loaded, click on Load button
- Tue Oct 11, 2022 12:00 pm
- Forum: PowerShell Studio
- Topic: Clicking on the error message opens the .run.ps1 and not where the error is
- Replies: 6
- Views: 3819
Re: Clicking on the error message opens the .run.ps1 and not where the error is
We have been able to reproduce this crash bug and have filed a bug report with the development team. It will be fixed in the next service release.