Search found 150 matches

by clum09
Wed Jan 27, 2016 6:44 am
Forum: PrimalScript
Topic: PrimalScript 2015 package crash
Replies: 12
Views: 15293

Re: PrimalScript 2015 package crash

DevinL , Have you tried to have a Windows 10 machine that had Visual Studio 2015 Enterprise installed first and then install PrimalScript 2015 and see if this can cause the problem I am experiencing? But my Windows 7 machine did not have Visual Studio installed, but it still crashed with the dialog ...
by clum09
Wed Jan 27, 2016 6:36 am
Forum: PrimalScript
Topic: PrimalScript 2015 Parameters in PS V2 packager
Replies: 7
Views: 7681

Re: PrimalScript 2015 Parameters in PS V2 packager

By the way, I had already used the code that you suggested to me before posted my message in this forum, but somehow the script packager keeps crashing which is another issue. Additionally, I have a lot of scripts that I have already used the $Args variable over the last eight years. I do not want t...
by clum09
Wed Jan 27, 2016 6:20 am
Forum: PrimalScript
Topic: PrimalScript 2015 Parameters in PS V2 packager
Replies: 7
Views: 7681

Re: PrimalScript 2015 Parameters in PS V2 packager

David, Why it did not happen with PrimalScript 2015 version 7.1.71 and the earlier versions? PrimalScript 2015 version 7.1.71 and earlier versions did not have the $EngineArgs in the packaged script. Before you said that "Note: This has nothing to do with the existence of the EngineArgs variabl...
by clum09
Tue Jan 26, 2016 10:33 am
Forum: PrimalScript
Topic: PrimalScript 2015 package crash
Replies: 12
Views: 15293

Re: PrimalScript 2015 package crash

This is not on one single script. This happens randomly and nearly 90 percent of the times on all the scripts. Therefore, I seldom use PrimalScript 2015 to package my scripts. I always use PrmalScript 2012 to package my scripts since it has never crashed on any script that I package. Maybe because P...
by clum09
Tue Jan 26, 2016 7:56 am
Forum: PrimalScript
Topic: PrimalScript 2015 package crash
Replies: 12
Views: 15293

Re: PrimalScript 2015 package crash

It appears that the editor generated some strange characters appended to the end of the script during packaging the script. Once this happens, the packager just crashes. Below is what I found in one of my scripts with a successful packaging right before it crashed. ERROR: ??ÿ : The term '??ÿ' is not...
by clum09
Mon Jan 25, 2016 3:59 pm
Forum: PrimalScript
Topic: PrimalScript 2015 Parameters in PS V2 packager
Replies: 7
Views: 7681

Re: PrimalScript 2015 Parameters in PS V2 packager

David, Use PrimalScript 2015 version 7.1.72 or above to package the code below using SAPIEN PowerShell V2 Host (Command line) x64 engine type. $args Then launch the packaged script with these parameters: -f C:\temp -n Filename.txt. You will get an array of parameters and their values as below: f C:\...
by clum09
Mon Jan 25, 2016 1:19 pm
Forum: PrimalScript
Topic: PrimalScript 2015 package crash
Replies: 12
Views: 15293

Re: PrimalScript 2015 package crash

I attempted to build a brand new Windows 10 Professional with update 1511. I installed PrimalScript 2015 with the latest version on this new computer. I attempted to package the script, and the result is the same. The error dialog is shown in the attachment.
by clum09
Mon Jan 25, 2016 12:43 pm
Forum: PrimalScript
Topic: PrimalScript 2015 package crash
Replies: 12
Views: 15293

Re: PrimalScript 2015 package crash

In the Application Event Viewer general tab, there are lines of error with the description below: Faulting application name: psbuild.exe, version: 4.1.36.0, time stamp: 0x567af93d Faulting module name: ntdll.dll, version: 6.1.7601.19045, time stamp: 0x56259295 Exception code: 0xc0000374 Fault offset...
by clum09
Mon Jan 25, 2016 12:32 pm
Forum: PrimalScript
Topic: PrimalScript 2015 package crash
Replies: 12
Views: 15293

PrimalScript 2015 package crash

Product, version and build: 7.1.74.122315 32 or 64 bit version of product: 64-Bit Operating system: Windows 7 Professional 32 or 64 bit OS: 64-Bit Hello, I have a PowerShell script that I attempt to package with PrimalScript 2015. The moment I click on the "Build" button I get the error me...
by clum09
Mon Jan 25, 2016 7:11 am
Forum: PrimalScript
Topic: PrimalScript 2015 Parameters in PS V2 packager
Replies: 7
Views: 7681

PrimalScript 2015 Parameters in PS V2 packager

Product, version and build: 7.1.74.122315 32 or 64 bit version of product: 64-Bit Operating system: Windows 7 Professional 32 or 64 bit OS: 64-Bit I am wondering why PrimalScript 2015 implemented the $EngineArgs variable in the PowerShell Packager. There is no need for $EngineArgs in the packaged sc...