trace-to-sequence-diagram icon indicating copy to clipboard operation
trace-to-sequence-diagram copied to clipboard

Exec format error when running on linux

Open sanjanapc opened this issue 2 years ago • 3 comments

When trying to download the executable file and trying to run in linux using wine, it is showing as sh: 1: /home/sanjana/.vscode/extensions/eventhelix.eventstudio-8.0.4/evstudio.exe: Exec format error Please guide.

sanjanapc avatar Jul 05 '23 06:07 sanjanapc

Hi Sanjana, EventStudio currently does not support Linux. We have not tested it directly with Wine.

At this point Windows and Mac are supported.

eventhelix avatar Jul 17 '23 02:07 eventhelix

Where in the code and how to change the solid line in the arrows to dotted lines when drawing the message sequence chart based on certain conditions? Thanks in advance and for the previous clarification.

sanjanapc avatar Jul 21 '23 11:07 sanjanapc

Sorry for the delay in replying. You can use styles to define the line pattern.

Please refer to the EventStudio System Designer User's Manual section 5.13.1.

The linepattern in a style can be set to:

  • "---" (Normal line)
  • "- -" (Dashed line)
  • "..." (Dotted line)

eventhelix avatar Aug 13 '23 16:08 eventhelix