Recommended Posts

Hey Dark,

I got this error when I returned home from lunch today.

I have had the program running for at least 48 hours straight, but did not get this message until today.

It may have been because I left it in Radar mode.

Check out the attachment...

post-89511-1105467069_thumb.jpg

585274022[/snapback]

Yep, that's the divide by zero I mentioned earlier. You can see it is in "winmm.dll", that is what I use to play the sounds. But sounds have been around for a while without this problem. Argh!

Also, I have the CGI script working so that the error reports dont get cut off in the email, but rather they are sent to the webserver, but starting the email stopped working. The plan was to also have the user send what they were doing, and then there is a link to the error report. This also enabled me to reply to users that had crashes and let them know what's up. But I couldn't get it to work anymore.

I could call the exception handler manually in the program and sending the email would work, but if the exception handler was called to handle an exception I would get weird-ass error messages (all I was doing is basically running "mailto:...") such as file not found and one very odd one about finding an active process context. I did lots and lots of looking around but couldn't find help, but I did notice that if the program is not set to use the Single-Threaded Apartment model (STAThread) some things like drag and drop and process starting won't work. I really don't know anything about apartments but I know the Multithreaded one causes some issues. I looked at the debugger and saw that the exception handler, when called to handle an exception, wasn't running on the main program thread (which was STA) , but rather a new one. Sure enough, that thread was MTA. So now, to send the email, I have to manually start a new thread in the STA within the exception handler. Annoyingly, you can send parameters when starting threads so I have to make the text that I want to send a variable in the program. I spent many hours trying to figure out wtf was wrong there. :pinch:

Edited by darkmark327

I realize that this is in development still, but are you aware that WeathAlert.exe uses more than 20MB of memory? I opened up task manager today just to check something else and I was pretty surprised how much memory such a (seemingly) simple program like this uses....is this a glitch on my system or are there some leaks you are planning on patching up?

I realize that this is in development still, but are you aware that WeathAlert.exe uses more than 20MB of memory?? I opened up task manager today just to check something else and I was pretty surprised how much memory such a (seemingly) simple program like this uses....is this a glitch on my system or are there some leaks you are planning on patching up?

585277550[/snapback]

Please read this: http://www.dotnetmonster.com/Uwe/Forum.asp...ows-Service-Hog

Well here's an update:

Everything seems to work, except for the animated radar. I had changed the mechanism slightly to conform to "good practice", but now animated radar refuses to work. Static radar works fine, in fact they basically share the same mechanism and many of the same methods to function, but for some reason I get a null reference with the animated maps. I think it might be a bug in the framework. If I modify the static radar to, instead of returning one image, to return an array of 2 images, it fails (an array of one image works). If I modify the animated radar to return an array of one image, instead of more than one, it works. I won't bother going into detail but they use the same exact mechanism but if the array has > 1 element, I get a nullreference in one of the .net methods (debugging has assured me that nothing I've passed is null).

Alrighty, I fixed the above problem (I rearranged things a bit, and it showed me where the problem really was)...so, here's version 2.2.9.8 for testing.

If all goes well, this will become 2.3 (then I go back to adding more significant features).

Note: as I mentioned above, there may be new errors that occur because instead of blanketly catching everything, only expected errors are caught (otherwise problems may be masked) so if that occurs, please send the reports.

http://www.ic.sunysb.edu/stu/msowul/WeathAlert.zip

Enjoy.

Take a closer look at the settings.

Also: I received a very strange error report; researching it has pointed to McAfee / Nod32 screwing up .net framework sockets. Can anyone using McAfee confirm or deny any problems with the program?

post-11870-1105566880.png

Edited by darkmark327

Hey Dark,

I think I might have found another issue.

After awhile, if I right click on the temperature in the systray and highlight Location > ... nothing happens.

If I open up the program, I can switch the location normally.

Just thought I would let you know...

Also, I read through most of this thread, but is there a way yet to "force" current data? (i.e. not wait a 1/2 hour)?

Thanks!

