Page 1 of 1

how to track error location?

Posted: Mon Mar 09, 2020 9:54 pm
by sky_haihai
I was keeping getting error messages like access violation (address: xxxxxx)
Therefore, I'm wondering how to use that address?

Re: how to track error location?

Posted: Tue Mar 10, 2020 9:27 am
by VilleK
Hi, does it happen every time? Can you tell me what you are doing when it happens?

Re: how to track error location?

Posted: Thu Mar 12, 2020 3:05 am
by sky_haihai
:shock: No, most of the time it happens when a zexpression inside a model trying to read or write some variables outside of the model, which I kinda figured it out after posting this thread. I guess the problem is spawning order or spawning race which leads the zexpression to read a nonexistent variable(my guess :oops: )?

Re: how to track error location?

Posted: Thu Mar 12, 2020 9:29 am
by VilleK
Ok :). It could also be a bug so if you find something that does not make sense then please let me know so I can fix it.