Access violation

This is the place to get help with Digital Atmosphere, suggest improvements, and get tips.
Post Reply
REH_golf
Junior Member
Posts: 5
Joined: Wed Jul 23, 2025 9:49 am

Access violation

Post by REH_golf »

Need help to correct this after plotting data. See attachment
Attachments
Access violation.png
Access violation.png (7.21 KiB) Viewed 9110 times
carseman
Moderator
Posts: 31
Joined: Sun Nov 23, 2003 9:55 pm
Location: Perth, Scotland, UK
Contact:

Re: Access violation

Post by carseman »

Hi,
A more detailed description of how this error occurred would be most helpful.
Chris
REH_golf
Junior Member
Posts: 5
Joined: Wed Jul 23, 2025 9:49 am

Re: Access violation

Post by REH_golf »

Thanks, Chris. It occurs when I plot the data and it recur several times as I work on the map.

Eddie
REH_golf
Junior Member
Posts: 5
Joined: Wed Jul 23, 2025 9:49 am

Re: Access violation

Post by REH_golf »

After retrieving data, I plot data on map and at the same time get the following error message: "Access violation at address 004FEFED in module 'digatmos.exe." Read of address 000003B6.

I click [OK] an proceed to draw isopleths. As soon as I do, the plotted data vanishes. :cry:

Help please!
geophi
Member
Posts: 50
Joined: Thu Jul 15, 2004 3:42 pm
Location: Kansas

Re: Access violation

Post by geophi »

What is the version of DA that you are using?

From what data source has this data been downloaded?

Does this happen for both surface and upper air data plots?
REH_golf
Junior Member
Posts: 5
Joined: Wed Jul 23, 2025 9:49 am

Re: Access violation

Post by REH_golf »

Source: metar from COD radiosonde from COD radiosonde from NIU

VERSION: 3.50a Professional

Both upper air and surface this issue occurs
geophi
Member
Posts: 50
Joined: Thu Jul 15, 2004 3:42 pm
Location: Kansas

Re: Access violation

Post by geophi »

REH_golf wrote: Mon Aug 18, 2025 5:21 pm Source: metar from COD radiosonde from COD radiosonde from NIU

VERSION: 3.50a Professional

Both upper air and surface this issue occurs
Other things that could help someone troubleshooting this:

1. When did this start occurring?

2. If it's a new problem, did you have any software or hardware changes between when it worked without a problem, and when you started getting this error?

Finally, there was a report of on these forums for a much older version with a similar problem behavior when plotting here:

viewtopic.php?p=5999&hilit=violation#p5999

A person responding to that problem report fixed it on his PC with a DA reinstall. But that didn't work for the original poster.
Tim Vasquez
Administrator
Posts: 541
Joined: Sat Nov 22, 2003 10:47 pm

Re: Access violation

Post by Tim Vasquez »

While I can't debug specific instances of this without more detail, I will tell you all that I have noticed this issue when various display monitors are enabled or disabled on a computer (primary or secondary ones). This is an issue having to do with the Delphi language that Digital Atmosphere is compiled in. You may want to check if this is an issue in your case.

The problem occurs when Windows sends internal WM_DISPLAYCHANGE messages to notify applications, but Delphi's Visual Component Library lacks the multi-monitor awareness and device context management found in newer compilers, causing forms to reference invalid screen positions or graphics handles to become corrupted.

I am looking at testing some updates that can intercept display change notifications and perhaps prevent this. As some of you may know I am in the process of writing a completely updated and modernized version of Digital Atmosphere and ultimately this will be the final workaround for it.

Tim
Post Reply