Yes I have noticed that strange issue from time to time; it has defied my efforts to fix it (as you may have guessed, both menus are handled at the same time; why one works and the other does not is beyond me). I am trying another workaround; let me know whether it works or not.

As for your second question: you must navigate (in the registry) to HKCU\Software\Solsoft\WeathAlert\Program Options and create a new string value "EnableForcedUpdate" set to "true"...there will then be a menu entry under preferences; needless to say, don't screw up the registry and so forth (standard disclaimer :rolleyes:).

I have gone through each error report--every single one involved the radar in one form or another so I went through and rewrote/optimized each affected method. (A significant contributor to this is the fact that weather.com changed the radar lists at some point, which caused havoc as downloads were attempted on resources whose URLs had completely changed.)

Anyway, here is 2.2.9.9; weather.com's radar changes have merited it another bump, from .8 to .9.

2.3 will have to be released soon to the masses via autoupdate to fix weather.com's having broken the radar. Download and report any issues!

http://www.ic.sunysb.edu/stu/msowul/WeathAlert.zip

Edited by darkmark327

worked for me :) got mine to stop freezin alright! thanks :)

doh! crashed when i switched large radar to thunderstorm forecast

edit: either thunderstorm forcast, large or small radar

Crashed on:

100mile

Thunderstorm..

and now its not getting data again :(

worked for me :)? got mine to stop freezin alright!? thank:):)

doh! crashed when i switched large radar to thunderstorm forecast

edit: either thunderstorm forcast, large or small radar

Crashed on:

100mile

Thunderstorm..

