PrimalScript 2011 crashing

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 12 years and 1 month 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
gmichaud
Posts: 108
Last visit: Fri Mar 10, 2023 9:05 am

PrimalScript 2011 crashing

Post by gmichaud »

Sent. I'm leaving for the day. I'll check back tomorrow. Let me know if I can do anything else.
Thanks,
Gerry
User avatar
dominik.ecke
Posts: 38
Last visit: Thu Apr 16, 2015 7:14 am

PrimalScript 2011 crashing

Post by dominik.ecke »

great progress here :)
sorry I could not provide so detailed info... I'm not very good at programming or debugging ;)

Anyway, just to confirm: we also have a standard class we use in nearly all VBScript files: a logging class.

[UPDATE]
FYI: I again had a crash with the live syntax check disabled. So that did not help either.dominik.ecke2012-02-02 06:19:38
User avatar
gmichaud
Posts: 108
Last visit: Fri Mar 10, 2023 9:05 am

PrimalScript 2011 crashing

Post by gmichaud »

I had another crash this morning: The thread 'Win32 Thread' (0xb30) has exited with code 0 (0x0).Unhandled exception at 0x61d39e74 (msvcr90.dll) in PrimalScript.exe: 0xC0000005: Access violation reading location 0x00000019. dst: 0x00000019 <Bad Ptr>src: 0x068109e0 ""winmgmts:{impersonationLevel=impersonate}!.rootcimv2"" PS had re-opened my vbscript template with the class, but I closed that file but didn't exit PS. I opened another small script, edited it, ran it via Crtl-F5, edited more and CRASH. I will try again, but exiting PS after closing the template script. I'll let yo uknow if I have any crashes with theout the template loaded.
Thanks,
Gerry
User avatar
Alexander Riedel
Posts: 8488
Last visit: Tue Apr 16, 2024 8:42 am
Answers: 20
Been upvoted: 37 times

PrimalScript 2011 crashing

Post by Alexander Riedel »

We will put a test build together today. I'll let you know when and where you can download it. Hopefully that will address the problem.
Alexander Riedel
SAPIEN Technologies, Inc.
User avatar
Alexander Riedel
Posts: 8488
Last visit: Tue Apr 16, 2024 8:42 am
Answers: 20
Been upvoted: 37 times

PrimalScript 2011 crashing

Post by Alexander Riedel »

You can download a test build (PrimalScript2011.6.0.159.exe) at
http://www.sapien.com/downloads
The file is in the "Support Files" folder.

Please note that this is not an officially released build and only serves for testing purposes for this particular problem.

Let me know if you can reproduce the problem with this build, and if so, any crash data you may get.

Thanks for all your help everyone!
Alexander Riedel
SAPIEN Technologies, Inc.
User avatar
gmichaud
Posts: 108
Last visit: Fri Mar 10, 2023 9:05 am

PrimalScript 2011 crashing

Post by gmichaud »

Got it. I'll install & use it & let you know if it crashes. Thanks
Thanks,
Gerry
User avatar
gmichaud
Posts: 108
Last visit: Fri Mar 10, 2023 9:05 am

PrimalScript 2011 crashing

Post by gmichaud »

Alexander, I had one crash so far today, but it was on an XP VM with French MUI. Can't be sure if it is the same issue. MUIs can cause odd problems. That's what I'm doing with it - testing our scripts and fixing the oddball issues. I have no debug info from the crash. But, I've also been running on my regular windows 7 desktop all day with no problems.
Thanks,
Gerry
User avatar
Alexander Riedel
Posts: 8488
Last visit: Tue Apr 16, 2024 8:42 am
Answers: 20
Been upvoted: 37 times

PrimalScript 2011 crashing

Post by Alexander Riedel »

Cool, thanks! We will release a build containing these changes next week. If you encounter anything until then, please let us know.
Alexander Riedel
SAPIEN Technologies, Inc.
User avatar
dominik.ecke
Posts: 38
Last visit: Thu Apr 16, 2015 7:14 am

PrimalScript 2011 crashing

Post by dominik.ecke »

I'm sorry but: it happened again :(

Code: Select all

Faulting application name: primalscript.exe, version: 6.0.159.0, time stamp: 0x4f2adf82
Faulting module name: ntdll.dll, version: 6.1.7600.16915, time stamp: 0x4ec49caf
Exception code: 0xc0150010
Fault offset: 0x0008167f
Faulting process id: 0xd58
Faulting application start time: 0x01cce5b472c8f72f
Faulting application path: C:Program FilesSAPIEN Technologies, IncPrimalScript 2011primalscript.exe
Faulting module path: C:WindowsSYSTEM32ntdll.dll
Report Id: fe45314f-51b3-11e1-bea7-001999a6f128

Code: Select all

Faulting application name: primalscript.exe, version: 6.0.159.0, time stamp: 0x4f2adf82
Faulting module name: MSVCR90.dll, version: 9.0.30729.6161, time stamp: 0x4dace5b9
Exception code: 0xc0000005
Fault offset: 0x00059e74
Faulting process id: 0xd58
Faulting application start time: 0x01cce5b472c8f72f
Faulting application path: C:Program FilesSAPIEN Technologies, IncPrimalScript 2011primalscript.exe
Faulting module path: C:WindowsWinSxSx86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57MSVCR90.dll
Report Id: fcaabb2f-51b3-11e1-bea7-001999a6f128

maybe if you could run me through how I can debug to give you the same information as gmichaud, I could help further...dominik.ecke2012-02-07 11:55:33
User avatar
Alexander Riedel
Posts: 8488
Last visit: Tue Apr 16, 2024 8:42 am
Answers: 20
Been upvoted: 37 times

PrimalScript 2011 crashing

Post by Alexander Riedel »

It's alright. I think I know what the problem is. New build coming soon.
Alexander Riedel
SAPIEN Technologies, Inc.
This topic is 12 years and 1 month 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.