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

    • Im in Ohio, and my VPN endpoint is in Boston. If that helps, it does happen both on and off the VPN. and again only in Edge.
    • It is such a shame. I used to really respect Neowin's articles.
    • So.... slower fixes and slower security updates are preferred? I mean, there is no goldilocks zone here until it can literally update without ever needing a restart, and even then I'm sure someone would complain.
    • [New Deal] Save 73% on a lifetime EbookMagic Starter Plan by Steven Parker Today's highlighted Neowin Deal comes via our Apps + Software section, where you can get a lifetime subscription and save 73% on a lifetime EbookMagic Starter Plan. EbookMagic helps turn your ideas into complete, professionally formatted ebooks without spending weeks writing, editing or designing. Simply enter your title, genre and key details, and EbookMagic creates structured content, polished layouts and a custom cover in just minutes. Instead of juggling separate writing tools, formatting software and cover generators, EbookMagic handles the entire ebook creation process in one place. Generate content, customize your book and export ready-to-use files designed for publishing, sharing or personal projects. EbookMagic Lifetime gives aspiring authors, creators and entrepreneurs the flexibility to build, publish and scale projects over time without ongoing subscription fees. Whether you're building lead magnets, creating educational resources or starting your self-publishing journey, EbookMagic simplifies the process and helps bring ideas to life faster. AI-Powered Ebook Creation AI Writing Assistant: Transform prompts & ideas into complete ebook content. 12 Professional Writing Styles: Write using multiple styles and tones. Author Style Mimicking: Adapt content to preferred writing styles. Personalized Cover Generator: Produce custom ebook covers automatically. AI Audiobook Creator: Convert your books into professional-sounding audiobooks using a variety of realistic AI voices (1 audio book included). Built to Help You Create Faster Lightning Fast Creation: Build complete ebooks in minutes. Target Audience Optimization: Tailor content to specific demographics and reader preferences. Intelligent Chapter Structure: Automatically organize chapters and generate a table of contents. 15+ Genres Supported: Create fiction, non-fiction, business, romance, self-help and more. Quality Assurance: Improve readability and engagement with built-in content optimization. Convert to Interactive Books: Transform standard content into interactive experiences. 57 Major Languages Support: Produce ebooks across supported languages. Ready for Download & Publishing Ready for Sale: Create professional books that can be published and sold on Amazon KDP and other major publishing platforms Kindle & Print-Ready Formats: Export files prepared for publishing. No Watermarks: Create cleaner deliverables for publishing. Commercial Usage Rights: Sell or publish your ebooks. Built-In Editing Tools: Make edits before export. What You'll Get 5 Ebooks per month Each generated ebook can support up to 500,000 words per book. Up to 50 cover generations 12 professional writing styles Author style mimicking Personalized Cover Generator Convert to Interactive Books Multiple languages support Kindle & Print-ready formats Commercial usage rights No watermarks Good to know Length of access: Lifetime Redemption deadline: Redeem your code within 30 days of purchase Access options: Desktop and mobile Max number of devices: Up to 3 devices can be used per license. Available for both new and existing users that are not on lifetime plan. Updates included A lifetime subscription to EbookMagic Starter Plan normally costs $149, but this deal can be yours for just $39.99, that's a saving of $109. For full terms, specifications, and license info please click the link below. Get this EbookMagic Starter Plan lifetime deal for just $39.99 (was $149) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
  • Recent Achievements

    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      491
    2. 2
      PsYcHoKiLLa
      169
    3. 3
      +Edouard
      164
    4. 4
      Steven P.
      85
    5. 5
      ATLien_0
      76
  • Tell a friend

    Love Neowin? Tell a friend!