and now its not getting data agai:(:(

585290129[/snapback]

What city? BTW they also seem to have broken NWS alerts by timing them out. That's why updating the data sometimes freezes.

Radar is now also broken because of their timeouts. For both the NWS alerts and the radar, they used <meta http-equiv...> redirects to redirect through about 3 URLs. Now they seem to block the last one if you access it directly; on the first one there are two 1x1 images that I assume they use to validate that you are actually coming from a browser (these features are not supported from the xml feed so I scrape their pages). For this reason, NWS alerts are timing out and so are the radar pages, thus the problem when downloading the data and the broken radar. I suppose they're cracking down on me :o

Edited by darkmark327

is it possible to get the zone of the image? like for example...my main radar for my area is here:

http://image.weather.com/looper/archive/us...rge_usen/6L.jpg

you could just have your program figure out the part past archive and i would assume the end would be the same for all (1L - 6L)

my small radar: http://image.weather.com/web/radar/us_dtw_...medium_usen.jpg

is it possible to get the zone of the image?? like for example...my main radar for my area is here:

http://image.weather.com/looper/archive/us...rge_usen/6L.jpg

you could just have your program figure out the part past archive and i would assume the end would be the same for all (1L - 6L)

my small radar: http://image.weather.com/web/radar/us_dtw_...medium_usen.jpg

585290705[/snapback]

That is precisely what I do. Now guess where the zone comes from.

Thankfully my hunch about those images has proven correct. If they change it again, I can't say whether I'll be able to handle it (who knows what they'll change), but for now everything works again. I have updated the download, so please redownload to regain functionality. My apologies for all the trouble.

(Now the part for those who simply read the end or things that stand out):WEATHER.COM CHANGED THEIR PAGES. PREVIOUS VERSIONS OF THE SOFTWARE NO LONGER WORK. PLEASE DOWNLOAD THE NEW ONE HERE. IT WILL BE RELEASED TO AUTOMATIC UPDATES ONCE IT HAS BEEN FURTHER TESTED>

http://www.ic.sunysb.edu/stu/msowul/WeathAlert.zip

Edited by darkmark327
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Quantum Error Correction Validated in Nature: Microsoft and Quantinuum Log 800-Fold Improvement Two years after the original press-release announcement, independently peer-reviewed results published in Nature on June 10, 2026, have confirmed that Microsoft and Quantinuum achieved an 800-fold reduction in quantum error rates on real trapped-ion hardware — the largest gap between physical and logical error rates ever independently validated.    What Quantum Error Correction Actually Does — and Why Breaking Even Is Hard https://www.techtimes.com/articles/318329/20260613/quantum-error-correction-validated-nature-microsoft-quantinuum-log-800-fold-improvement.htm   Quantum Computing Wiring Bottleneck Cracked by HKU Silicon Carbide Chip at Qubit Temperature Engineers at the University of Hong Kong have built the first cryogenic control chip that operates at the same temperature as superconducting qubits — 10 millikelvin, or just one-hundredth of a degree above absolute zero — without generating the heat that has forced every competing approach to park its electronics hundreds of meters of cable away. https://www.techtimes.com/articles/318325/20260613/quantum-computing-wiring-bottleneck-cracked-hku-silicon-carbide-chip-qubit-temperature.htm  
    • RevPDF 4.5.0 by Razvan Serea RevPDF is a free, fully offline PDF editor for Windows, macOS, and Linux that lets you edit text and images directly inside PDF files — no internet connection, no account, and no cloud uploads required. Unlike bloated alternatives that demand subscriptions and constant connectivity, RevPDF fits in under 60MB on desktop while delivering a complete editing toolkit: annotate, redact, sign, compress, split, merge, convert, and reorganize pages, all processed locally on your device. Smart font matching ensures edited text blends seamlessly with the original, and multi-language support includes RTL scripts such as Arabic and Hebrew. Where most PDF editors force you to choose between features and simplicity, RevPDF manages both. You can build interactive forms from scratch with text fields, checkboxes, and dropdowns, permanently redact sensitive data before sharing, draw freehand on contracts and diagrams, and add custom watermarks — all without a single file leaving your machine. Edit Text and Images Directly Inside PDFs RevPDF supports true inline PDF editing — not just annotation layers on top of a document, but actual modification of existing text and images within the file. A smart font-matching engine identifies the font used in the original document and applies it automatically when you make edits, so changes blend naturally with the surrounding content. You can reposition elements, resize images, and update text across single pages or entire documents. RevPDF 4.5.0 release notes: This is one of the biggest updates to RevPDF yet. A lot of things people have been asking for are finally here. New Features Auto Redaction Permanently redact sensitive text and areas from your PDFs before sharing. Clean, irreversible, and fully offline. Comments, Links & Bookmarks Add comments for review, insert clickable links, and create bookmarks to jump around long documents without scrolling forever. Find & Replace Search across the whole document and replace text in one go. Long overdue. Split Pages Vertically or Horizontally Split any page down the middle, vertically or horizontally. Perfect for scanned books or double-page spreads. New Drawing Tools More tools for freehand drawing and markup, better for annotations, sketches, and detailed notes. Continuous Scrolling in Editor The editor now scrolls continuously through pages instead of jumping between them. Working through long documents is a lot smoother now. PDF Metadata Editor View and edit the metadata stored inside your PDFs, including title, author, subject, and keywords. Better Font Matching Text edits now blend in more naturally by doing a better job of matching the original font. Tabbed PDF Viewer Open multiple PDFs at once in tabs and switch between them without going back to the home screen. Add Links Insert hyperlinks anywhere in your PDF, to external URLs or to other pages within the document. Share & Print Shortcuts Share or print directly from the editing screen, home screen, and viewer. No extra steps. Minor Updates Paste images directly from clipboard into your PDF New image editing tools for more control over images inside documents Bug Fixes Fixed file saving issues on Windows and Linux Everything still works fully offline. No login, no cloud, no account. Your files stay on your device. Download: RevPDF 4.5.0 | 58.0 MB (Open Source) Links: RevPDF Home Page | Github | Screenshots 1 | 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Interesting. I'm not using a VPN with my phone. I tried though my home internet (Rogers) and my cellular internet (Telus) using their respective DNS servers and both trigger the dialog above.
    • Three days after Anthropic launched Claude Fable 5 as the most capable AI model it had ever released to the public, the United States government ordered it switched off — and now the company is refunding customers who paid to use a product that vanished almost overnight https://www.techtimes.com/articles/318342/20260613/us-government-pulls-anthropics-fable-5-offline-now-come-refunds-vanished-ai.htm  
    • Microsoft fired the team and replaced them with AI and this is what you get.
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!