how to track error location?

All topics about ZGameEditor goes here.

Moderator: Moderators

Post Reply
sky_haihai
Posts: 4
Joined: Sat Mar 07, 2020 12:36 am

how to track error location?

Post by sky_haihai »

I was keeping getting error messages like access violation (address: xxxxxx)
Therefore, I'm wondering how to use that address?
User avatar
VilleK
Site Admin
Posts: 2274
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Re: how to track error location?

Post by VilleK »

Hi, does it happen every time? Can you tell me what you are doing when it happens?
sky_haihai
Posts: 4
Joined: Sat Mar 07, 2020 12:36 am

Re: how to track error location?

Post 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: )?
User avatar
VilleK
Site Admin
Posts: 2274
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Re: how to track error location?

Post 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.
Post Reply