Slashdot Mirror


Xbox 360 Very Unstable

fmwap writes "There have been several postings over at Xbox-scene complaining of crashing Xbox's on new games, with default settings on single player. Crashes on Xbox Live and on startup have been reported too, and Project Gotham Racing 3 crashes before finishing the first lap. Screenshots and Video are available showing the crash."

178 of 1,113 comments (clear)

  1. 1699 parts ok by enoraM · · Score: 5, Funny

    Seems like they got 1699 Parts of the x-box to the market:

    http://games.slashdot.org/article.pl?sid=05/11/18/ 156253

    and it seems to be the same in other forums too:
    http://forum.teamxbox.com/showthread.php?t=391764

    1. Re:1699 parts ok by InvalidError · · Score: 4, Interesting

      At least this will solve M$'s supply problem after the news makes the news and front pages. Remaining early adopters will want to wait until M$ announces its take on things before thinking of buying again.

      On the XBox-360 poll, my answer was Never / X-Mas 2006. Launch prices are too high, I do not care about the coolness factor of having 0-dayz new stuff and I had doubts about how well the initial hardware would work. Quitting the bleeding-edge to stick with mature mainstream stuff has saved me quite a bit of cash and trouble, I'll stick to that.

    2. Re:1699 parts ok by truthsearch · · Score: 2, Interesting

      At least this will solve M$'s supply problem

      They don't have a supply problem. They knew quite well that they'd sell out. They want the news coverage stating their consoles sell out on the first day. Vendors have been complaining about this for weeks.

  2. Have you tried.. by Anonymous Coward · · Score: 5, Funny

    ..placing a book under one corner?

    1. Re:Have you tried.. by mekkab · · Score: 3, Informative

      turning it upside down?

      /worked on the old PS

      --
      In the future, I would want to not be isolated from my friends in the Space Station.
    2. Re:Have you tried.. by EggyToast · · Score: 3, Funny

      Try boiling the Xbox 360 for 30 seconds.

    3. Re:Have you tried.. by Anonymous Coward · · Score: 3, Funny
    4. Re:Have you tried.. by midicase · · Score: 2, Funny

      Removing the DMCA circumvention tape?

  3. Re:Well... by ZerocarboN · · Score: 2, Funny

    Wow, a Microsoft product is unstable. This is news!

  4. And in todays news... by Hieronymus+Howard · · Score: 5, Funny

    Microsoft product crashes
    Pope is discovered to be a Catholic
    Family of bears accused of defecating in forested areas

    1. Re:And in todays news... by ShrikeDOA · · Score: 5, Funny

      "So the bear wipes his ass with the rabbit."

      --

      You are not a beautiful and unique snowflake.
    2. Re:And in todays news... by 3-State+Bit · · Score: 4, Funny

      okay,
      Family of bears crashes
      (...for the night? crashes the party?) Anyway every camper knows to shut the flaps against the bears.

      Pope is accused of defecating in forested areas
      Hey, when you gotta' go, you gotta' go. Nature calls.

      But this?
      Microsoft discovered to be Catholic
      I call bullshit - don't let the tithing (MS tax) / real charity done by the Foundation throw you off. No way Gates would let his workers wear his crucified corpse around their neck. (Though I'm sure Balmer has thought of it...)

      Also 0 hits on this search.

    3. Re:And in todays news... by should_be_linear · · Score: 4, Interesting

      Microsoft product crashes
      I predicted in /. forum that XBox will be very unstable, not because it is designed by MS but because it is nightmare for debugging. You have to make 3 threads application (not 4, not 2) and sync all objects they share. Combine it with complicated interactions of objects in any game, which makes creation of auto-test scripts impossible and default gaming language, C++, which is very uneasy to debug for Multiple threads (compared to say, Java) and they hardly could do any better than this. Cell is designed in much better way, multiple threads (SPUs) are used by low level liberaries (well debugged) but main gaming/engine app. is still single-threadded and therefore easy to debug and stable.

      --
      839*929
    4. Re:And in todays news... by IAmTheDave · · Score: 4, Funny

      Now now... I wouldn't say that it "crashes" so much as "fits in with the family of Microsoft products." />

      --
      Excuse my speling.
      Making The Bar Project
    5. Re:And in todays news... by eWarz · · Score: 2, Informative

      actually, current games only use ONE of the 3 cores. Games that use all 3 cores will not become available until later.

    6. Re:And in todays news... by xaque · · Score: 2, Funny

      Since when did Microsoft use logical numbering? No, the next revision will be called the Xbox 360 Consumer Home Special Edition 2006 SP 1.

    7. Re:And in todays news... by crashcodesdotcom · · Score: 4, Funny

      I thought the Pope was a Baptist.

      Stop me if you heard this one...
      Catholic: Who do you confess your sins to?
      Baptist: God. So, who do you confess your sins to?
      Catholic: A priest.
      Baptist: I heard about that, who does the priest confess his sins to?
      Catholic: A bishop.
      Baptist: Who does the bishop confess his sins to?
      Catholic: A cardinal.
      Baptist: Who does the cardinal confess his sins to?
      Catholic: The Pope.
      Baptist: Okay, who does the Pope confess his sins to?
      Catholic: God.
      Baptist: Oh, so the Pope is a Baptist!

    8. Re:And in todays news... by BenJeremy · · Score: 3, Insightful

      Wrong.

      Forget your bias against Microsoft; the Xbox 360 design is far better than the PS3, which WILL BE A NIGHTMARE to debug.

      Debugging is not the problem, the rush to market is to blame here, plain and simple.

      As the other reply states, most of these initial games won't make use of multiple cores, anyway, but even so, multiple threads and processes are not really an issue, nor are they poorly understood by game developers. Games can make use of the multiple cores without much hassle, as long as the underlying libraries and compiler optimizations are clean... which is probably the major problem here - the 360 XDK is simply not that mature yet. Debugging is straightforward, and better still, done remotely, which, most of the time, results in cleaner steps through code in this sort of environment.

      Synchronization isn't even that big of a deal, because even in a developer-optimized game, one thread (i.e. running on it's own core) will handle the rendering, the other will handle the housekeeping (disk I/O, user actions, networking, mesh/object manipulation, etc). Most of the time, the housekeeping will be waiting on the rendering. While the CPU arrangement is symmetrical, this doesn't really refer to running a single process, but rather the generic nature of code and memory access. PS3's Asymmetrical system, on the other hand, means games will have to be optimized to a larger degree by the developer, and MORE care is needed to prevent issues.

      I also find it odd that a game would be released that can't make it through the first single player race... simple playtesting should have showed the bug well before launch. This smacks more of a hardware issue, which ANY multi-core system is likely to run into. Blame IBM for that problem, I guess.

    9. Re:And in todays news... by InvalidError · · Score: 4, Informative

      This is a myth.

      This article has responses from a few game devs stating that their launch titles are multi-threaded and a M$ threading person said: "Six months ago, we had only looked at a handful of games. Most of those games were single-threaded. Today, we've evaluated most launch titles and the majority are using multiple threads."

    10. Re:And in todays news... by sl3xd · · Score: 5, Informative

      Everybody knows that Jesus 'rode into town' on a Harley Davidson. Stop trying to spread your revisionist theories on history.

      --
      -- Sometimes you have to turn the lights off in order to see.
    11. Re:And in todays news... by pdbogen · · Score: 3, Informative

      Maybe that's because you spelled 'pedophile' wrong?

      Anyway, try this search.

    12. Re:And in todays news... by sl3xd · · Score: 4, Insightful

      Debugging is not the problem, the rush to market is to blame here, plain and simple.

      I recall the original X-Box having similar issues when it was launched. BFD; Microsoft isn't exactly alone in releasing first, fixing later. They're probably not even the worst at the game.

      At least with PC games, it's become par for the course that the game will be quite unstable until the 2nd or 3rd patch.

      Most people I know won't deploy a new verision of Windows until the 1st service pack.

      Welcome to the world of rushed releases of incredibly complex systems.

      Engineer says: "How does it work?"
      Manager says: "When will it work?"

      Manager usually wins, engineer doesn't get his questions answered, and as a result there are bugs.

      Leaving the customer to complain: "Why doesn't it work?"

      --
      -- Sometimes you have to turn the lights off in order to see.
    13. Re:And in todays news... by tgrimley · · Score: 5, Funny

      Parent is moderated "Informative." Makes you think..

    14. Re:And in todays news... by fitten · · Score: 3, Insightful

      Have you *ever* written/debugged a multi-threaded program? Debugging a multithreaded program on three homogenous processors is a ton easier than debugging (essentially) a multithreaded program on a heterogenous set of processors (1 of one type and up to 8 of another type) that have to be accessed by DMA engines and the like. It's basically debugging multiple programs because of the different instruction streams but with the added complexity of the same address space sharing issues of multi-threaded applications. They will effectively be different programs (must be since the PPC and the SPUs are not the same ISA) but all sharing the same address space, complicated by the fact that a lot of the interaction must be handled by DMA engines. This isn't much different from debugging embedded systems that have been around for decades (one such system I used was a board with an embedded PPC with eight DSPs all on the same board called the MAP1310 from CSPI - look it up on google). It was difficult to program and is basically the Cell in 3 chips instead of just 1.

      Also, you say "are used by low level liberaries (well debugged)" and quickly polish over any idea that maybe those "well debugged low level libraries" will be a nightmare to debug. If any of those low level libraries are threads of execution in their own right, as opposed to simply being "load this subroutine into a SPU, call it just like another routine only use basically a RPC, then unload that subroutine from the SPU" then they will be a bit harder to debug. I image that at least some of those SPU "low level libraries" will most likely be programs that run independently of the PPC core and routinely synchronize with the PPC thread(s) and if the amount of interaction between them is much (which it may well be), then it will be far harder to debug than your typical Linux box running multiple threads (on homogenous processor(s)).

    15. Re:And in todays news... by Deagol · · Score: 4, Funny

      "That piece of halibut was good enough for Jehovah."

    16. Re:And in todays news... by John+Whitley · · Score: 4, Informative
      Have you *ever* written/debugged a multi-threaded program?

      Yep. I've done this type of work and it's possible for it to not be a big deal -- provided that the developers stick to a robust set of patterns and protocols for interacting with the DSP compute hardware. For sanity's sake, all of the sync code should be wrapped up into frameworks so that various sub-teams never end up wandering off and generating buggy one-off low-level synchronization code. Devs coding for the specialized hardware (DSP/Cell) write to interfaces that are clean and purely single-threaded. Clients on the main hardware threads never need to screw around with low-level sync code. The framework itself can be instrumented to assist in finding and debugging any odd concurrency issues that come up, but for the most part a well-designed framework allieviates a lot of annoying concurrency bugs in the first place. When bugs are found they get quashed once and for-all in the framework, instead of being distributed willy-nilly (and sometimes in non-obvious ways) around the system.

      To folks looking for further reading, I suggest starting with Pattern Oriented Software Architecture, Vol 2: Patterns for Concurrent and Networked Objects by Douglas Schmidt, et. al. A number of these patterns are also available as papers from Schmidt's website -- see Google. I also recommend checking out the Future(s) pattern, not covered in POSA2. The idea is to have an asynchronous operation return a Future object that represents the result of the async computation. When the result in needed, the object either returns it (if the async computation is done) or blocks (if the async computation isn't done). This allows both batching of multiple parallel async activities, as well as result/input dependency management. A somewhat simple example:
      Future<Texture> t = LoadTexture(textureid);
      Future<Model> m = LoadModel(modelid);
       
      Future<Model> munged_m = Transform(m.result() /* may wait*/,
                                        transform_params);
       
      /* do other stuff */
       
      Future<Frame> = Render(munged_m.result(), t.result());
      The nice thing is that the work requests (here, loading or transforming data) can (potentially) all run in parallel. Note that LoadTexture, LoadModel, and Transform all return instantly -- we'll only wait for a result when it's called for, and we only wait if the result is not already available.
    17. Re:And in todays news... by fitten · · Score: 2, Interesting

      Yeah, that's a good model if your app and is coarse grained and the entry points can be treated as remote procedure calls. Not all parallel computing can fall into that model. More fine grained applications may need communication among multiple programs, each performing partial computations of the whole on partial pieces of the whole dataset. While the upper layer may call Transform(), the lower level code (which also has to be debugged) may have lots of communication between multiple programs running on multiple processors (a program running on four SPUs, for example). It's not exactly like calling RPCs and getting an "answer", it's about sending/receiving partials, data partitioning, and parallel algorithms at those levels.

      I guess when I read the above posts, the parts I think about debugging are exactly the parts the other posters are skipping over by saying "the PPC code has a nice beautiful interface to call prepackaged libraries written and well debugged by someone else". I'm talking about being that someone else who has to write those nice prepackaged libraries that will be called from the PPC. Even worse is a fine grained problem that has to incorporate multiple SPUs AND the PPC core in order to do the calculations. Those are the type problems that the Cell programmers face and are some of the problems that made the MAP1310 very difficult to program.

      I think the Cell will certainly make one type of software popular among games and that's shared engine code, which will fit the model described in the top few posts. Much like various PC games use the Halflife or Doom engines (so they don't have to write an engine which is both time consuming and "difficult"), making their game not much more than a mod, I think the PS3 will increasingly make this a requirement as writing the various engines (physics, sound, visualization, etc.) on the Cells is not something that most game houses will have the time/skill to do. Unfortunately, to me at least, this means even more cookie-cutter games with even less innovation.... Oh look, this brand new game is just Game123 with different textures [joy].

  5. here's my surprised look by samsonov · · Score: 4, Funny

    what?!? No blue screen of death?

    --
    "You killed my yogurt!" --Fred Fredburger
  6. hmmmm .... by Average_Joe_Sixpack · · Score: 5, Funny

    Project Gotham Racing 3 crashes before finishing the first lap

    Sounds like someone needs to improve their driving skills and stop blaming the system.

    1. Re:hmmmm .... by TrappedByMyself · · Score: 2, Funny

      Sounds like someone needs to improve their driving skills and stop blaming the system.

      Nah it's just their new 4th dimension virutal reality feature.

      Oh, and I HIGHLY recommend you don't play Mortal Kombat.

      --

      Help me take back Slashdot. When did 'News for Nerds' become 'FUD and Conspiracy Theories for Extremist Nutjobs'?
  7. I wish I had a dollar by Beatbyte · · Score: 2, Insightful

    for every smirk on the /. readers' faces who read this article and have preached against Microsoft in the last few years.

    but seriously.... I wonder why Sony takes it's time developing their console as opposed to rushing it out the door to try to gain marketshare like some other greedy corporation does...[/sarcasm]

    I hope this costs Microsoft DEARLY

    1. Re:I wish I had a dollar by Kazzahdrane · · Score: 4, Insightful

      You won't be getting a dollar from me then. If this is a big hardware problem I feel bad for the developers who had to work long hours to get their product ready for launch date.

    2. Re:I wish I had a dollar by garcia · · Score: 4, Insightful

      We whine when they delay and push back release dates of their OS over and over again but when they finally do come out with something "on time" (whatever that means) and it's not up to par we give them shit.

      So they can't win. Everyone knew that already but seriously it's not going to cost them anything.

      Consider their "limited release numbers" early adoption beta testing. They got them out there into the real world without having to give the units away and now they are getting the feedback they need to add to the new "revisions" that will still be out before the PS3.

      It's a good thing though, the *only* reason I could ever see purchasing an XBox with Live would be for racing online. Now that I can't do that I might as well wait for Gran Turismo 5 on the PS3 w/o network play ;)

    3. Re:I wish I had a dollar by 91degrees · · Score: 3, Insightful

      I wonder why Sony takes it's time developing their console as opposed to rushing it out the door to try to gain marketshare like some other greedy corporation does

      Are you suggesting Sony isn't some greedy corporation?

    4. Re:I wish I had a dollar by frdmfghtr · · Score: 5, Insightful

      We whine when they delay and push back release dates of their OS over and over again but when they finally do come out with something "on time" (whatever that means) and it's not up to par we give them shit.

      So they can't win. ...


      Ahh, but they can win...it's called proper project management.

      Delays can and do occur, but to be years off target is inexcusible. Rushing a product to market to meet the project deadline is also inexcusible. Microsoft has way too much experience in software development to not be able to estimate how long a project will take. When projects are chronically late by significant anounts of time, your means of estimating time to complete projects needs to be re-examined.

      Longhorn is estaimated to ship when, 2008 is it? This is several years behind schedule? (I don't know for certain.) Microsoft's project manager knew (or whould have known) what was going into the new OS and the developers should have been better prepared to provide a more reasonable estimate of the time needed to complete the project.

      Of course, the MS Marketing Dept. may be setting timelines and not the engineering/R&D department....no shock there.

      --
      Government's idea of a balanced budget: take money from the right pocket to balance...oh who am I kidding?
    5. Re:I wish I had a dollar by Foofoobar · · Score: 2, Insightful

      You'd think that a multi-BILLION dollar company could assess a good deliverable date after more than 10 years.

      What were they thinking? Let's see, we missed the last million deliverable dates on all our other products due to not evaluating for enough time to complete the project, rather than actually giving us enough time to do this right, let's put it out on that premature date regardless of whether it's finished or not.

      Seriously, can someone show these people how to timeline and test?

      --
      This is my sig. There are many like it but this one is mine.
    6. Re:I wish I had a dollar by LDoggg_ · · Score: 5, Funny

      If this is a big hardware problem I feel bad for the developers who had to work long hours to get their product ready for launch date.

      hmmm..

      DANTE: All right, so even if independent contractors are working on the Death Star, why are you uneasy with its destruction?

      RANDALL: All those innocent contractors hired to do a job were killed--casualties of a war they had nothing to do with. (notices Dante's confusion) All right, look--you're a roofer, and some juicy government contract comes your way; you got the wife and kids and the two-story in suburbia--this is a government contract, which means all sorts of benefits. All of a sudden these left-wing militants blast you with lasers and wipe out everyone within a three-mile radius. You didn't ask for that. You have no personal politics. You're just trying to scrape out a living.

      BLUE-COLLAR MAN: Excuse me. I don't mean to interrupt, but what were you talking about?

      RANDALL: The ending of Return of the Jedi.

      DANTE: My friend is trying to convince me that any contractors working on the uncompleted Death Star were innocent victims when the space station was destroyed by the rebels.

      BLUE-COLLAR MAN: Well, I'm a contractor myself. I'm a roofer...(digs into pocket and produces business card) Dunn and Reddy Home improvements. And speaking as a roofer, I can say that a roofer's personal politics come heavily into play when choosing jobs.

      RANDALL: Like when?

      BLUE-COLLAR MAN: Three months ago I was offered a job up in the hills. A beautiful house with tons of property. It was a simple reshingling job, but I was told that if it was finished within a day, my price would be doubled. Then I realized whose house it was.

      DANTE: Whose house was it?

      BLUE-COLLAR MAN: Dominick Bambino's.

      RANDALL: "Babyface" Bambino? The gangster?

      BLUE-COLLAR MAN: The same. The money was right, but the risk was too big. I knew who he was, and based on that, I passed the job on to a friend of mine.

      DANTE: Based on personal politics.

      BLUE-COLLAR MAN: Right. And that week, the Foresci family put a hit on Babyface's house. My friend was shot and killed. He wasn't even finished shingling.

      RANDALL: No way!

      BLUE-COLLAR MAN: (paying Dante for coffee) I'm alive because I knew there were risks involved taking on that particular client. My friend wasn't so lucky. (pauses to reflect) You know, any contractor willing to work on that Death Star knew the risks. If they were killed, it was their own fault. A roofer listens to this...(taps his heart) not his wallet.

      --

      "If they have both, tell them we use Linux. And if they have that, tell them the computers are down." -Dave Chapelle
    7. Re:I wish I had a dollar by Lisandro · · Score: 5, Insightful

      It does seem to be a hardware problem - they crash screen look glitchy instead of the "clean" screen you get when the crash is OS related. Reminds me of and overheated GPU.

          Now, i don't know if the headline is correct (the console is very unstable... but only for a bunch of people), but if true, it has the smell of a rushed product all over it. And i won't make any friends over this, but serves these people right. Yeah, you, the ones that couldn't wait a couple of months and pay 3x the price in order to buy a product before it has been properly reviewed. And i don't mean like Gamespot's "Oooh! It's the second coming of Christ"-kind of reviews.

          Paying upfront for promises is bad buisness. Don't buy into the hype. It's only a console.

    8. Re:I wish I had a dollar by mikesmind · · Score: 2, Informative

      We can be reasonably certain that the Christmas selling season was the drop-dead date.

      --
      www.mikesmind.com - www.daddyworkathome.com - www.freetofarm.org - www.tenfoottable.com
    9. Re:I wish I had a dollar by Yartrebo · · Score: 3, Interesting

      Either way, you can be sure that Microsoft (or any console maker) will set their launch date a full year ahead of what would be needed to ensure a quality product. They figure (quite correctly, unless the crashes are very frequent to the point of making the console unplayable) that the extremely image conscious video game market will reward speed to market over quality. Personally I will be opting out of the latest set of console releases. I don't have enough time to make use of a new console purchase and I'm either boycotting the console maker (Sony and Microsoft), or I hold the maker in very low esteem (Nintendo, for bringing us Pokemon and thus refining price gouging and bringing marketing to a new level). $400/unit isn't exactly a bargain basement price. I'm also paranoid about anything with wireless networking (that it'll have FBI or general purpose backdoors), so that's another strike. None of these corps would even think twice about installing backdoors (Microsoft and Sony have been doing this for years, and I don't see Nintendo as a bastion of consumer rights).

    10. Re:I wish I had a dollar by szo · · Score: 2, Insightful

      Here's an idea: don't announce vaporware. Wait until your product is in reasonable shape, say beta. Then you still have months to hype it and have a reasonable chance to live up to the expectations with the release. Magic, isn't it?

      --
      Red Leader Standing By!
    11. Re:I wish I had a dollar by merlin_jim · · Score: 4, Informative

      The information at some of the links indicates it might be a problem with the power supply brick - one poster had three 360s (his and two friends')... one had a very different (color, size, prong size) power cord. That power cord, whichever xbox it was plugged into, wouldn't have a problem.

      Sounds like its likely a combination of out-of-spec power conditioning and overheating. The two can reinforce each other AND combine to contribute instability... parts that are hot are less likely to be tolerant to poor power conditioning, and parts that are experiencing power fluctuations tend to produce more heat on the surge cycles.

      --
      I am disrespectful to dirt! Can you see that I am serious?!
    12. Re:I wish I had a dollar by jaypaulw · · Score: 2, Funny

      I'm also paranoid about anything with wireless networking (that it'll have FBI or general purpose backdoors), so that's another strike. None of these corps would even think twice about installing backdoors (Microsoft and Sony have been doing this for years, and I don't see Nintendo as a bastion of consumer rights).

      Don't flatter yourself, nobody in the entire world cares what is on your gaming console.

    13. Re:I wish I had a dollar by jcr · · Score: 2, Insightful

      when they finally do come out with something "on time" (whatever that means) and it's not up to par we give them shit.

      So they can't win.


      You're setting up a false dichotomy. It is possible to hit promised ship dates with a quality product. Other companies do it all the time.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
  8. upgrades by tezbobobo · · Score: 5, Insightful

    Does anyone know if these things are upgradable? or what the process is? Microsoft has a history of being first to markwt with buggy software. In the past it has been a strategy which has worked for them. Still, I long for the days of cartridges. Just reminissing - please don't flame me. But do answer if you know about upgradability/

    1. Re:upgrades by peragrin · · Score: 2, Insightful

      Um MSFT has gotten away with selling buggy software because they were easily upgradable. Considering how one has to upgrade windows and he fact you need third party software to install all the updates smoothly before you go online. With this MSFT is going to have to either force users to hook it up to the Net(at extra cost probably), or download and burn ISO files.

      yea MSFT is going to learn the hard way selling cheap hardware is a lot different than selling cheap software.

      --
      i thought once I was found, but it was only a dream.
    2. Re:upgrades by camcorder · · Score: 2

      They were monopoly on their software and because nobody had any alternative even they hated MS but still used their products. But time is changing, for console there are other alternatives. For their software eventhere are alternatives even superior than their products with more stability. Don't want to name them to start a flameware but everyone knows it. That means after now MS userbase will only decrease, it reached its peak already.

    3. Re:upgrades by SenFo · · Score: 4, Insightful

      I'm honestly not sure if it's upgradeable or not; but even if it is, you have to realize that it's definitely NOT the same kind of market.

      I guess after years of working with Microsoft operating systems and just assuming that Windows was part of the computer, many users have grown to accept crashing and the need to run periodic upgrades. However, in the "black box" market, people are much less forgiving of programming bugs that lead to crashes and are much less likely to upgrade to newer firmware versions.

      I work with embedded systems at my job and it's known by all programmers that our firmware needs to be as close to bug free as we can possibly get it. Think of a little "black box" that controls your printer (a print server), for example. How would you feel if you had to reset some idiot box a couple times a day for no reason? For everybody I've ever worked with, it's entirely unacceptable and it's an almost certainty that the IT managers would be replacing the box with another brand as soon as possible.

      I don't know about you, but it's bad enough for me --and most people-- when my computer crashes. I would be pretty upset, however, if my game console crashed after hours of game play to complete a mission.

  9. Could be worse... by TripMaster+Monkey · · Score: 4, Funny


    So the new XBoxes are crashing...let's just hope they've addressed the problem of the XBox bursting into flames and killing you. ^_^

    --
    ____

    ~ |rip/\/\aster /\/\onkey

  10. What is this? A tabloid? by pjh3000 · · Score: 5, Insightful

    So half a dozen out of the hundreds of thousands of new Xbox 360 owners are having problems. Why does Slashdot have to state "Xbox 360 Very Unstable"? I've had bad installs of Linux too. Would we see the headline on Slashdot "Linux Very Unstable" too?

    This is normal. With the massive number of parts in the Xbox 360, it's to be expected that some are defective on a few units. Microsoft will give them a replacement. Move along, nothing to see here.

  11. see....... by xao+gypsie · · Score: 4, Insightful

    This is why I never buy technology when it is first released on the market...

    --


    xao
    http://TheHillforum.hopto.org
  12. Well... by Claws+Of+Doom · · Score: 5, Funny

    ...where *did* you think all those Windows Millenium Edition licenses went?

    1. Re:Well... by BillyOcean · · Score: 2, Insightful

      As usual, doesn't take much to tickle the AntiMicrosoft fanboys. Apparently, all u need is a sensational "MS product sux" headline, no gathered facts required.

    2. Re:Well... by apoc06 · · Score: 5, Interesting

      well, TFA has the actual gathered facts. this reflects what we've been hearing about the x360 kiosks that were installed in walmarts as well. whereas those crashes were written off as the byproduct of improper ventilation in the kiosks and the models being alpha-development hardware, now we are starting to see those werent just early prototypes; those are the same models that are being sold now. remember the whole "the actual power supply wont actually be that big..." argument? well, guess what? IT IS... remember the whole "the final model wont be as noisy..." argument? well it is. what else is there to be said? the crashes arent isolated to one or two software titles; it must be in the hardware somewhere.

      this sort of stuff happens with lots of rushed to market consumer electronics. no big deal to me; its what you would expect. all i can say is that ive had my fair share of consoles do weird stuff, but no playstation or nintendo product ive ever owned has repeatedly crashed on me within the first 24 hours of owning it.

      the postings are on xbox-scene. if they are biased against microsoft, i cant tell. its an xbox modding/fan site! would multiple users go out and spend $400 plus games, peripherals, etc. on x360s just so they can post screenshots of self-inflicted crashes?

  13. Maybe Microsoft bought the chips from... by Flaming+Babies · · Score: 2, Funny
    --
    The right to be heard does not automatically include the right to be taken seriously.
  14. and this folks by lubricated · · Score: 4, Interesting

    Well, this is why I always wait a few months before jumping on a console, if not a year. Nothing pisses me off more while I'm gaming than a crash.

    --
    It has been statistically shown that helmets increase the risk of head injury.
  15. what does MicroSoft call an alpha-tester? by peter303 · · Score: 5, Funny

    A customer.

    Furthermore, "geek up" the product so the alpha-testers will wait in line for 18 hours and pay twice as much as for competitor's hardware for this "priviledge".

  16. Hoax by trollable · · Score: 4, Funny

    Com'on, this is a bad hoax against Micro$oft. The screenshots are not even blue!

  17. Windows ME by vaderhelmet · · Score: 2, Funny

    ME?! Is that you I smell! Get out of that Xbox THIS INSTANT!

  18. Not the only site reporting failures by Bones3D_mac · · Score: 5, Informative

    These guys have a fairly big list going too.

    --


    8==8 Bones 8==8
  19. Look to the power my son by Groo+Wanderer · · Score: 4, Insightful

    http://www.theinquirer.net/?article=27893

    80 or 110W CPU (I have heard both ways), a GPU equivalent to the ~100W R520, a HD, RAM and a constantly spinning DVD in a box how big?

    And people wonder why they crash. Anyone who has one want to comment on how hot they get?

              -Charlie

    1. Re:Look to the power my son by Anonymous Coward · · Score: 5, Interesting

      The air being exhausted from my xbox 360 doesn't feel any hotter then what's comming out of my PC. I think there probably a larger precentage of defects out there, especialy given the rush to market and short supply. Last night I played for about 6 hours strait didn't experience any lockups or other issues like what has been reported.

  20. ... Re: MS Paying DEARLY by Bill+the+Bilby · · Score: 5, Insightful

    ... You know they won't. The problem with today's software (and combined hardware/software) manufacturers and vendors has nothing to do with the programmers themselves. Companies have simply responded to the paying public's demand for new toys with no wait. We want our toys NOW, not later. And buying trends for YEARS now have indicated that computer and computer program buyers are more then willing to purchase a program and then spend a significant amout of time patching and updating it- often right out of the box.

    Microsoft responded to this in the way that gained them the most extra profit- they rushed the system to market without (apparently enough) random batch testing or other beta testing. People (lots and lots of people) bought the systems. They are crashing. Microsoft will now start to release patches (probably over Live) that correct this bug or that. The paying public will accept this and install them. People who buy XBox 360s down the road will expect the patches to be installed before they buy the system- but they'll still expect to have to install more at some point.

    It's NOT the computer companies fault things have grown this way. They- like all companies- are a FOR-PROFIT venture, and will do whatever they think is the thing that will garner them the most profit. Period.

    Welcome to Capitalism, enjoy your stay.

    1. Re:... Re: MS Paying DEARLY by Raumkraut · · Score: 2, Insightful

      It's NOT the computer companies fault things have grown this way. They- like all companies- are a FOR-PROFIT venture, and will do whatever they think is the thing that will garner them the most profit. Period.

      I wish people would stop peddling this line. A company's purpose is defined by the people who run it, not by some mystical property of company-ness. It just happens to be that most, but not all, companies seem to be run by people who desire money over anything else.
      Actually, perhaps not so much "just happens" - people driven to run a company are probably more likely to have money as their aim for doing so, because of the culture we live in.

        So I say it IS the companies' fault, at least partially, that we're in the state we're in.

    2. Re:... Re: MS Paying DEARLY by killtherat · · Score: 4, Insightful

      They are crashing. Microsoft will now start to release patches (probably over Live) that correct this bug or that. The paying public will accept this and install them. People who buy XBox 360s down the road will expect the patches to be installed before they buy the system- but they'll still expect to have to install more at some point.

      I'm curious how Microsoft plans to patch the systems without hard drives. Aside from updates to the BIOS, how can changes to the video games be saved?

    3. Re:... Re: MS Paying DEARLY by mausmalone · · Score: 2, Insightful
      Welcome to Capitalism, enjoy your stay.
      I omitted a lot of your post, but only to save space ... MS will pay for it... they'll pay for it in development time for patches (but more likely it's a defective batch of chips that will necessitate console replacements). The one thing you say though that gets at me is that MS is in this for profit. We know from the X-Box that they're not. They're in it for market share. (The X-Box had 1 profitable quarter in its entire lifespan, and that was only when Halo 2 was released. In terms of profit, it was a dismal failure.)

      MS doesn't care, though, that they're not making any money at all on the venture. Their plan is to get enough market share that they can nudge Sony and Nintendo out of the market and then start making the "real" profits that come from having no competetors. At somewehre around 15-20% market penetration for the original X-Box, they've got a long way to go.
      --
      -=-=-=-=-=
      I'd rather be flamed than ignored.
    4. Re:... Re: MS Paying DEARLY by Generic+Guy · · Score: 4, Insightful

      Regardless of Microsoft's "plans", they will find that the consumer elecronics business is _not as easy to dominate as the arena of PC software. Their biggest competitor (Sony) is a veteran of consumer electronics and is having all sorts of financial problems -- ironically, people point to the Playstation division as Sony's sole saving grace. In fact, Microsoft is already finding out because J.Allard's original plan was for the Xbox1 to be turning at least a tiny profit by this point. Instead, they dumped a bunch of money into a new design and rushed it to market.

      If this Xbox360 crashing problem is widespread enough, these things are going to either be shunned by the market, or lose all their profit potential fixing them.

      --
      { - Generic Guy - }
  21. funny by cca93014 · · Score: 3, Funny

    You have to love the sheer audacity of posting a link to an MPEG on the Slashdot homepage.

  22. I knew it! by jasondaemon · · Score: 2, Funny

    Should have waited for Service Pack 1!

  23. "Several posts" on a few boards = "very" unstable? by xbrownx · · Score: 4, Insightful

    Is that all it takes?

    I would hope people would take more of a wait and see approach to see how widespread the problem is.

  24. How widespread is this? by WebGangsta · · Score: 4, Interesting
    I fully anticipated that there would be problems with the initial release of 360s reported from various tech-knowledgable early buyers, but how widespread are these problems in reality?

    For example, I have a day-of-release PS2 that's still going strong, and I never experienced any of the problems that were reported here and elsewhere with these units. In this case, I assume that my machine is the norm and not the exception, but if I based my opinion on the naysayers at the time it would appear that my PS2 would be in the minority of working units instead.

  25. Fortunately by paranode · · Score: 2, Informative

    They did (at least with the first Xbox) make it easy to upgrade. I'm not sure how that will work with the Xbox 360s that don't have hard drives. When Halo 2 first came out it had a bug that caused it to stretch images on certain HDTV widescreens and you had to have Xbox Live to download the patch which fixed it. Lots of people were pretty mad there for a few weeks (including myself because true 16:9 was touted as a big new cool feature).

  26. Rumors by SlashAmpersand · · Score: 5, Funny

    I've heard an unconfirmed rumor that Microsoft suspects that the XBox's are crashing because of the proximity of nearby Linux boxes. One employee, using an "open source detector", claimed to have established a 3-mile "Cloud of Evil" around a Red Hat server. The employee went on to say "This conclusively proves that Linux is a danger to our children". Steve Ballmer's statement (which was taped to a chair and thrown through a newsroom window) blamed Google.

  27. Sony has had its moments too... by tkrotchko · · Score: 5, Informative

    Sony has had problems with the PS2... the first batch had a significant amount of CD/DVD drive failures; I had one, but sony eventually replaced it for free.

    In fact, there has been a class action over the issue:

    http://www.ps2settlement.com/

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
  28. duh... by v_1_r_u_5 · · Score: 3, Funny

    >> Project Gotham Racing 3 crashes before finishing the first lap

    You're playing a racing game. You're gonna crash.

  29. Limiting numbers at release by patonw · · Score: 2, Interesting

    Planned lack of testing might have been a contributing factor to the decision to restrict the number of units sold at launch. I mean, if they new it was going to be the most gawd awfully bugged first revision in console gaming history, they could save a lot by having fewer machines to recall.

  30. Doesn't it strike you as a bit odd by tkrotchko · · Score: 4, Interesting

    I understand what you're saying and to a certain extent I agree.

    But give how common these problems are, doesn't it strike you as odd? This is almost like there was no testing at all, which doesn't make sense. The developers surely would have caught these weeks, if not months ago.

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
    1. Re:Doesn't it strike you as a bit odd by Stinky+Fartface · · Score: 3, Insightful

      Obviously they would have caught errors on this scale in testing. This must have been a manufacturing error, not a design error. That still doesn't let them off the hook. They are responsible for their quality control too. But I imagine they will iron this out shortly and offer full exchanges on returned units. Sony had similar issues with flimsy PSP's at launch too.

    2. Re:Doesn't it strike you as a bit odd by hazee · · Score: 2, Interesting

      Maybe it's because the development/testing boxes were quite different to the production boxes?

      For instance, if the development kits arrived in desktop-PC-style cases, then they may have had much better airflow than the production boxes - maybe the production boxes are overheating? (which sounds like a reasonable explanation for the problems experienced)

    3. Re:Doesn't it strike you as a bit odd by dioscaido · · Score: 2, Insightful

      yes, from the utterly scientific method of a website poll, and one user's pictures, we can determine that the xbox 360 has problems for an inordinate amount of users... sigh... People here are just making a big deal about a few people's issues because it is Microsoft. When you are manufacturing such a complex device you are bound to have a small percentage that may have issues. Does anyone here remember the PS2 launch, and the horrific stability/overheat problems the first gen machines had? PSP with dead pixels? Ipod nanos? etc...

      This is why I will wait for the second or third round of manufactured xboxes. Even with the testing they put the hardware through, some are bound to get by on the first run.

  31. Or how about? by Joseph+Vigneau · · Score: 5, Funny

    Have you tried blowing on the DVD, and wiggling it around a bit?

    1. Re:Or how about? by Viper+Daimao · · Score: 5, Funny

      Have you tried buying a PS2/Gamecube?

      --
      "In the game of life, someone always has to lose. To me, if life were fair, that someone would always be Oklahoma." -DKR
  32. Re:What is this? A tabloid? by Phybersyk0 · · Score: 4, Insightful

    somebody mod the parent post up.
    At work we get large quantities of hard drives from various manufacturers and out of every batch we usually get 1 or 2 that just will not spin up, or have other errors prohibiting their use.

    Considering the condition of some of the boxes I've seen people carrying out of the stores, it's no wonder there isn't a few machines that have had parts wriggle free.

    They probably make sure the system boots to the dashboard and then send it on for packaging.

    I seriously doubt that ANY video game console company does burn-in testing for 24-hours before shipping the unit to market. The costs would be (more) astronomical.

  33. Re:SuperNintendo? by d3ac0n · · Score: 2

    wouldn't it be odd to find out that DRM is causing the xbox to crash?

    Odd, no. Ironic, maybe. Funny as hell, ABSOLUTELY! :)

    --
    Official Heretic from the "Church of Global Warming". Proven right thanks to whistle blowers. AGW = Flat Earth Theory
  34. Error right out of the box by mikekinasz · · Score: 2, Interesting

    My friend opened his up and got an error immediately. Turned it off.... and back on and got the same error. So he held down the power button for an extended period of time and YAY it fixed it somehow and he's not seen any errors since. So much for Quality Assurance. No reports of crashes yet though on the games.

  35. Welcome to Windows Update by mcgroarty · · Score: 3, Interesting

    How many game saves fit on the premium 360's hard drive after all the software updates?

  36. Cool crash screens though. by suso · · Score: 5, Funny

    You have to admit though. Those are some decent crash screens. Not unlike the screens you'd see when pulling out a Atari 2600 game cartridge with the power on. Hey wait, the crashes themselves look better than atari 2600 games. Oh no!

    1. Re:Cool crash screens though. by Gentlewhisper · · Score: 5, Funny

      >You have to admit though. Those are some decent crash screens. Not unlike the screens you'd see when pulling
      >out a Atari 2600 game cartridge with the power on. Hey wait, the crashes themselves look better than atari
      >2600 games. Oh no!

      Why didn't they color the crash screen using Microsoft's trademark blue?

    2. Re:Cool crash screens though. by Thud457 · · Score: 5, Funny
      Forget "but does it run Linux?"

      What people really want to know is "does it run the Sony rootkit?"

      --

      the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    3. Re:Cool crash screens though. by Alien+Being · · Score: 4, Funny

      "the crashes themselves look better than atari 2600 games"

      --- A Ballmerable Snowman ---

      Steve Ballmer is led onto a stage in chains and shackles. The audience looks aghast at the hideous creature. Although he is clearly dangerous, he seems to be pacified by a rather large contingent of middle managers.

      On the other side of the stage, Bill Gates is demonstrating the XBOX 360. The press is eating it up. The audience is on its feet. Suddenly the XBOX bursts into flames. Ballmer sees the flames and reacts with a violent primal rage. He explodes from his restraints with the strength of a hundred men. Rampaging through the audience, he effortlessly tears up rows of chairs, heaving them in every direction. Then, he turns on the people. He grabs each person by their ankles, turns them upside-down, and shakes the money out of their pockets. Bill Gates is speaking over the public adress "Please remain calm. The situation is under control." It's of no use. Panic has ensued.

      By this time, Ballmer is stomping around the arena, masturbating wildly, and crushing everyone and everything. Few survive. Finally, sweat-drenched and exhausted, he returns to the stage where he cuddles with his harem of developers.

    4. Re:Cool crash screens though. by The+Lynxpro · · Score: 2, Insightful

      "You have to admit though. Those are some decent crash screens. Not unlike the screens you'd see when pulling out a Atari 2600 game cartridge with the power on. Hey wait, the crashes themselves look better than atari 2600 games. Oh no!"

      Great. Compare the graphics of a year 2005 console with a platform that debuted in 1977.

      Funny thing is that my Atari 2600 still works. The only game that I ever had issues with was *Air Sea Battle*. Went through 20 cartridges of that and it never worked with my console. Good thing Atari didn't have a shrink-wrapped EULA to prevent the return of those cartridges back in the day.

      --
      "Right now, somewhere in this world, Scott Baio is plowing a woman he doesn't love," - Peter Griffin, *Family Guy*
    5. Re:Cool crash screens though. by TimeSpeak · · Score: 2, Informative

      OMG no-body's mentioned it's identical to the Mac OS crash screen, .... I guess /. readers are all linux and windows mongrels
      M$ those idea stealing bastards, I guess their all to popular BSD (blue screen of death) wasn't cutting it.

      --
      Am no fek Buddhist, but this is enlightenment.
    6. Re:Cool crash screens though. by KingPrad · · Score: 2, Funny

      I thought I was too old to be further psychologically damaged. How wrong I was!

      --
      Stop the Slashdot Effect! Don't read the articles!
  37. Re:What is this? A tabloid? by slavemowgli · · Score: 3, Insightful

    Well, I don't know about you, but if I buy systems with a *pre-installed* OS, no matter whether it's Linux or Windows or OS X or Plan 9 or whatever, I expect the system to be in a usable state. There is such a thing as quality control.

    This is even more true when you consider that a console is not like a PC - from a customer's point of view at least, it's much closer to any regular home appliance. To give an example, if you bought a new toaster and it didn't work, would you then say "that's OK, it might not have worked if I had installed NetBSD on it myself, too"? I don't know about you, but if I buy a toaster, I kinda expect it to be able to produce toast. And if I buy a game console, I kinda expect to be able to play games.

    And seriously, how many console models have you seen in your life that had this kind of failure after the initial launch? I've been buying consoles ever since the mid-80's, and I don't recall something like this happening ever, so I definitely would say that it *is* news indeed, in the truest sense of the word. Or is it just that it shouldn't be reported because it's Microsoft and you're a drooling fanboy who cries "M$ bashing! unfair! everytime he sees something that might be construed as being critical of M$?

    --
    quidquid latine dictum sit altum videtur.
  38. Unstable? by SpikeSpegiel · · Score: 5, Informative

    I waited up all night in front of a Best Buy to get mine. I also purchased Project Gotham Racing 3 and Kameo. With both games, I've spent most of my time playing PGR3. I have not had one crash, and the only trace I've seen of it is on Kotaku.

    As a note, the system is very thermally unstalbe. I have mine vertical, and every vent is needed. If you were to block any of the airholes for any reason, or to trap the air exiting via the rear of the sytsem, the system potentially could overheat. The exhaust was very high temperature when I checked it after an hour or two of PGR3.

    My rig (for reference) was running at 720P for part of it, 1080i for the other part (to compare whose transcoder was better, my TV or the XBOX). I'm on XBOX live, and upon boot, the system updated itself and restarted. This could have been a critical update that fixed the problem that people are talking about.

    All and all, I'm quite impressed with the hardware. The emulation works better with some XBOX games than others. For instance, Forza motorsport runs sluggishly on the 360, yet Dead or Alive 3 runs flawlessly.

    The live marketplace is impressive. They have HD downloads available, such as music videos and trailers. In addition, you can download new games such as bejewled from Microsoft. There are also themes that can be purchased via live, and as Penny Arcade themes are available, many people should be able to get their themes for sale on Live.

    If I see crashes, I'll repost. However, so far, after 10+ hours of operation, most of which with PGR3, I have no crashes or errors to report.

  39. Misleading Headline by Anonymous Coward · · Score: 4, Insightful

    How can you call the XBOX 360 'very unstable', based purely on a couple of sporadic forum posts, by anonymous people with no real media credibility. While I'm certainly not saying they are fake, I am saying some people have an agenda. And frankly, it wouldn't surprise me if some "hyper-ultra anti MS zealots" that frequent this site would do such a thing purely for kicks and a lack of maturity, such is the nature of those with a religeous devotion to something. Also, who says these people havn't opened up the XBOX, had a fiddle, tried some modding etc...

    Furthermore, with the exponentially increasing complexity of electronic products these days, it's to be expected that there will be some software bugs that need ironing out. A console as complex as the XBOX 360, with advanced networking features and a system such as Live will of course have some bugs to iron out. Microsoft will replace faulty units, because they wish the XBOX 360 to succeed and public outcry wouldn't be to there advantage.

    Finally, When Slashdot posts an article about the XBOX 360 launch, with links to sites effectively praising the console as an excellent product, with respected sites such as [H]ardocp giving it the thumbs up, it's poor journalism to immediately follow up with an instability article with poor sources. Common sense tells me if the XBOX 360 was 'very unstable', sites such as [H]ardOCP and GameSpy who would be testing and evaluating it extensively would also have run into issues, yet I see no mention of this on their sites.

    Very unstable? Rubbish. Editors need to be more responsible and ensure articles have an appropriate headline.

  40. Re:Track record by sqlrob · · Score: 2, Interesting

    The XBOX shipped with (no less than 3) critical flaws in its BIOS, allowing unsigned code to be ran provided that it was given the OK from signed media (I.E. Mechassault, SplinterCell, 007). Perhaps they will write cleaner code next time?

    You're combining things here. There were 3 flaws in the boot code. This is MS' fault.

    That has nothing to do with the overflows in those games. Unless MS wrote those games, they aren't responsible, unless they're auditing the code before signing it.

  41. Heat by captaineo · · Score: 5, Insightful

    The graphics glitches in those screenshots look like what happens when a modern graphics card overheats. For some reason the contents of the video RAM tend to get corrupted (covered with checkerboard blocks or rainbow colors) right before the system halts altogether.

    I don't have an Xbox, but maybe you could try running it with the cover off or a fan blowing on it?

    1. Re:Heat by DrStrange66 · · Score: 2, Informative
      I don't have an Xbox, but maybe you could try running it with the cover off or a fan blowing on it?
      Taking the cover off will void your warranty. Meaning you will not be able to to return it if Microsoft is presured to recall bad units.
    2. Re:Heat by Jarnis · · Score: 5, Informative

      Opening xbox not only voids your warranty, but also probably makes things worse. The cooling has special ducts directing the airflow, and if you pluck those out, it'll overheat even easier.

  42. Re:"Several posts" on a few boards = "very" unstab by Jeff+DeMaagd · · Score: 2, Insightful

    For all we know, it could be just bad game programming.

    The biggest problem I have with Microsoft OSs is the security, maintainability and usability.

    Under no circumstance do I believe that the NT line is unstable except for third party crap. Since 1998, I've had fewer BSODs with the NT-derived OSs than one every two years. The ones that I did get were actually because of bad hardware or a bad driver.

    Besides, no .0.00 release should be trusted to be stable, wait for an update.

  43. Rushed to market? by Winterblink · · Score: 4, Interesting

    Who knows, this could be a result of Microsoft rushing the hardware to make it in time for the holiday season.

    In the case of PDZ, I'd question the stability of the game from the fact they were stamping the damn thing before running it through Microsoft's test regime. The problem is with both parties frankly, because if you're stamping it before final testing, the you probably didn't do your OWN testing to make sure things were working properly. Or, I bet Rare was biting its fingernails hoping Microsoft didn't find known issues.

    Admittedly, this is version 1 of the 360. You can never find all the problems until a product is put out to market and widespread use finds all sorts of issues you never thought of. For all we know, some people having issues maybe have their 360 plugged into a dizzying array of power bars hooked up behind their home theaters. Power issue, maybe? Inadequate cooling? Time will tell.

    In any case, I'm pretty glad I'm not an early adopter this go-around. I'm still considering picking one up, but I think I'll wait until the game library's a little less sports-heavy, and maybe for the 65nm chipped versions to hit the shelves.

    --
    "I'm a leaf on the wind. Watch how I soar."
    -Hoban Washburn
    1. Re:Rushed to market? by swelke · · Score: 2, Funny

      Admittedly, this is version 1 of the 360.

      So you're saying it's going to take them 359 more versions to get it right? That sounds about par for the course from Microsoft.

      --
      Have you ever wondered How to Take Over
  44. Re:The error message by cbiltcliffe · · Score: 2, Informative

    "System Error: Contact XBox Customer Support"

    in 9 languages.

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  45. Oh, They Can Win by Greyfox · · Score: 4, Insightful
    They could give us a correct estimate of how long it will take them to actually do the job correctly. Or better yet, not talk about their new product until it's actually out the door, which IBM had to do for a long time under their consent decree with the DOJ, since they used to regularly abuse their monopoly power in the mainframe market by claiming their new mainframe would have millions of new features that their competitors never even dreamed of and would be out in just one more year. So naturally everyone would hold off their IT purchasing for another year. Then IBM would push the release date back or release a product with far fewer features than they originally said they would. That was the original anti-competitive practise that IBM invented. Yes, Microsoft can't even be innovative in business process.

    Of course, they've also shown that they can win with their anti-competitive practises. Too bad there's not some sort of legal entity that will call them on it...

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  46. /. crap by estebanf · · Score: 2, Interesting

    Most of the posts says that the console works great after several continous hours of playing. Only a few reported problems... it seems to me this is a /. overeaction.

    --
    DON'T STEAL MUSIC!
  47. Re:Last minute change in the BIOS? by TrappedByMyself · · Score: 4, Insightful

    It sounds like either the dev kits weren't in sync with production units, or someone as MS decided to add a last minute DRM to the BIOS.

    It sounds like you're just making shit up.

    --

    Help me take back Slashdot. When did 'News for Nerds' become 'FUD and Conspiracy Theories for Extremist Nutjobs'?
  48. the law makes it so by r00t · · Score: 2, Insightful

    In general, a company and/or the executives can get sued by the shareholders if profit isn't the primary goal.

    More specifically, it's "shareholder value", which is pretty much profit except that you might disguise the profit from the IRS.

    1. Re:the law makes it so by Dan+Ost · · Score: 3, Insightful

      You're (potentially inadvertantly) equivocating profit with value. They are not necessarily the same thing. If a public company is required to make a good faith effort to increase shareholder value, such things as reputation and integrity can be more important for the long-term success/value of the company than near-term profit.

      --

      *sigh* back to work...
  49. Actually by paranode · · Score: 3, Insightful
    Things like toasters and other appliances do come defective once in a while. This is not news. If your toaster is defective then you take it back and they replace it. There is nothing (yet) to indicate this Xbox problem is widespread. Slashdot just wanted to post this 'story' because they wanted to be able to laugh at MS and pretend the evil giant was on its knees because all Xbox 360s are defective. MS has it coming once in a while and deserves to be bashed but in this instance it's the MS-haters who sound like drooling fanboys.

    And for what it's worth another poster has already pointed out that Sony had some issues with the PS2 and there were lawsuits over it. These things do happen once in a while, get the replacement and get over it.

  50. Waiting to buy by Sandman1971 · · Score: 3, Insightful

    This is reason #1 why I'm waiting about a year to buy a 360. For MS to work out most of the big bugs.I can't say I feel sorry for anyone who's experiencing these problems. It's a risk you take when you rush out to buy untested technology. It shouldn't be this way, but its a fact of technology life. If people wouldn't be so quick to go out and buy, maybe companies might start smartening up.

    Other reasons include:

    -My current X-Box currently still have lots of life left in it.
    -Prices will go down.
    -Won't have to stand in line to get one, or go from store to store.
    -More selection of games.

    --
    It's better to burn out than to fade away
  51. I'd like to thank the guinea pigs by DrXym · · Score: 5, Funny
    ...who are discovering all the bugs and flaws in this new console. I don't know about others but I really appreciate your services - your willingness to queue up for the box; to pay a premium rate for a revision 1.0A piece of hardware; to choose from a paltry selection of mostly mediocre full-price games; and to gripe that the reality of your purchase might not meet up with your expectations or indeed what the hype lead you to believe.

    We salute you!

  52. Overheating! My experience. . . by Aegis9975bb2 · · Score: 5, Informative

    My XB360 crashed multiple times playing Quake 4. Personally, I think its an over heating issue.

    Since the machine is pretty loud I put it in my home-entairtainment cabinet, which it shares with a receiver, DVD player, and an old VHS. While the cabinet is relatively large, when I close the glass door and play the XB360 it gets very hot in there after playing (and I've been playing alot).

    Quake 4 seems to really stress the XB360 out since there is an aggrevating amount of slow down in the game. Several times when Quake 4 got too hectic my XB360 froze up on me. After I felt how hot it is I took it out of the cabinet and so far (being since last night) I haven't had any problems with crahes so far.

  53. Polls by Anonymous Coward · · Score: 2, Informative

    apparently team xbox started a poll. Very small sample but 15% of xbox 360's are freezing. It will be interesting to see what happens to the percentage as the sample grows.

    http://forum.teamxbox.com/showthread.php?t=392599

    1. Re:Polls by Golias · · Score: 4, Insightful

      apparently team xbox started a poll. Very small sample but 15% of xbox 360's are freezing. It will be interesting to see what happens to the percentage as the sample grows.

      Dude, if I had an X-Box and it was working properly, why would I be answering polls on some "team X-Box" site??? I'd be spending every waking hour (outside of work) playing Call of Duty 2 or something.

      Frankly, I'm stunned that their number isn't far closer to 100%.

      The real number of X-Boxes with problems is something we won't know for a couple weeks yet. It could be everybody, it could be a handful of loudmouths (or Sony astroturfers) trying to turn their bad experience into the next big consumer "crisis", a la the iPod battery "issues." Let's not get ahead of ourselves. If they screwed up the launch, we'll have plenty of time for MS-bashing fun when the dust settles.

      --

      Information wants to be anthropomorphized.

    2. Re:Polls by DannyO152 · · Score: 5, Funny

      Well, I wouldn't be surprised if Microsoft astroturfers weren't deployed to say positive things at any web site where there might be........ anti-Microsoft... comm..... HEY, wait a doggone moment.

    3. Re:Polls by trbofly · · Score: 2, Informative

      My box has been working perfectly. And I even got mine early because I won the Pepsi promotion. No Crashes, Great framerate, top notch user interface. I am happy...

    4. Re:Polls by iamhassi · · Score: 4, Insightful
      "Dude, if I had an X-Box and it was working properly, why would I be answering polls on some "team X-Box" site??? I'd be spending every waking hour (outside of work) playing Call of Duty 2 or something. Frankly, I'm stunned that their number isn't far closer to 100%."

      well, the real number is closer to 0.0001%, but apparently a few people did take a second to go on the forums to brag about their working xbox360 which is why it's only 85%. Think it's Cartman syndrome: got a cool new toy = gotta brag about it.

      The people who paid $300+ for a non-working xbox360 have nothing better to do than to bitch about it online so that's where the 15% came from.

      Just the fact that it's only 15% means there's very, very few people with broken xbox360s because when shit breaks the first thing the internet community does is bitch about it 24/7. If there was truly a lot of busted xbox360s out there then this number would be 100%.

      --
      my karma will be here long after I'm gone
    5. Re:Polls by Anonymous+Brave+Guy · · Score: 4, Funny

      Oh, come on. We^WThey'd never dream of doing something so low.

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    6. Re:Polls by cvas · · Score: 2, Insightful

      Just the fact that it's only 15% means there's very, very few people with broken xbox360s because when shit breaks the first thing the internet community does is bitch about it 24/7.

      Not saying you are wrong, but a couple things to consider:

      1. Not every person who bought a 360 knows about/participates/would post on an online forum. Also, who is to say they all have internet connections to post with? Even if every one of them had an internet connection, there is no guarantee they would post.

      2. Not every 360 bought yesterday has been opened and tested. It's the holiday season, how many of those 360s are going under a tree or menorah or whatever?

  54. What's your silver bullet? by Anonymous+Brave+Guy · · Score: 3, Insightful

    Perhaps you could share with us your incredibly accurate estimation technique? I'm sure many of us would love to know how you've solved a problem that no-one else in the business has managed to solve effectively for years.

    Seriously, estimation is hard. I'm sure you know that really. The best development shops I've worked for deal with this problem by having plans that can adapt to unexpected delays, including putting back the shipping date if necessary. Perhaps we're lucky; for some projects, that simply isn't an option. But it's a lot better than pretending you can estimate a project that's going to take hundreds of man-years accurately ahead of time, and then betting your business on being able to make your predicted shipping date.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    1. Re:What's your silver bullet? by Flyboy+Connor · · Score: 2, Informative
      Perhaps you could share with us your incredibly accurate estimation technique?

      It is called "experience", which Microsoft has plenty of.

      Seriously, after a few years of designing and developing a certain kind of systems, I have become pretty good at estimating how much time a new system will take to build. I start by dividing the development process into tasks, estimate the time needed for each task (each task will take no more than 2 weeks, so you can plan it fairly well), sum everything, and then add 20-50% margin, depending on the size of the project (20% for small projects, 50% for very large ones). Usually when I look at the end total, I get a feeling that I might have calculated a bit too much, but I know I have that feeling every time, and I leave it like it is. I am accurate with a margin of about 5%.

      My experience is that after I have made my estimation, I get lots of pressure from clients, sales managers, and higher-up staff, to reduce the needed time. Some of them even want to see all my estimates for smaller tasks, and try to remove a few days here and there. It is not difficult to argue "You estimate this task to be 10 days, but I think you can do it in 8, please tell me why you think you need 10." In the past, I have seen many of my colleagues buckle under the pressure and reduce their estimates. I don't. I simply point to my track record, and say "Perhaps this task might take a few days less, but other tasks might take a few days more. You can't be accurate on each single task, but the overall picture will be correct." The net result is that I manage to deliver good software on the deadlines, while my co-workers (at least those who have given in) are either late, or deliver crap. Some of them even got burn-outs.

      So the answer is: estimates should be made by people who have to do the work, not the people who have to sell it.

    2. Re:What's your silver bullet? by hackstraw · · Score: 2, Funny

      Perhaps you could share with us your incredibly accurate estimation technique?

      The best one I've heard was for the manager to take from the developers how much time it would take to complete the project, then double that, then take it to the next unit of measure.

      Developer: 1 day
      Manager: OK, that means 2 weeks.

      Developer: 1 month
      Manager: 2 years

      Seems reasonable to me. At the least, its very conservative :)

    3. Re:What's your silver bullet? by geoskd · · Score: 3, Informative
      Perhaps you could share with us your incredibly accurate estimation technique? I'm sure many of us would love to know how you've solved a problem that no-one else in the business has managed to solve effectively for years.

      Seriously, estimation is hard. I'm sure you know that really. The best development shops I've worked for deal with this problem by having plans that can adapt to unexpected delays, including putting back the shipping date if necessary. Perhaps we're lucky; for some projects, that simply isn't an option. But it's a lot better than pretending you can estimate a project that's going to take hundreds of man-years accurately ahead of time, and then betting your business on being able to make your predicted shipping date.


      The magic bullet to project management and time estimation is simple. As someone who has worked as a manager of others, as a programmer, and in the construction business, I will sit here and tell you that projects can be estimated with tremendous accuracy. The secret is two fold: This first part is that the person doing the estimate has to be qualified and capable of doing the work him/her self. Second: The project needs to have already completed the first stages of design. While this seems like a lot just to get a project estimate, it is critical.

      This is the reason that so many companies fail to estimate correctly. Either they have incompetent (read as nontechnical) people estimating the amount of time something will take, or else they are trying to estimate without having layed out the course of the overall design. People who know how to do this kind of estimation are in extreme demand, and unfortuately are extremely rare for the simple reason that most managers aren't qualified to do the work of those they manage. Those that are, have a tendency to start their own companies...

      -=Geoskd
      www.geoskd.com
      --
      I wish I had a good sig, but all the good ones are copyrighted
  55. What.. by paranode · · Score: 2, Insightful
    You didn't think Slashdot would miss a chance to link to some guy's photo album of a crashed game and pretend that MS was going to go bankrupt because none of the Xbox 360s worked did you? This kind of Slashdot headline is the bread and butter!

    What was it all those posters above were saying about checking things before pushing them out the door...

  56. Re:Last minute change in the BIOS? by cloudmaster · · Score: 4, Funny

    Yup, not enough synergy in the leveraging of ROM bits, it'll get your z-buffer out of sync with your bit blitter every time. When will they learn?

  57. Re:What is this? A tabloid? by 9mind · · Score: 2, Insightful
    And seriously, how many console models have you seen in your life that had this kind of failure after the initial launch? I've been buying consoles ever since the mid-80's, and I don't recall something like this happening ever,

    Funny, I've been buying consoles since the Atari2600 and remember EVERY console having some kind of weird promblem at launch. It's more publicized now with the advent of the internet... but I even remember th Commodore64 having recalls.

  58. Re:Last minute change in the BIOS? by GweeDo · · Score: 3, Insightful

    Why exactly are we modding up comments that are based purely on the random thoughts of some /. reader?

    Here, I got something for you all to waste some +1 Insightfuls on:

    I looks like some Sweatshop worker must have unsoldered the R15 line on 50% of their workload!

  59. Re:What is this? A tabloid? by Croaker · · Score: 2, Informative
    They probably make sure the system boots to the dashboard and then send it on for packaging.
    Not quite. From this Wall Street Journal Article:
    After each Xbox 360 rolls off the line, it undergoes two hours or so of automated testing and five minutes of manual testing before being packed into a plane
    And, if the hardware shows up damaged... doesn't MS take a hit because the packaging can't stand up to the abuse their supply channel will put it through? Making a fragile console is just as dumb as making one that's defective out of the box. I agree that it's too soon to say that the XBox 360 is unstable... but at the same time, many people see the console as a stable platform, whereas your PC may or may not work with the latest and greatest title.
  60. Smart move by M$ by frankcow · · Score: 2, Insightful

    I'm 99% sure Microsoft was well aware of the instabilities before the product launch. It actually works to their benefit, as they can now inform gamers that they need to connect to Live to get the software patches

  61. I harshly object by Loundry · · Score: 3, Interesting

    They- like all companies- are a FOR-PROFIT venture, and will do whatever they think is the thing that will garner them the most profit. Period.

    This is a most rephrehensible comment to make. You claim that since a company wants to make a profit, they will, therefore, by definition, do ANYTHING that might make them money. For instance, if kidnapping children and selling them into sexual slavery in Southeast Asia is profitable, then ANY for-profit company would have no compunction at all in doing so. This is a wrong-headed, insulting, and stupid idea. Perhaps you believe it because you believe axiomatically that the profit motive is evil.

    Welcome to Capitalism, enjoy your stay.

    You and I have very different understandings of capitalism. To me, capitalism is when people trade value-for-value as free individuals. It is immoral to make money through force or fraud, and those who do it should be punished. Capitalism is merely that which exists by default when individual property rights are protected by the state, free people are allowed to trade, and force and fraud are punished. It is the celebration of individual excellence. It allows companies like Ben & Jerry's and Starbucks to exist which, despite their leftist lip-service, are actually shining monuments to the success of capitalism over older, inferior competitors.

    To you, capitalism is probably the source of all the world's misery. I think that's an article of your faith as opposed to observations of reality.

    --
    I don't make the rules. I just make fun of them.
    1. Re:I harshly object by Viper+Daimao · · Score: 2, Insightful

      Exactly parent poster. Why would anyone do anything unless there was a profit for them? Why do you go to work? Because you get a profit from your work. Why does that guy down the street open up a small restaurant? Because he wanted to make a profit. Why did atari even start the home console market? To make a profit. Why are you living a house? Because someone thought that they could make a profit if they built a house and sold it to someone like you. Why is making a profit a bad thing? its the reason why anyone does anything. And you make a profit by giving people what they want not by cheating them or giving them bad products. Look at those companies who tried to cheat people, Enron, WorldCom, Arthur Anderson (who didnt even get convicted of doing anything wrong), ect, what kind of profit are they making now? None, they are out of business. Look at Johnson & Johnson in the early 80s. Someone had poisoned a few bottles of Tylenol with cyanide and actually killed people. The company knew that if they ever wanted to make a profit again they had to handle this quick and show the public thier responsibility. They quickly recalled over $100 million worth of tylenol and were honest with the public. Afterwards they gave coupons for $2.50 off of tylenol and lowered prices by 25%. They realized that morality and responsibility and honesty is good business, and they are still around because of that.

      --
      "In the game of life, someone always has to lose. To me, if life were fair, that someone would always be Oklahoma." -DKR
    2. Re:I harshly object by Solitude · · Score: 2, Insightful

      If kidnapping children and selling them into sexual slavery was overlooked or legal, you bet they would be. The only thing stopping them is laws, and even that some times doesn't. Remember, once upon a time slavery was legal, and there were companies that participated in that.

  62. Unfair by Chuck+Chunder · · Score: 4, Insightful
    Slashdot just wanted to post this 'story' because they wanted to be able to laugh at MS and pretend the evil giant was on its knees because all Xbox 360s are defective. MS has it coming once in a while and deserves to be bashed but in this instance it's the MS-haters who sound like drooling fanboys.
    I think that's a tad unfair. It's a 'story' because the 360 is hyped right now and anything that happens surrounding it is news. We've had months of rumour, speculation and hype. It hardly makes sense to start pointing the finger at 'MS-haters' when a story starts emerging showing the 360 in an unflattering light. Any details will be news on launch day and people will pick up whatever little bits they have and run with a story. That's just a natural follow-on from a much hyped launch.
    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
    1. Re:Unfair by Have+Blue · · Score: 3, Insightful

      No, if they reported just the facts in an objective manner it would be a story. It's a "story" because the headline was made grossly inaccurate just to make MS look bad. It could just as easily have been titled "Xbox 360 Problems Reported", but then the slashbots would be jumping all over the editors for "buying into the hype machine".

      I can only hope that next time someone finds a bug in the Linux kernel the story is entitled "Linux Development Process Fundamentally Flawed", but somehow I doubt this will happen.

  63. What to Watch by Winterblink · · Score: 4, Insightful

    What we should be reporting on, what is MORE newsworthy than just the instability, is Microsoft's reaction to it. If and when they find the problem, will they replace defective units? It's usually at times like these that a company shows its true committment to its customers and product. As an example, when the iMac flat panel line first came out there were lots of customers complaining of fan noise, and Apple was quick to figure out what was causing it and send out replacement parts to affected users. My first Mac was an iMac with such a problem, and their reaction to the problem was entirely reassuring to someone who bought in on a 1.0 version of a product. I'm definitely going to be keeping an eye on the news of these issues to see what kind of support is there for people.

    --
    "I'm a leaf on the wind. Watch how I soar."
    -Hoban Washburn
  64. What's "a trace of a crash?" by dpbsmith · · Score: 4, Funny

    "I have not had one crash, and the only trace I've seen of it is on Kotaku."

    What, exactly, is "a trace" of a crash? Sounds like "a little bit pregnant" to me...

    1. Re:What's "a trace of a crash?" by SpikeSpegiel · · Score: 2, Informative

      I mean there have been no glitches. For all intensive purposes, my Xbox 360 runs perfectly so far.

    2. Re:What's "a trace of a crash?" by Anonymous Coward · · Score: 2, Informative

      intensive purposes

      AAAAARRRRRRGGGHHHH

      Say it with me:

      intents and purposes
      intents and purposes
      intents and purposes

  65. If you read the forums by the+computer+guy+nex · · Score: 2, Interesting

    the video and screenshots have been proven fake.

  66. Dummies by Peeptophe · · Score: 3, Funny

    As much as the /. crowd complains about Microsoft products you would think they would realize buying version 1 of the 360 is like installing SP2 for Windows the day it comes out.

    --
    * Si hoc legere scis numium eruditionis habes *
  67. Hardware problems by Megane · · Score: 2, Interesting
    Given that apparently it's a small number of customers having this problem, I would have to suspect bad hardware is at fault. In particular, bad RAM. It happens. I got an HDTV tuner that out of the box had a bunch of shimmering vertical stripes in the video, and I rightly guessed that it was a RAM problem. I took it back and exchanged for the only one left in the store, which was the display model on the shelf, and I had no more problems with it. (Except I do have to reboot it every couple of weeks when something goes wonky like decoding the audio...)

    Also, where I work has used a 3rd-party embedded network processor card which has had problems with both the DRAM timing, and incompatibities with specific types of SRAM chips that were ordinarily within spec. We found this out pretty quickly because I wrote a better memory test than anyone else was using with this board. And we have other PC-based equipment that has had a couple of incidents with bad motherboard DIMMs.

    Hard crashes that affect a single digit percentage of users all running identical hardware and software, especially when some of those crashes are during boot.

    [tinfoilHat]Now we know why Microsoft wanted to limit quantities on the launch day![/tinfoilHat] Ha, ha, it's not cool that the customers with these problems probably had to buy a couple hundred bucks of accessories and games just to move to the front of the line. This is not where you want to find out that your brand new expensive game system suffers from dodgy RAM chips.

    This better not be happening in Japan, or they'll be stuck as the "DOABox" like the original XBox was. (Ha ha, that's funny, DOA, ha ha.) And if it is, they're probably going to have to send field service guys to people's houses to bow and gomennasai profusely as they swap out equipment to satisfy pissed off Japanese customers.

    --
    #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  68. Simple problem, simple solution by Mulletproof · · Score: 2, Interesting

    Everybody knows that this problem can be solved by boiling your Xbox.

    The obvious solution aside, I'm surpried that people are actually taking this story seriously, at least this early on. Does the overheating Xbox story of the last launch ring any bells? Exactly how over-hyped was that again? I'm holding off on buying a 360 myself, but not for this reason.

    --
    You need a FREE iPod Nano
  69. Re:And this is a surprize because? by Aegis9975bb2 · · Score: 5, Informative

    We're taking components and cramming them in spaces with insufficient free air delivery and we're surprised when they crash and burn.

    I've lost many hard drives and three computers (one Linux, one Mac and one Windows,) to "heat prostration". Sometimes the cases are not really capable of handling everything we can shove in there.

    I hate the monolith in Redmond as much as the next guy but... heat is the enemy here.

    I bet NOBODY who lives in a frozen food section at Safeway is reporting a crash.


    >>First off, my other consumer electronic devices (including my 600W receiver) have absolutely no problems with over-heating. As do, I'm assuming, most electronic devices made today.

    >>Secondly, as mentioned in my first post the cabinet is relatively large, and my VHS and DVD are obviously turned off when playing my XB360; there is ample space and ventilation in the cabinet, I put it on the shelf where my old Xbox used to sit.

    >>Thirdly, MS should obviously design their "home entertainment" device to be put in, well, a "home-enteirtainment" cabinet. Its unresonable to expect every person to use their XB360 in "frozen food section at Safeway" .

    It should also be mentioned that even outside the cabinet it's incredible hot. When I eject the DVD to the machine I can feel the heat of radiating from it, and the game is suprising hot to the touch. I've never had this problem with my original Xbox (that sat in the same cabinet), which I also bought on lauch day, and has been incredibly reliable since the day I got it. Personally, I think MS caved into the critism of the size of the original Xbox and stuffed the hardware into too small a place relative to heat disapation.

  70. Yes the can win. by LWATCDR · · Score: 2, Insightful

    "We whine when they delay and push back release dates of their OS over and over again but when they finally do come out with something "on time" (whatever that means) and it's not up to par we give them shit.

    So they can't win. Everyone knew that already but seriously it's not going to cost them anything."

    If they had released it on time and had it work then it would have been a win.

    This is a Video Game console! You are not supposed to have to patch it. It really is supposed to just work!
    Even if the patches where to add new functions or to fix "minor" issues that might be okay but not random crashes.

    If this is really happening Microsoft very well may have to pay for it. I have played some of the demos and while they where nice I didn't feel a need to rush out and buy it. If these start being returned it could be a big deal.
    I am more interested in the Revolution. Right now graphics have reached "good enough" I am more interested in game play now.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  71. Re:What is this? A tabloid? by djupedal · · Score: 2, Interesting

    What the Wall Street Journal article failed to capture, however, was the correlation between the recent (mid) production line testing (equipment) glitchs at the factory (PR'd as bottlenecks in the testing methods), and the reality behind those 'two hours or so of automated testing and five minutes of manual testing'...leading us to today's headline.

    Those two hours of supposed 'automated testing' are hands-off, burn-in time only (no loaded media)...no system testing involved, only logging the device id and power consumption while it sits on the burn rack. The five minutes 'manual' is more like two, with 'testing' being nothing more than voltage leak checks and on/off stabs.

    "It's broke, Jim, and since my expertise is limited to human anatomy, there's no way in hades you're going to use any damn xbox until we get back to earth....sorry."

  72. 90% of everything is crud by Urusai · · Score: 2, Interesting

    ...and 99% of consumer products nowadays are crap. This is something I've noticed, especially in programming, is that quality is meaningless.

    Quality is not some auxiliary adjunct property of an item, it is the SOLE value of the item. Consider, for instance, a pair of roller skates. We can abstractly quantify their quality from 0 to 100. Skates that do not work, or, perhaps, a couple of rocks, would have Skate Quality = 0. Skates that glided effortlessly, with zero chafe, are light and breezy (or warm if ice skates), would have Skate Quality = 100 (being the perfect pair of skates).

    Now, if you buy an item with Skate Quality = 0, anticipating skating value, you just got robbed. Selling a product of low quality is actually, in my opinion, misrepresentation and fraud.

    You buy things for their utility. If you do not receive that utility, you have been robbed. This is the state of affairs today--you are being systematically robbed. For instance, I paid for an eyeglass prescription THREE TIMES, once from an opthamologist, and 1) they all varied considerably, and 2) I still don't have a good prescription for my left eye. That's money stolen from me as far as I'm concerned because I have received little value for my money. Will I have to buy a dozen prescriptions and do a mathematical average of them? WTF is wrong with this world?

    Capitalism is broken.

  73. They'll have to come out with Xbox 361..... by rollthelosindice · · Score: 5, Funny

    for Workgroups

    1. Re:They'll have to come out with Xbox 361..... by Korexz · · Score: 2, Insightful

      I predict this will be blamed on hardware. Which mandates a RECALL!!!

      Sorry Timmy Santa had to take your XBOX 360 back to the North Pole so it didn't set the house on fire.

      I DON'T CARE MOMMY... IM A SPOILED BASTARD!!! GIMME NOW!!!

  74. My conspiracy theory by Anita+Coney · · Score: 3, Interesting

    This story was created, or at least hyped, by retailers to convince us to by extended warranties. I can hear the blue shirted dweebs now, "Oh man you've GOT to buy the warranty. Haven't you heard?! These things are crashing right and left!"

    --
    If someone says he and his monkey have nothing to hide, they almost certainly do.
  75. Quality Assurance? by Korexz · · Score: 2, Insightful

    I am a Software Quality Engineer. I know first had where testing falls on the list of priorities for a business. Microsoft does not value testing and QA the way they should. The game industry as a whole needs to start adopting QA practices if we are ever going to get beyond this current generation of consoles. We keep throwing complexity into the fire and expecting things to be fine... that complexity is the fuel that will halt the industry and send us back to the 1970's.

    You will see more of this as time passes and when complaints start rolling in Microsoft will wiggle its way out of this mess but in the end deliver much less than what they promised.

    DO THE SMART THING AND WAIT UNTIL THEY GET THEIR ACT TOGETHER!!!

    MAKE THEM RESPONSIBLE FOR THEIR MISTAKE!!!

    DO NOT BUY AN XBOX 360 UNTIL MARCH!!!


    I smell a recall

    1. Re:Quality Assurance? by Yahweh+Doesn't+Exist · · Score: 2, Insightful

      >DO NOT BUY AN XBOX 360 UNTIL MARCH!!!

      that's not making them responsible.

      how about: do not buy one at all unless MS apologises, fixes all problems and compensates the people affected.

      personally, I don't buy anything MS or Sony but even if I did I'd still get a Revolution as it's the most interesting to me.

  76. Xbox 360 Repair by DroppedAtBirth · · Score: 2, Funny

    Since I wasn't lucky enought to get an xbox 360 yet, Send all your crashing xbox 360's to me, I will be more than happy to test them for all you people complaining.

    --
    Rob
  77. Tech support response by Midnight+Thunder · · Score: 5, Interesting
    First, I would be curious to know what percentage of XBOX 360s have this issue? I ask this because only people having issues make any noise, with the rest spending too many hours playing with their new system.

    One thing that is worth sharing is the answer 'makaveli87' (post #79 in the Xbox Forums) gave about his contact with MS Support:

    "Ok I phoned tech support, I was on hold for about 40min. The first guy didn't really know what he was talking about, he kept trying to tell me to do things I had already tried like unplug everything or "read the manual" so he connected me to someone else. This guy seemed like a gamer or he at least knew what he was talking about. He told me that they were having several problems with the launch consoles, the hdd problem, overheating, something to do with the HD to SDTV thing on the back, game disks being scratched , problems with the operating system and a few disk read errors.
    He said the overheating problem will be the most common and that this is what I have. (If your console turns off or the screen freezes 90% of the time its an over heating issue. If you get one of the error screens its and OS problem.) he said for both of these problems they need to replace the console and that it would take 6-10 weeks!!! I asked why and he said that they are experiencing more problems then hey had hoped and that he is supposed to say 6-8 weeks, but last week he was telling people 4-6 and those people would be waiting until mid-january. He wouldn't go further into that though. He did tell me that I could hold onto the system and use it as much as I can for 2 or 3 weeks, send it in then and I would still get it back 6-10 weeks from now.
    Anyways the warranty covers any of those major problems I stated above so that's good. I guess #1 on MS list is to sell all of their consoles to new customers and let the people with problematic ones wait until after the holidays."
    --
    Jumpstart the tartan drive.
  78. Fixing Your XBox 360 by Nom+du+Keyboard · · Score: 3, Funny
    Step 1: Locate and delete file $sys$Crash.exe

    Step 2: Stop playing Sony music CD's in your new XBox. Everyone knows by now only MS O/S's are vulnerable to being rooted by Sony malware.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  79. Console problems. by Deathlizard · · Score: 2, Insightful

    This is a lot of the reasons I got out of console gaming and stick with my PC. None of these consoles seem to be reliable.

    A friend of mine is an avid console gamer. So far, he's gone through 2 playstations, 3 PS2's and and Xbox. The only thing he hasn't managed to break so far is his Gamecube, which is a testament of Nintendo building a console to last. Just wait for the PS3 and the revolution to be released, and then lets compare which console has the most problems.

    Sony is betting the farm on a lot of market untested technologies, Specifically Bluray. Bluray doesn't nearly have the 5+ years of refinement that DVD has had, and I can bet that looking at a bluray disk funny let alone getting fingerprints or a scratch on the disk will make it very susceptible to read failure. Meanwhile, Nintendo and Microsoft are using much more mature DVD tech, which will pay off with much less failure in the long run.

    Speaking of Bluray, Yes 50GB is great, but show me a game that uses more than 8.5GB. The only one that comes to my mind is the Everquest series with every expansion they have. Even HL2 and Quake4/Doom III with their mind blowing graphics doesn't crack a single layer of a dual layer DVD, so my guess is that most of that storage will be used for "Sega CD" uses like audio and video, instead of just using the high powered graphics hardware to do the cut scenes for you. Simply put, the only reason they put Bluray in the PS3 is to stronghold the movie industry to make Bluray the High Dev Movie standard, and in doing so, Sony is risking the relibility of the hardware.

    Nintendo wise, it looks like they went the path of refining the gamecube. The Cube's reliability is already pretty high. the only thing in question is the CD-ROM drive. Being a slot loader vs the old top loading design may be a problem, but knowing Nintendo they won't ship until the thing could survive warfare.

    Microsoft biggest problem is it likes to use commodity parts for it's hardware. Yes it make it a lot cheaper but it also bites them because it's not designed to take console level abuse. The Detachable hard drive to me looks like a big failure point, especially if there's no active protection on these drives. The CD-Roms are probably a big failure point as well. I also believe that heat problems are going to plague them as well, but time will tell.

    1. Re:Console problems. by rhavyn · · Score: 2, Interesting

      A friend of mine is an avid console gamer. So far, he's gone through 2 playstations, 3 PS2's and and Xbox.

      So you've got a friend who abuses his consoles. That's certainly not representative. My release day PS2 is still working just fine.

      Sony is betting the farm on a lot of market untested technologies, Specifically Bluray. Bluray doesn't nearly have the 5+ years of refinement that DVD has had, and I can bet that looking at a bluray disk funny let alone getting fingerprints or a scratch on the disk will make it very susceptible to read failure.

      They did the same with the DVD drive in the PS2 in 2000. And this is a Sony technology we're talking about, it would be saying a lot more if they didn't trust Blu-ray enough to include it.

      Speaking of Bluray, Yes 50GB is great, but show me a game that uses more than 8.5GB. The only one that comes to my mind is the Everquest series with every expansion they have. Even HL2 and Quake4/Doom III with their mind blowing graphics doesn't crack a single layer of a dual layer DVD, so my guess is that most of that storage will be used for "Sega CD" uses like audio and video, instead of just using the high powered graphics hardware to do the cut scenes for you. Simply put, the only reason they put Bluray in the PS3 is to stronghold the movie industry to make Bluray the High Dev Movie standard, and in doing so, Sony is risking the relibility of the hardware.

      HL2 and Quake4/Doom III have next to do content. Of course they don't take up much space. Now go look at RPGs which actually do require a large amount of storage space for content. Several of the RPGs released in the past year have required multiple DVDs. StarOcean: Till the End of Time is, to the best of my knowledge, the first PS2 game released which required 2 DVDs.

      As for the rest of your comment, blu-ray is a Sony technology. Why wouldn't they be using it?

  80. Re:And this is a surprize because? by Big_Al_B · · Score: 3, Insightful

    We're taking components and cramming them in spaces with insufficient free air delivery and we're surprised when they crash and burn.

    Consumer electronics should be designed to support consumer use, no?

    A consumer should be able to use AV cabinet "A" and AV device "B" the way both were intended. If not, then one thing, the other, or both were poorly designed.

    As a consumer, I would expect that any AV cabinet I buy is designed to accommodate or dissipate the heat from several devices consuming several amps each at 120 Volts. As a consumer, I would assume the X360 is designed to operate in reasonable temparture and humidity ranges, and also that it is designed to manage the BTUs it generates during operation. What exactly is wrong with this?

    I've lost many hard drives and three computers (one Linux, one Mac and one Windows,) to "heat prostration".

    I've owned and operated Macs, Wintel, and Linux boxen for almost 20 years, and I've run them on or under desks, and in closed, poorly ventilated "computer desk" cabinets. Not one has overheated, even the Mac that spent its entire 6 years as my main machine, in the closed cabinet, and had 3-4 HDDs at times.

    Sometimes the cases are not really capable of handling everything we can shove in there.

    Then why are we able to shove things in there? If there is a valid mounting position for something, the case designer should assume it's going to be used and design accordingly.

    I hate the monolith in Redmond as much as the next guy but... heat is the enemy here.

    I'm not specificly digging MS here, they just provided a context for the discussion. This is a fundemental design standard that all consumer products should meet, regardless of the product type or manufacturer.

    Heat is not an enemy, it's a predictabe condition. In this case, MS could easily tell how many amps the box pulls, and could easily compute the BTUs it would be generating. From there it's a risk management question: What is an acceptable mean failure rate, and how hot can we let it operate before we exceed that rate?

    I bet NOBODY who lives in a frozen food section at Safeway is reporting a crash.

    And I bet NOBODY considers that a valid consumer electronics operting specification.

  81. If Heat is the Problem... by Nom+du+Keyboard · · Score: 2, Funny

    If overheating is the problem as a number of posts seem to suggest, then I can see why Microsoft waited to release XBox 360 in November. Expect the real wave of failures to start hitting about June of 2006.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  82. ATI GPU & IBM CPU Problematic by RzUpAnmsCwrds · · Score: 3, Informative

    IBM's PPC970 is known to produce vast quantities of heat, particularly with three cores. And ATI's modern GPUs are hot potatoes as well - particularly when you consider that the ATI GPU in the XBOX is also serving as the northbridge.

    By all accounts, the system produces ~180W of heat while playing games. That's a lot to handle with only two 60mm fans.

    Microsoft is not alone with this problem - the PS3 has an NVIDIA GeForce 7800GTX derivitive that is clocked very high; it will produce at least 80W, and Cell will likely produce ~80W. More problematic for Sony is the fact that the current PS3 case has very few vent holes.

    Make no mistake - heat is an issue that will be problematic for all next generation consoles. The days of 25W desktop CPUs are over, as are the days of 30W performance GPUs.

    I'm just surprised that no one was smart enough to put a bloody Sempron in one of these consoles...

  83. Power Supply? by caffeinatedOnline · · Score: 2, Informative

    I have seen a few posts over at Xbox scene and elsewhere that are saying that the crashing is due to a bad power supply. The switched power supplies with other 360's, and the problems followed one particular power supply, and the system that had the problem at first worked fine with another power supply. I played for a few hours last night on both PGR and Perfect Dark, and had no problems what so ever. I will admit, though, that I am going to be saving on the heating bills this winter, as the box does spit out some really warm air.

    --
    The sky above the port was the color of television, tuned to a dead channel...
  84. How many of you have it on the carpet. by glesga_kiss · · Score: 3, Informative
    turning it upside down? /worked on the old PS

    A defect caused by a poor design, and only in the early models. Sounds familiar! A moving part was made of plastic and it wore a groove down in it over time. This messed up the lens alignment as it wasn't hitting the disk at 90 degrees. Turning it upsidedown meant that that gravity did the same job as the plastic sled. You could fix it by filling the groove with glue or some other filler to level it off.

    My main point: How many of the people with problems have the machine sitting on a carpet? I see this at friends places all the time. Most devices have vent holes on the bottom and passive ventilation is essential from bottom to top. If you place it on a carpet, you cover half of the vents and remove most of the airflow. If the xbox 360 is already a hot potato, this could even lead to a fire hazard. However, it should not be crashing. If it's overheating, the BIOS should notice and shutdown long before you start to get random glitches.

    If you don't have a desk to put it on, put a hard-back book between it and the floor.

    1. Re:How many of you have it on the carpet. by larien · · Score: 4, Insightful

      It's a games console... it's supposed to be in the living room. If the designers couldn't figure out that bit and left it with a flaw where it didn't work in a normal living room, they deserve to be shot.

    2. Re:How many of you have it on the carpet. by Bertie · · Score: 3, Insightful

      Maybe, but it won't be. It'll be on kids' bedroom floors, or buried under a pile of DVDs and stinky T-shirts in some student's dorm room, because those sort of people make up a large part of its market. To design the product without taking into account the conditions in which it will typically be used, whether it's advisable to use it like that or not, would be very silly, and I'm sure the product designers had more sense than to overlook something so obvious in testing.

    3. Re:How many of you have it on the carpet. by Secrity · · Score: 2, Insightful

      It's a children's toy and as such it gets treated as childrens' toys normally get treated. With a few wierd exceptions, such as the Creepy Crawler maker or the Easy Bake oven (which are usually seldom used and run out of refills by New Years Day); if a children's toy overheats when sitting in a proper position on a normally carpeted floor, then it has a serious engineering problem.

      Every audio or video component (toy or not) that I have ever seen in any entertainment center will work fine and not overheat if it is operated while sitting on normally carpeted floors. The few audio and video components that have bottom ventilation holes have feet that are long enough to keep the ventilation holes above the pile of most carpet. I have seen a few long shag carpets that could possibly block the bottom ventilation on certain components, but even then I am not sure that the component would overheat.

  85. You're wrong about the power supply by Rakthar · · Score: 3, Interesting

    The beta version is significantly larger (30-40%) than the production version.

    The PS2 has been plagued with reliability problems, both at launch and afterwards. It had similar heating issues and a lot of the same problems were reported. It's a mix of people not understanding that higher powered consoles are more sensitive to placement and heat ventilation, and the production issues that comes with first mass producing something.

    All these same rumors were present at the Xbox launch. Units being returned in droves, DVDs being scratched by the disc player, and all other kinds of malarkey. It ended up being untrue and just a couple of problems being blown out of proportion, and this will as well.

    I think there are more iPOD nanos having problems than there are 360s at the moment, but we're not jumping all over our sacred cow Apple, now are we?

  86. Re:And this is a surprize because? by syukton · · Score: 2, Insightful
    Sometimes the cases are not really capable of handling everything we can shove in there.

    Then why are we able to shove things in there? If there is a valid mounting position for something, the case designer should assume it's going to be used and design accordingly.


    Ok, so the designer should make what assumptions? Should he (or she, I'm an equal-opportunity blamer) assume that somebody will install 20gb drives in each hard drive position? How about 200gb? 400gb? Should they assume that each 5-1/4" drive bay will hold a CD-RW or a DVD+/-RW? How about a fanbus? Each of these peripherals have a different heat profile. The same type of components from different manufacturers also have different heat profiles.

    Just because we're able to do something doesn't mean it's a good idea. The speedometer on an average car goes up to 120 MPH. Should the designer assume that the car will be in constant operation at 120 miles per hour? Every car has a first gear and it's entirely possible to drive around everywhere in first gear so should the designer accomodate that method of use? An automobile trunk can accomodate generally about 10 cubic feet of stuff. Should the designer assume that the user will be filling that 10 cubic feet with quick-set concrete? I mean, they've provided space for it, why sholdn't I fill it with concrete? Maybe because that's a totally fucking stupid idea? Hmmmm...that might be it.

    There's a valid mounting position for something, you're absolutely right. Who says what something is? I think that multiple mounting positions exist so that you can flexibly install equipment according to your own best interests and the best interests of the hardware utilized. They don't exist so that you can cram in hard drives and CDRWs in every single available drive bay. A lot of computer chassis provide mounting holes that are used by some drives but not by others, and it's only for the purpose of flexibility.

    The designer shouldn't have to protect the system from the user, it's the user responsibility (a concept often lost on most people these days. le sigh) to protect their hardware. I wouldn't be surprised if the manual for the 360 says not to cover the air vents and/or to leave a certain amount of space between the vents and anything that would restrict airflow.

    I lost a 20gb IBM Deathstar drive one time, on my friggin' birthday. Since then, my hard drives have usually been installed in 5-1/4" drive bays with cooling fans in front of them, for the sake of their own longevity and reliability. I even use a heatpipe cooler on my drives these days, in addition to the fans.

    Everyone having problems with your 360, try using a vertical orientation outside any sort of cabinet or enclosure (this includes the shelf your home theater stuff is on) and definitely don't set it on top of your heat-radiating 500+ watt receiver (or cd player, or whatever).
    --
    Reinvent the wheel only at either a lower cost, greater effectiveness, or your own personal enrichment and satisfaction.
  87. Re:And this is a surprize because? by onrop · · Score: 2, Informative
    First off, my other consumer electronic devices (including my 600W receiver) have absolutely no problems with over-heating. As do, I'm assuming, most electronic devices made today.

    First, just because you don't see any symptoms, does not mean your equipment is not suffering from the excess heat. You could just be shortening the lifespan of your components without any current noticable clues.

    Second, the problem with most consumer AV cabinets is that they are designed for form, not function. IOW, they are made to look pretty in your living room, not safely house your equipment. Sure, a DVD Player, cable box (non-DVR), cd player, and basic receiver will live just fine in one of these cabinets, but you start putting things that generate real heat in there, and you're asking for trouble!

    To fix the heat issue in an AV cabinet, just cut a hole in the back of the cabinet, and stick a 30-40mm CPU fan over the hole. Did that in mine, and everything stays comfortably cool and stable!

  88. Then do at least semi-accurate discovery by Lonewolf666 · · Score: 2, Informative

    The problem with some companies is that they will not even make a cursory attempt at discovery before commiting to a deadline. I'm currently observing this on my own job...

    --
    C - the footgun of programming languages
  89. You have a brilliant future ahead of you by ackthpt · · Score: 3, Insightful
    Quitting the bleeding-edge to stick with mature mainstream stuff has saved me quite a bit of cash and trouble, I'll stick to that.

    You have the makings of a successful IT manager.

    --

    A feeling of having made the same mistake before: Deja Foobar
  90. My experience with the first 5 hours of use by sho222 · · Score: 4, Interesting

    My XBOX 360 was waiting for me when I got home from work last night. I had pre-ordered from EBGames.com and selected next day air shipping. My first 5 hours with the machine were not as smooth as I had hoped.

    After getting the old Xbox out of the way and hooking up the component cables, surround sound optical cable, wireless adapter, and ginormous power brick, the first thing I saw on the screen turning it on was an error screen. Black, with E74 in the center bottom - there was some other text as well, but I don't remember what it said and most of it was in another language. Not a great first impression, to say the least. I think the problem was the wireless adapter - I was using the one I bought for my original Xbox. I guess they don't play nice together. I'm not sure why really, I thought it was pretty much equivalent to a wireless bridge. Starting up the console without it plugged in resulted in the startup screen. A big error screen is a pretty harsh welcome - they could have at least set it up to start up the system as normal and then display a friendly error message about having to pony up more money for new accessories: "Sorry. Although your shiny new Xbox 360 might be able to play over 200 legacy Xbox games, the wireless adapter you bought is now just a paperweight with lights." That would be better than E74.

    After getting the Xbox on finally, I discovered that turning on the controller is less than intuitive. Batteries are included, and simple enough to insert. There is a nice sticker with the finger-pointing-hand icon pointing right at the Xbox 360 semisphere button. The message was clear enough: "Press this button to make this thing work." Nope. I pressed it. I pressed it again. Nothing. I unwrapped the second controller that EBGames so kindly packaged for me, and had the same result. Those damned things wouldn't turn on - no lights, no nothing. It was several minutes before I discovered that you need to hold the button down for several seconds before controller will turn on. I even resorted to RTFM, and still didn't find this crucial tidbit of info. That sucked for a while.

    Played PD0 first - no real issues. When I first inserted Project Gotham Racing, however, I saw a nice error screen that told that in order to play this game I must insert it into a Xbox 360 console. I thought that was what I did, but I ejected it and inserted it again just in case. It played the second time around, but when I was done and ready to try out Call of Duty 2, the Xbox 360 just went to a black screen, not the dashboard. Inserting a new disc did nothing - I tried all 4 of them. I had to turn the console off and back on again before it would recognize a game. What the hell? I felt like blowing on the disc and in the tray for old time's sake.

    I could gripe a bit about how counterintuitive it is to get a second player to join in games, but I'll chalk that up to my lack of experience with the new interface...

    After wading through most of the nonesense, I had a pretty good time my first night with the new system, but damn was it a rough start. The games are pretty fun (PDZ, PGR3, CoD2, Kameo), but at no time did I feel completely blown away by the graphics or the gameplay. Kameo is probably the best of the bunch. I fully expect to encounter more glitches, but there is little chance that I'll send the system away for repairs at this point when most people can't even get their hands on one until next year. That would just be insensitive.

  91. Can't show you many because there is no space by SuperKendall · · Score: 2, Informative

    Sony is betting the farm on a lot of market untested technologies, Specifically Bluray. Bluray doesn't nearly have the 5+ years of refinement that DVD has had, and I can bet that looking at a bluray disk funny let alone getting fingerprints or a scratch on the disk will make it very susceptible to read failure. Meanwhile, Nintendo and Microsoft are using much more mature DVD tech, which will pay off with much less failure in the long run.

    First of all, Blu-Ray (and HD-DVD) discs have become nigh-invulnerable due to a new coating. Supposedly you can literally take steel wool to the discs and not scratch them. Fingerprints also do not hold well on the new material, but even if they did generally they do not cause a problem for readers.

    I would also note that DVD technology was still rather new when Sony put it in the PS2, not much further ahead of where the Blu-Ray players will be in six months or so.

    Speaking of Bluray, Yes 50GB is great, but show me a game that uses more than 8.5GB.

    As noted by another poster, there are a few already. However there is a good reason why you do not see more - because it costs a lot of money to add another disc! The package is more expensive, you double the burning cost, and of course it's a pain to switch discs and most game makers will do anything they can to fit on one disc.

    With more space aviliable developers will naturally start using it. How? Don't forget the new consoles support HDR (high dynamic range) which means larger textures. Furthermore with more space you cna ease up on compression (assuming you were compressing some things like audio a lot just to conserve space and not processor power). You can have more FMV (yeah, I know it doesn't really add to a game but still) and more extras like "making of" videos (which are cool).

    Now here's the problem facing Microsoft. Next year, game makers will start releasing games that make use of the space availiable on a Blu-Ray disc. Now what happens when a game maker wants to port that to the 360? They have to cram it in a smaller space which means either taking out some stuff or compressing the hell out of it. So shortly after the PS3 launch you will see some game comparisons for cross-platform games noting the 360 looks slightly worse and interpreting that to mean a less powerful system, when in fact all it might be is compression issues!

    A console has to stand out for about fpur years, and so generally has some very advanaced technology in it. To use sort of "old" components is to invite system deprication after only a year or so. Just imagine the marketing leverage Sony will have by touting the PS3 as having the next generation of DVD playing in addition to a world-class console that can play the vast library of the PS2 and PS1. How can Microsoft really counter? My guess is they will release an HD-DVD version of the 360 shipping with Halo 3 (on HD-DVD) around the launch of the PS3, but that's going to anger a lot of people if they do so.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  92. Never mind that... by Tim+Browse · · Score: 2, Funny

    ...can anyone tell us what the Comedy Manual Phrase is for Xbox 360?

    i.e. the warning phrase that is repeated throughout the manual in a worrying but also amusing way.

    For Xbox, it was something like "...or the Xbox may fall and injure a small child". (pretty good)

    For Dreamcast, it was "...otherwise the Dreamcast may catch fire." (the original, and still the best)

    What is it for Xbox 360? :)

  93. Xbox team by k00110 · · Score: 2, Funny

    Xbox team : "We need a crash mode for Gotham racing 3 just like Burn out 3"

    developpers : "Are you serious about the crash mode?"

    Xbox team : "Ya, put a crash mode in"

    developpers : "huh, oh, ok!".

  94. mine works great. by YesIAmAScript · · Score: 2, Informative

    That's a weird experience you've had. My 360 (two days old now) has worked great, and my brothers (since last Friday, a Mt. Dew unit) has also. It's ridiculously loud and hot, but what can I do?

    I agree the thing about having to log in two people to play two-players games is very very weird. It sure wouldn't work in a kiosk at the store! It does work once you do it though.

    All in all, I'm very impressed. The Live integration is great.

    --
    http://lkml.org/lkml/2005/8/20/95
  95. Is it just me? by TheNetAvenger · · Score: 2, Insightful

    Is it just me, or are there more people here on slashdot talking about this, than actual posts of the problems on all the sites combined.

    Even following the links provided by the poster and visiting MS newsgroups, out of the posts, it looks like there are maybe 100 people at the most that have encountered a problem...

    Out of the 'how many units', and this is the number of problems experienced to warrant a SlahDot trash thread?

    This is a joke, right? Shall we compaire other product releases, take the iPod, iMac, or many HD units or Dell brands or whatever...

    In comparison, this is a significantly small number of problems reported in comparision to the number of units that were purchased.

    As a side note, my spouse works in the retail gaming industry, and they have had very little reported problems in comparison to the units they have sold.

    For example, PS2s sold last week generate more customer calls and returns for errors and crashing on a percentange then they are seeing with the 360.

    Weird uh, after so many years, you would think Sony would have the PS2 hardware problem worked out. (And you would not believe the percentage each store has seen with the PS2 where customers brought back units that literally caught on fire, well smoke at least.)

    Get off your we hate everything MS does and think for yourself. Go research this yourself if you are considering one, listening to other slashdotters is 'not' a source for news.