After being a beta tester for Microsoft Windows since Windows 98SE, I was happy to be invited to the Windows 7 testing group. With a somewhat revised testing schedule and process from the past – with only a Beta and then RC being released before RTM instead of builds every few months, it was quite a frustrating attempt – with many of my bugs being closed with “Unable to reproduce” and a comment saying it works in a later build. Read on for more of my thoughts.
Archive for the ‘Windows’ Category
Looks like Microsoft have pushed back the release of Windows Vista service pack 1 until near the end of February – even though the service pack has been finalised. There will be 2 service packs. The 32 bit version is around 440Mb, while the x64 version clocks in at around 730Mb!
EDIT: Vista SP1 can now be downloaded directly from Microsoft.
Looks like the word is that Windows Vista Service Pack 1 has been finalised by Microsoft and it’s group of beta testers. Preliminary reports seem to show that (as usual), the service pack has been leaked to numerous online web sites, however it will probably appear on the Microsoft web site fairly soon (within a couple of weeks).
It is unknown as yet if this will be a forced download via Windows Update for the existing Windows Vista users.
A lot of places have carried stories lately about issues in Excel 2007 where it fails at simple maths. The original newsgroups report is here. Microsoft has published a bit of an explanation, but I don’t think they have yet grasped the root cause of the problem. Some posts are showing clearly conflicting information with what Microsoft is stating with issues such as the following in Excel:
A1 =850*77.1 –> 100000
B1 =A1+1 –> 100001 (really a display bug???)
C1 =A1-1 –> 65534
D1 =B1-C1 –> 2
This could have quite a number of effects in people who rely on Excel to do business. No fix is currently available. Excel 2003 and earlier are not affected, nor is OpenOffice.
I’ve been playing a lot with Office 2007 lately in my bid to get familiar with it for offering technical support, and as everything communication wise for me revolves around email I have been giving Outlook 2007 a pounding – especially since Outlook has a very poor track record when it comes to large IMAP mailboxes. In doing so, there are a number of issues I have encountered, however the biggest would be that any SMTP auth that uses MD5 will fail. It seems that Outlook 2007 is only successful when using LOGIN or PLAIN auth attempts when trying to send mail.
If you disable LOGIN and PLAIN authentication steps in your SMTP server, you will no longer be able to send mail – even though MD5 auth is available. In fact, to make things even more annoying, Outlook 2007 will attempt to use MD5 auth – and fail. I have used MD5 SMTP auth for years with various mail clients (mainly Mail on OSX) without any issues, so it took me a number of hours using ethereal to find out what was going on.
So what happens? Read on for my diagnosis and workaround for the issue.