Book a Demo

Author Topic: JavaScript crashes  (Read 5662 times)

Happy

  • EA User
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
JavaScript crashes
« on: July 28, 2010, 05:50:22 pm »
Hi,

I'm using build 859.

When I create a new JavaScript inside EA-Scripting, nowadays a script skeleton is created:
Code: [Select]
!INC Local Scripts.EAConstants-JScript

/*
 * Script Name:
 * Author:
 * Purpose:
 * Date:
 */
 
function main()
{
      // TODO: Enter script code here!
}

main();

When I run this script, I'm getting an error message telling me SScripter.exe - Error in application (Fehler in Anwendung).

Some of my Scripts are still working, but when I edit them I get this error too.

Whats going wrong?

Thx in advance
H

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: JavaScript crashes
« Reply #1 on: July 28, 2010, 05:57:29 pm »
Try 8.0.860 (released today)
I think it fixes exactly that issue.

Geert

Happy

  • EA User
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
Re: JavaScript crashes
« Reply #2 on: July 28, 2010, 06:36:30 pm »
Great! I will have a look as soon as we can get it via our IT-Service department. (Hopefully this week). An I hope it works then...

Do you know what causes this feature? (Maybe theres a workaround?)

Meanwhile I can say this failure does not exist in build 845 (very likely also in 850)  but exists at least since build 857!  :-[

BTW: Is there any public bug issue list for EA? (Just for interest)

CU
Happy
« Last Edit: July 28, 2010, 06:41:35 pm by Happy »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: JavaScript crashes
« Reply #3 on: July 28, 2010, 06:39:50 pm »
Quote
BTW: Is there any public bug issue list for EA? (Just for interest)

No, sadly not. This is something that has been requested by users on this forum numerous times, but I doubt Sparx is inclined to give in.

Geert

Happy

  • EA User
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
Re: JavaScript crashes
« Reply #4 on: July 28, 2010, 07:17:52 pm »
Quote
[...] This is something that has been requested by users on this forum numerous times, but I doubt Sparx is inclined to give in.

Where can I participate in this request?

Happy

P.S.: In addition: Sparx must not be inclined to give in, they should be happy to serve their customers! And a proper public bug tracking is a must-have!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: JavaScript crashes
« Reply #5 on: July 28, 2010, 07:52:57 pm »
I did a quick search on the forum and found a topic dating jan 2005!
and a more recent one

The only way to get "officially" noted by Sparx is to send a feature request using the link on the bottom of the page.

Please use the same title as the forum topic, and add a little note to the topic that you've sent a feature request as well.

It's a twisted/retarded way of voting for features, but given the lack of any public bug/feature tracking system...  :-/

Geert



Happy

  • EA User
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
Re: JavaScript crashes
« Reply #6 on: July 28, 2010, 11:25:11 pm »
Just created a Feature Request (Public Bug/Feature Tracking)!

CU
Happy

Happy

  • EA User
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
Re: JavaScript crashes
« Reply #7 on: July 29, 2010, 02:22:25 am »
Got in touch with the build 860 and it works now!

Great work done!