Windows XP Welcome Screen glitch

Discuss Windows 2000, NT, XP and Windows Server 2000, 2003, SBS 2003.
Post Reply
tariqm
User avatar
Posts: 111
Joined: Sun Mar 16, 2014 4:46 pm
Location: In the world of Windows development!
Contact:

Windows XP Welcome Screen glitch

Post by tariqm »

The following image is what I'm talking about:
Image

When I woke up my XP computer from Standby, I saw a glitch when I got taken back to the Welcome screen. Instead of "To begin, click your user name", I got "Preparing to stand by...". It's pretty common, huh?
     Image     Gotta Catch 'em All?! We got 'em all!

Finding many rare pieces of software from my collection and rare valuables on the web and uploading 'em all to BA's FTP!

mohammedroxx3
User avatar
Posts: 13
Joined: Thu Aug 28, 2014 3:09 am
Location: U.S

Re: Windows XP Welcome Screen glitch

Post by mohammedroxx3 »

Out of curiosity, what edition of Windows XP is this and what service pack? Also, is it 32 or 64 bit?

I honestly don't know if this is even common or not. I've never heard of this glitch and I've never gotten this myself before. :P

tariqm
User avatar
Posts: 111
Joined: Sun Mar 16, 2014 4:46 pm
Location: In the world of Windows development!
Contact:

Re: Windows XP Welcome Screen glitch

Post by tariqm »

mohammedroxx3 wrote:Out of curiosity, what edition of Windows XP is this and what service pack? Also, is it 32 or 64 bit?

I honestly don't know if this is even common or not. I've never heard of this glitch and I've never gotten this myself before. :P
The screenshot in the first post was from Windows XP Home Edition SP0 32-bit preinstalled by HP.
     Image     Gotta Catch 'em All?! We got 'em all!

Finding many rare pieces of software from my collection and rare valuables on the web and uploading 'em all to BA's FTP!

mohammedroxx3
User avatar
Posts: 13
Joined: Thu Aug 28, 2014 3:09 am
Location: U.S

Re: Windows XP Welcome Screen glitch

Post by mohammedroxx3 »

tariqm wrote:
mohammedroxx3 wrote:Out of curiosity, what edition of Windows XP is this and what service pack? Also, is it 32 or 64 bit?

I honestly don't know if this is even common or not. I've never heard of this glitch and I've never gotten this myself before. :P
The screenshot in the first post was from Windows XP Home Edition SP0 32-bit preinstalled by HP.
I think that might be the reason this glitch occurred. Maybe that glitch was fixed in SP1 (if not, then SP2 or SP3).

tariqm
User avatar
Posts: 111
Joined: Sun Mar 16, 2014 4:46 pm
Location: In the world of Windows development!
Contact:

Re: Windows XP Welcome Screen glitch

Post by tariqm »

mohammedroxx3 wrote:
tariqm wrote:
mohammedroxx3 wrote:Out of curiosity, what edition of Windows XP is this and what service pack? Also, is it 32 or 64 bit?

I honestly don't know if this is even common or not. I've never heard of this glitch and I've never gotten this myself before. :P
The screenshot in the first post was from Windows XP Home Edition SP0 32-bit preinstalled by HP.
I think that might be the reason this glitch occurred. Maybe that glitch was fixed in SP1 (if not, then SP2 or SP3).
The same glitch occurred in SP1.
     Image     Gotta Catch 'em All?! We got 'em all!

Finding many rare pieces of software from my collection and rare valuables on the web and uploading 'em all to BA's FTP!

Win7
Posts: 280
Joined: Sat Jan 18, 2014 6:33 pm

Re: Windows XP Welcome Screen glitch

Post by Win7 »

Then, the bug must have been fixed in SP2, because I had on a desktop computer, for nearly 6 years, Windows XP SP2, and I've never noticed this glitch.

Win7

Overdoze
User avatar
Posts: 1762
Joined: Mon Feb 24, 2014 10:28 am
Location: Slovenia

Re: Windows XP Welcome Screen glitch

Post by Overdoze »

Win7 wrote:Then, the bug must have been fixed in SP2, because I had on a desktop computer, for nearly 6 years, Windows XP SP2, and I've never noticed this glitch.

Win7
Just because you never got this doesn't mean they actually fixed it. We don't know what triggers the glitch, so it's hard to determine when it was fixed (if ever).
All roads lead to Neptune™

KRNL386 - my site about retro computing | My site about Windows 1.0 | My blog | 86Box Manager | LeakDB - list of PC OS warez leaks

ovctvct
Posts: 1058
Joined: Fri Apr 25, 2014 6:19 pm

Re: Windows XP Welcome Screen glitch

Post by ovctvct »

Try a XP debug/checked build to find the reason.

AlphaBeta
User avatar
Donator
Posts: 2439
Joined: Sun Aug 12, 2012 4:33 pm
Location: Czechia

Re: Windows XP Welcome Screen glitch

Post by AlphaBeta »

ovctvct wrote:Try a XP debug/checked build to find the reason.
No offence intended, but I seriously doubt the OP has any real knowledge about debugging.
AlphaBeta, stop brainwashing me immediately!

Image

Ahmed Jebara
Donator
Posts: 1559
Joined: Mon Jul 19, 2010 8:34 pm

Re: Windows XP Welcome Screen glitch

Post by Ahmed Jebara »

Why would you think a debug build will help you in achieving the reason?

The debug builds have reduced compiler optimizations, making it unusable for everything a retail/free build can run. Basically it'll help mainly in debugging errors by tracing the error and showing up more information about the error into debugging console (i.e. windbg for example).

If you need to know where a function lies in, or a name of a variable, that's what symbols are for. There is symbols for both check/debug and free builds which will help you identify the name of procedure you broke into/errored at. However for that case, probably it's more of an event that isn't triggered to update that label after the wake-up, and was probably fixed in next SPs of XP.
%1

mallard
Posts: 124
Joined: Thu Mar 27, 2014 12:23 pm

Re: Windows XP Welcome Screen glitch

Post by mallard »

It could just be a race condition between the "update the message" code and the "perform stand by" code. i.e. the system suspends so quickly that the message isn't updated before it does, then, when the system is resumed, the "update message" procedure is also resumed and completes, leading to this odd visual bug.

Post Reply