Slashdot Mirror


Some Back Compat Problems For PS3

Via Opposable Thumbs at Ars Technica, the news at IGN that there are some annoying backwards compatibility issues with the PS3 and the PS2. Specifically, there are about 196 games that are experiencing issues. From the article: "In response to these issues, Sony's PR department pointed out that it, from the start, expected backwards compatibility to be less than 100%. It was also good enough to point out that some people can put up with playing games that lack sound. Regardless of this somewhat arrogant response, an official statement issued at the PlayStation.com site states that Sony will fix the problems with a future system update, and may even resort to individual patches for certain titles. When this will happen has yet to be specified." Qj.net has a list of some of the problem games, with their specific issues. It sounds bad, but to put this in perspective I believe there are still far more PS2 games playable on the PS3 than there are Xbox games playable on the 360.

138 comments

  1. i wonder by thejrwr · · Score: 2, Insightful

    i wonder tho, why was the ps2 so good at playing ps1 games

    1. Re:i wonder by Mursk · · Score: 2, Informative

      I'm sure someone with superior technical knowledge on this subject will correct me before long, but I believe it's because they were able to essentially include much of the original PS hardware on a single chip in the PS2. It's not quite at the point where they can emulate the PS2 the same way.

      --
      "This thing does science so hard, you say, 'I've never seen that much science.'" -Sam
    2. Re:i wonder by HappySqurriel · · Score: 2, Informative

      IIRC the Playstation processor was included on the PS2 as the sound processor ...
      Currently the Emotion Engine has been included in the PS3 in a similar way ...

      Personally, I would suspect that much of the non-CPU related functionality of the PS2 is being emulated on the Cell processor but the emulation is incomplete

    3. Re:i wonder by trcooper · · Score: 1, Insightful

      The PS3 uses software emulation. The PS2's IO processor was basically a PSX as I remember, and they were able to leverage it to run old games.

      Since they're using software emulation now, they're in for the same issues that the 360 has. I don't think the issue to the consumers will be how many games work, but which games work. Few people will care if Madden '99 runs on the PS3, but they might be upset if their recently bought FF XII wouldn't.

    4. Re:i wonder by Anonymous Coward · · Score: 0

      Because the PS2 used the PS1 processor as a coprocessor.

    5. Re:i wonder by UbuntuDupe · · Score: 2, Interesting

      All I know is, whenever I ask on a forum why emulation is so hard if you have the specs for the thing you're emulating, and designed the emulating system and thus can "translate" the new OS commands, I get a vague explanation from "experts" on the matter. Then when I ask clarifying questions about the explanations, they take it as rudeness and refuse to give any information that would reveal understanding of console architecture.

    6. Re:i wonder by Anonymous Coward · · Score: 0

      Because what used to be the PS1 was the I/O subsystem in the PS2, a pretty smart move if you ask me.

    7. Re:i wonder by bile · · Score: 2, Informative

      Actually they planed on software emulation but were unable to create the emulator in time so each PS3 actually contains an EE/GS chipset as used in the new PStwo's. At some point if/when the full software emulator is finished they will remove the EE/GS to save money.

    8. Re:i wonder by RzUpAnmsCwrds · · Score: 2, Informative
      I'm sure someone with superior technical knowledge on this subject will correct me before long, but I believe it's because they were able to essentially include much of the original PS hardware on a single chip in the PS2. It's not quite at the point where they can emulate the PS2 the same way.


      Actually, that's exactly what Sony did with the PS3 - the PS3 motherboard contains the same EE+GS chip that powers the slim PS2.

      You can see it on the left side of this photo.
    9. Re:i wonder by Rufus211 · · Score: 4, Informative

      Wrong.

      If you look at the pictures there are 4 chips. Cell (the main CPU), RSX (the GPU), EE/GS (the PS2), and an unmarked I/O chip.

      They plan on doing software emulation at some point in the future, and when they do they'll drop the PS2 chip and RAMs from the board. Untill then there's a full hardware PS2 in every PS3.

    10. Re:i wonder by JordanL · · Score: 1

      I wonder why people are forgetting the graveyard of broken promises that the X360 has yet to fulfill...

    11. Re:i wonder by tlhIngan · · Score: 1

      i wonder tho, why was the ps2 so good at playing ps1 games


      It's because the PS2 actually included PSX hardware in it. There's a adjunct chip addtached to the Emotion Engine called the IO Processor, which is used to handle all the I/O in the system (controllers, DVD-ROM, sound, etc), very DMA-ish. This I/O processor basically includes the central processing core of the PSX as well - in PSX mode, the Emotion Engine would basically end up (with the Graphics Synthesizer) acting as the graphics chip, while the I/O processor became the main processor. That's why the graphics were "upscaled" a bit, but the games worked quite well provided they didn't do anything funny.

      What I find interesting is that in the PS3 teardown photos, there's a chip besides the Cell/BE (Cell Broadband Engine) and RS (Reality Synthesizer), called EE/GS (Emotion Engine/Graphics Synthesizer), which would imply the guts of the PS2 are embedded in the PS3... which should result in a lot of games working. Especially important ones like Guitar Hero.

      Unlike the Xbox360, which has NO adjunct x86 processor, and instead relies on the 3 PowerPC cores to emulate the x86 CPU and translate graphics calls to the ATI GPU. Hence why backwards compatitibility is awful on the 360.
    12. Re:i wonder by thejrwr · · Score: 1

      i think the ps3 will have better compat for xbox games then the xbox360 (enmu software under linux)

    13. Re:i wonder by MaineCoon · · Score: 1

      Because they're plowing the ground for the graveyard of broken promises the PS3 will fail to fulfill.

      --
      Hunt your preferred prey at Aliens vs Predator MUD. Join the war at avpmud.com port 4000
    14. Re:i wonder by octopus72 · · Score: 1

      So even Sony can't create an emulator for PS3 :)
      Maybe PCSX2 folks should lend them a hand...

    15. Re:i wonder by Aladrin · · Score: 2, Informative

      The answer is actually amazingly simple. Programmers. Damn their souls. They find ways to trick the hardware into performing better, or at least APPEARING to perform better, that wasn't designed by the original hardware engineers. They use little-explored functions for un-imagined uses. They generally just use the system hard until you have to emulate the original hardware bug-for-bug or SOME game will fail horribly. There will always be a crazy programmer that managed to make bug X actually be a useful thing.

      Of course, there's also those idiot programmers that had NO idea how function Y was supposed to work, used it wrong and got a 'meaningful' answer somehow. Maybe it rounded the float early and shouldn't have, but his code now relies on that bug. Maybe he used it BECAUSE it does that. Who knows.

      In the end, it has nothing to do with the hardware and everything to do with the software used on that hardware, and that's why those 'experts' can't answer your question.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    16. Re:i wonder by ClamIAm · · Score: 1

      My guess: the PS1 is a lot less complex than the PS2. The more complicated the system, the harder it is to emulate 100% correctly.

      Another thing is that, with the PS2, Sony was not able to stream software updates over the internet onto peoples' hard drives. The PS3's storage and connectivity abilities allow them to be "lazier" in getting the bugs out of the system, just like Microsoft with the Xbox and 360.

    17. Re:i wonder by NemosomeN · · Score: 1

      Funny that you say that. They were looking to recruit _DEMO_.

      --
      I hate grammar Nazi's.
    18. Re:i wonder by abandonment · · Score: 1

      By the end of September 2006, there were 8,181 PS2 titles released worldwide (4,554 in Asia, 1,319 in North America, and 2,308 in Europe),[7] accounting for cumulative production shipments of 1.127 billion units.

      http://en.wikipedia.org/wiki/PlayStation_2

      Having issues with 130 or so games is PRETTY GOOD as far as backwards compatibility goes. Compare this to the 'how many?' original xbox games that play on the 360 - even now. Not to mention the fact that Microsoft's version of backwards compatibility is a hilarious, hideous implementation...

      You're still looking at just over 1% of ps2 games having issues...basically a rounding error - but NOOO the media (and xbox fanboys) will grasp at any straws that they can in order to try and make sony sound bad..

      So funny.

    19. Re:i wonder by TheRaven64 · · Score: 1
      Unlike the Xbox360, which has NO adjunct x86 processor, and instead relies on the 3 PowerPC cores to emulate the x86 CPU and translate graphics calls to the ATI GPU. Hence why backwards compatitibility is awful on the 360.

      Kind of surprising, since they bought the company that made a really good x86 emulator for PowerPC. VirtualPC gave something like 25-50% native performance, and all the DirectX-related stuff should be handled outside the emulator.

      --
      I am TheRaven on Soylent News
    20. Re:i wonder by TheRaven64 · · Score: 1

      I can't find any Linux XBox emulators. There are quite a few Windows ones, which are much easier to write since they are emulating an x86 CPU and DirectX on an x86 machine that has DirectX.

      --
      I am TheRaven on Soylent News
    21. Re:i wonder by MaineCoon · · Score: 1

      I fail to see how backwards compatability should be the key selling point of a console, yet everyone trots that out like it's a holy grail of gaming.

      Isn't the point of buying a new console to play... new games? One doesn't buy a next gen console solely for the sake of playing old games. Granted that is a use and a selling point, but it's not the god damned WHOLE point!

      --
      Hunt your preferred prey at Aliens vs Predator MUD. Join the war at avpmud.com port 4000
    22. Re:i wonder by AcidLacedPenguiN · · Score: 1

      I do agree that the list of working backwards compatible games this makes the Xbox360 look foolish, but I'd be like half-way to affording a PS3 if I got a nickel for every time a Sony fanboy told me that PS3 is "so totally awesome because it is guaranteed to play all my PS1/PS2 games!!!!" I thought one of the better points of the PS3 was guaranteed backwards compatibility by including the old hardware.

      --
      disclaimer: I've been known to store numbers in my ass for which to dig out when quantities are required.
    23. Re:i wonder by KDR_11k · · Score: 1

      Do you really think they went through all 8000 titles to get this list together?

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
  2. 196 by stoolpigeon · · Score: 1

    so does that mean the other 800 or 900 work fine? i don't own a ps2 or ps3 - i own a gamecube, but when i go into a gamestop (or something similar) it feels like there are thousands of play station games out there, me i've just got to look for the little bitty gc section.

    --
    It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
    1. Re:196 by Ohlmy1 · · Score: 0

      Perhaps they should relate the percentage of backwards compatible games between the 2 systems. Would things look more even then? BTW, is anyone really that excited about being forced to use Blu-Ray technology anyway? Does anyone remember Betamax? Expect Blu-Ray to go the same way.

    2. Re:196 by j00r0m4nc3r · · Score: 1

      Yeah, there are 900 games you would never want to play.

    3. Re:196 by CastrTroy · · Score: 1

      Well according to Wikipedia, Playstation has about 1400 games, while the GameCube has about 700 games. So, there's plenty of games for both systems, although Playstation has twice as many games. The difference you see in stores is due to the fact that there's many more people with a PS2, so the decide to dedicate more space to PS2 games. However, Being a GameCube owner I find that GameCube probably has as many good games, if not more than Playstation. Remember it's not the number of games that matter, but how good the games are. I would buy a system that only had 20 games if I thought every one of those games was amazing. I've never even owned more than 20 games for any 1 system anyway.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    4. Re:196 by alphaseven · · Score: 1
      so does that mean the other 800 or 900 work fine? i don't own a ps2 or ps3 - i own a gamecube, but when i go into a gamestop (or something similar) it feels like there are thousands of play station games out there, me i've just got to look for the little bitty gc section.

      There are about 16'000 different PS1 and PS2 titles, counting all regions... source.

    5. Re:196 by _Hiro_ · · Score: 1

      Funny, every time I walk into a gaming store I'm reminded of how many cool games are available for GCN and I have a PS2.

      That's why I'm getting a Wii. Now I can play PS1, PS2, GCN, and Wii games all with only two consoles. If only someone would work in Saturn / Dreamcast / Sega CD support, I could unhook all these other disc-based consoles I own...

      --
      -Pope Peter Porker, S.O.W., K.M.K.R., U.G.O.A., F.S.G.S.D.
    6. Re:196 by tbannist · · Score: 1

      Funny, I have a GameCube and a PS2 and every time I walk into a gaming store, I'm reminded of how many cool games are not available for the GameCube.

      Frankly, most of the GameCube games seem to be rubbish.

      --
      Fanatically anti-fanatical
    7. Re:196 by octopus72 · · Score: 1

      Most problems are minor glitches video, sound glitches and sometimes screen gets corrupted (apart from games that use PS2 HDD). Some bugs are even fixed with 1.10 firmware. I suppose that 80%-90% of those games will be resolved with firmware updates (which console can download str8 from SCEI web site).

    8. Re:196 by Carnildo · · Score: 1
      That's why I'm getting a Wii. Now I can play PS1, PS2, GCN, and Wii games all with only two consoles. If only someone would work in Saturn / Dreamcast / Sega CD support, I could unhook all these other disc-based consoles I own...


      It's why I've got a Linux PC: Now I can play PS1, N64, XBox, SNES, NES, DOS, Windows, 68k Mac, C64, etc. games all on one box.
      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    9. Re:196 by MikeBabcock · · Score: 1

      I've read this tripe before. Lets pretend you like very game on the GameCube. There's still more games you'd like on the PS2 than for the GameCube. There are 16 thousand total games for the PlayStation2. So some of them suck. Some of the big names one suck. There are a lot of good games for the PS2 however.

      If you have a Gamecube and really enjoy it, good, keep enjoying it. Personally, my Gamecube owning friends are jealous of my huge collection of really good games for the PS2 and I don't own anywhere near all the best ones I'd enjoy.

      --
      - Michael T. Babcock (Yes, I blog)
    10. Re:196 by KDR_11k · · Score: 1

      Yes, counting every language or region code version.

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
  3. no sound? by c0reboarder · · Score: 5, Funny

    Who needs sound for guitar hero or DDR, seriously?

    1. Re:no sound? by lpangelrob · · Score: 4, Funny
      Who needs sound for guitar hero or DDR, seriously?

      Real DDR players step to white noise. Expert players don't even need their PS3 to output a freaking video signal.

    2. Re:no sound? by tepples · · Score: 1
      Real DDR players step to white noise.

      Don't tell me someone made a StepMania simfile to "Onderheynah".

    3. Re:no sound? by bym051d · · Score: 1

      Guitar Hero's not playable on PS3 anyway since the controller won't work. DDR might be if you have a USB controller.

  4. PS2 Hard Drive by Reapman · · Score: 1

    I remember reading recently that any PS2 hard drive based games like FFXI and some others will not run on the PS3 for now, but there is a future patch coming down.

  5. They expected it, but did they point it out? by Chris+Burke · · Score: 1, Insightful

    "In response to these issues, Sony's PR department pointed out that it, from the start, expected backwards compatibility to be less than 100%"

    So Sony's PR department expected backwards compatibility to be less than 100% from the start.

    Did Sony's PR department point out that backwards compatibility would be less than 100% from the start?

    I'll admit I haven't read every PS3-related press release, but have they been informing customers from the beginning that they too should not expect 100% compatability? I don't remember reading anything like that, and based on the good backwards compatability of PS1 games on PS2 I expected the situation to be the same. So if they expected these problems but just didn't tell anyone.. that's supposed to make them sound better?

    --

    The enemies of Democracy are
    1. Re:They expected it, but did they point it out? by ivan256 · · Score: 2, Interesting

      I don't remember reading anything like that, and based on the good backwards compatability of PS1 games on PS2 I expected the situation to be the same.

      There was PS1 -> PS2 incompatibility as well to the tune of a couple percent of the overall title list. The compatible titles differed even from revision to revision of the PS2. It sounds like the situation is the same.

    2. Re:They expected it, but did they point it out? by Anonymous Coward · · Score: 1, Informative

      The IO processor was changed in a later revision of the PS2 (silver slim). Games which didn't follow the TRC requirements mis-used the old functionality and broke when new functionality was introduced. The situation is still far better than the 360, ~30 games broken out of 2000 versus 300 games working.

    3. Re:They expected it, but did they point it out? by Chris+Burke · · Score: 1

      The IO processor was changed in a later revision of the PS2 (silver slim). Games which didn't follow the TRC requirements mis-used the old functionality and broke when new functionality was introduced. The situation is still far better than the 360, ~30 games broken out of 2000 versus 300 games working.

      So those games break on the later versions of the PS2 also? Interesting. You'd think Sony would do what all the x86 manufacturers have had to do: Make all future hardware bug-for-bug compatible with old hardware based on the behavior programmers coded to. But that's probably a lot tougher without x86's extensive history.

      Yeah it's a better story than the 360, but that's damning with faint praise, since they have to individually fix and port each game.

      --

      The enemies of Democracy are
    4. Re:They expected it, but did they point it out? by TGTilde · · Score: 3, Insightful

      Actually they did state this. In fact they specifically stated that any game that didn't follow Sony's TRC (technical requirement chcklist) in creating PS2 games would NOT work on the PS3. They also said any game that needed a new peripheral, such as Guitar Hero, would NOT work. They didn't need to state specifically "We did not expect 100%" because the above infers this to be true. Source: http://www.shacknews.com/onearticle.x/41353

      --
      --- Bah, who needs a sig?
    5. Re:They expected it, but did they point it out? by dknj · · Score: 1

      x86 is a horrible mismash of backwards compatibility. the day we have to wipe the slate and start over will be the day x86 stability improves 10fold.

    6. Re:They expected it, but did they point it out? by Chris+Burke · · Score: 1

      x86 is a horrible mismash of backwards compatibility

      My only disagreement with this statement is that you didn't use enough superlatives and explitives.

      the day we have to wipe the slate and start over will be the day x86 stability improves 10fold.

      Are you talking about software stability? I highly doubt ISA backward compatability is a significant source of instability. Old software may be unstable, but it would be unstable on old hardware or new. Windows backward compatability causes instability because it prevents them from re-writing or getting rid of insecure and unstable interfaces, but the ISA isn't the problem.

      Besides, one nice thing is that when a new operating mode is introduced it provides an opportunity to drop old features, except in compatability modes. E.g., x86-64 (mostly) doesn't have segmentation, it doesn't have undefined flag values, it doesn't have some of the stranger and more useless instructions. Sure if you switch to 32-bit or 16-bit mode it does, but new software isn't encumbered with the cruft. And hardware designers are free to make the old cruft slow so as to discourage it's continued usage. :)

      --

      The enemies of Democracy are
    7. Re:They expected it, but did they point it out? by ClamIAm · · Score: 1

      They also said any game that needed a new peripheral, such as Guitar Hero, would NOT work.

      I really wish Sony made some PSX -> USB dongles to get around this. The whole idea of backwards compatibility is to not need every system you've ever bought. Of course, I have no plans to buy a PS3 anytime soon, so it doesn't really affect me; however I do still have my Gameboy Color, for the few games that require either its formfactor or its IR port.

    8. Re:They expected it, but did they point it out? by MikeBabcock · · Score: 1

      Sony made public statements earlier this year about how hard it was to support some PS2 games because the programmers hadn't followed the actual guidelines from Sony for programming the PS2, instead relying on undocumented behaviors. In those cases, I'm sure, it will turn out they will no longer be emulatable for the near future on the PS3.

      --
      - Michael T. Babcock (Yes, I blog)
    9. Re:They expected it, but did they point it out? by SuiteSisterMary · · Score: 1

      They tried that, it was called Itanium, and one of the main criticisims of it was....that it ran x86 code poorly.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
  6. Why the bad press? by Frobozz0 · · Score: 1

    I'm confused. If you need to play a PS2 game on the PS3, and it doesn't work well. WHY NOT PLUG IN YOUR PS2? I'm assuming you didn't purchase a bunch of PS2 games to sit on a shelf and collect dust. There must have been a PS2 in your greasy palms at some point.

    The PS3 is likely emulating a PS2 through a combination of hardware and software. Since 99.99% of the people buying a PS3 will want to play PS3 games on their PS3, this really isn't an earth shattering issue. For the small remaining crew, they have a PS2 they could hook up until the firmware updates roll out to correct it.

    --
    "Politicians find new names for institutions which under old names have become odious to the people."
    1. Re:Why the bad press? by PrescriptionWarning · · Score: 2, Insightful

      the way I see it, is that people don't need several consoles hanging around the house, when instead they could have one or two that can play em all. If it were a perfect world, a PS3 could play any game ever made on CD or DVD, same with the xbox 360. That is, if they were more like PC's instead of proprietary pieces of hardware that they try to lock you in with the purchase of one over the other, or in the case where you're willing to blow more money, all of the above.

      too bad it ain't a perfect world. In the meantime, just pay the money and enjoy the ride :)

    2. Re:Why the bad press? by fistfullast33l · · Score: 4, Insightful

      Since 99.99% of the people buying a PS3 will want to play PS3 games on their PS3, this really isn't an earth shattering issue. For the small remaining crew, they have a PS2 they could hook up until the firmware updates roll out to correct it.

      While I agree with you that it's not earth-shattering, I'll also point out that there will be people who are trading in their PS2 to lower the price of their PS3, so it might not be a feasible option for everyone.

    3. Re:Why the bad press? by Chris+Burke · · Score: 2, Insightful

      I'm confused. If you need to play a PS2 game on the PS3, and it doesn't work well. WHY NOT PLUG IN YOUR PS2?

      Because your PS2 is broken, and instead of buying a new one you've been waiting for the PS3 to come out so you can play both next gen titles and your current library? All optical drives fail, original PS2s had many problems and even the slim ones seem to have (though mine is still running fine), so I'd wager there's actually more people in this category than you think. Sony must think so, because they bothered to add it to the console.

      I'm more or less in the same boat. My GC has given up the ghost; even after replacing the failed fan it still gives disc read errors. So for me the GC-compatability of the Wii is a major feature. I'll personally be rather pissed if it turns out Nintendo "from the start, expected backwards compatibility to be less than 100%" and just forgot to mention it next to the backward-compatability marketing bullet point.

      --

      The enemies of Democracy are
    4. Re:Why the bad press? by Frobozz0 · · Score: 1

      Not any more! They'll kept that sucker. Haha.

      How much do you honestly think you can get off a PS3 for a PS2, like 5 bucks? I'm seriously asking b/c I don't know if the value-proposition is worth it. If you can keep a working PS2 for a second TV or something, the tiny trade-in value might not be worth the loss of functionality.

      --
      "Politicians find new names for institutions which under old names have become odious to the people."
    5. Re:Why the bad press? by whoop · · Score: 1

      As someone who hasn't gotten around to getting a PS2 or GameCube, I'm still interested in the Wii/PS3 compatibility. There are huge libraries there for the picking, much cheaper than the new games. If you've never played the games, they're as good as "new."

      I'm more likely to get a Wii (price, looks a lot more fun). I can pick up Zelda, maybe one other Wii game, then hit the used stores and buy a buttload of $5-15 Gamecube games.

      Hmm, I suppose it's asking too much if the PS3 emulates PS1 games too?

    6. Re:Why the bad press? by Theaetetus · · Score: 1
      How much do you honestly think you can get off a PS3 for a PS2, like 5 bucks? I'm seriously asking b/c I don't know if the value-proposition is worth it.

      No idea, but with the PS2-PS1 trade in, you could take $100 off the price of a PS2 by trading in your old system. I can't find anything official, but it looks like Gamestop will give you $60 for a PS2.

    7. Re:Why the bad press? by Jace+of+Fuse! · · Score: 1

      In a really weird world, though, the Xbox 360 would play PS2 games and the PS3 would play original Xbox games. :)

      My Nintendo Polyhedron that fell back in time, however, plays all games from all systems currently out and some that aren't out yet.

      The problem is it requires the user to smoke lots of Hash and drop some Acid before it becomes visible. Strange device, this future Nintendo machine.

      Oddly enough Windows games keep crashing on it.

      My huge and amazing library of linux games run flawlessly, though. Mac, too.

      --

      "Everything you know is wrong. (And stupid.)"

      Moderation Totals: Wrong=2, Stupid=3, Total=5.
    8. Re:Why the bad press? by Kazzahdrane · · Score: 1

      I work for a games chain in the UK and at the moment the trade on a PS2 is about £45. The PS3 will cost about £425 here at launch, so people would save around 10%.

    9. Re:Why the bad press? by Saffaya · · Score: 1

      "If you need to play a PS2 game on the PS3, and it doesn't work well. WHY NOT PLUG IN YOUR PS2?"

      Because the PS2 is an inferior product, as 99.99% of it's games can't be run on a progressive display ?
      Compare that with the 98% DreamCast games that ran fine with a VGA cable.

      You will then understand why I said for years that I would play PS2 games the day I have a PS3, to finally be able to play them not in a crappy interlaced format.

    10. Re:Why the bad press? by drinkypoo · · Score: 1
      Compare that with the 98% DreamCast games that ran fine with a VGA cable.

      Just to pick a nit, out of the 40 or so games I've tried with my VGA box, four or five of them did not support VGA output.

      The pural of anecdote is not data, and perhaps I just got "lucky" and found all the games that don't have VGA support. But I disagree with your numbers.

      Luckily, Record of Lodoss War supported VGA, and that's the one that mattered most.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    11. Re:Why the bad press? by Danny+Rathjens · · Score: 1

      There are also people in my category that don't own a PS2(PC and xbox gamer currently) but are concerned about the backwards compatibility simply so that we can also buy and play some of the hundreds of PS2 games when we buy a PS3. :)

    12. Re:Why the bad press? by sjk8990 · · Score: 1

      I don't have a PS2. I am considering getting the PS3 as a cheap Blu-Ray player that just happens to play next-gen video games. What makes it even sweeter is that I would (theoretically) be able to play PS2 games to boot.

  7. Not too surprising by Anonymous Coward · · Score: 0

    This has been a subject of discussion at Beyond3d's forums for some time now. What people have speculated there is that the compatibility issues are on par with those that the slim ps2 had.

    Moreover, it seems many/most of the problems don't severely implicate those games which have compat. issues in the first place. Some games are merely not playing BGM correctly. Regardless, the ps3 has a 97%+ compatibility rate, which is quite good considering the umbrella of games it has.

    Most importantly, there's a software solution being refined for emulating the ps2 on the ps3 rather than using the built in hardware. Currently, Sony basically integrated the ps2's hardware into the ps3 (probably adds $30 or so to the price tag). When a software solution is finalized, you'll see ps3s without ps2 hardware, and possibly slightly lower prices. Not to mention that since it is emulated, there's the chance that games might see enhancements like AA or filtering.

  8. More GH problems by chrismcdirty · · Score: 2, Insightful

    I read on another site (possibly Destructoid) that Guitar Hero was having problems, due to the fact that you needed to hit a specific button (let's say 'X') that doesn't exist on a GH control. Then if you try to hotswap controls, you're told to turn on analog control, another feature which the GH control doesn't have.

    --
    It's like sex, except I'm having it!
  9. Too many words... by ivan256 · · Score: 3, Funny

    Really, what Zonk meant to say was:

    It sounds bad, but to put this in perspective I believe there are still far more PS2 games playable on the PS3 than there are Xbox games.

    All kidding aside, though... That list makes it look like the problems are minor... Basically HDD games aren't supported (They aren't supported on the actual PS2 anymore either) and some cut scenes have audio problems. Oh well.

  10. Unfamiliar Games? by ack154 · · Score: 1

    I think I recognized 5-10 of the games in that list. Given, I'm not a "hardcore" gamer by any definition... but are most of these games in Japan or something and the info is from that release and the trouble Japanese people are having? I didn't really notice if TFA said or not, so someone correct me if it didn't.

    Basically though, how many people in the US will this really impact? I'm certain that most of the other PS2 gamers out there have heard of and/or played more of those games than I've heard of... but I don't see too many (of what I would consider) big names on there (except maybe GT4, FFXI, Tekken 5, and a couple other debatable ones). Will the majority of gamers really have that many problems?

    (i'm not trying to say it's insignificant or anything, i'm really asking)

    1. Re:Unfamiliar Games? by *BBC*PipTigger · · Score: 1

      I was working on the PS3 earlier this year as part of small contract employment with Sony's U.S. R&D. I don't speak for Sony and don't know much definitively related to emulation (as I was mostly working on building PSGL and COLLADA code and samples for the CEB and DEH SDKs).

      While there, I was under the impression that the backwards-compatibility (i.e., PS2 emulation) software (including the small wrapper around the embedded PStwo chips that are planned to be phased out as soft-emu improves) has been developed almost exclusively in the U.S.. There was this brilliant emulation expert named Stewart who could regularly be found burning midnight oil to resolve the latest conflict. There were a bunch of other cool engineers in that section of the department too. The point being, our title library was admittedly massive but it was also expectedly U.S.-centric. I didn't see many of the more esoteric imports in the gigantic game library there so this may have limited what titles could be verified and validated for conformance, stability, etc. by the team responsible for the task.

      I wasn't directly involved, so I can't say for certain, but it would seem quite likely to me that PS2-compatibility quality issues are going to be substantially more prevalent when trying to run typical Nipponese titles on a PS3 than when running average PS2 titles that have originated here (just due to availability for testing).

      Of course perfect downward compatibility with every system ever throughout antiquity would be a panacea of gaming-goodness for us hardcores... and I think we'll get damn close in the future if DRM doesn't close up PCs and Free Software. I'm just wanting to share maybe a bit of inside perspective that the problems being encountered in Nippon right now are not necessarily representative of the paucity of the situation we are likely to face here at the end of this week.

      Even with all the problems everywhere, throughout the game industry and the rest of the world, with so much that deserves copious criticism or wholly vitriolic disdain... it's still a kick-ass time to be a gamer! ;) I'm looking forward to this weekend and the upcoming holidays. I know we're predisposed to geeky pedantic flame-wars, being fanboiz, justifying our "hardcore"-ness, hating corporations and publishers, resenting quantity over quality, or maybe just being generally "Grumpy Old Gamers" or something... but don't forget to play and have fun too! Dude, it's all about the gameplay! ;)

      Sincerely,
      -Pip
      HTTP://PipForPresident.Org

  11. Obvious. by MikeFM · · Score: 2, Interesting

    Anyone who buys a first version of a product has to expect bugs. If they don't then they obviously don't understand technology and consumer products. It sounds like they plan to offer free fixes as they discover and fix these little bugs so what's the big deal? If you don't want to help debug the product you're buying then wait until the third major release. It'd be different if they weren't going to offer free fixes for the problems.

    --
    At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    1. Re:Obvious. by Anonymous Coward · · Score: 0

      Why should we have to debug a product we paid for. Being a software engineer, I understand that bugs exist, but god damn is it ever annoying to be testers, that are not only not getting paid, but are also shelling out several hundred dollars for the "privilege." When is it acceptable to have bugs in live software/hardware? Would it be acceptable if your car had a bug where it would deploy the airbag if you opened the trunk and the doors at the same time? No? Why is it okay in software then, to have such "fatal" bugs? Why is okay in consumer electronics, from which 90% or more of the time, you're NOT going to get updates as they roll out, and if you're out of warrenty, tough shit...

    2. Re:Obvious. by CastrTroy · · Score: 1

      My dad always says the same about cars. Don't buy a new model the first year it comes out, or after they do a major overhaul. Buy a car where they haven't really changed anything in the last couple of years and you'll have a lot less problems.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    3. Re:Obvious. by stevesliva · · Score: 1
      Buy a car where they haven't really changed anything in the last couple of years and you'll have a lot less problems
      If they haven't changed anything, how did they fix the problems?
      --
      Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
    4. Re:Obvious. by drinkypoo · · Score: 2, Insightful
      Would it be acceptable if your car had a bug where it would deploy the airbag if you opened the trunk and the doors at the same time?

      Okay, look. I am hereby putting you on official notice. Do not use automotive metaphors if you know fuck-all about cars. That is approximately 99 & 44/100ths percent of all the people who try to make them on this thing. Just STFU right now, kthx.

      What you apparently don't know, because your mother's basement is so warm and cozy, is that cars have serious design defects all the time. It's simply a fact of life. Sometimes they're the fault of the manufacturer and sometimes they're the fault of a supplier. In the case of the Ford Explorer/Firestone Tires thing, it was both; the tires were defective AND they were underinflated.

      My 1989 Nissan 240SX has two safety recalls. One is that the fuel injectors are known to leak all over the top of the motor. The other is that the seatbelt button mechanism for the front seatbelts can fail. These are both potentially life-threatening issues. Nissan is still in business, albeit 33% owned by some Frenchmen. This is one of the most reliable cars I have ever owned or driven and an absolute joy to work on as rice burners go, but if the service recall had not been done (it has) then it could have caught fire and killed me or something.

      So yes, it is acceptable for cars to have serious defects. Why do you ask?

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:Obvious. by MoriaOrc · · Score: 1

      "Haven't really changed anything" says to me that (warning: car/software analogy .. though in reverse) as in software, when they've spent the last few months/or more doing minor bug fixes, it'll be alot more secure then right after a major new version.

      Take Firefox (even though it's fairly secure), 1.5.0.7 has been around for a while, and since the 1.5 major release, "nothing has really changed" .. all the new releases have just been small performance improvements or bug fixes (which is, of course, why they result in such a low order change to the version number). With 2.0 (or maybe 3.0 would be better, since 2 has actually been around for a while), there may be some new, as-of-yet unkown bug in one of the big new features, say a buffer-overflow attack involving the spell-checker that allows remote execution (of course I'm just making up an example ... *wink*), but since the feature is relatively new and hasn't spent that much time really in the wild, it hasn't been discovered yet. When such a hole has been, hopefully a patch will be released soon (see: the post somewhere around here about recalls on parts) and the problem fixed once it is identified, but you'll still be vulnerable untill then.

      This isn't to say that FF1.5.0.7 doesn't have some security holes or other problems (certainly the bug count isn't down to 0 quite yet, nor will it ever be), but likely most of the bugs, and all of the major ones, have been found by now. They're known, and the big ones are fixed. Even though nothing much has changed since the 1.5 major version release.

      But enough of my overly-long, horrible car/computer analogy filled response to your nit-picky misinterpertation of the GP's post...

    6. Re:Obvious. by stevesliva · · Score: 1

      Whew, take a joke.

      --
      Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
  12. compatibility never 100% by Anonymous Coward · · Score: 0

    there are still many PS1 games that don't play correctly on the PS2. after a system has been out for a couple years, people stop caring. with online updates the PS3 has a much higher chance of supporting more backwards compatibility than the PS2 ever did.

  13. OMG PONIES by wampus · · Score: 1, Funny

    Can I still play Barbie's Horse Adventure?

    1. Re:OMG PONIES by pdxmac · · Score: 1

      it's sad the mods don't get the joke .

  14. uummmmmmm, WHAT!!?!?!? by turbopunk · · Score: 1

    Wait, didn't Sony include the PS2 hardware into the first gen PS3s percisely so this wouldn't happen?

    How can they not get 100% backwards compatibility when PS2 games run on the PS2 hardware?

  15. The solution by InfinityWpi · · Score: 4, Funny

    Sony needs to hire those guys from Bleem! to finish their emulation software! It's perfect for them!

    (This post has been modded -1: Way Too Dated A Reference)

    1. Re:The solution by Anonymous Coward · · Score: 1, Funny

      You're dating yourself. But at least you're dating someone.

    2. Re:The solution by lavid · · Score: 1

      That was my first thought too! IIRC, the bleem! guys, before they went under, pointed out that their emulator did a better job emulating the PSX on the PC than the PS2 did emulating the PSX. That said, bleem!'s demise was due to Sony lawsuits, along with minimal updates and I'm sure they still harbor some resentment.

      --
      If Bush wants to kill the terrorists, he should jump off a cliff.
    3. Re:The solution by SuiteSisterMary · · Score: 1

      If mentioning bleem! is dating yourself, is mentioning that bleem! is an upside down acronym for 'pentium 133, windows' marrying yourself and setting down with a two door garage, 2.3 kids and a dog?

      --
      Vintage computer games and RPG books available. Email me if you're interested.
  16. because by everphilski · · Score: 2, Insightful

    ... you sold your PS2 and gave blood plasma for the past 6 months to finance your PS3 :)

  17. touche! by Frobozz0 · · Score: 1

    Yeah I see that point. My PS2 is certainly on it's way out.

    But I have to believe this is a matter of firmware updates and time-- not a permanent problem.

    --
    "Politicians find new names for institutions which under old names have become odious to the people."
    1. Re:touche! by Chris+Burke · · Score: 1

      But I have to believe this is a matter of firmware updates and time-- not a permanent problem.

      Hopefully. It may end up like the 360 where you need to download a per-game patch, but hopefully a system-wide patch will fix the problem. I think this will mostly just ruffle the feathers of those who bought into Sony PR. Yes, that is foolish, but I don't think that means we should let the PR firm off the hook for being misleading either. If they jump on fixing the problem (instead of making dismissive statements), then it should end up being a non-issue.

      --

      The enemies of Democracy are
  18. List not that bad by SuperKendall · · Score: 3, Informative

    I have about 20 PS2 titles, and only one is on that list (Devil May Cry, attract mode sometimes freezes) - IGN has a better version of the list listing the games most people would care about, and also with more generic issues (like some USB device support in PS2 games being flaky, like microphones).

    As least you don't have older versions of popular games not being supported in order to push newer titles (Ridge Racer was not on that list).

    Also noted is that the PS3 does not support the multitap - but it does support multiple controllers directly in PS2 games (since the PS3 can support up to seven wireless controllers at a time).

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:List not that bad by jizziknight · · Score: 1
      the PS3 can support up to seven wireless controllers at a time
      I'm curious about this, and I hope someone can fill me in on it.... why 7? Why not 8? Or some other EVEN number so that if you have a group of people over you can have even numbered teams without using an AI player. To me this is just stupid. If you can support 7 controllers, is it really that much harder to support 8? And if it is, why not just drop it back to 6? I just can't rationalize the decision to support 7 controllers. Anyone have a good explanation?
      --
      Everything I say is a lie. Except that... and that... and that, and that, and that, and that... and that.
    2. Re:List not that bad by k_187 · · Score: 2, Informative

      a bluetooth network can only have 8 devices on it. One is the PS3. Thus, 7 controllers maximum.

      --
      11 was a racehorse
      12 was 12
      1111 Race
      12112
    3. Re:List not that bad by DragonWriter · · Score: 1
      I'm curious about this, and I hope someone can fill me in on it.... why 7? Why not 8?
      My entirely-in-the-dark guess would be that somewhere in the support for wireless controller there is a byte used to identify a group of controllers that are being addressed, and that one bit is used for some special related purpose, so that there are only seven bits available to identify whether a particular controller is or is not included in the set, and therefore it supports up to seven controllers.
  19. Fuck You - I Mean That In A Good Way by Anonymous Coward · · Score: 0

    That was a stupid joke that would not go away back in high school. If you're going to spread FUD about the PS3 Zonk, at least be a fucking man about it and stop trying to pretend your 'softening the blow of bad news'.

    The PS3 has about 98 percent BC for PS2 and PS1 games. And the number games in that 2 percent that don't actually work are tiny. Other than harddrive games and the Guitar Hero controller problem, a glance at the list should give everyone a good idea of how good BC turned out to be on the PS3.

  20. Of course there is also the fact.... by Anonymous Coward · · Score: 0

    That they were using a unofficial Playstation-controller --to-- PC USB dongle in a way it wasn't meant to be used.

    Still, Sony should have had an official USB adaptor device upon the PS3's release. Seeing as how this actually worked, surprisingly enough, there is probably a good chance of one getting released.

    As for backwards compatibility I am not too disappointed, things seem to be about the same as with the PS2. From back then I had the understanding that games were not 100% backwards compatible, but for the most part the stuff I used on the non-slim worked fine --save for maybe one game not recognizing the memory card once in a while.

    Plus with the PS3's online connectivity those issues can easily be fixed unlike the PS2s. And I haven't been paying much attention, but I don't recall any promises that the PS3's backwards compatibility would be 100%....

    1. Re:Of course there is also the fact.... by DDLKermit007 · · Score: 1

      Huh? What dreamland are you living in? The grand total of PS1 games that don't work on a PS2 is less than 10. I remember Sony had a full list on their site years ago, but they change things around so much I can't locate it now.

  21. Valkyrie Profile woes by Anonymous Coward · · Score: 0

    I'm not surprised the Valkyrie Profile games have problems. The first game used special algorithyms to compress both the graphics and sound. The first VP had problems running on PS2s in the first place so incompatibility on PS3 is no new surprise. I'm betting VP2 uses compression for the audio similar in function to the first game. It's a hallmark of games members of the former Tri-Ace team have worked on that allows them to cram more samples into a game.

    Therefore you better expect all Tri-Ace team or sound compressed games to have problems. This includes Star Ocean 2 (Tri-Ace) and Alundra (sound compressed). Wild Arms 2 may have issues as well.

  22. Simple answer is. by LWATCDR · · Score: 5, Informative

    If it was simple then they wouldn't be having all these problems.
    The hard answer is it depends.
    1. Did the program use some strange feature or bug that you are not emulating? This can cause problems even for hardware. You do a new rev of some chip and a program that uses some strange workaround fails. This was a major problem for Apple when they created the Apple IIc. It used the 65c02 which fixed a lot of bugs in the 6502 that some software depended on. It was also a problem for some Amiga users when they upgraded to the 68010 or higher.
    2. timing. This can be a real pain since on a modern CPUs you can not cycle count. On a modern CPU the amount of time an instruction takes is not fixed. Again did the software you are tying to emulate do something really odd with timing? Sound issues are often caused by this.
    3. Bugs. No program is perfect. Emulators tend to multiply bugs. One bug my effect a dozen games.
    4. Lack of documentation. Even if you have perfect documentation for the hardware specs that isn't enough. Some developer somewhere will go outside the specs and try something strange just to see if it will work. When it does they will leave it in. Unless you have the source for every program you intend to run on your emulator the odds are pretty good you will miss something. Even if you do it is unlikely you will go through every line of code.
    What developers like about consoles is that you can program right down on the hardware to get the maximum performance. You know that each and every console will have exactly the same hardware.
    What emulator writers hate about consoles is that console developers program right down on the hardware. If you make the smallest mistake it will come back and get you.
    Just a short list of reasons.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    1. Re:Simple answer is. by Carnildo · · Score: 1

      Another major factor is speed. You can do cycle-perfect emulation -- most SNES, NES, and similar emulators do this -- but at major cost to speed. Or you can translate functionality -- most PSX and PS2 emulators translate graphics into OpenGL or DirectX calls -- but at the cost of accuracy.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    2. Re:Simple answer is. by drinkypoo · · Score: 1
      It was also a problem for some Amiga users when they upgraded to the 68010 or higher.

      68010 was not a big problem, it's so similar to a 68000. 68020+ is much more problematic, to the point where some emulators allow you to start up on the original CPU.

      timing and bugs in the other hardware are a much bigger deal, though of course I am not saying you are wrong.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:Simple answer is. by LWATCDR · · Score: 1

      Actually the 68010 wasn't a big problem if you followed the rules. The problem was that some programs didn't. One of them was the calculator that came with Amiga OS. They later fixed it.
      A bigger problem was that the 2091 card would set address 0 to some random number. That caused more than one program to have issues. I wrote a tiny utility to rest that address.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    4. Re:Simple answer is. by DDLKermit007 · · Score: 1

      One other factor some don't look at because most don't do it is the copy protection. At a glance I saw Devil May Cry's freezing they reported to be strangely similar to problem as if the game was copied for the PS2 and a swap disk was used. Some games use non-standard copy protection abilities which can bring the whole thing to a screeching halt.

    5. Re:Simple answer is. by LoadWB · · Score: 1

      The 68010 issue was due to an instruction (MOV EA?) being made a Supervisor instruction rather than User. There were at least a couple of programs which emulated this instruction on-the-fly by catching the trap.

      As stated, not following the rules broke MANY programs during the move from 68000 to 68020 and above as many programs used unused bits in the A-registers (24 bits used on 68000/68010 versus all 32 bits on later CPUs) to hold data. Bad idea.

      IIRC, Apple had a similar problem -- something about a "pure" application and different bit-addressing modes of the OS. Ran into a similar problem back in 99, then again in 00. ;)

    6. Re:Simple answer is. by LWATCDR · · Score: 1

      I think your right but it was a LONG time ago. Funny thing it that there where so few rules for programing the Amiga I am shocked that so many people broke them.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  23. never buy sony at launch, but this isnt a big deal by marcybots · · Score: 1

    Never buy a sony console at launch, there are always bugs. I had to replace both my original playstation one and two. However, this really isnt that big a deal, 196 games out of a library of three thousand or more games isnt so bad, and I bet sony will eventually fix most of these issues in an update , or it will be fixed in a later revision of the hardware unfortunately for early adopters (like the ability to read cd-r and dvd-r disks and adding progressive scan was in the playstation 2).

  24. Correct by SuperKendall · · Score: 1

    Just wanted to weigh in and note that is the correct answer, thanks for filling it in.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  25. And HDD games supported in later update by SuperKendall · · Score: 1

    There are only a handful of games that use the hDD, but already Sony has announced future support for Final Fantasy VII (or whichever one it was that ran on the PS2 HD). No way they could let that market drop!

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:And HDD games supported in later update by paitre · · Score: 1

      FFXI, I believe, and Square-Enix made it quite clear that THEY weren't going to support the PS3, since porting would require a straight rewrite, and they weren't willing to to that for an MMORPG that's now 5 years old, and showing it's age. /shrug.

  26. Because you only have so many ports by SuperKendall · · Score: 1

    When I get a PS3 (not this year, probably next) it will replace my PS2 because I have a lot of devices vying for video connections - even with a switchbox in place. Not to mention space devoted to various consoles, which females in the household seek to minimize.

    My PS2 still works just fine but it does have some problems with a few newer games that use blue discs, in particular Lego Star Wars. So I would love to have a PS3 that could also play a few current games I couldn't get to work on my existing box (borrowed a friends PS2 just to finish that game).

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  27. Sony can't even catch a break. by kinglink · · Score: 1

    Sony brags "our PS3 will be 100 percent backwards compatible because we are including a PS2 emotion chip in there". Oops. guess not.

    Sony brags "we'll have more than enough systems at launch". HA! if you believed that one I got a bridge to sell.

    Sony brags "Our system is best" are we going to listen?

    The problem with Sony is no one would care if you only could player 1200 out of 1400 games. However Sony can't stop hyping their system to the point where they promise so much that of course they are going to screw up. They now claim PS3 Killzone is beating expectations? That sounds great right? Until you realize the Ps2 was going to have no FMVs, everything was going to be real time rendered.

    What's killing sony right now is not production problems or system problems, or delays. It's that they can't keep their fucking mouths shut. And that swear is necessary because it's so obvious why the media is hating them. People know when they are being lied to or forced to make a hype piece about something that doesn't deserve it.

    If Sony kept low key til September it would really have helped them by wheting our appetites at E3, and letting us simmer. However since March we have not had a week with out one story about their system, and I'm sure that's why we're getting a bunch of bad press for them. Because we keep finding out they are bullshitting the media and bullshitting the people who buy their system.

    Nintendo on the other hand kept quiet, did a couple announcements and arn't hyping the system, they just meantion good news "oh by the way, the Virtual console? It's also going to do Genisis games" and we are happy. They don't try to over hype the people, and they are acting like they are telling us breaking news so it sounds like "hey I just learned this". These deals probably were made before the original announcements but they are playing with the media just right, keeping the media interested, but not overselling their position.

    Sony should lose just for the amount of hype they put out. Last time this level of hype was in the air Daikatana was coming out. And the parellels might not end there. I guess we'll see if "Sony will make us it's bitch"?

    1. Re:Sony can't even catch a break. by DDLKermit007 · · Score: 1

      wheting our appetites at E3

      Huh? I dunno what E3 you could have gone to, but everyone was over at the Nintendo booth. The most people near the Sony booth was the massive line that went next to the Sony booth to the other side of the hall for the Nintendo booth. Sony's showing at E3 was abysmal. Both with their "Riiiddddggggggggeeeee Raaaacccccccceerrrrrr" & "Flip the gian crab over for massive damage" demos and the games in general at E3. All Sony has had going for them since E3 is their hype machine.

      http://youtube.com/watch?v=mFQz98jAcg8&mode=relate d&search=

    2. Re:Sony can't even catch a break. by odhen · · Score: 1

      Don't underestimate the "hype machine". Most people don't read sites like this, and so the "hype machine" is all they see for the system, and all that matters to them. I work at a big-box retail store, and I've had more people than I can count in just the last 2 days asking me about how they would go about getting a PS3, and a few of them actually said they don't really know much about the system or don't really want it, but it looks cool so they'll get it if they can. The Wii? I've had about 4 people ask me in the same time period.

    3. Re:Sony can't even catch a break. by DDLKermit007 · · Score: 1

      It probably has something to do with the fact that Wii isn't going to be that hard to get ahold of. Anyone interested in it will be able to get one without much hassle. Whereas the PS3 is just being rushed to market (I can't wait to see the problems arrise because of that). Sony couldn't even ship 100k to Japan (80k). Sounds like they'll loose 20% of the US units at least if thats any indicator.

    4. Re:Sony can't even catch a break. by kinglink · · Score: 1

      My point was that they should have tempted us then, and then been quiet. Same with the E3 before it.

      Both E3s showed that people didn't care about the PS3, and were interested in the Wii (why do you think we got motion control?) so they got paranoid and just started over hyping the system.

  28. What about PS1 games? by BigDogCH · · Score: 1

    So, does this mean that the Ps3 can't play Ps1 games? If the ps3 struggles with the pas2 sound, then that it surely wouldn't play ps1 games which ran on the sound chip inside the ps3, right?

    1. Re:What about PS1 games? by Hennell · · Score: 3, Funny

      yeah, I'm sure people are really spending $600 to play upscaled PS1 games...

    2. Re:What about PS1 games? by drinkypoo · · Score: 1

      If I was dumb enough to spend $600 on the PS3, I would SURE AS FUCK expect it to play my PS1 games in addition to my PS2 games. I have a PS2, and PS2 games, and I still spend more time playing PS1 games on it. I have two PS1s (a PS1 and a PSOne - I have the PSOne because I got it when I didn't have my PSTwo (slim) yet, and I still have the PS1 because it supports the game shark) and I use the PS2 because I don't want them taking up space. I have a switchbox, but why have more hardware out there when the PS2 will do the job?

      On the other hand, freeware PS1 emulators are getting better all the time, and the box runs Linux, so I guess you could play the games there.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:What about PS1 games? by HardSide · · Score: 0

      I would expect to play both PS1 and PS2 games when I buy the PS3, thats one of the reasons im buying it.

    4. Re:What about PS1 games? by HAKdragon · · Score: 1

      ..except for the fact that the PS3 offers no enhancements for PS1 or PS2 games, at all.

      --
      "Our opponent is an alien starship packed with atomic bombs. We have a protractor."
    5. Re:What about PS1 games? by damiam · · Score: 1

      At this point there are plenty of very good software emulators for the PS1; I'm sure Sony wouldn't have much trouble making things work.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    6. Re:What about PS1 games? by ChibiLZ · · Score: 1

      No, they're paying $600 to play the newest next generation games. As a very nice bonus, it would hopefully play their old library of PS1 and PS2 titles. I like being able to just replace a piece of hardware in the entertainment cabinet, instead of having to add another.

      It's funny how backwards compatibility used to be such a bonus feature, now it's practically expected.

      --
      Don't buy WoW Gold! Make it yourself!
    7. Re:What about PS1 games? by BigDogCH · · Score: 1

      Exactly. I need to decide if I am buying a Wii, ps3, or xbox360. Well, I like something about each one of them....if the PS3 could play my older games, that would influence my decision.

      I think backwards a double-edged sword. If the makers add it, then they have a harder time selling ports of old games. If they don't, then they lose business on that.

      So, does this mean nobody knows if it will play Ps1 games? My favorite all time games are ps1 games.

      If the SuperNintendo and N64 and gamecube were all backwards compatable, Nintendo would still be the king.

  29. Updated title list by TypeC · · Score: 1
    From the source:
    Ultimate Hits Front Mission 2 - Not yet tested. Otome no Jijou (Budget) - Certain movies do not play properly. (Firmware 1.10 verified to fix problem) Otome no Jijou (LE) - Certain movies do not play properly. (Firmware 1.10 verified to fix problem) DMC PlayStation 2 the Best - Title demo sometime freezes Phantom Brave 2 Shuume Hajimemashita PlayStation 2 the Best - When you move the characters ingame, the screen messes up. Jissen PACHISURO Hisshou Hou! Hokuto no Ken SE (Regular Ed.) - Sometimes pressing the stop button has lag. Koei Tenban Series Shin Sangoku Musou 3 - In certain scenes the BGM messes up. Sometimes the demo movies/pictures freeze. School Rumble Nigakki Kyoufu no (?) Natsu Gasshuku! Youkan ni Yurei Utsuru!? Otakara wo Megutte Makkou Shoubu!!! no Maki - Title Movie messes up with HDMI out. (Firmware 1.10 fixes problem) School Rumble Nigakki Kyoufu no (?) Natsu Gasshuku! Youkan ni Yurei Utsuru!? Otakara wo Megutte Makkou Shoubu!!! no Maki (LE) - Title Movie messes up with HDMI out. (Firmware 1.10 fixes problem) Duke Nukem Forever - Screen is blank ... Oh yeah.... Ultimate Hits Valkyrie Profile - Valkyrie Profile - Some BGMs/sound effects don't play right during gameplay Ultimate Hits Star Ocean Till the End of Time Director's Cut - Movie playback sometimes experiences audio problems. Final Fantasy XI Atorugan no Hihou Kakuchou Data Disk - Currently PS2 HDD games aren't supported. Play Online / Final Fantasy XI One Pack 2006 - Currently PS2 HDD games aren't supported. IF Collection Spectral Force Chronicle
    --
    Objectivity.
  30. Re:never buy sony at launch, but this isnt a big d by king-manic · · Score: 1

    Never buy a sony console at launch, there are always bugs. I had to replace both my original playstation one and two. However, this really isnt that big a deal, 196 games out of a library of three thousand or more games isnt so bad, and I bet sony will eventually fix most of these issues in an update , or it will be fixed in a later revision of the hardware unfortunately for early adopters (like the ability to read cd-r and dvd-r disks and adding progressive scan was in the playstation 2).

    expand this to include all consoles. The NES had huge issues with v 1.00 as did the xbox, ps2, xbox 360. There are others but they didn't get as much press.

    --
    "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy."
  31. oh no they didn't by ILuvRamen · · Score: 0
    was also good enough to point out that some people can put up with playing games that lack sound
    If the original Dance Dance Revolution for the PS1 is in that list of ones that don't work or at least don't have sound, fat but surprisingly athletic people are going to be throwing their PS3's at him for saying that.
    --
    Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
  32. Oh no! My copy of Daito Giken doesn't work... by Hamster+Lover · · Score: 1

    My copy of "Daito Giken Premium PACHISURO Collection Yoshimune" won't work on my new PS3. I am pissed. Um, could anyone tell me what "Daito Giken Premium PACHISURO Collection Yoshimune" translates to in English? Thanks.

  33. ...and games that require Rumble? by r_jensen11 · · Score: 1

    I know Metal Gear Solid 2 requires the rumble feature for when you get the cell phone, otherwise you never know when to answer it. What're they going to do to solve that? Whenever I get my PS3 (probably after next Christmas,) hopefully I'll be able to use my Playstation(2) USB adapter I have for my computer....

  34. Re: 7 controller potential for the Wii. by trdrstv · · Score: 1

    Just for the record, this also means that despite it having controller lights for Controllers 1-4 (like the PS3's controller); the Wii can support up to 7 controllers, as the Wii-motes are Bluetooth as well.

  35. Re:Oh no! My copy of Daito Giken doesn't work... by patio11 · · Score: 1

    Daito Giken is the name of a particular manufacturer of gambling machines (you can see which at www.daitogiken.com). Pachisuro is short for Pachinko/Slot. Yoshimune is another name. So, basically, a forgettable bargain basement gambling game.

  36. Hopefully they'll issue some fixes/updates by rubberbando · · Score: 1

    Unlike Microsoft who SAID they would improve backwards compatability and then abandoned it after a few more 360 titles were released....

    --
    DEAD DEAD DEAD DELETE ME
    1. Re:Hopefully they'll issue some fixes/updates by ravyne · · Score: 1

      Granted its been awhile since the last major update, but there has been 1 or 2 updates since the console came out - I think there was a small one maybe 4-6 weeks ago actually. There's more on the way too, I have some friends on the testing team, and they're still employed. When I find out that the entire team was let off, then I'll worry that we've seen the last of the updates.

  37. PS1? by the_arrow · · Score: 1

    Ok, some PS2 games don't work well on the PS3, but what about PS1 compatibility?

    --
    / The Arrow
    "How lovely you are. So lovely in my straightjacket..." - Nny
  38. What's wrong with using the old hardware? by p.gogarty · · Score: 1

    Err am I being overly simplistic here.
    If you've got a vast collection of PS2 games you probably have a PS2.

    So if your PS2 game does not work on your shiny new 1st release PS3, curse, take the PS2 out of mothballs and play you game on that!

    The SNES had no backward compatability with the NES at all and no-one complained about having to use thier NES to play all of thier old games.

    I garuntee that when I get a PS3 it will only be a few months until I am no longer playing any of my old PS2 games anyway

    --
    Paul Gogarty
  39. Vastly better than the 360 though by robosmurf · · Score: 1
    I'm actually pretty impressed with the backwards compatibility as reported so far. At least it seems that most games will work without problem.

    This is in contrast with the Xbox 360 backwards compatibilty which is such a total joke that I can't believe anyone even bothers to mention it as a feature. On the 360 there isn't any way to move an old save from an Xbox, huge numbers of games don't work at all, and those that do are not guaranteed to behave the same way.

    I'm not complaining about the 360; it's a great console. However, I'm baffled as to why Microsoft even bothered with the backwards compatibilty (apart from suckering people with a tick-box feature). It's sufficiently bad that I doubt anyone moving from an Xbox would consider using the 360 as a replacement if they want to play xbox games.

  40. Re:Oh no! My copy of Daito Giken doesn't work... by DubbaJ · · Score: 2, Insightful

    Daito Giken Premium PACHISURO Collection Yoshimune loosly translated is "Duke Nukem Forever" in Engrish.

  41. Numbers by retinaburn · · Score: 1
    I believe there are still far more PS2 games playable on the PS3 than there are Xbox games playable on the 360.

    There are also a lot more ps2 games than original Xbox games. It would be interesting to see a % comparison.

    I think its just different views of the companies that drove their backcompat efforts. Microsoft with only their second console wants to make sure that every game they port works, while Sony knows economically thats not possible with the large title library, so they say 'here ya go, if it works good for us. if not, suck it up'.

  42. Wrong by Hard_Rock_2 · · Score: 1

    Why don't you read the actual wikipedia PS2 page instead?

    "By the end of September 2006, there were 8,181 PS2 titles released worldwide (4,554 in Asia, 1,319 in North America, and 2,308 in Europe),[7] accounting for cumulative production shipments of 1.127 billion units"

    And the gamecube page "The GameCube currently has over 600 games available in its library"

    So at minimum, the PS2 has 10x the games the gamecube does.
    So the parent poster was right.

    Now if your talking strictly american games, okay the PS2 "only" has double, but that's assuming all the gc games were released in america (which they most likely were not)

  43. The question is: by KDR_11k · · Score: 1

    Can you run those emulators in Cedega?

    --
    Justice is the sheep getting arrested while an impartial judge declares the vote void.
    1. Re:The question is: by TheRaven64 · · Score: 1

      Quite possibly, however Cedega is fairly x86-specific so it's not going to work on a PowerPC-based PS3 without a serious amount of hacking.

      --
      I am TheRaven on Soylent News
  44. ..because my PS2 was stolen. by Hyperhaplo · · Score: 1

    .. and please don't mod this post funny.

    --
    You have a sick, twisted mind. Please subscribe me to your newsletter.
  45. Remember virtual gamestation (PS1 games?) by rhyre · · Score: 1

    Does anyone remember the virtual gamestation? Does Sony?

    Years ago, Microsoft purchased Connectix, which developed
    Virtual PC AND PS1 emulator technology that runs on the PowerPC
    chip, and emulates the MIPS chipset used in the PS1 and PS2.

    Why is the PowerPC chip important in this? That CPU is now
    used by Sony, Microsoft, AND Nintendo in their respective
    consoles.