Severe error when running ASE

Hello
Is there anyway to debug this error i get when running ASE?

forrtl: severe (157): Program Exception - access violation
Image PC Routine Line Source
ase.exe 00007FF7826E403D DSPRING_CURV_EMOD 4814 dspri.f90
ase.exe 00007FF7826EF17C DSPRING_INIT 723 dspri.f90
ase.exe 00007FF7822C6F57 TFACH 292 trand.f90
ase.exe 00007FF7822C6137 TRAND 11 trand.f90
ase.exe 00007FF7820A1535 ROOT 119 ase.f90
ase.exe 00007FF782A943E9 Unknown Unknown Unknown
ase.exe 00007FF782A715BB MAIN__ 87 fmain.for
ase.exe 00007FF782A70C5E Unknown Unknown Unknown
ase.exe 00007FF782A91820 Unknown Unknown Unknown
KERNEL32.DLL 00007FFF2245259D Unknown Unknown Unknown
ntdll.dll 00007FFF2464AF78 Unknown Unknown Unknown

Hi,
can you please share you code ASE !!

Abderrahman OMRI

Yes, ofcourse - sorry.
My ASE program is very simple.
Could it be that i have defined bi-linear worklaws for my springs?
I have done the same before with no issues. even when running non-linear analysis, it still gives me the same error.

+PROG ASE urs:9 $ Linear Analysis
HEAD Calculation
SYST PROB LINE
LC 1
END

Update, as this is a bit weird.
If i run all my modules (load application, meshing, worklaws, springs and ase) in one go, it will run ASE with no error.

If i seperate the ASE module and run it by itself after load application etc, it will give me the “severe error”.

Can you please share the whole file, please?

nodes_piles_1.dat (1.2 KB)
Egholm_UP_piles.dwg (61.8 KB)
Egholm_UP_piles.sofistik (53.6 KB)

I have attached the files needed and the smallest example that replicates the error.
There are a few things i am noticing.
The first one is as described above. If i run the group “Loads, analysis” on its own, it will run with no errors.
If i then try to run ASE again, it will give me the severe (157) error.
I am almost sure that it has to do with my springs/worklaw, and some dependency it cannot recall when running on its own?

Second thing ive noticed, is when i define my worklaws, usually - they would show up under my “system” tab, as worklaws. In this model, they do not.

Normal output:

Output in my file (no work laws created, but they show up in the report?):

Sometimes you find the answer, when you explain things.

It was indeed ASE not being to recall the worklaws i have defined. For it to work, i have to add a “Work law” task under system. It will be empty on the first run, and then get assigned my worklaws when running AQUA.

Now i get no error when running ASE.