Crash with 2.5.25Solved

If I select "Check for updates" in my app and immediately right click the updater icon while it says "checking for updates" but before it says "you already have the latest version", my app crashes with a "Send error report to microsoft" window. I'm using wyupdate 2.5.25. Do you have any thoughts on what may be causing this/ does anyone else see this?

Are you using custom functions of the AutomaticUpdater, or are you just adding it to your form like in the video tutorial? Can you run your app in a debugger to see where the error occurs?

Did this crash happen with older versions of the AutomaticUpdater?

It's setup just like the video except the icon is on the menu bar rather than on the form body.The problem only shows on one PC out of three so far. It's running XP. I can't make it fail on a Vista PC or on another XP PC.It prompts to run a debugger, but this just immediately brings up another report error to Microsoft Window. Note, my application is obfuscated using .Net Reactor and this may be causing the difficulty running the debugger.I don't know if the problem showed on previous versions.I'll see if I can narrow down the problem and report back.

Can you try re-running your application without being obfuscated, then we'll be able to narrow the problem down.

The problem disappeared when I rebuilt without obsfucation and also when I re-enabled it.The only thing I can think of is maybe I wasn't careful enough at some point along the line with the update process and the application may be got corrupted - if that's possible? I'll keep an eye on how future updates go.

No, updates can't get corrupted. If an update file is corrupt, wyUpdate rolls back the update to the previous working version.

Tell me if this error reoccurs, and more importantly how to reproduce it.