Slashdot Mirror


Public BSOD Sightings?

Sanksa Wott asks: "My travels over the weekend brought me to a very popular fast food restaurant, where, in the drive-through I was greeted with, what else... a blue screen! Since BSOD's can show up almost anywhere, I thought I would ask: 'What has your funniest/most interesting/noteworthy/etc. encounter with public displays of the BSOD been like?' Note: This isn't meant to be a troll, so lets be nice ;)"

307 comments

  1. PATH BSOD by bluethundr · · Score: 2, Interesting

    Not particularly funny, but the PATH station at 14th and 6th in the city has all these flat panel displays that are supposed to give you updates on the trains and such and news so that you're not bored standing there waiting for your train. It is FOREVER BSODed!

    --
    Quod scripsi, scripsi.
    1. Re:PATH BSOD by BrokenHalo · · Score: 1

      Talking of stations, I saw one at Perth (.au) International Airport a few weeks ago on the flight departures and arrivals displays; I didn't have a camera with me though. Bummer.

    2. Re:PATH BSOD by Directrix1 · · Score: 2, Interesting

      Thats nothing, on my flight on a 777 from DFW to Manchester. I was watching the nice three dimensional flight map on their huge display in the front of the craft. When all of a sudden, it pops up a nice stack trace, over the image. Thats right, the flight map crashed. That was very reassuring to say the least.

      --
      Occam's razor is the blind faith in the natural selection of least resistance and in universal oversimplification. -- EF
    3. Re:PATH BSOD by The+Clockwork+Troll · · Score: 1

      That doesn't sound like such a big deal ... unless the stack trace had debug symbols.

      --

      There are no karma whores, only moderation johns
    4. Re:PATH BSOD by Mortanius · · Score: 1

      Better than Boston, at least. All we have a something like 12-character red messageboards which perpetually say "READY...".

      All hail the MBTA.

    5. Re:PATH BSOD by bhtooefr · · Score: 1

      Umm, they just finished rebuilding. I saw it on the CBS Evening News (AFAIK - IANANR (NY Resident - I live in Ohio)) And wouldn't that be red/orange/yellow/grey screen of deathed?

  2. My personal favorite by revmoo · · Score: 4, Funny

    My personal favorite BSOD is the one where Bill Gates was doing a keynote showing off the new features of Windows 98 and it crashed on a massive screen in front of hundreds of people.

    Priceless :-)

    --
    I would expect such blatant racism on Fark, but on Slashdot? Mods please ban this asshole.
    1. Re:My personal favorite by MSG · · Score: 1

      You know what's funnier than that? I have *never*, not once, been to a presentation where an MS representative was demoing some new piece of MS software and not seen at least one BSOD.

      Seems like there's always some guy in the back that yells "IT'S NOT A BUG, IT'S A FEATURE", too.

    2. Re:My personal favorite by Hard_Code · · Score: 1

      Seems like there's always some guy in the back that yells "IT'S NOT A BUG, IT'S A FEATURE", too.

      And you beat the shit out of him right? Because, seriously, that joke gets old.

      --

      It's 10 PM. Do you know if you're un-American?
    3. Re:My personal favorite by princewally · · Score: 1

      There were no BSODs at the XP launch or the .NET launch in Minneapolis.

      --

      -
      "Vengeance is fine," sayeth the Lord.
    4. Re:My personal favorite by Alizarin+Erythrosin · · Score: 1

      I have a newspaper article of that posted on my cork-board in my room. I always like to chuckle about the headline "Windows 98 crashes on Bill Gates" and reverse it to "98 Windows crash on Bill Gates"

      --
      There are only 10 kinds of people in this world... those who understand binary and those who don't
    5. Re:My personal favorite by byolinux · · Score: 1

      Apple took great advantage of this... in their Crowd Control advert (QuickTime, 160x120)

    6. Re:My personal favorite by GreggBert · · Score: 1
      I was at a Microsoft dog and pony show at Philly's Franklin Institute when Object Linking and Embedding first was introduced and when their demo of cross app automation with word and excel crashed and then the Windows 95 box BSODed, someone in the top row shouted out (in a Mexican accent), 'OLE !!!

      I still meet people who were at that demo and we share a hearty laugh.

      --


      If you don't understand anything I post, please accept that I ate paste as a small boy...
    7. Re:My personal favorite by bonch · · Score: 1

      ...except that it was because of a beta driver.

      Remember the filesystem-corrupting "greased turkey" Linux release? Oh...okay.

    8. Re:My personal favorite by kefoo · · Score: 1

      At the computer store I worked in during the summer of 1995, our sales people went to a demonstration of Windows 95 given by a Microsoft rep. She said what they were seeing was what would soon be on the shelves. Right about then Windows crashed, prompting a quick restatement that she was actually demoing one of the late betas and there was still work being done.

  3. You mean by prostoalex · · Score: 5, Informative
    1. Re:You mean by Ianoo · · Score: 2, Interesting

      In all seriousness, I find it frightening that Windows seems to be so ubiquitous in applications that scream out for embedded development. Why pick a Pentium processor running a multitasking operating system with all the complexities and foibles of Windows over a small, tight ARM-based system?

      Development costs would be higher, but in the long run these systems would be much cheaper to mass-deploy. Have people forgotten how to write graphics code without using the Windows GDI?

      I'm not talking about assembler, but surely a customised realtime operating system or something like embedded Linux, BSD, whatever would make for a much cheaper system than Windows, which ultimately isn't modular enough to do this kind of thing effectively.

    2. Re:You mean by prostoalex · · Score: 1

      Development costs would be higher, but in the long run these systems would be much cheaper to mass-deploy.

      Most of these systems, like the US customs box or some specialized equipment, are contracted through a tender. For government agency, who has this program financed it's important that development costs are low to begin with, and that's why the lowest bidder usually gets them.

    3. Re:You mean by Anonymous Coward · · Score: 0

      > I find it frightening that Windows seems to be so ubiquitous in applications that scream out for embedded development.

      It's even more frightening that they use Windows 98.

      > Have people forgotten how to write graphics code without using the Windows GDI?

      I don't think so, but keep in mind that developing a video driver, etc, is not cheap.

    4. Re:You mean by thaWhat · · Score: 1

      Hear, hear I've written tight assembled code in 2k that would take 30-odd k under an embedded o.s. but even a C/c++ compiler should do a good enough job. I know that motorola has a real-time kernel for its 68hc11 series that would some serious multi-tasking, although (caveat) you have to take TIME into account. Nevertheless anything is better than having to explain BSOD to a paying customer. 'my app didn't crash, it was windows...' just doesn't cut it.....

      --
      If all you have is a hammer, everything looks like a thumb.
    5. Re:You mean by ElderKorean · · Score: 2, Funny

      This one is always a family favourite.

      bsod shirt No it's not a goats.ex link.

      well /. family anyways.

    6. Re:You mean by rah1420 · · Score: 1

      Yeah, the shirt's not too bad either. ;)

      --
      Mit der Dummheit kämpfen Götter selbst vergebens.
    7. Re:You mean by CatPieMan · · Score: 1

      Um, I sure hope you are Mr David himself, of The windows crash site as he is the only person I really said was allowed to use my picture of the drumscape crashing (took it on vacation while down at Ocean City, NJ).

      Not that I really mind, I just want photo credit where credit is due.

      -CPM

      --
      ---You're all I need, When the water runs deep, You're all I need, Now I cry my soul to sleep -- Collective Soul, Needs
    8. Re:You mean by Dun+Malg · · Score: 1
      Um, I sure hope you are Mr David himself, of The windows crash site as he is the only person I really said was allowed to use my picture of the drumscape crashing (took it on vacation while down at Ocean City, NJ).

      Better call your lawyer to start sending out the C&D letters then:

      Domain Name:
      piemaster.co.uk

      Registrant:
      Peter Turner

      Not that I really mind, I just want photo credit where credit is due.

      That's a nice sentiment, and perfectly within your legal rights as copyright holder; but it's not like the picture is going to end up on the cover of TIME magazine attributed to "piemaster.co.uk". It's just a funny vacation pic. Vigorously defending ownership of such a thing isn't really worth the effort.

      Also, saying you hope the the guy who linked piemaster is Mr. David is kind of weird. The guy who posted the link is probably not the same guy who runs the BSOD gallery on piemaster.co.uk-- he's probably just a guy who posted a link.

      --
      If a job's not worth doing, it's not worth doing right.
  4. TV Station by Thomas+A.+Anderson · · Score: 2, Interesting

    My favorite so far has been one of the local tv stations that users windows to schedule programming, and when it crashed, their channel showed a bsod for 3 hours..... :)

    --
    Personally its not God I dislike, its his fan club I cant stand (bash.org)
    1. Re:TV Station by Whatchamacallit · · Score: 3, Interesting

      I once saw the on screen scrolling Guide (now owned by TV Guide) crash and it was sitting at an AmigaDOS console prompt.

      It's since had a face life but I think it's still running on an Amiga! This is strange in that I didn't think there were many Amiga systems still in production usage. I am sure there are Amiga systems still in use all over the place but I was surprised to see it being used for the TV Guide.

    2. Re:TV Station by davidhan · · Score: 1

      On one of my cable system's community bulletin board channels, I didn't see the BSOD, but a few times I see it showing a Windows desktop, as if the program that runs the announcements quit somehow and no one noticed.

    3. Re:TV Station by RackinFrackin · · Score: 1

      I remember seeing a similar thing back in the early 90s. The local cable company ran a guide channel on an Amiga, which would occasionally crash, showing the guru screen.

    4. Re:TV Station by FCKGW · · Score: 1

      I've seen the local community access channel with error messages a few times. Here's one example; it's the only one I managed to dig up. It's hard to read, but it's RealPlayer that crashed. It doesn't surprise me that RealPlayer crashed since it runs in the background for no reason, but I wonder WTF it was doing on that box.

      Another time some program (like antivirus, or whatever they used to show ads and stuff) would crash, then the computer would reboot, then the cycle would repeat. It ran Windows 2000 Pro and I could see almost the entire bootup process every few minutes.

      --
      It's an operating system, not a religion.
    5. Re:TV Station by Feztaa · · Score: 4, Funny

      I once saw the on screen scrolling Guide (now owned by TV Guide) crash and it was sitting at an AmigaDOS console prompt.

      One time, at 3 AM, I was surfing, and when I got to the TV Guide channel, what did I see? A MacOS 9 desktop, with some pebbles as the desktop wallpaper. I must have watched that sit there doing nothing for 2 hours before the mouse started to move and then I got to watch some guy launch the TVGuide program :)

    6. Re:TV Station by otuz · · Score: 1

      Hey, Amiga has GenLock! That's why it's still used in video business.

    7. Re:TV Station by 1eyedhive · · Score: 1

      not really a BSOD but still dumb
      the local TV BB channel, is powered by Powerpoint viewer under win2k
      saw the channel with the 2k login screensaver for 2 hours...

      later, the PPTviewer was running, but with the taskbar showing :)

      and i did see a BSOD at TPA once, got a real kick outta it (thats Tampa Int'l Airport for those not up on the FCC desigs)

      --
      Logistical Chaos Officer http://www.slagg.org - LAN Gaming in Sarasota FL,USA
    8. Re:TV Station by bjb · · Score: 2, Interesting

      The World Financial Center in New York City used to run their kiosk screens (hanging from the ceiling, announcing events and promotions) on (probably) and Amiga 1000. This was from the time they were opened (around 1986) until around 1998/1999, when the screens were constantly showing Guru Meditation screens (Amiga ROM 1.3). After a few weeks of this, the machine was upgraded to (I imagine) a PC. I imagine the person who knew how to maintain the Amiga was no longer on board, so they couldn't find anyone to fix it. I should have stepped in :-)

      --
      Never hit your grandmother with a shovel, for it leaves a bad impression on her mind...
    9. Re:TV Station by Chop · · Score: 1

      I caught our local access channel with a powerpoint error. Same type of message as your's however it informed the user powerpoint has encountered and error and needed to be restarted.

      Chop

    10. Re:TV Station by drpentode · · Score: 1

      Colorado State University-Pueblo still runs their auction graphics off of one. Looks almost like a Commodore 128, too. [/scary]

    11. Re:TV Station by RighteousFunby · · Score: 1

      The Cable and Wireless local channel over here in the UK used to run on an Amiga. It was like powerpoint, but instead of solid hours of mediocrity, you got mediocrity with flashes of grey-blue-Amiga flavoured brilliance. And Chiltern FM.

    12. Re:TV Station by jhantin · · Score: 1

      So did the TI-99/4a, but the relevant pins on the TMS9918A weren't run out of the case, so they had to be modded to do it ...

      --
      ...when you're writing a game...tweak the difficulty of "Easy" to something [your mother] can cope with. -- onion2k
    13. Re:TV Station by Bert64 · · Score: 1

      There was an AA information kiosk at a service station in the UK, it was supposed to give you traffic reports for wherever you were going, but when i saw it.. it was displaying the Amiga insert-disk screen, the newer animated one from kickstart 2.x

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    14. Re:TV Station by Bert64 · · Score: 1

      The ITV chart show used to run on an amiga too, you even got to see the amigaos 1.x style mouse pointer as someone moved it to clock the "information" icons which were overlayed above the video in the background.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    15. Re:TV Station by Anonymous Coward · · Score: 0

      Is *THAT* what that was? I saw those occasionally for years in like '92 or so, and I always thought it was a feature for cable based internet access or something and I'd always wondered how to subscribe! (albeit I was like 10 at the time) ;-p

      -- vranash

    16. Re:TV Station by Anonymous Coward · · Score: 0

      I used to see this all the time on our local cable channels. Once in a while you'd see someone clicking around the Amiga desktop on TV at 6am in the morning and you'd have to shake your head for a second. Ahh, the guru meditation. Those were the good ol' days. They used Scala for that type of stuff. I see they are still in business. Good for them, they were pioneers in the Amiga community. Long live Amiga!

      http://www.scala.com/

  5. well.. by GigsVT · · Score: 0, Funny

    This one time, at band camp...

    --
    I've had enough abrasive sigs. Kittens are cute and fuzzy.
    1. Re:well.. by Bilange · · Score: 1

      What instrument? :P No, lemme guess. A bear came.

      --
      "...a generation of kids has grown up thinking Trance is the shittiest music since country and western." - Paul van Dyk
  6. Public displays of BSOD by heldlikesound · · Score: 2, Funny

    Where I'm from, you can go to jail for that stuff.

    --


    Cloud City Digital: DVD Production at its cheapest/finest
    1. Re:Public displays of BSOD by self+assembled+struc · · Score: 1

      Ah, how's Georgia?

    2. Re:Public displays of BSOD by Mattcelt · · Score: 1

      Georgia nothin' - he means Brazil!

  7. Not a BSOD, but by Oculus+Habent · · Score: 3, Interesting

    Over an entire weekend once the Local Access TV station programming was stopped by Norton AntiVirus' Update Definitions message.

    --
    That what was all this school was for... to teach us how to solve our own problems. -- janeowit
    1. Re:Not a BSOD, but by drinkypoo · · Score: 1

      You think that's good? PREVUE Guide, AKA the forerunner to whatever existed before TV Guide bought the program guide that's on everyone's cable, used to run on Amiga computers, probably using the commodore genlock. How do I know? Because I've seen it go to a GURU MEDITATION. Now THAT's classy.

      Of course, if they were smart, they would've installed GOMF...

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:Not a BSOD, but by Almost-Retired · · Score: 1

      Of course, if they were smart, they would've installed GOMF...

      Naww, what they should have done is reamed the author to fix his proggy. I never once felt I needed to install GOMF. I installed software that didn't need it instead.

      The amiga has one huge advantage over x86 stuffs, its memory model is flat.

      The amiga has one huge achilles heel, its memory model is flat.

      What this boils down to is that any program can take an unitialized pointer and scribble all over system memory with it in one swell foop. And thats where you get a GURU MEDITATION.

      Programmers who paid attention to what they were doing never had a problem with that, but the languages available for the masses, like Arexx, sometimes didn't give any warnings that they were running on un-inititalized array pointers. SAS/C was a bit better at that, and would catch maybe half of them at compile time. Sometimes things were fine for many hours/days, but then something in the languages garbage collection would take it down.

      OTOH, before my last hard drive failed, my big box 2000 running OS3.9, a very busy machine on the internet, could and did get uptimes of 2-3 weeks! And I co-wrote the EZCron that drove all that, also EZHome to automate the X10 equipt home.

      Yes, one could have a relatively stable amiga if enough effort was put into the code it ran.

      Cheers, Gene

  8. For three years! by Kethinov · · Score: 1, Troll

    I hadn't seen a BSOD for THREE YEARS until I started college. The first thing I saw when I came home after the first day of classes was a BSOD on my roommate's computer. That was my first moment of real doubt that I'd find anyone else at my little community college who knew anything about Linux. The blue glow of the BSOD has become a common thing in my dorm these days from the opposite end of my side of the room.

    I suppose this isn't really a public sighting, but there's very little privacy in a dorm room. Since I'm the only Linux user a the entire school, BSOD sightings are pretty common.

    --
    You're right, I wouldn't steal a car. But if it were possible, I sure as hell would download one!
    1. Re:For three years! by Anonymous Coward · · Score: 0

      community college is for simpletons.

    2. Re:For three years! by Kethinov · · Score: 1

      That is true. And so is my story, which makes me wonder why I was modded as a troll.

      --
      You're right, I wouldn't steal a car. But if it were possible, I sure as hell would download one!
    3. Re:For three years! by Kethinov · · Score: 1

      Yeah, you could use one of those moderations right about now Mr. Anonymous.

      --
      You're right, I wouldn't steal a car. But if it were possible, I sure as hell would download one!
    4. Re:For three years! by Anonymous Coward · · Score: 0

      You were modded as a TROLL because you used SHOUT MODE. - This is a TROLL

  9. Warner Village by Ianoo · · Score: 3, Interesting

    Not a BSOD, but I discovered that the Warner Village Cinema automated ticket machines run NT4 when the application crashed and I was left with a desktop. Could even browse the Internet (had IE installed) before we got 'noticed' and told to use another terminal.

    1. Re:Warner Village by CowboyNick · · Score: 2, Funny

      Attendant: Um, sir what are you doing?
      You: Well, I just though I'd make my reservations online....
      :)
      Good One!!

      --
      -CowboyNick
    2. Re:Warner Village by Professor+Bluebird · · Score: 1

      At a mall near me, some really massive display once had the NT 4 "Press Ctrl+Alt+Del to log on" screen saver running on it constantly. They since took the display out though.

    3. Re:Warner Village by Gleng · · Score: 4, Funny

      Hehe, you should've Goatse'd it and walked off.

      --
      "Proudly Posting Without Reading The Article"
    4. Re:Warner Village by Cyno01 · · Score: 1

      I set the IE homepages to goatse at the Time Warner kiosk at the mall. Now they have them locked down a little better.:p

      --
      "Sic Semper Tyrannosaurus Rex."
  10. Airport travel monitors by AuMatar · · Score: 2, Interesting

    At least some of the airport travel monitors at O'Hare run Windows. You know, the little things with a list of arrival and departure times? Once in a while you'll walk past and see either one (sometimes an entire bank) with blue screens.

    --
    I still have more fans than freaks. WTF is wrong with you people?
    1. Re:Airport travel monitors by brianjcain · · Score: 1

      I had a similar experience. The self check-in terminals apparently run windows (I saw the blue screen in GRIA, but most/all airlines have these in most/all airports by now) and one of them was idling at a BSOD.

      Oh, and the POS terminals at my local cafeteria ran a windows variant (the operator had to power cycle it when it stopped working). POS seems appropriate for windows.

    2. Re:Airport travel monitors by esanbock · · Score: 1

      The ones at Minneapolis International run Windows 95! Windows 95!!!! They're constantly crashing. I wonder which H-1B suggested that one.

    3. Re:Airport travel monitors by spaceyhackerlady · · Score: 1

      The flight information screens at Heathrow (Terminal 3, at least) run Windows 95 too. While waiting for a recent flight one kept crashing, whereupon it would POST, start Windows 95, run scandisk, load a bunch of drivers, run the app for a few minutes and crash again.

      Yep. Got pictures. :-)

      ...laura

    4. Re:Airport travel monitors by The+boojum · · Score: 1

      Yes, I saw that! In July, I was unfortunately stuck at Heathrow for a while because of the British Air strikes. When I was finally able to get transfered over to United and actually make it past the check-in line, I was treated to that sight on the monitors. I've got a picture from there as well.

      I remember being amused to note they run Compaqs.

    5. Re:Airport travel monitors by PHPee · · Score: 1

      Back in June, I was at Pearson International Airport in Toronto, when I noticed one of many scheduling monitors was displaying a nice big blue screen of death. Check out these two pics I took:
      Picture 1 Picture 2

      To be honest, this has always been my favourite place to see the bsod.

    6. Re:Airport travel monitors by Crypto+Gnome · · Score: 1

      Dulles International, Feb 2001.
      I liked it so much, I took photos. Quad-View
      Single-View

      --
      Visit CryptoGnome in his home.
    7. Re:Airport travel monitors by Phil+Karn · · Score: 1
      A few years ago while going to one of the IETF meetings in Minneapolis I noticed a Windows error message spread across two adjacent flight status monitors at the airport. It complained of a duplicate IP address on the local network. I saw no mouse with which to click "OK".

      Almost a week later, when I returned home, the message was still there.

  11. On the airport 'arrivals' and 'departures' screen by venom600 · · Score: 1

    At my local airport I've seen the BSOD on both the 'arriving flights' screen AND the the 'departing flights' screen.

  12. My experience by irve · · Score: 1

    I have seen a GPF error message on a bank ATM. Luckily the last time I saw the same bank's ATM booting, it was some other operating system.

    Oh, and one of my favourites was a mouse cursor over TV station's screen. Moving randomly, doing its own business on some unseen screen.

    1. Re:My experience by Anonymous Coward · · Score: 0

      Most automated tellers still run OS/2 V1.3. No blue screens of death, but still funny if you manage to see one during bootup.

  13. I saw one at McDonalds this weekend also by setzman · · Score: 4, Funny
    I went through the drive-through, and the total came out to around $10 + some change. Not wanting to break the $20 bill I had (a new one) into a five and ones, I found the correct change and feed the computer the $20 and the change. The computer did not comprehend this input, however, and a human had to intervene by helping the computer count the proper change. The human assistant, however, still got the change wrong, as I received a five, five ones, and a dime back. I still don't understand why neither the human or the computer could figure that one out.

    The computer model was human high-school female type, and the human assistant was a manager.

    --
    C:\>
    1. Re:I saw one at McDonalds this weekend also by netringer · · Score: 2, Informative
      I still don't understand why neither the human or the computer could figure that one out. The computer model was human high-school female type, and the human assistant was a manager.
      You don't understand? One of my favorite minor amusements is to always hand the cash drone small change to make the change work out and watch the fun that results.

      The tab comes to $6.62. Hand 'em two fives, two nickels and two pennies. Watch as the clerk counts it up and keys in the $10.12 they have (that will take longer than it should.) Then the POS computer tells them to hand you $3.50. Watch as they get the 3 dollars, then three dimes before the light bulb goes off and they figure that it will work as two solid quarters. They put back the dimes, grab the quarters, and hand you your change.

      One of three things will happen: The clerk will think you're some sort of math wiz; The clerk will spend the rest of the shift wondering if you knew it would work out that way; The clerk will begin worrying that you ripped 'em off in a quick-change scam.

      How often do you have opportunities to amaze mere mortals?

      --
      Ever dream you could fly? Get up from the Flight Sim. I Fly
    2. Re:I saw one at McDonalds this weekend also by 1DarkZen · · Score: 1

      Not wanting to break the $20 bill I had (a new one)

      It might have been that fact that it was a new $20. The supermarket by me doesn't recognize the new bills.

      --

      "If Diet Coke did not exist it would have been neccessary to invent it." -- Karl Lehenbauer
    3. Re:I saw one at McDonalds this weekend also by innocent_white_lamb · · Score: 1

      Watch as the clerk counts it up and keys in the $10.12 they have (that will take longer than it should.) Then the POS computer tells them to hand you $3.50. Watch as they get the 3 dollars, then three dimes before the light bulb goes off and they figure that it will work as two solid quarters. They put back the dimes, grab the quarters, and hand you your change.

      The problem that most people have when making correct change is twofold.

      First, they depend on the computer to tell them how much change to give.

      Second, nobody knows how to make change any more. You don't try to subtract then make the change. You count it up! Change for a 32 cent purchase on a five dollar bill? 3 pennies makes 35, a nickel makes 40, a dime makes 50, two quarters makes one dollar, four dollars makes five. Thank you sir, and have a good day. How much change did I give him, exactly? Who cares? It's the correct amount.

      It's when people try subtracting then calculating the change that things get screwed up.

      --
      If you're a zombie and you know it, bite your friend!
    4. Re:I saw one at McDonalds this weekend also by stevejsmith · · Score: 1

      That's illegal to not accept the new bills.

    5. Re:I saw one at McDonalds this weekend also by drinkypoo · · Score: 2, Funny

      I can beat this down like a UT noob playing Tacops. Once, and only once, I have had a two dollar bill. Where do I take it? McD's. Only to be told that it is counterfeit because - can you see this coming? - there is no such thing as a two dollar bill.

      Sometimes people get upset when I say "if they were a genius they wouldn't work at McDonald's" but look, if you're smart, you can't stand to even be near those people for long.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    6. Re:I saw one at McDonalds this weekend also by Anonymous Coward · · Score: 0

      Tell that to the machine.

    7. Re:I saw one at McDonalds this weekend also by Lord_Dweomer · · Score: 1
      Do you really feel it is necessary to insult the intelligence of someone who is just doing his job? Why is this? Do you feel you are a better person than someone who works at McDonalds? If yes, why?

      When I worked a summer job at Blockbuster, every now and then I'd get a smartass like you who thinks they're so clever. Guess what, I could give two shits about your change, and about the job. I just grabbed what the computer told me to grab from the drawer and give it to you.

      I could have given two shits (can you add that?) about whether or not I gave you two quarters or 5 dimes. In fact, if I thought you were being an asshole, I'd probably give you a small change as I could, and claim that I was out of some coins and bills on my drawer.

      --
      Buy Steampunk Clothing Online!
    8. Re:I saw one at McDonalds this weekend also by netringer · · Score: 1
      I can beat this down like a UT noob playing Tacops. Once, and only once, I have had a two dollar bill. Where do I take it? McD's. Only to be told that it is counterfeit because - can you see this coming? - there is no such thing as a two dollar bill.
      I had a similar circumstance. I ordered a pop at an airport concession counter. Reaching in my pocket for change I think, "Wow, a wheat penny. You don't see those too often these days." I hand over the penny to make the change work out. The clerk begins to say, "Do you have another penny?" I already JUST KNEW was coming but I had to ask, "Why?" "We don't take CANADIAN MONEY!" I gave her another "American" penny to avoid any more delay but first pointed put that the other side of that "Canadian" penny had that famous "Canadian" President, Abraham Lincoln.
      --
      Ever dream you could fly? Get up from the Flight Sim. I Fly
    9. Re:I saw one at McDonalds this weekend also by shepd · · Score: 2, Insightful

      Smiles might be on the menu for free, but you don't have to order them if you say "please", "thank you", and "sorry".

      Amazing how those simple words, even at the drive thru, get you the correct change and a good meal each time, with the condiments in the bag.

      Which reminds me of how amazed the local video store was when I said "Yeah, I returned a couple of videos late last time. Could you tell me how much extra that will be, please?" The clerk literally thought I was from another planet.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    10. Re:I saw one at McDonalds this weekend also by proj_2501 · · Score: 1

      The STATE equates itself with God in words and in deeds!
      The MACHINE has become Law, obviating the STATE!
      Thus, the MACHINE is God!

      ALL PRAISE THE MACHINE!

  14. BSOD on a US Customs kiosk at LAX by blues5150 · · Score: 2, Funny

    I made sure to snap a pic of it to remember my trip home from Hawaii.

    --

  15. I have seen them and 4 different locations. by Neck_of_the_Woods · · Score: 3, Interesting

    #1. The Day of a VC visit the front plasma display at the receptionist was runing on nt 4.0 machine. BSOD....that instill trust.

    #2. Buying some groceries at the local food market...scan..scan...scan....bang! MY FOOD IS FREE!!!

    #3. While on vacation in Hawaii at a access kiosk. Aloha never ment so much to me, I missed home so much less at that moment.

    #4. At a change counter you dump you loose change in and get green backs, ironic that it was at the same places as the above scanner. Free money, free food, I LIKE IT!

    --
    Neck_of_the_Woods
    #/usr/local/surf/glassy/overhead
    1. Re:I have seen them and 4 different locations. by Anonymous Coward · · Score: 0

      I call bullshit. I work in retail support, and merchandise isn't free just because the POS terminal crashes in the middle of a transaction. Usually they will get the manager, void the transaction, and move the customer to another terminal. If all the terminals crash, they will do the transaction on paper the old fashioned way. They wont let the customer just walk out of the store with the merchandise because of a system failure.

    2. Re:I have seen them and 4 different locations. by Anonymous Coward · · Score: 0

      Maybe it was a self-serve scanner, and he just walked out without paying.

      He probably downloads MP3 files as well...

    3. Re:I have seen them and 4 different locations. by Neck_of_the_Woods · · Score: 1

      dude, chill out is was a joke about getting it for free.

      Actually, it was a self scan deal and they just put me on anouther one. The Money changer was out of order with a blue screen.

      You people really should loosin up. Not everything should be taken so literal.

      --
      Neck_of_the_Woods
      #/usr/local/surf/glassy/overhead
  16. Second hand stories by toybuilder · · Score: 2, Interesting

    My coworkers and I were talking about this over lunch a few weeks ago...

    One guy saw BSOD's on gate information displays at Heathrow.

    Another guy saw the BSOD, and then subsequent rebooting and attempts to fix the system being displayed on a "jumbotron" type display on the Las Vegas Strip which lasted a few minutes until the tech apparently realized he should disconnect the big display...

    1. Re:Second hand stories by Anonymous Coward · · Score: 0

      Too bad those MSCE's aren't nearly as bright as the displays in vegas.

    2. Re:Second hand stories by i8msft · · Score: 1

      I personally saw the BSOD at Heathrow, Terminal 3, morning of October 7th, 2003, 10am-ish. It was supposed to be displaying flight departure information, not that that's important in an airport like Heathrow.

      About half the screens appeared to be fed from the one computer, since they all has the same BSOD display. Thankfully the other half were working normally.

      Ho Hum

      --
      Keep It Simple
    3. Re:Second hand stories by babbage · · Score: 1
      Another guy saw the BSOD, and then subsequent rebooting and attempts to fix the system being displayed on a "jumbotron" type display on the Las Vegas Strip which lasted a few minutes until the tech apparently realized he should disconnect the big display...

      Heh.

      This isn't a BSOD story, but what the hell -- one of my jobs in college was working the customer service desk at a discount department store. Among other things, this meant being the guy that would announce things like "Mr Grimley, you have a call on line six. Mister Grimley, line six. *squawk*." Mostly, these announcements were pretty boring, but one of them was pretty memorable:

      Would the owner of the brown Nissan Sentra parked near the front door please come to the front of the store? Your car seems to be on fire. Again, would the owner of a late-model brown Nissan Sentra please come to the front of the store -- your car is on fire. *squawk!*

      I was told afterwards that in the future it would probably be better not to get into details about why the owner of the car should come to the front of the store, but oh well -- I figured that the people parked near that car needed to know too.

      +++

      As for BSOD sightings, I can think of two at the moment, not counting obvious, non-funny places like university computer labs, home, store displays, etc.

      * An ATM at the Prague airport had a Czech localized BSOD. It made me proud to be an American to see that we can export localized versions of our broken software...

      * A streetside window for the Boston Stock Exchange has a video wall with, among other things, a stock ticker, a CNBC broadcast, and other video content. (Somewhat bizarrely, last time I looked they had a set of speakers playing a monologue by former NPR radio show host Christopher Lydon, rapping on about how wonderful & dynamic the modern market is.) Anyway, it's all meant to be very slick & dynamic & awe-inspiring -- which made the BSOD on some of the screens that Lydon's now-disembodied voice was trying to describe to pedestrians charmingly surreal... :-)

      I've also seen them in places like say Circuit City, but that doesn't seem as funny to me. They're floor models, it should be taken as given that they're likely to be flaky; if they're not totally locked down, random customers are definitely going to break things. BSODs on systems that are supposed to be public, stable, and preferably impressive are much funnier.

    4. Re:Second hand stories by innocent_white_lamb · · Score: 1

      Would the owner of the brown Nissan Sentra parked near the front door please come to the front of the store? Your car seems to be on fire. Again, would the owner of a late-model brown Nissan Sentra please come to the front of the store -- your car is on fire. *squawk!*

      I own and operate a small-town movie theatre. A couple of years back, I had a kid walk in off of the street and say, "One of your customers' cars is on fire." Yeah, sure kid. However, I went outside to look and sure enough, a little yellow car was going up pretty well. I dashed back inside and told my concession girl to call the fire department, then turned the movie soundtrack off and went into the auditorium and announced that whoever owned the little yellow car had better come out because it's on fire. Then I turned the soundtrack back on and thought everyone would go back to watching the movie.

      To my surprise (at the time) about half of the crowd zipped out to the lobby to see the fire.

      --
      If you're a zombie and you know it, bite your friend!
  17. BSODs by CyberVenom · · Score: 4, Funny

    Lets see...

    I've seen a BSOD on the local access cable channel.

    I've seen a BSOD on the ATM at defcon (sorta. Wasn't really blue, but it was a major crash)

    The best, though by far was when I went to Target and they had 3 consoles set up side by side. X-Box on the left, PS2 in the center, and GameCube on the right. The PS2 and GameCube were working just fine, demoing Tony Hawk and StarFox I think. The X-Box on the other hand was sitting there at a Black-Screen-Of-Death that was the same as a BSOD only black. (wow! great upgrade, Microsoft! No more Blue Screen of Death!) That really says a lot about the comparative reliability of those three systems. I'm glad Target was kind enough to provide the public with this demonstration: comparison shopping it its best!

    1. Re:BSODs by galaxy300 · · Score: 3, Funny

      At least we don't have to go back and change the acronym.

    2. Re:BSODs by Anonymous Coward · · Score: 0

      Judging by the public's reactions to other microsoft crap, average joe will probably go in there and say .. wow, those EVIL HACKERS even got into the XBOX! why don't they leave poor microsoft alone? Bill Gates is teh coolest guy evarrrr!!! I *heart* Windows 4EVER!

    3. Re:BSODs by stickyc · · Score: 1

      Many moons ago, our local cable access channel used an Amiga to drive it's interstitials. Frequently, late at night (long after anyone had left the studio, I imagine), channel surfers were treated to a Guru Meditation Error screen. One wonders what people unfamiliar with the hardware thought of that...

    4. Re:BSODs by RighteousFunby · · Score: 1

      In britain, a RED screen of death would be perfect:

      "RSOD! R, SOD it!"

      (ducks from Molotov Cocktails)

    5. Re:BSODs by Starbreeze · · Score: 1

      I've seen hacks to easily change the BSOD background color on your Windows machine from blue to any hex color. Not exactly an upgrade :P

    6. Re:BSODs by Brianwa · · Score: 1

      I actually have gotten a 'RSOD', on some shell written in QBasic. An odd change, I was quite surprised. After a few more, I realized that programs written in MS's programming languages tend to be just about as unstable as Windows itself...

    7. Re:BSODs by bhtooefr · · Score: 1

      It's a WIN.INI setting, and it only works on Windows 3.1 and up, not including NT-based versions. It is kinda interesting that it was a KSOD (K is black, OK? - that's how they do it in printers) instead of a BSOD, as the Xbox uses a Windows 2000 kernel, which bluescreens.

    8. Re:BSODs by Quobobo · · Score: 1

      Am I the only one thinking that the Xbox might have been turned off?

  18. BSOD least of your worries... by hal9000 · · Score: 0, Troll

    I wouldn't be worried about a BSOD there, pal.
    Not when you've got a HMOD** to deal with.

    ** Happy Meal Of Death

    --
    Look out honey, 'cause I'm using technology; Ain't got time to make no apology
  19. Not really cheaper by Oculus+Habent · · Score: 2, Interesting

    Running on Windows means commodity hardware - cheaper up front, cheaper to replace, and easier to find people to service. Same with programming it in Windows. Sure, Windows costs more than Linux, but you can throw VB or something up quick and dirty. The underlying design can be total shit because your commodity hardware has power to burn.

    Many of these things could probably benefit from more carefully designed systems that don't suffer from Desktop OS issues, but unless everyone starts doing it all at once, it's more expensive and they simply aren't critical systems. Yet.

    --
    That what was all this school was for... to teach us how to solve our own problems. -- janeowit
    1. Re:Not really cheaper by Ark42 · · Score: 1

      If the application is simple enough, you can just run Linux+libsvga and write your own grfx routines with the basic pixel functions libsvga provides. I'm sure anything thats being piped to a TV someplace would work just fine with even basic 640x480x16. No need to load any modules or anything, you could probably fit the kernel, libsvga, and your app on a floppy or something if you tried.

    2. Re:Not really cheaper by RevAaron · · Score: 1

      Not sure to what your reply is, but the parent of your post wasn't saying that Windows is smaller or anything. It was saying that Windows is often used in these cases because it's quick, oftentimes pretty cheap, and sometimes dirty.

      Why the hell would I want to "write my own gfx routines" and use something low level like Linux and svgalib? That is definately not quick, cheap and dirty. No, you wouldn't have to pay for the OS, but writing all of your own gfx routines would cost the difference in a Windows OS. I would go for a WinCE.NET license myself- over 9x/ME or NT/2k/XP- for a number of reasons. Best of both worlds in a lot of ways- it's pretty stable (a lot more than 9x/ME); definately quick and dirty, w/ VB, MFC or other very well integrated scripting languages; cheaper than 2k or XP, and a very small footprint. You don't get stuck with a piece of shit like 9x running your kiosk (or whatever), yet you don't have to invest many man-hours in coding your own GUI system just so you can use Linux.

      And you could fit that on a floppy, but why would you want to? Running your embeded system, locked away in some cabinet somewhere- a floppy would be the worst thing ever. A hard drive or if you don't mind spending the cash, a flash card and a IDE->CF/PCMCIA adapter.

      Which isn't to say I don't love Windows- I've not had Windows on a desktop and I've run Linux or some Unix since 1994. Although, I have a soft spot for WinCE that I admit to. That said, most everything has a purpose- and using a tiny Linux install with your own home-brewed GUI/gfx system on top of svgalib is not a good solution for quick, dirty, and cheap.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    3. Re:Not really cheaper by 91degrees · · Score: 1

      Why the hell would I want to "write my own gfx routines" and use something low level like Linux and svgalib?

      Typically you'll have to anyway. It looks like most of these systems are just a window with pixel graphics drawn into it. Not sure how much SVGAlib does for you, but I'd be quite surprised if it didn't have most of the utilities needed for drawing shapes either included or readily available.

  20. Not BSOD, Java backtrace! by elmegil · · Score: 3, Interesting

    My favorite one was pumping gas at an Amoco/BP station with the fancy new web enabled pumps. Imagine my suprise when I select my gas type, and have a big java backtrace dump all over the screen. The good news was that the pump had already recognized my selection and I was able to pump my gas. When I was done and "hung up" the handle, the screen reset itself.

    --
    7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
    1. Re:Not BSOD, Java backtrace! by mekkab · · Score: 1

      Just out of curiosity, was it a ClassNotFound Exception?

      --
      In the future, I would want to not be isolated from my friends in the Space Station.
    2. Re:Not BSOD, Java backtrace! by Anonymous Coward · · Score: 0

      Exact same thing happened to me as well. At a BP near work while on my way home. The place was busy and I pulled into an open spot. I hit the button for credit and bam.. stacktrace. Not wanting to have to wait for another spot I started punching buttons. Somehow managed to get into some general options menu where you could set various little tweaks (ask before receipt print, etc). I couldn't get back to the normal operating menu though, right as I was about to leave it beeped and asked which grade of gas. After filling up it said the typical thanks message and returned to the abnormal options menu. Figuring I owed cash I went in and found that I had supposedly paid already. =^D

  21. Pottery Barn by davidhan · · Score: 1

    I saw one of those at Pottery Barn, on their registry computers, which is like your Amazon wishlist, but just for sheets and pillows, stuff that your woman is into.

    1. Re:Pottery Barn by microcars · · Score: 1

      I don't have an Amazon wishlist You Insensitive Clod!

      --
      I like microcars
    2. Re:Pottery Barn by Wudbaer · · Score: 1

      And I don't have a woman, both of insentitive clods you !

    3. Re:Pottery Barn by Acidic_Diarrhea · · Score: 1
      You looking to buy? I can't get you one for a small sum.

      Discount if you aren't particular about appearance and/or status as "living." Let me know.

      --
      I hate liberals. If you are a liberal, do not reply.
    4. Re:Pottery Barn by Anonymous Coward · · Score: 0
      that should obviously say "i can get you one for a small sum."

      doh!

    5. Re:Pottery Barn by b17bmbr · · Score: 1

      stuff that your woman is into.

      you don't hang around here much, do you?

      --
      My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
  22. Not a BSOD, but... by sailracer6 · · Score: 5, Funny

    At the top-10 American university I go to, there's a big plasma screen behind the main information desk that shows a slideshow of school events.

    Imagine my surprise when, one day, the screen informs me that I can get a

    U.N.I.V.E.R.S.I.T.Y D.I.P.L.O.M.A

    from home, courtesy of Windows Messenger!

    1. Re:Not a BSOD, but... by Anonymous Coward · · Score: 0

      You mean at Lerner Hall? I saw that too.

    2. Re:Not a BSOD, but... by strech · · Score: 1

      Exact same thing happened at my university. Not a big plasma screen (a 17" TV and (elsewhere) some (about the same size) flat-planel displays) but same windows messenger popups for some diploma mill.

      Was a while back.

  23. Ad campaign by gumbright · · Score: 5, Insightful

    One of the most mind boggling was a recent M$ ad campaign where they provided a "cut out" BSOD that you could tape on your monitor "in case you missed them". I could not believe the gall that would be required for M$ to taunt is own users for being so stupid as to have used a previous version of their OS.

    1. Re:Ad campaign by SoCalChris · · Score: 1

      Do you have a link to a story or something about this ad? I'm curious.

    2. Re:Ad campaign by Anonymous Coward · · Score: 0
      Well, it's true. I mean, you people like to chuckle about BSODs (and in fact the one in the article link is Win9x) but in Windows 2000 and XP they're effectively gone. Sorry, I know this is hard to swallow, but it's true. I've been using W2K for four years on many machines and I've seen just three, honestly, all caused by third-party drivers. And XP seems to follow the same pattern, at least until now (6 months, personally).

      As Windows gets better, all you zealots can harp about is how terrible Windows 95 was (and I don't contest that), while conveniently ignoring the NT-based products, which are parsecs ahead of the 9x code base. Shiiiet, many of you still complain about the "Program manager". I mean, c'mon.

      It took Microsoft ten years, but they did it. Hey, but where was the "free" graphical OS in 1994? 1998? Heh. Even today when I complain about RH5.x someone is quick to point out that it's "outdated" and I'm being unfair when I judge Linux based on it. Yeah.

    3. Re:Ad campaign by Anonymous Coward · · Score: 2, Insightful
      I don't think you can say "they did it" when third party apps can crash the operating system, particularly drivers. That is still bad OS design.

      Well, if you haven't seen it crash, then it must be fixed. You apparently don't do any serious Windows administration. Anyone who has done it through any patch release on more than a dozen computers quickly learned that there is a big reason that you are supposed to first try out the patch on a test machine and fully test it before allowing it into the system (and you are really hosed when a security patch causes crashes because now you have to figure out what to do with the unpatched machine).

      You think your XP machine is crash free? Compile and run this:

      #include <stdio.h>

      int main (void) {
      while (1)
      printf ("\t\t\b\b\b\b\b\b");

      return 0;
      }
      "Linux zealots?" You MS apologists sure carry such large chips on your shoulders. Some day...some day...some day it will be crash-free and secure. Just keep telling yourself that.

      It has been ten years, they still haven't done it, and they've made their fortune on the backs of dolts like you who keep shelling out too much money for the privilege of being beta testers under the promise that the next OS really will be the one.

    4. Re:Ad campaign by Anonymous Coward · · Score: 0, Insightful

      third party apps can crash the operating system, particularly drivers. That is still bad OS design.

      No. Drivers are not apps, and whether or not they can crash the kernel is a robustness/efficiency tradeoff. That is, it's an engineering decision and has nothing to do with bad OS design. One reason NT has become more stable over time is that the drivers have had time to mature.

    5. Re:Ad campaign by spongman · · Score: 1

      that's supposed to do something? i just compiled and ran it just fine, no crashes or anything. and you point was?

    6. Re:Ad campaign by Anonymous Coward · · Score: 0

      Up until 2002 or so, it would crash any NT system.

    7. Re:Ad campaign by Anonymous Coward · · Score: 0

      Drivers are not apps

      But the Windows Messanger Service is, and that recent buffer overflow in it was able to take down the whole system!

    8. Re:Ad campaign by natmsincome.com · · Score: 5, Interesting

      Have you ever wondered why windows XP "resets" itself for some reason. Most people just shrug it off as fault hardware or "something". I got really annoyed at it one day and looked it up.

      The truth about why you get no blue screens is that by default you'll only see recoverable blue screens (although most of those are now in "Application Crashed - Send, Don't Send") the none recoverable blue screens just reset your computer. Since it's doesn't take to long to boot up most of the time you forget about it. To be honest though I've had about as many as those as I use to have blue screens (I didn't get to many).

      Just though you might like to know why you don't blue screens in XP :-)

    9. Re:Ad campaign by dustmite · · Score: 1

      Microsoft understands the minds of their clients. Most people have a very poor understanding of computers, and think that computers "just crash" (the public doesn't understand that hardware memory protection available since 1985 on the 386 should have more or less put an and to blue screen crashes eighteen years ago).

      So the majority of people actually really think that Microsoft is just wonderful for having "figured out how to make computers stop" blue-screening, those dang geniuses at MS - they don't realise that it was MS's fault in the first place that the computers crashed so much.

    10. Re:Ad campaign by eskayp · · Score: 1

      As feared, the discussion is drifting off into the fringes of flame. It appears that the OS debate often becomes a philosophical, almost religious, determination to push our own 'good' OS over any of the other 'heathen' systems. For the present we prefer Linux, and have been happy enough with Mandrake to stick with it. We honestly, and objectively, cannot say the same for the Win98 we were using before. We are amazed about not having to constantly upgrade antivirus software. We are appreciative of the many SOHO apps that are included as part of a distro selling for about $40 US. For security, stability, and economy we have found Linux to be a better choice than MS or Mac. Microsoft's security track record and their propensity for escalating product lock-ins has turned us away from them as a consumer friendly source. And speaking of source, as in 'open source', Linux code is there for inspection and, if you desire, tweaking. With MS we were locked down and locked out. Seems only hackers and MS have access. No flames were needed for us migrate to something different from Win; just a need for reliable email and web access.

      --
      I didn't desert Windows; Windows deserted me: BSOD
    11. Re:Ad campaign by intelnavi · · Score: 2, Informative

      You may alter the automatic restarts in your settings, which is useful so you can get the full error message. Simply right-click My Computer >> Properties. Go to the Advanced tab and view the Startup and Recovery Settings.

      --
      ---- When one is asked if one is crazy, simply reply: "Ardonark! The obtuse infatuation of Mlorg has infested you. Pre
    12. Re:Ad campaign by Anonymous Coward · · Score: 0

      Oh if you want a haha, I've got an hp pavilion ze5385us(winxp) laptop and apparently the latest radeon igp 345 drivers for it (ati doesn't officially support igp chipsets, you must get drivers from your laptop manufacturer) cause a bsod randomly while playing Midnight Club 2. I've had it crash with a backtrace and memory dump like 10 times in the last two days ;-p

      -- vranash

    13. Re:Ad campaign by Anonymous Coward · · Score: 0

      I've seen a BSOD in win hex-pee.....

  24. Not really BSOD... by Kidbro · · Score: 1

    ...but an empty Amiga screen (the one that appeared when Workbench couldn't load properly in at least 1.3) being aired on a local (Oppna kanalen, Gothenburg, Sweden) TV channel. I guess this was related to the fact that they used to play old Amiga modules (as in the music files - .mod) during downtime...

  25. NT boot screen on hotel video system by booch · · Score: 5, Interesting

    I was staying at a nice brand new hotel, part of a popular chain. [Names omitted to protect the other guilty parties.] The in-room video system box had a noisy fan, so I unplugged it so I could sleep. The next day I plugged it in and saw the NT 4 boot screen on the TV. So I took a closer look at the box. It had an RJ-45 connector plugged into the wall.

    So of course, I plugged my notebook into that wall jack to see what I could find. I got a DHCP address -- nice! So I looked at my default route and telnetted to it. A prompt. Some sort of IOS knock-off. Hmm, what would the password be? It took me about 3 tries -- it was the name of the company that sold the video system, which was written on the remote control. I didn't know enough about routers back then to know what to look for beyond that. I don't know if I might have been able to somehow connect to the Internet, or download their movies, or get into their reservation system. I really didn't want to get into that much trouble anyway. But just the fact that their router password was that obvious blew my mind.

    --
    Software sucks. Open Source sucks less.
    1. Re:NT boot screen on hotel video system by jayhawk88 · · Score: 3, Interesting

      Something like this happened to me just about a month ago at a Fairfield in in Dallas TX. We tried turning on the TV when we first got in, and it wasn't working quite right. Fiddled with it for a bit, then ended up turning the TV off and on again.

      This time it came up OK, but imagine my amusement when I saw an AMI BIOS screen. You could then turn channels and get your regular TV, but were always able to get back to the BIOS screen by channel cycling through. It was some kind of weird Channel 0 or something. That set-top movie rent box must have been some kind of serious hack-job. I had half a mind to look for a serial port or something and see what I could do, but it was my honeymoon after all; figured I'd get in trouble if I broke out the toolkit ;)

    2. Re:NT boot screen on hotel video system by asamaras · · Score: 1

      Hi there, there are a few systems based on NT other based on Linux and other based on pure assembly and deticated H/W.
      You had an expirence with an NT based box that for some reason did not implement any security (even a basic one). This ofcource is not acceptable at all.
      So I disagree with anyone that says "you have to be locked in..." In my opinion it would be OK if you just notify the hotel about the issue so that they would take further actions (implement at least a basic security).
      As about passwords: ppl, everyone knows that an easy to remember pass is a company's or a product's name, so spare me. I know it is wrong but this kind of pass had been used for a quite long time. Not to mention that the techies that do the installations are not computer freaks (at least the ppl I know of ;) so... They trying to make their life easyer (and hackers/crackers or just curious ppl happy :).

      Cheers

      Sakis

    3. Re:NT boot screen on hotel video system by Anonymous Coward · · Score: 0

      Get your priorities straight, seriously! If you had spent a few hours at it you probably could have gotten free spectravision! Talk about missed opportunities...

  26. Heathrow airport... by Zegnar · · Score: 1

    ...almost every time I travel I notice one on some of the screens... doesn't really reassure me when I'm about to get in a flying tin can controlled by the same people.

  27. PowerPoint by Joey+Patterson · · Score: 1

    This isn't a BSOD, but I've watched in fascination as someone muddled with PowerPoint on the local cable access TV channel, trying to update the announcements -- to country music, nonethelessd.

    1. Re:PowerPoint by Anonymous Coward · · Score: 0

      Yeah my school used to run a super long ppt all day it would loop school news and announcements but there were several bsod's & general protection faults & my fav classic the "Illegal Operation"

  28. My most recent BSOD's.... by Sevn · · Score: 1

    One of the pay internet terminals at the airport in the twin cities. The incredibly buggy embedded microsoft OS driven internet TV dealio in the hotel room at the ritz carlton in vegas. But I've been traveling a lot lately. About 6 months ago I had an ATM bluescreen on me while it was halfway through printing my receipt. I did get my card back though.

    --
    For every annoying gentoo user, are three even more annoying anti-gentoo crybabies. Take Yosh from #Gimp for example.
    1. Re:My most recent BSOD's.... by netringer · · Score: 1
      About 6 months ago I had an ATM bluescreen on me while it was halfway through printing my receipt. I did get my card back though.
      You're lucky. I was using a not-my-bank ATM one night when it froze up for a minute or so in the middle of the transaction. It swallowed my ATM card and showed me the "Welcome to the ATM" screen.

      The first thing the following day I called that bank and asked them if they were going to mail me my captured card. "Oh no!. We put those in the shredder!" I had to call my bank and request a new card, which of course, takes weeks to arrive.

      Thus we have the wonderful policy of punishing the end customer for system failures.

      --
      Ever dream you could fly? Get up from the Flight Sim. I Fly
  29. Texaco gas pumps. by FreeLinux · · Score: 2, Funny

    Many of the pumps at Texaco stations have 4 or 5 inch lcd screen that is used for the display for such things as "Pay at the pump". After processing customer's credit information and gas grade selections the pumps displayed a looped video advertising various what not. In the midst of the loop was a BSOD that was displayed for some 30 seconds before the loop continued on.

    The funniest part was that the pump itself was not blue screening. The BSOD was actually part of the looped video clip. The loop was displayed on all of Texaco's pumps with display screens, across the entire US for several months.

    1. Re:Texaco gas pumps. by Artifex · · Score: 1
      The BSOD was actually part of the looped video clip. The loop was displayed on all of Texaco's pumps with display screens, across the entire US for several months.


      Any speculation on how much Apple paid for that "ad"?

      Heh.
      --
      Get off my launchpad!
  30. Lisbon subway system by John+Harrison · · Score: 2, Interesting

    Lisbon built this fancy new subway/bus/train station for the Expo there about 5 years ago. I was there for a month studying, and lived near the station. They had spared no expense, it was really an impressive facility. They had these screens up all over that were really nice at the time. LCD, widscreen, and pretty large. I saw one of them working once and the rest of the time they all showed the BSOD every time I saw them.

  31. Don't tell SCO by DevilM · · Score: 1

    They might sue Microsoft for damaging the reputation of McDonald's computer systems of which SCO is a major part.

    1. Re:Don't tell SCO by Anonymous Coward · · Score: 0

      Actually, SCO isn't THAT major a part of McDonald's POS systems. The dominant current register system runs on MS-DOS. SCO Unix is used only in the back-office.

  32. terrorist! by Anonymous Coward · · Score: 2, Funny

    people like you should be locked up!!!

  33. Or worse... by Thuktun · · Score: 1

    I seem to recall seeing a BSOD on a local public-access cable channels that normally displays informational slides with elevator music for your viewing pleasure.

    Even worse, is is now more frequently back on the Windows desktop showing a Windows Messenger spam, where it stays until someone in control happens to check the system or gets a complaint. Stupid viagra spammers are getting free airtime.

    I suppose it wouldn't be completely ethical to send it one saying "Firewall your f*cking system!"

  34. I had to rip out NAV... by devphil · · Score: 0, Offtopic


    ...because the damn thing kept popping up windows at random times, complaining that it hadn't been able to connect to the internet to get its updates.

    Except that every place I could find a choice, I had told it to /not/ do automatic updating, to let me handle it manually. Because the machine in question was a laptop, rarely connected to anything, and when it is, I typically need /all/ the bandwidth.

    I even walked through the registry by hand. I could not find whatever setting it was using to ignore me and keep trying to go out on the net, resulting in these fucking popups right when I'm trying to demonstrate some code or read a tech document.

    Fuck it, I said, and uninstalled the whole damn thing. I don't care how important a piece of software /thinks/ it is, it does what I fucking tell it to do or it goes.

    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)
    1. Re:I had to rip out NAV... by secolactico · · Score: 1

      I had to uninstall real player (now realone) for that reason. Man, that thing was anoying. Almost virus-like.

      --
      No sig
    2. Re:I had to rip out NAV... by Viper168 · · Score: 1

      You mean, it isn't a virus?

    3. Re:I had to rip out NAV... by FCKGW · · Score: 1

      Try Real Alternative. It installs Media Player Classic and enough codecs to play RealMedia. Nobody should have to use RealPlayer; it even crashes on TV.

      --
      It's an operating system, not a religion.
  35. OT: Re:NT boot screen on hotel video system by robslimo · · Score: 2, Interesting

    Kinda reminds me of my (brief) wardialing days in the mid '80s. Managed to connect my TRS-80 Model III to a computer at a local Humpty Dumpty grocery store.

    The password prompt:
    Humpty 2033
    enter password:

    1st try: humpty -> failed
    2nd try: humpty 2033 ->failed
    3rd try: 2033 ->success!

    A

  36. Brasil: Itau Bank by hummassa · · Score: 1

    my bank's ATMs greet me with a BSOD at least once a month. generally, the w2k machines are at least smart enough to reboot themselves in, say, five to ten minutes; but at least once (with me) it registered a transaction it had /not/ completed physically. bad, bad, bad...

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  37. are you talking about this video? by hitchhacker · · Score: 4, Informative
  38. Vegas baby, vegas by milkman_matt · · Score: 1
    I don't think it's 'funny' exactly, but I remember one night when we checked into our room at the Excalibur, looking out the window for a minute I saw that the giant screen above the MGM Grand was blue screen'd.

    -matt

  39. not quite BSOD but just as good - by bscott · · Score: 1

    At a T-Mobile wireless store in Denver last summer, one of the flatscreens which normally showed their animated demo/whatever was blank, except for the monitor's screensaver bouncing slowly around the display - yes, you guessed it: "NO SIGNAL"...

    --
    Perfectly Normal Industries
  40. some of the ones I've seen by ghamerly · · Score: 2, Informative

    At a "future of technology" display at Epcot Center: the future is blue

    In the San Diego airport: your flight is now... cancelled

    In an interesting correlation, both of these pictures were taken on trips for the ACM World Programming Contest (different years), which made them even more relevant, since it leads me to think about good problem solving techniques.

    1. Re:some of the ones I've seen by Anonymous Coward · · Score: 0
      is that a man or a woman in that san diego airport pic?

      curiously yours,
      timmah

    2. Re:some of the ones I've seen by Anonymous Coward · · Score: 0

      Funny, I was wondering the same thing. Enquiring minds want to know!

    3. Re:some of the ones I've seen by Anonymous Coward · · Score: 0

      It's some kind of freak, I think.

    4. Re:some of the ones I've seen by 1eyedhive · · Score: 1

      Windows BSOD on a thinkpad with Red Hat caps about. WTF?

      --
      Logistical Chaos Officer http://www.slagg.org - LAN Gaming in Sarasota FL,USA
    5. Re:some of the ones I've seen by ghamerly · · Score: 1

      We were trying to make a point with the RedHat caps: that they should run linux to avoid the BSOD. Not totally obvious, but that's what we meant.

      Why did we have 3 RedHat caps? For just such a situation.

      Also, it made a nicer picture because it was a contrast in colors (blue vs. red).

    6. Re:some of the ones I've seen by Anonymous Coward · · Score: 0

      Yes

  41. Not a BSOD But... by Anonymous Coward · · Score: 0

    Our Cable TV Station 15 years ago ( e-gad ) would show guru meditation #'s quite often...

  42. train station / cimena ticket kiosk, but not BSOD by complete+loony · · Score: 1
    1. not a BSOD, but funny anyway. At the main city train station in Adelaide (Australia) a new system of monitors to give info etc was installed, one day I saw all the monitors sitting in the bios boot screen waiting for a keyboard to press F1.

    2. Ordered tickets to the movies over the net, went to the kiosk at the cinema, put my CC card in the machine, BOOM, PC rebooted, looks like it's based on OS/2 though not NT.

    --
    09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
  43. Re:train station / cimena ticket kiosk, but not BS by kb3hag · · Score: 0

    (Was postedin a prevoius article, but it still applys! :) Re:Windows ATMs (Score:5, Interesting) [ Windows ATMs by 2005 ] by @madeus on 2003-09-19 10:56:00 7003951 Yeah we've had them for 6+ years (surprised this is news to others). I've seen them BSOD, ask for a login, and the one round the corner from me had a DHCP expiry/conflit alert on it for 3 months. You'd think SOMEONE would be arsed to fix it! (Still worked though, but it put other people off using it, meaning I didn't have to queue to use it). Lots of them are color and have shockwave flash type intro's. The underground here in London (well, really DLR, the Docklands Light Railway) has ticket machines that run OS/2, apparently in French or German though (definately not English!). They often die at early hours of the morning (~6) until rebooted remotely. end post gotta love them bsods !

  44. FIRST Robotics by jon787 · · Score: 1

    FIRST Robotics uses a VB app for the scoring updates during the competitions. Seeing one with a VB runtime DLL error of some sort wasn't uncommon back when I participated in them.

    --
    X(7): A program for managing terminal windows. See also screen(1).
  45. Amiga crash screen by Nimey · · Score: 1

    I've seen an Amiga crash screen (guru meditation) on my parents' cable TV service.

    --
    Hail Eris, full of mischief...

    E pluribus sanguinem
    1. Re:Amiga crash screen by Anonymous Coward · · Score: 0

      Ours used to show this one constantly. Saturday and Sunday mornings around 3am the guru meditation would appear. I'd forgotten about that one :)

    2. Re:Amiga crash screen by gid · · Score: 1

      heh same, there's probably quite a few video toasters still around and in use by local cable companies

  46. New BART ticket machines by jackmakrl · · Score: 1

    Ok, it wasn't a BSOD, but the other day I was coming home from work and one of the fancy new BART ticket machines had a Windows desktop (with icons for IE, Outlook, Recycle Bin etc.) instead of the ticket issuing application and an error dialog saying something about being unable to start a service.

    1. Re:New BART ticket machines by aarin · · Score: 1

      Wow. Now, 3 days per week as I get off BART at Millbrae in the late afternoon/early evening, I'm going to be wondering just how many people I see are /. readers.

      Considering the low usage of the new stations (and the soon-to-be parking fee cuts), it never occurred to me that there would be other Slashdot folks around. I was all ready to post this exact sighting (new ticket machines and new Add Fare machines), only to find it all ready listed.

      Three times now I've seen this issue at that station. Considering the new station is just 5 months old, and I'm only there 6 times per week for a very short time, it has to be happening much more often than what I've seen.

      I can't be that lucky.

    2. Re:New BART ticket machines by linear_shift · · Score: 0

      D'oh! Why you little... *choking*

      Sorry, had to be said :D

      --

      Nos una. Nos unique. Nos victum.

  47. The Science Museum (future section?) by TinheadNed · · Score: 1

    Upstairs on the "techy" floor. I think it's the future stuff or something. There's quite a few random exhibits. And two BSODs and one POST failure (Press F1 to continue).

    The Imperial War Museum also got a BSOD in the how-dangerous-and-smelly-submarines-are section.

  48. An entire airport by n9hmg · · Score: 1

    A few years ago, a friend arrived to leave from DEN (Denver International Airport, sometimes referred to as "DIA" - they call it "International" because it's in Canada, or so it seems after the drive). On arrival at the concourse, he went to check his flight status, and saw that every monitor, as far as the eye could see, was BSOD. Quite the upgrade advertisement, eh?

  49. Not quite a BSOD by Hektor_Troy · · Score: 2, Funny

    The info system for the Danish rail-system runs windows. One of the screens shows the arrival times, and one day it also noted a print job, that was stalled, because the ink jet printer had run out of paper.

    I saw this around 2 pm, and the warning was from 9 am. The day before ...

    --
    We do not live in the 21st century. We live in the 20 second century.
  50. Hoboken (NJ) ATM Machine(s) by speedy1161 · · Score: 1

    Just this past weekend, my group of engineer friends and I were walking from bar to bar, passed an ATM, and we all laughed our butts off that it was BSOD'd. I have also seen the same thing at the Fleet bank ATM at 6th and Washington in Hoboken also. Must be something about the town...

    1. Re:Hoboken (NJ) ATM Machine(s) by nbvb · · Score: 1

      That's prolly because Hoboken smells like pee.

      Only in Hoboken would yuppies pay $1m to live in abandoned coffee factories ........

  51. I Got r00t on a photo machine by Fnurk · · Score: 2, Interesting

    I saw a passport photo machine here in gothenburg at the railway station which had a display on the outside. It showed a single xterm window with (root logged in) over the familiar grey fishbone pattern that you get when you run X without a window manager. Too bad that it didnt have any keyboard it could have been interesting to kill a few minutes there.

  52. Monitor the monitoring system! by bozone · · Score: 1

    I worked at a very large financial institution in Boston. In the early morning hours, I would walk by the area where the Wizard Kings of the NT server ops group sat. They had a 30" TV bolted to the wall / ceiling that displayed their server monitoring status (openView I believe) for everyone to see at glance. At least 2 times a week it was hanging on a BSOD. After it was pointed out to them, they fixed it by scheduling a nightly reboot.

    --
    "Hatred is the coward's revenge for being intimidated" ...George Bernard Shaw
  53. Microsoft Ate My Debit Card by Mr.+Darl+McBride · · Score: 1
    I had a fucking ATM blue screen while my card was inside it. I got to be without my debit card for two weeks, and I had to wait in line an hour at the bank to reverse the $200 debited from my account, which the machine hadn't dispensed before crashing.

    To this day, I'm afraid to pull out $200. I get $180 or $220.

  54. Re:Slashdot user.... by Jucius+Maximus · · Score: 1
    " ... launch application girlfriend.. BSOD!!!"

    fool.

    >man woman

    >segfault (core dumped)

  55. Ditech bill board by crotherm · · Score: 1


    On the freeway near my house one of those Ditech bill boards that have a giant computer display was showing the BSOD. I was tempted to break into the bill board and install linux or reboot it and run quake on it.. :)

    --
    "Those who make peaceful revolution impossible, make violent revolution inevitable" - JFK
  56. Wells Fargo ATM by __david__ · · Score: 1

    I went to get some money out the ATM machine and it had a BSOD! It made me feel real confident with my banks monetary system. I now use B of A. :-)

    -David

    (Yes, I switched to B of A for unrelated reasons, but it makes the story better).

    1. Re:Wells Fargo ATM by Holi · · Score: 1

      Hmmm, When was this, When I worked for them (I upgraded ATMS back in 97 or 98) ethy were all running OS/2, Big old Diebold boxes, we were giving them nice color screens and such (like the ability to sell stamps). Well at least till the morons who worked for me cut the wrong cable and Poof No ATMS in 3 states.

      --
      Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    2. Re:Wells Fargo ATM by Nynaeve · · Score: 1

      You are aware of the incident where BofA's ATMs nationwide were shutdown due to that SQL worm, aren't you? If I used BofA, I'd be afraid.

  57. times square by knightbg · · Score: 1

    the really huge multi-panel display outside of toys 'r us in times square.

    1. Re:times square by raverbuzzy · · Score: 1

      That's not a display.

      Each window pane has a motorised banner scroller behind it. The banners run verticaly and have a different window sized section of the full image printed on them.

      When they want to change the image, the banner behind every window scrolls up or down one frame, thus changing the whole image.

    2. Re:times square by knightbg · · Score: 1

      you know, as i was writing this, i thought to myself "isn't that thing just a bunch of scrollers?" but i remembered so clearly seeing it BSOD'd that i dismissed the nagging doubt. it must have been some other massive times square vidscreen. ah well. thanks for the correction.

    3. Re:times square by raverbuzzy · · Score: 2, Funny

      It's easy to do. NYC is abundant with BSOD's. :) Time's square, Macy's and all those Taxi Cabs with the screens on top of them.

  58. Madrid metro by Calaf · · Score: 1

    I vacationed in Madrid this summer, and one of the metro lines had LCD screens in the metro cars to show news and advertisements. Imagine my amusement when I walked in the car and saw that all the screens had BSODs. Too funny.

  59. Hotel Video on Demand by cybermancer · · Score: 1

    Recently I was staying in a fairly nice hotel and was contemplating watching one of those video on demand movies in my room. I selected one, and when it should have gone to play it a BSOD appeared for a split second and then the system rebooted. I decided to go to bed instead feeling plenty entertained for the evening. Luckily they didn't charge me for the entertainment.

    I think it was running NT or 2K. For some reason I don't remember. It was a late night after a long day at a conference. The reboot seemed different then normal, so it was customized and not out of the box.

    --
    "Anything is possible with enough programmers, time and pizza." (Substitute caffeine for time as needed.)
    1. Re:Hotel Video on Demand by tommck · · Score: 1
      That's gotta be pretty lame... Spanking it to a BSOD!

      --
      ---- It puts the lotion on its skin or else it gets the hose again. It does this whenever it's told.
  60. Yup, that's common by EvilStein · · Score: 1

    The nice expensive new ticket machines at the Millbrae station do that all the time.

    It really sucks when you're trying to catch a train, too. Stupid Windows NT boxes.
    All the money they spent, and they got stuck with Windows NT. heh.

    When taking BART, also note the "elevator status" screens in the agent's booth. Quite often you'll see an ODBC:Ping Timeout error scroll across instead of the correct information.

  61. Is that Win9x? by cybermancer · · Score: 1

    Looking at the BSOD again I was wondering if that is Win9x or an NT platform. It looks like Win9x to me, but I could be wrong. It would seem a very poor business idea to run a system like that on Win9x. NT is bad enough, but Win9x is worse.

    There was that computerized car a while back that was going to run Windows 98 (or was it ME?). I thought that was a very bad idea too. Unfortunately I don't remember any of the details on that one.

    --
    "Anything is possible with enough programmers, time and pizza." (Substitute caffeine for time as needed.)
    1. Re:Is that Win9x? by bhtooefr · · Score: 1

      That's 9x/ME, yes. Can you tell everything is centered, and the mode is 80x25? (Yes, it's on it's side, but that's not the point) If it were NT, everything would be left-aligned, there would be no inverse text, and the mode would be 80x50.

  62. School by IchBinDasWalross · · Score: 0

    Not a BSOD, but still funny. After the power flickers on and off at my school, we have entire computer labs all simultaneously running scandisk. If you sit at the back, you can see which ones finish first, and which ones finish last. You take the ones that finish last, and check them for software installed by students, and defrag.

    --
    Mod "Overrated" instead of replying "I disagree with you," you coward.
  63. MSP Intl Airport by debugdave · · Score: 1

    On my way through the Minneapolis / Saint Paul International airport I saw the blue screen of death on two different occasions. Hope Windows 2000 isnt installed on any of the planes.

    Dave

    1. Re:MSP Intl Airport by Luigi30 · · Score: 1

      The system has become unstable. Please reboot your engines.

      --
      503 Sig Unavailable

      The Signature could not be accessed. Please try again later or contact the administrator
  64. An ATM by Rich+Dougherty · · Score: 1

    Needless to say, I didn't try to insert my card. :-)

  65. Supermarket check out by Anonymous Coward · · Score: 0

    I saw a BSOD on one of those do-it-yourself checkout machines at a local supermarket. Because they need to have someone monitoring each group of checkout stations in order to prevent shoplifting, they noticed it pretty quickly.

  66. At an airport!!!! by rquesada · · Score: 1

    Once upon a time, a friend ask me to pick her at the airport, here in Costa Rica there is one large Airport in Alajuela (Near the capitol, San Jose), and there, all the TVs that show the arrivals and departures has a BSOD on them...

    The plane take about a half an hour to arrive, and the BSOD was there before I came, and after I leave... :S

  67. Your .sig by Anonymous Coward · · Score: 0

    "Life is wasted on the Living" is something Rimmer said on Red Dwarf, not something out of the late, great Douglas Adams.

    Would be fitting now, though...

    1. Re:Your .sig by princewally · · Score: 1

      Zaphod's grandfather said it to Zaphod during the seance on the Heart of Gold.

      DNA may not have been first, but he did say it.

      --

      -
      "Vengeance is fine," sayeth the Lord.
    2. Re:Your .sig by hitchhacker · · Score: 1

      I havn't heard your reference. I'm refering
      to Beeblebrox's deceased great grandfather
      as he helps the guys from the trailing Vogons.
      That is exactly what he says when he is
      disapointed with what Beeblebrox has accomplished
      with his life.
      (This is after Beeblebrox crash lands on the
      primitive earth).

      something like "We have a saying up here ya know,
      Life is wasted on the living"

      Who used it first? I don't know. It was in
      the original radio BBC radio broadcast of HGTTG.

      It is indeed fitting. That's why I use it.

      -metric

  68. Well, at Defcon 5.. by tananda · · Score: 1

    Someone took a picture of one of the hotels, I believe it was the MGM Grand, and it had bluescreened on it's big marquee. Also, I've seen them at the onscreen arrival/departure screens in DFW Airport on numerous occasions.

    --
    I used to think Peter Shipley was cool. Then I aged past 16.
  69. Big Screen on the Vagas Strip by KhanAFur · · Score: 2, Funny

    One of my friends and I got talking about this the other day. The best one we came up with was one of his teachers was driving down the Vagas strip and one of the large billbords BSOD'd. He almost got in an accident he was laughing so hard.

    Another story, though not a true BSOD. Our cable tv guide station here at Michigan Tech desplayed and error and asked to be rebooted for about a week before anything was done about it. So no one knew what was on and had to look at windows errors for a week.

    1. Re:Big Screen on the Vagas Strip by pjwhite · · Score: 2, Funny

      Our cable company's information channel runs Windows 2000 and they have it set up to reboot automatically every night at midnight. This event is broadcast live for all the reboot enthusiasts.

  70. Not a BSOD, but close enough... by CmdrTHAC0 · · Score: 1

    The "Push buttons to select the car battery for you" terminal in the local Wal-Mart once spent a few days displaying a Win98-esque dialog box reporting some error. Being an embedded app, there was no mouse, and none of the keys were Enter, so it was effectively wedged. My dad and I found it highly amusing.

    --
    __CmdrTHAC0__
    In Soviet Russia, Spanish Inquisition doesn't expect YOU!!
  71. Cable Guide Channel by Captain+Rotundo · · Score: 1

    My cable company's guide channel used to crash a LOT with the Amiga guru meditation message (I never had an Amiga myself and so my biggest expossure to the machine was its error message, long after they had fallen out of comercial favour)

    since then they've been bought by cablevision (years back now) and I've switched to satellite :)

  72. Mod parent up by Anonymous Coward · · Score: 0

    You, sir, truly deserve a +1 Funny or three.

  73. Windows doesn't crash that much actually... by dotgod · · Score: 2, Funny
    I run Windows ME, and everyt

    GENERAL PROTECTION FAULT

  74. Oh my god! by DrMorris · · Score: 1

    I really got frightened when I last time went to a bank terminal and I saw a Windows error message. I couldn't figure out how to reset the thing, no matter how hard I tried... It was really scary. I couldn't get a single cent and had to wait a lot of time until I got some money to "drink up". :-)

  75. The Airport . . . People got alarmed . . . by millisa · · Score: 1

    I was at the AUS airport waiting one night, and apparently the luggage carosel and incoming flight time monitors they have down in baggage claim were on win2k boxes that were blue screening.

    I remember looking up at them and pointing out to my friend, "Look, that one just crashed" and then watching many very alarmed looking people who were waiting for passengers try to figure out which flight I was pointing at . . .

  76. Depends on what you call "blue"... by jargoone · · Score: 0

    Is a Linux bootup screen considered blue? Maybe a dark shade.

    Anyway, I was at a bar, and saw one of those bar-top-touch-screen game things lock up and reboot. It was Linux. I didn't get to see much, the messages scrolled by really quickly before the display program kicked in.

    1. Re:Depends on what you call "blue"... by bhtooefr · · Score: 1

      With Linux, it can be ANYTHING. Mine's black, but SuSE defaults to light blue with a SuSE custom image surrounding it.

  77. Planes, tranes, and BSODs by ajft · · Score: 1

    One month's holiday, four airports, about a dozen train stations...

    Verona train station: BSOD on a ticket info machine.
    http://ajft.org/photos/2003_09_15/203-03 14_img

    Heathrow airport: stuck at the BIOS and "Press F1 to continue" on a PC in customs and imigration - no photo, cameras forbidden!

    Heathrow airport: Windows pop-up on *every* screen above the imigration counters, "Free something!!!"

    Softdrink vending machine, london: "Error writing COM1: "

  78. Tic-Tac-Toe Playing Chicken by bmabray · · Score: 1

    When my wife and I went to Vegas, one of the casinos had a chicken you could play tic-tac-toe against. Basically, the chicken had been trained to peck whatever spot on the wall of its cage was lit up, so you were really playing the computer. Anyway, if you beat the chicken, you won like $50,000.

    When I played, the game blew up on a runtime error. The chicken's assistant had to restart the game from Windows. It wasn't a BSOD, but it made me feel better after losing to a chicken. :-)

    --
    human://billy.j.mabray/
    "Every good system has a backup." -- Dale Hanchey
  79. in a hospital once by naph · · Score: 1

    went to visit my gran there and while strolling down the corridor every tv screen i passed was no longer displaying useful hospital information, but had a lovely BSOD to help everyone who walked by.

    heh!

    --
    "if i'd known it was harmless, i'd have killed it myself"
  80. Linux by menscher · · Score: 1
    Only managed to get a pic of one once, because usually Linux just hangs. At least Windoze has the courtesy to tell you when the power switch is your only option.

    [Someone who's frustrated with Linux boxes hanging all the time.]

    1. Re:Linux by 0x0d0a · · Score: 1

      You've had Linux *hang*?

      You sure it isn't just XFree86 hanging?

    2. Re:Linux by menscher · · Score: 1
      You've had Linux *hang*?

      You sure it isn't just XFree86 hanging?

      If you can't ssh in (or sometimes even ping the machine) then it's hard to blame XFree86. No keyboard response either, of course.

      Of course, it's hard to rule out hardware problems, though I've seen it on enough different machines (all with high-quality hardware) that I highly doubt hardware is the culprit.

      Most hangs seem to occur when doing memory-intensive operations (and therefore swapping). I've also managed to cause hangs by running 5 or more simultaneous copies of Bonnie++ (a disk benchmarker). It would hang after a couple hours.

    3. Re:Linux by 0x0d0a · · Score: 1

      Unless you're using some awfully rare hardware that few people have hammered on or running development kernels, I'd tend to look at my hardware first.

      I managed to hang a stable Linux as a result of playing with the MBONE a couple of years ago -- not that common of a usage situation. Other than that, the only hanging problems I've ever had were from hardware (it took me a while to realize that Windows hard-froze with the same used video card that Linux did).

    4. Re:Linux by menscher · · Score: 1
      Using Intel motherboard, Intel CPU, Intel case. Fairly default install of RedHat9. When you see hangs on 2-3 different machines, it's hard to blame hardware.

      And yes, I know that hardware *can* cause problems. I even found bad ram on one of the boxes. I'm just saying it's silly to claim that Linux is totally stable. It's just not true.

      Current plans are to try using the Magic SysRq keys to get more information next time a hang occurs, but thankfully it's been a while. (The last hang, which happened last week, occurred when I was unavailable, so the machine was rebooted before I could check it out.)

    5. Re:Linux by 42forty-two42 · · Score: 1

      Try using a serial console - you'll probably be able to get a backtrace if/when it OOPSes, or at lease a panic.

  81. Linux "BSOD" on American flight by zeno_ · · Score: 1

    Sure I could add the "I've seen the BSOD on airport flight notice boards", but instead I thought I'd share my favorite linux crash story.

    I was on an American Airlines flight from Boston to London a couple of years ago. The plane was an Airbus 330 and each seat (even in cattle class) was equipped with a personal entertainment system with dozens of films, TV channels, games, etc. Given that you could choose to watch any movie/tv channel you wanted and pause, ffw, and so on, I became suspicious that the thing seemed a lot like a TiVO. Sure enough, my entertainment system became unresponsive and, after a minute or two, rebooted itself. There, on the 5" LCD in the seatback in front of me, was our favorite Penguin! Unfortunately, it rebooted too quickly for me to catch any of the specs. :-(

    Sadly, the Boston to London route now uses Boeing 777s and it's back to the film loops. So much for progress...

  82. BSOD in kiosks, movie theatres by Anonymous Coward · · Score: 0

    Surfing the net at a kiosk or a movie theatre sometimes I have seen them at libraries for book lookup.

  83. Groceries Chain POS system by hool5400 · · Score: 1

    I was checking out one day after doing a little shopping and the POS unit crashed. It was a pretty touchy-feely system with each item scanned bringing up a picture of the item.

    Then zzpt - win 2k blue screen. Had to wait for the tech to come and reboot the system before i could pay.

    This was one of the biggest grocery chains in Australia. Cheers Bill.

    --

    Remember, it takes 42 muscles to frown and only 4 to pull the trigger of a sniper rifle.
  84. blingbling by Frambooz · · Score: 1

    I went to an ATM from the Rabobank, a Dutch bank, and on the display I saw WinNT4.0 had crashed. Not a safe thought.

    --
    No encryption can withstand the power of the Lucky Guess.
  85. not an BSOD but a "no virtual memory" error by Anonymous Coward · · Score: 0
  86. Las Vegas by ClioCJS · · Score: 2, Funny
    If you go to the Little Ceasar's hotel/casino in Las Vegas (Was there on my honeymoon), there are some rides there.

    One of them is one of those "Virtual rollercoasters" where they put everyone in a hydraulic-powered set of theatre-seats, in front of a huge IMAX-like screen.

    The coaster was neat, but it was running WINDOWS 3.1. It crashed. Biggest BSOD I've ever seen. Filled nearly my whole field of vision. Had to wait for it to reboot. Started over.

    Basically we went on the ride twice because of that. Now, I DON'T "DO" ROLLERCOASTERS, and me & the wife wer both sick afterwards. We laid down on the floor of the promenade. Eventually some statues came to life and started battling and we woke up in the front row. It was neat.

    I like stories.

    --
    -Clio
    Karma: Bad (mostly from not giving a fuck)
    Blog: http://clintjcl.wordpress.com
    1. Re:Las Vegas by HeavensTrash · · Score: 1

      Little Caesar's eh? Is that a pizza parlour themed casino?

  87. Ha ha on MonopolSoft by Anonymous Coward · · Score: 0


    What more of a reason do you thick-headed microserfs need to switch to Mac and/or Linux??????

  88. not quite a BSOD. by kasper37 · · Score: 1

    but still rendered the kiosk unusable:

    Pic 1
    Pic 2

    This is a "big blue bus" kiosk in Santa Monica, CA.

  89. Toronto Pearson Int'l Airport by JediTrainer · · Score: 1

    At the airport a few months ago (Terminal 2), while waiting to pick up my fiancee's family from a trip, I noticed that the 'Arrivals' ticker was obscured by a giant 'Dr Watson' popup dialog.

    While not quite a BSOD, it was up there for over 30 minutes while I watched, annoyed, that I couldn't see whether their flight arrived or not (saw the flight number, but couldn't see its status).

    Sadly I didn't bring a camera.

    --

    You can accomplish anything you set your mind to. The impossible just takes a little longer.
    1. Re:Toronto Pearson Int'l Airport by Anonymous Coward · · Score: 0

      A few months ago in Pearson Terminal 3 I saw a BSOD on one of the flat panel displays above a KLM airlines booth.

  90. Website by Aliencow · · Score: 1

    Anybody knows of a website with public BSODs ?

    If not, I'm gonna start one tonight !

  91. PATH train and Las Vegas/McCarren International by mudward · · Score: 1

    The 14th St. PATH station has had a blue screen since at least 1996...at least it's stable. Other BSODs encountered were... Las Vegas (McCarran International) had these gate screens which are supposed to tell you which flights depart from which gates. All BSOD'd.

  92. Jersey Name! by Anonymous Coward · · Score: 0

    At my fraternity, we all have jerseys with our letters on them and a name printed on the back. The name is usually something funny relating to your personality or something stupid you've done.

    We named one guy BSOD because of the unreliability of his machine.

    Yeah, we're geeks. Oh well. :P

  93. Broadcast BSODs by TaleSpinner · · Score: 1


    Our local channels use windows systems to display
    their content, which is usually framed by text
    announcements/ads/etc. A couple years ago it was
    not uncommon for the system to BSOD and leave it
    on the channel right through the weekend. This is
    in NH.

  94. Heathrow and the Oslo Underground by Ashtead · · Score: 1
    Like many others, I have also seen BSODs on the departures screens at Heathrow.

    Then about 2 weeks ago, I and all my fellow travellers were treated with a little tidbit of information, namely that the address of the screens above the platform at one of Oslo's underground stations was 34H on one side and 36H on the other, and that both monitors appeared to have been properly aligned, if the test-pattern and circular target-like patterns were to be believed.

    Which is all nice and well, but I was really hoping for it to tell me which trains would be approaching....

    --
    SIGBUS @ NO-07.308
  95. Local access channel by confused+one · · Score: 1

    My towns cable access channel BSOD's every weekend. Not once. Not twice. EVERY weekend.

  96. And which BSOD is it? by UserGoogol · · Score: 1
    [ System is Waiting ]

    The system is busy waiting for the Close Program dialog box to be displayed. You can wait and see if it appears, your you can restart your computer.

    * Press any key to return to Windows and exist.
    * Press CTRL+ALT+DEL again to restart your computer. You will lose unsaved information in all programs that are running.

    Press any key to continue


    Not the worst of the BSODs, but bad enough for these sorts of purposes. I am curious, however, why Windows was waiting for the close program dialog box in the first place.
    --
    "Never attribute to malice that which can be adequately explained by stupidity." -- Hanlon's Razor
    1. Re:And which BSOD is it? by bhtooefr · · Score: 1

      Must have crashed already, but was just going the rest of the way downhill!

  97. The Star Trek Experience by Skevin · · Score: 1

    Over at the Las Vegas Hilton, on the Star Trek Experience, there was an interactive touchscreen display with a sign proclaiming, "The Future is Here."
    It's a BSOD.

    Looks like the future is doomed.

    Solomon K. Chang
    "I am Drunk of Borg. Resistance is Floor Tile."

    --
    "Twice half-assed makes an ass whole." --Solomon K. Chang
  98. Famous Players by Jorkapp · · Score: 1

    All Famous Player FastLane ticket booths use Windows 95. I saw one crashed to the desktop. It didn't have IE or much else installed, but I could still use the desktop.

    --
    Frink: Nice try floyd, but you were designed for scrubbing, and scrubbing is what you shall do.
  99. Target by jobugeek · · Score: 1

    Target's baby shower kiosk runs NT and when the app crashed I had control of the desktop. Of course it was logged in as administrator. So I changed the password and desktop backround to one of the uglier default backrounds and locked the desktop.

    --
    I'm not drunk, I just have a speech impediment. And a stomach virus. And an inner ear infection.
    1. Re:Target by Anonymous Coward · · Score: 0

      Funny. You need to know the previous password to change it. I call bullshit.

    2. Re:Target by Anonymous Coward · · Score: 0

      Not if it's already logged in as admin, dipshit.

  100. Bank by minaguib · · Score: 1
    Not a BSOD, but one of the ATM machines in a Royal Bank branch in Montreal had crashed, and lo and behold it was sitting at a black screen with a white C:\> prompt (or A:\> - I don't remember).

    I was too curious to just let it be - I punched a couple of keys on the keypad and it wrote the digits I typed, but after 1-2 seconds I guess some watchdog kicked in and the thing blanked and flashed then showed an out-of-service notice.

  101. Not just Windows by PizzaFace · · Score: 1

    We Team OS/2 fanatics used to brag about how much more reliable OS/2 was than DOS or Windows. In fact, we bragged, OS/2 was so reliable that most banks ran their ATMs on it.

    Then one day, while I was traveling, I tried to get some cash from an ATM, and it crashed, swallowing my ATM card. So there I was, far from home, with no cash and no ATM card, and the OS/2 crash screen added insult to injury.

    Then I realized that banks probably used OS/2 in their ATMs because that's what they were offered to connect the ATMs to their IBM mainframes. It was around that time that I switched to Windows 95.

    Windows doesn't crash less, but at least its crashes are not unexpected.

  102. Airports are a special kind of hell. by BigBlockMopar · · Score: 5, Interesting

    The ones at Minneapolis International run Windows 95! Windows 95!!!! They're constantly crashing. I wonder which H-1B suggested that one.

    Actually, many of them do, for a variety of reasons.

    I used to work installing and managing a FIDS (Flight Information Display System) at Toronto's Pearson International Airport. Several pictures of the FIDS systems I used to manage are in those BSoD picture pages that a couple of other posters have mentioned.

    The company that wrote the FIDS had precisely one programmer. He was excellent, but the company was crap, constantly over-extending him and making ridiculous promises to airports and their stuff.

    Working with FIDS systems requires a lot of reverse-engineering. Airports don't like to change their technology; they're even more conservative than banks. (Consider the potential real-world implications: two planes colliding in mid-air over a city.)

    Consequently, things are old, and usually the people who wrote them didn't document very well, or the documentation can't be found, or the systems are completely proprietary. Then there's the almost weekly cycle of airport amalgamations, airline mergers, fuelling contractor changes, etc. The IT department has to run around patching existing stuff together to try to keep up.

    There was one VAX system in the GTAA (Toronto airport administration) headquarters building which, according to legend, hadn't been touched in 6 years because no one knew if it would come back up on its own after a reboot.

    You can imagine in this environment that people are loathe to give you a space on a hub to sniff records off an airside server. Cut off one pin and serial is a one-way street; it's pretty hard for an outside contractor's computer systems to screw things up.

    The displays around the terminals tended to be ANSI color dumb terminals all driven off serial data. Very reliable, but very hard to upgrade. Data feeds for new FIDS systems typically have to come from several sources, all of different data formats, and be merged.

    At Pearson, we had three data streams for three terminals. Two of them came from one source, down a serial line, simultaneously but with completely different data formats. A third was yet another completely different format, provided by an airline which would change the format of the data at a whim.

    Our software to read this stuff had to be reading directly off the serial port with direct hardware access (needed to be able to make the weird handshaking requirements on some systems). The programmer who wrote it did so before Windows NT, and certainly before Linux hit it big, and didn't have time to port it.

    The other big issue, of course, is the computers themselves. Arrivals, departures and gate monitors frequently receive the same data streams and therefore have to be independenly configured on what to display and what to ignore. Not to mention the internal stuff for fuelling and maintenance companies, baggage throwers, food services, cargo flights, etc. Almost all of these displays are driven by PCs which are usually stuffed into horrible places - ceilings, under desks, janitor closets. Half the runaround of maintaining these things is actually getting four security escorts (even if you have all the security clearances in the world!) to let you into some room somewhere where you THINK there might be a computer where you THINK the power supply fan might be failing because you keep on having vmm.vxd crashes.

    You'll note that a vmm.vxd BSoD is usually caused by a hardware failure. In my not inconsequential experience with public display computers, usually caused by overheating because some idiot decided to store his large collection of empty Tim Horton's coffee cups in the little space behind the mysterious computer under his desk. Or because of the massive dustbunnies which accumulate in a suspended ceiling 25 feet above the International Departures concourse.

    If you had the opportunity to do the whole thing over from scratch, of course, you'

    --
    Fire and Meat. Yummy.
    1. Re:Airports are a special kind of hell. by RogerWilco · · Score: 1

      > Diskless would be nice, of course, but can you imagine the catastrophe > if your NFS/BOOTP/whatever server went down?

      Just use some CompactFlash as disk, 32 Mb or larger will do fine for an embedded linux system (SDL graphics, tinyhttp server if need be).
      I have used the SSV systems for this kind of thing.
      http://www.ssv-embedded.de/

      --
      RogerWilco the Adventurous Janitor
    2. Re:Airports are a special kind of hell. by ModernGeek · · Score: 1

      Just use some CompactFlash as disk, 32 Mb or larger will do fine for an embedded linux system (SDL graphics, tinyhttp server if need be). I have used the SSV systems for this kind of thing.
      CompactFlash only has so many times it can write/rewrite, and these have to stay in place for years at a time, probably wouldn't be a good idea. Now, the OS embedded into the Bios does sound like a good idea.

      --
      Sig: I stole this sig.
    3. Re:Airports are a special kind of hell. by BigBlockMopar · · Score: 1

      Just use some CompactFlash as disk, 32 Mb or larger will do fine for an embedded linux system (SDL graphics, tinyhttp server if need be). I have used the SSV systems for this kind of thing.

      Yeah... But the trend now is to stream video (hotel, airline, restaurant commercials) over the FIDS. Need to be able to store that and change it frequently.

      --
      Fire and Meat. Yummy.
    4. Re:Airports are a special kind of hell. by RogerWilco · · Score: 1

      I am by no means an expert in your field, so this might sound stupid, but if you need to store and change it frequently you could do this in RAM maybe. Memory cheap enough for it to be able to store a 2 hr divx in a 1Gb ram or something like that. If you need to update it frequently I suppose you have some kind of connection where you could download from in case of a power outage. You might need something smart like being able to broadcast the content to all systems simultaniously after a power outage.

      I'm just trying to come up with a solid state solution to your problem.

      --
      RogerWilco the Adventurous Janitor
    5. Re:Airports are a special kind of hell. by RogerWilco · · Score: 1

      The OS does not need to be updated very often, only the data, so you need to keep that in RAM. This has some drawbacks in case of a power outage, but with current tech I think it's not a big problem, if you need a good connection to some central system anyway, for ads, streamin g video, and whatever else.

      --
      RogerWilco the Adventurous Janitor
    6. Re:Airports are a special kind of hell. by BigBlockMopar · · Score: 1

      I am by no means an expert in your field, so this might sound stupid, but if you need to store and change it frequently you could do this in RAM maybe. Memory cheap enough for it to be able to store a 2 hr divx in a 1Gb ram or something like that. If you need to update it frequently I suppose you have some kind of connection where you could download from in case of a power outage. You might need something smart like being able to broadcast the content to all systems simultaniously after a power outage.

      Yeah, software drivers for a RAM disk so that applications could access it as if it were in a hardware storage device; use multicasting to get it there. Boot machine from a smaller solid state disk. Last time I really thought about this problem was before RAM was practical in such quantities. :)

      I'm just trying to come up with a solid state solution to your problem.

      Best idea I've heard yet!

      --
      Fire and Meat. Yummy.
    7. Re:Airports are a special kind of hell. by Havokmon · · Score: 1
      If you had the opportunity to do the whole thing over from scratch, of course, you'd use Linux boxes at all the displays (reliability, remote configurability by easy scripting, license costs of Windows adds up fast)

      I'd chalk it up to a lack of knowledge. IMHO, OS/2 was available, and should have been used in those situations. Like ATM's.

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  103. BSOD at One WTC, NYCNY by Ray+Radlein · · Score: 1

    Teresa Nielsen Hayden, over at Naking Light , reminisces about multiple BSOD's at the subway station under the World Trade Center:

    "The first time I felt like normal life was starting to come back again was when they got the N and R running on their old route, but it's meant we've been commuting through (past? under?) a mass gravesite twice a day. (That was another marker: The first time I didn't smell that burnt-plastic reek as soon as the doors opened at Canal Street.)

    "At first and for a long time thereafter, the station was full of heavy upright timber supports, spaced closely together, connected to each other by 4x4 cross-ties and heavy hardware fastenings. They looked like the bottom half of a singularly unfortunate grove. On the platforms on both sides of the station, big hand-lettered signs said DON'T STOP HERE, to keep subway conductors who'd driven that route for decades from automatically making the stop.

    "After they'd gotten the roof shored up level again--that downward bulge was profoundly disturbing--the spookiest thing was the farecard machines. They stayed on the whole time. As the months went by, their internal computers crashed, one by one, changing their previous displays to the blue screen of [word left out]. A few times when I passed through the overhead lights were dimmed, and the station was lit by the bluish glow of those screens."


  104. Library of Congress, Washington DC by An+dochasac · · Score: 1

    Beneath the marble columns and stacks of books, manuscripts, the Gutenburg Bible, the Jefferson Collection, there is a group of Microsoft Window P.C. Kiosks with a sign above it indicating "Information." When we arrived, _all_ of the P.C.s were showing that sky blue screen with white text indicating a fatal exception of some sort.
    Priceless! I even have a short video of this and I've written to my Senator with my concern that too much government information was being stored in an undocumented proprietary format.

  105. Close, but no BSOD by simplypeachy · · Score: 1
    I had the fortune to see this Win2k startup screen (1280x1024 ~600K) while at Gatwick Airport (UK) in August 2001.

    It had seemedly hung too, so I didn't get to see the other software drag itself up, no fair!

  106. Re:BSODs and story by LittleGuy · · Score: 1

    I've seen a BSOD on the local access cable channel.

    Our Local Access Channel had a Win95 BSoD left up over the weekend, as if no one would/could come in and just reboot the damn thing.

    Story: my Uncle was an TV/Radio Electrical Technician in Upstate NY during the 50's and 60's, highly skilled and sought after for troubleshooting. According to my mom, he was watching a station where he worked, and he noticed something miniscule in the reception. He called up the on-site technician, asked about Obscure Part Whosis-Dash-Whatever That Needed a Full Diagnosis To Test and said that it was starting to fail and needed to be replaced.

    Picture cleared up after said part was replaced.

    --
    Mod Karma -1: I sed bad wurds. If I cep my mouf shut, I wud be at riyses.
  107. Why go out? by chunkwhite86 · · Score: 1

    Why go out to find BSOD's when you can already enjoy them from the comfort of your home? ;-)

    --
    I'd rather be a conservative nutjob than a liberal with no nuts and no job.
  108. The Excalibur displays in Las Vegas... by DJ+Wipeout · · Score: 1

    ...at the corner of Las Vegas Blvd and Tropicana.

    after dark on a friday night during Networld+Interop one year, and the two giant LCDs screens show nothing but the infamous moving hand and "Press Ctrl-Alt-Del to login".

    1. Re:The Excalibur displays in Las Vegas... by dougnaka · · Score: 1

      I saw it also! Laughed my arse off

      --
      My Linux Command of the Day site : LCOD
  109. Airport Terminal by n2rjt · · Score: 1

    I saw a BSOD on the arriving terminals display at an airport terminal once last year.

  110. Large LED signs by RobertB-DC · · Score: 1

    Another guy saw the BSOD, and then subsequent rebooting and attempts to fix the system being displayed on a "jumbotron" type display on the Las Vegas Strip

    Not quite the scale of a Jumbotron, but there's an outfit in Dallas' (wannabe) "Little Asia" area that has a large LED display, visible from I-35E, that frequently seems a bit messed up. Finally, one day, I found out why. The top right corner of a Windows 95-style error message was displayed... just the top of the exclamation point triangle, plus enough of the other graphic elements to make its origin pretty certain.

    I think the outfit is called "EasyComm", but that name doesn't show up at that location at Superpages.com. They sell phones and security systems. Yeah, I'm *sure* to buy a security system from someone who 1) isn't listed in the phone book and 2) can't configure their own hardware.

    --
    Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
  111. ATM's!!! There not supposed to crash! by antimith · · Score: 1

    I was working on an ATM at a local Casino and The one next to the one I was fixing it(replacing the modem... I don't work on atms in general) BSOD'd. I punched a key, and it just went to an NT4 desktop, kinda funny on the little like 3.5 inch screen.

    Then the guy who had to stand there and watch as I worked on the ATM (you know, working around 40 grand and stuff like that) just opened it up, pulled out the keyboard that was just sitting in it's lower cabinet, and selected the atm software from the start menu... sorta scary when I realize what the money stuff's being run on haha.

    --
    "Oh... There it goes... my brain stopped" - Ed from Ed, Edd, and Eddy.
  112. Times Square! by Anonymous Coward · · Score: 0

    Times square! The display on the Morgan Stanley Bldg on 47th st once had a pop up dialog box that said the machine was out of memory and the process had crashed. The whole side of the building had a huge MS windows crash displayed on it.

  113. At SANS NS 2003... by jermz · · Score: 1

    There were classes all over the hotel. In the conference room areas, they had 15" TFT screens with daily events listen on them attached to pillars. One of these was BSOD'd for the entire WEEK. I saw lots of geeks walk past and chuckle at that one. I know I did.

    There was another BSOD'd information screen in the New Orleans airport on our way home. Not quite as entertaining though.

    --
    Hi-Technical Excellent Taste and Flavor!
  114. Major North Western Bank Co. in Oregon by 3_Koi · · Score: 1

    The entire branch was up and down for hours. I could not get access to my account. Each tellers Win2K workstation was down, including the servers I've since moved my money to a different bank.

  115. MGM Grand by leinerj · · Score: 1

    Best BSOD was the one I saw in Las Vegas that was one of the HUGE MGM Grand bilboards that had a blue screen on it.

  116. Sweet thing. by Neop2Lemus · · Score: 0
    heres' the screensaver

    Install it on your computer at work if you have the permissions

    --
    Needle Nardle Noo
  117. Live broadcast and XP popups for uhm.. enlargement by Anonymous Coward · · Score: 0

    We use Windows Media Player 9 and a special 1 meg upload cablemodem to put remote events on our cable TV system. On the first day we had this system up and running, we were all monitoring it very closely from a room next to the headend. It was going great until that wonderful Windows messenger popup ad regarding Penis Enlargement took WMP out of full screen mode. It took me about a minute to get into the headend and go fullscreen again.

  118. Reno by Anonymous Coward · · Score: 0

    Several years ago I saw several BSOD's on slot machines in a Reno hotel/casino.

  119. Las Vegas by mikeleemm · · Score: 1

    Nothing better than those HUGE Jumbotrons or plasma screens with the BSOD. THe best one was on the HUGE jumbo tron on Paris, also saw it on plasma screens above slot machines in Luxor..

  120. How about while installing win98 by Anonymous Coward · · Score: 0

    How about while installing win98 and a blue screen happens on the page where it trys to show how reliable the os is.

  121. A Citibank ATM by egatenby · · Score: 1

    I was hoping it would start spitting out 100 dollar bills....

  122. NT4 BSOD At Bristol Airport, UK by Tetch · · Score: 1
    Sometime in 1999, as I arrived at Bristol Airport in the UK with a colleague to board a plane to visit a customer, we glanced at the Departures status screens hanging from the ceiling in the departures lounge and saw that a standard NT4 BSOD was displaying on all screens.

    Can't remember what the actual error was.

    --
    If you don't pray in my school, I won't think in your church.
  123. Public MS Windows crash... by bomb_number_20 · · Score: 1

    At O'Hare airport, I was waiting for a friends flight to arrive. Standing outside the secured area, I noticed that there were two metallic columns on either side of the exit where arriving passengers exited the gateways.

    There was a lot of cross-traffic and, every time someone would walk close enough to the metallic columns, it would speak in a loud voice 'This is a secured area- please step away'. It seemed as though it was set a little too sensitive because it was more or less repeating itself constantly- despite the fact that no one was actually heading directly towards or even that close to the 'secured area'.

    Suddenly, It said 'This is a sec-sec-sec-sec-sec-sec' and caught itself in a loop. This loop continued for probably 5 minutes and, finally, there was silence. After a couple minutes of complete silence, I suddenly heard, larger than life, the Windows startup sound emanating from the columns.

    --
    That's ok, Jesus likes me anyway.
  124. Airport by penguinboy · · Score: 3, Funny

    Caught this one in Heathrow on my way back from Paris last April.

  125. Not a BSOD but ... by thempstead · · Score: 1
    ... I have been commuting through Reading station in the UK several times and have seen one or more of the arrival/departure displays running scandisk as the system reboots following a crash

    ... I've also been on a Virgin Atlantic 747 where theres been a problem with the onboard entertainment system and my seatback terminal as rebooted giving a pile of Linux kernel messages and displaying the framebuffer Tux image!

    t

  126. Wal-mart! by Dyrandia · · Score: 1

    I'm not sure if they still use windows or not (I've moved abroad and haven't been back lately), but the wal-mart I used to shop at used windows for the displays in their music/electronics section. They were attempting to let you scan the barcode of an album or dvd and then showing advertising clips for it. It never worked. It was always on the BSOD. There's no sign of these screens at Asda, Wal-mart's subsidiary in the UK.

  127. During DEFCON 9! by Bob+Cat+-+NYMPHS · · Score: 1

    A *giant* screen above a casino near New York New York. Thousands of square feet of BSOD. I did not have a camera. :(

  128. American Airlines by Bob+the+Hamster · · Score: 1

    Now, this was not a blue screen of death-- it was some other OS that I couldn't immediately identify (probably a special designed embedded system) But anyway, I was on an American airlines flight from New York to London Heathrow. In the back of every seat they have these little touch-screens. This is where they show the in-flight entertainment, and they alos have this cool little real-time map showing the plane's position and heading. The in-flight entertainement was all over, and we were passing over Ireland. The map of the plane over the atlantic ocean hadn't been very interesting, but now we were passing over land, and as it was too dark to see anything out the windows, many people were watching our progress on the little computerized map, myself included. As we would pass near cities it would show them as red dots on the map, and every so often it would update and show a new set of city names at a different zoom level. Suddenly the screen glytched. The bottom half went dark, and the top half was filled with small distorted images of the map we had just seen, and there was a gigantic blocky spread-pixeled text error message wrapped a few times around the screen. I recognized it immediately! The flight map was being drawn to the screen in non-standard planar mode-X VGA, and an error message had forced the screen back into standard VGA screen 13 -- I knew this only because I have spent years programming mode-X VGA DOS games, and I know a spread-pixeled error message when I see one ;) The screen remained frozen that way for a minute or two, then the system reobooted, and when through a short startup sequence that I do not remember very well (this was over a year ago). What I do remember is that it was not Window, nor Mac, nor Linux, nor DOS. It did identify itself, and gave a version number, but I failed to write it down and forgot it :P And a few minutes later the in-flight map resumed as if nothing had happened.

  129. BSOD by Anonymous Coward · · Score: 0

    Hey, you didn't mention the fact that it was mounted sideways. I guess that the installer must have been a little high when he installed it in the first place! ;-)

  130. What I don't understand by Gary+Destruction · · Score: 1

    What I don't understand is why people would use Windows 9x on something that needs to be reliable. I know that NT/2000/XP can have BSOD's too and NT/2000 would be best of those three. But under an NT environment, BSOD usually means hardware, filesystem or driver problems. Under a Win9x environment, it could be all kinds of things ranging from a BIOS setting, to viruses, memory management issues, limited GDI or even a flaky app. Over a long period of time, a Win9x system can go downhill fast.

    I've seen Win9x BSOD's on blood pressure checking machines, kiosks and other places where reliability is important.

  131. If this isn't troll..... by Anonymous Coward · · Score: 0

    If this isn't Troll what is ?

  132. Bill Gates Should have used this by ModernGeek · · Score: 1

    Gates should have used BSOD Properties durring his presentation, this shows how to change the color of your BSOD.

    --
    Sig: I stole this sig.
  133. DOS prompt on a french ATM ! by Anonymous Coward · · Score: 0

    2 pics of a DOS read/write error on a french ATM here

  134. Ticketless Check-in kiosks by TheHawke · · Score: 1

    Southwest Airline Ticket kiosks use win2k on them and i ran into one that had it's introductory text lines were superimposed upon each other! The watchdog kept it from running so i didnt get to see if the rest of the app was running ok. The attendent that finished reloading the adjacent kiosk with ticket blanks went to it, tried to reboot it and promptly got herself into a bind with the BIOS setup showing on the display. She nearly panicked when i stepped in and guided her thru getting out of the BIOS and into the boot.

    SwAir has more than a few of such kiosks at Houston and are great to check in and get your boarding passes without getting into lines. The ticklish part's getting to a working kiosk!. :p

    --
    First rule of holes; When in one, stop digging.
  135. That wasn't nice! by siskbc · · Score: 1
    I set the IE homepages to goatse at the Time Warner kiosk at the mall. Now they have them locked down a little better.:p

    You should have locked down the boxes for them. Perhaps a BIOS and Admin password? After setting the home page to goatse, of course. ;)

    --

    -Looking for a job as a materials chemist or multivariat

  136. Crashing ATMs by Kraken137 · · Score: 1

    A few weeks ago I went to a bar with some friends from work. Walking down the street, we stopped at an ATM to get some cash. When we came out a couple of hours later, the ATM's screen was showing an OS/2 crash dump. It made us mildly paranoid, considering we'd just used it.

  137. Busted in the Airport ... by bergeron76 · · Score: 1

    I was in the Phoenix Airport and I saw a BSOD over the security area... I snapped a quick pic with my digital camera, only to be apprehended by the Security folks. They confiscated my camera, and I promised them that I could delete the picture if they'd give me the camera back. So I did, and reluctantly they let me have it back.

    That BSOD almost cost me my camera - ugh!

    --
    Don't think that a small group of dedicated individuals can't change the world. It's the only thing that ever has.
  138. OT: Two Dollar Bill by Anonymous Coward · · Score: 0
    I can beat this down like a UT noob playing Tacops. Once, and only once, I have had a two dollar bill. Where do I take it? McD's. Only to be told that it is counterfeit because - can you see this coming? - there is no such thing as a two dollar bill.
    Reminds me of Captain Sarcastic's $2 bill at Taco Bell story.

    I've never had anybody doubt the authenticity -- a couple of times the cashier tried to give me three bucks too much change (thought it was a five).

    One more note on two dollar bills: strippers like them.

  139. BSOD at Sonics game by adpowers · · Score: 1

    I've seen a BSOD at a Sonics game. What makes it funny in my opinion is that the big three of Microsoft frequent the games (Ballmer, Gates, Allen). I have the BSOD right next to their pictures :). Actually, on Tuesday Ballmer sat in my row again. I waved at him, but I don't know if he saw me. He may have been freaked out because I was staring at him the whole game (we lost horribly, so I didn't miss much).

    Andrew

  140. Television station by kefoo · · Score: 1

    A local public access TV station uses NT to manage its video feed. Fairly frequently, it will broadcast a BSOD during the weekend. Apparently the station is completely automated during off hours, since the blue screen will stay there for a while, sometimes until Monday morning. Their audio feed must be separately managed, because it keeps running.

  141. Today was my funniest. by Anonymous Coward · · Score: 0


    I recently bought this shirt, and today at school, while wearing it, my computer experienced a BSOD. I just thought it was funny that my shirt and my computer said the same thing.