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

    • While LibreOffice is not pleased to see a new competitor, they are absolutely correct in stating that Euro-Office using a MS file standard as a default is not being truly "European." Using a MS standard just means Euro-Office is just a "bastardized MS Office Suite." (Wasn't a major purpose of Euro-Office was to get away from being captive and enslaved to MS's Office Suite??)
    • Microsoft continues its long-term policy of spying on their users--despite vehement denials. That feature will be disabled (or removed) either "elegantly" with MS providing a true way to disable it, or "quick and dirty" via a third-party who WILL come up with a way to disable it. Your choice MS...
    • Helium Browser 0.13.3.1 by Razvan Serea Helium is a private, fast, and honest Chromium-based web browser — built for people, with love. It offers the best privacy by default, unbiased ad-blocking, and a clean experience free from bloat and noise. Proudly based on Ungoogled-Chromium, Helium removes Google’s clutter while keeping a fast, efficient development pipeline. With thoughtful touches like native !bangs and split view, Helium is a people-first, fully open-source browser that puts control back in your hands. Privacy, security, and control come first. Ads, trackers, and third-party cookies are blocked automatically, HTTPS is enforced everywhere, and all Chromium extensions work seamlessly — while Google can’t track your activity. Helium’s 13,000+ offline-ready !bangs let you jump straight to sites or AI tools like ChatGPT instantly. Open-source, people-first, and unbiased, Helium delivers a browsing experience that’s fast, secure, and free from noise, ads, and compromises. Helium Browser key features: Performance Fast, efficient, and lightweight — built on Chromium’s optimized engine. Energy-saving and consistent — stays fast over time without slowing down. No bloat — stripped of unnecessary components for maximum speed. Minimalist interface — compact, clean, and distraction-free. Customizable toolbar — hide elements you don’t need. Smooth and stable — no flicker, lag, or animation glitches. Comfort-focused experience — intuitive and unobtrusive. Privacy & Security Best privacy by default — blocks ads, trackers, phishing, and third-party cookies. Unbiased ad-blocking — powered by community filters and uBlock Origin. No telemetry or analytics — zero background web requests on first launch. Strict HTTPS enforcement — warns for insecure sites. Passkeys supported — modern authentication made simple. No built-in password manager or cloud sync — your data stays yours. Extension Compatibility Full Chromium extension support — including MV2 extensions. Anonymized Chrome Web Store requests — Google can’t track extension installs. Extended MV2 support — maintained for as long as possible. Smart Features Native !bangs — browse faster using 13,000+ offline-ready shortcuts. AI integration — use !chatgpt and others directly from the address bar. Offline functionality — bangs work without an Internet connection. Philosophy People-first design — open source, transparent, and community-driven. No ads, no noise, no bias — privacy and honesty over profit. Helium Browser 0.13.3.1 changelog: f53b28d update: helium 0.13.3.1 (#292) b3cbb2ba revision: bump to 3 (#1925) bcacb8c7 chromium: update to 149.0.7827.114 (#1924) Download: Helium 64-bit | Portable 64-bit |~100.0 MB (Open Source) Download: Helium ARM64 | Portable ARM64 Links: Helium Home Page | macOS | Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft Weekly: Xbox exclusives are back, big Windows app updates, and more by Taras Buria This week's news recap is here. Microsoft is returning to XBOX exclusives, Windows 11 gets new preview builds, the Low-latency Profile is here, big updates for inbox Windows apps, Patch Tuesday updates, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Reviews are in Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. The June 2026 Patch Tuesday updates are now publicly available. Windows 11 users can download KB5094126, which introduces plenty of new features and security updates, including the Low-latency Profile for better performance, shared Bluetooth audio support, and more. Windows 10 users with PCs enrolled in the Extended Security Update program can download KB5094127. In addition, Microsoft released new Defender updates for its operating systems. Speaking of Defender, Microsoft will now deliver EDR updates via Microsoft Update for faster security improvements independent of Patch Tuesday updates. Following the release of this month's Patch Tuesday updates, Microsoft also published new Windows 11 images available in the Media Creation Tool app. Now, you can create bootable USB media for clean Windows 11 installations with the latest releases. Some unfortunate stuff is going on with certain PCs from Dell and HP. Dell acknowledged that the SupportAssist bug causes black screens of death, while HP systems are suffering from Secure Boot update issues and boot loops. Both companies issued official advisories. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Builds 29610.1000 and 28120.2302 This week's "Canary" builds only contain performance improvements and fixes, including the Low-latency mode, which is now available in the Stable channel for all Windows 11 24H2 and 25H2 users. Dev Channel Build 26300.8687 Microsoft brought some useful File Explorer changes with this build. You can now open folders in a new tab by middle-clicking them in the address bar. Beta Channel Build 26220.8680 and 28020.2298 Screen Tint, improved Windows Widgets, and other enhancements are included in this week's Beta releases. Release Preview Channel Builds 26200.8728 and 26100.8728 These builds also feature better widgets, new Windows Update controls, point-in-time restore, File Explorer improvements, and more. In addition to new Windows 11 preview builds, Microsoft announced that inbox Windows 11 apps now have their dedicated release notes in the official documentation. Also, Microsoft dropped massive feature updates for six apps, including Paint, Clock, Calculator, Camera, Media Player, Photos, and more. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. Google has some bad news for those still using MV2-based extensions in Chromium-based browsers, particularly Chrome. The company is now removing flags responsible for Manifest V2-based extensions (uBlock Origin is one of the most popular). However, some browsers resist this change, and Opera issued a statement that it will allow users to continue using MV2 extensions for as long as possible. While Microsoft is still not ready to share new details about MV2 extensions in Microsoft Edge, the company shared important details about the way it will be updating the browser going forward. Now, Microsoft wants to update Edge every two weeks across all platforms instead of the current four-week schedule (only the Extended Stable is exempt from this change). This week, Microsoft confirmed a useful new Teams feature that is coming to the messenger soon. It also detailed all the improvements that made the platform better for users in 2026. However, not all changes are great, as the company is moving ahead with the check-in feature, which many believe will lead to employee monitoring. PowerToys received a feature update this week. Version 0.100 arrived with a big rework for the Shortcut Guide, a new extension gallery for Command Palette, new Dock features, and plenty of other changes. Here are other updates and releases you may find interesting: Microsoft is bringing big performance improvements to OneDrive on Mac Popular Windows 11 file manager Files gets improved tags, layouts, and a new OneDrive icon New Outlook for Windows and Web is getting a simple but very useful email feature Microsoft had to shut down 70+ GitHub repos after getting hacked, bringing back some Microsoft AI boss no longer believes that AI will replace human workers Microsoft wants to end printer driver headaches with Windows Ready Print SQL Server Management Studio 22.7 brings "What's New" page, T-SQL formatting, and lots more Microsoft releases Visual Studio Code 1.124 with smarter autonomous AI agents Windows Server gets DNS over HTTPS (DoH) support Here are the latest drivers and firmware updates released this week: NVIDIA 610.52 Hotfix with multiple fixes for black screens of death, sleep issues, G-SYNC, and more. Reviews are in Here is the hardware and software we reviewed this week Steven Parker reviewed a rather unorthodox device here on Neowin this week. He took for a spin the DWARF mini, the world's smallest smart telescope for night and day sky captures. It tracks objects in the sky, has a sun filter, and has a low learning curve. There is also nice build quality and a quite affordable price. Pulasthi Ariyasinghe reviewed 007 First Light. The game turned out to be a satisfying spy adventure in the James Bond universe with great gunplay and combat, impressive crowds, over-the-top action sequences, and more. There are a few quirks here and there, but overall, the game scored high on our scale. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. Microsoft held the latest XBOX Games Showcase this week. There, the company announced plenty of cool stuff, including a remake of Halo: Combat Evolved, a special 25th anniversary XBOX Series X with a classic translucent green design (coming in November 2026), details about Gears of War: E-Day, Spyro: A Realm Beyond after nearly 20 years since the last release, a new Hellblade game from Ninja Theory, a new expansion for DOOM: The Dark Ages, fresh details about State of Decay 3, and even a new entry in the Crazy Taxi series. More improtantly for XBOX fans, Microsoft announced the return of XBOX exclusives, with Gears of War: E-Day and Clockwork Revolution kicking it off. Microsoft also has some good news for Nintendo Switch 2 owners. Minecraft is coming natively to the second-gen Switch, offering better performance and new features, including the visual overhaul called "Vibrant Visuals." Playground Games revealed a 30-minute gameplay video of the upcoming Fable, showcasing combat, action, NPC simulation, relationships, and player choices. Additionally, the studio confirmed a bug with Forza Horizon 6 wiping saves for some gamers. It also had to shut down one of the game's online modes after users discovered an infinite money glitch. NVIDIA announced new games for the GeForce NOW streaming service and a big Summer sale that lets you get 12 months of GeForce NOW for $35 or $70 less, depending on the tier. Speaking of discounts, check out this week's Weekend PC Game Deals article, full of discounts and the latest freebies from the Epic Games Store. Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. GIGABYTE Radeon RX 9070 XT Gaming OC ICE 16G - $649.99 | 13% off 1TB Samsung T7 Portable SSD - $189.98 | 31% off AirPods Pro 3 - $179 | $50 off Edifier R1280Ts Powered Bookshelf Speakers - $129.99 | 24% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering for a free member account or subscribing for extra member benefits, along with an ad-free tier option.
    • Microsoft Flight Simulator's City Update 15 enhances Midwest cities by Pulasthi Ariyasinghe The third major city update of the year has landed for the original Microsoft Flight Simulator and the 2024 release. The latest drop is upgrading the visuals and regional accuracy of three metropolitan regions in the American states of Illinois, Minnesota, and Wisconsin. The 15th city update is adding eight new areas of interest that have been enhanced with high-fidelity TIN (triangulated irregular network) surface texturing in the mentioned regions. The free update highlights Chicago, Elgin, Cicero, and Arlington Heights in Illinois, as well as Minneapolis, St. Paul, Bloomington, Duluth, Brooklyn Park, Woodbury, Lakeville, Plymouth, and Blaine in Minnesota. In Wisconsin, the development has also upgraded the lands and buildings of Milwaukee, Madison, and Racine. The update lands just as one of the world's largest enthusiast flight simulation conventions, FlightSimExpo, kicks off in downtown St. Paul, Minnesota, on June 14. The Flight Sim development team's 40-minute keynote at the event can be watched here. At the same time, Microsoft is bringing the 6-seat, single-engine, multi-use light civil airplane Piper M600 into the game as a part of its Expert Series 2 program. This premium plane can be purchased from the in-game marketplace for $24.99. City Update 15: The United States Midwest is now available in Microsoft Flight Simulator, as well as the newer Microsoft Flight Simulator 2024, as an optional download. It can be accessed across Steam and the Microsoft Store for PC, Xbox Series X|S, and PlayStation 5, as well as Xbox and PC Game Pass subscriptions. Xbox One, mobile, and PC players can also jump into the new content using Xbox Cloud Gaming if they have a Game Pass Ultimate membership. The game must be updated to the latest version to download this free update from the in-game marketplace.
  • Recent Achievements

    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      179
    3. 3
      PsYcHoKiLLa
      140
    4. 4
      ATLien_0
      92
    5. 5
      Steven P.
      78
  • Tell a friend

    Love Neowin? Tell a friend!