Announcement

Collapse
No announcement yet.

MS Zune's commit mass suicide

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MS Zune's commit mass suicide

    I would too if I was running a Microsoft OS (don't tell my desktops that)

    All Together Now!: 30GB Zunes Failing Everywhere, All At Once
    http://www.zuneboards.com/forums/gen...ne-frozen.html
    [img]http://img.photobucket.com/albums/v337/Igorod/troopdod.jpg[/img]
    [url=http://profile.xfire.com/trooper110][img]http://miniprofile.xfire.com/bg/co/type/1/trooper110.png[/img][/url]

    #2
    Currently the workaround is to open up the Zune and remove the battery, then pop it back in after a few hours after it has fully discharged. But ... and here's the but .. you cannot SYNC it again to the PC or it will fall back into recovery mode and die.

    What a pie in the face disgrace, MS !! Hopefully they can resolve this from an update if the end user can follow the battery removal fix and refrain from a sync, then load the updated firmware to fix the flaw.
    Oh if a man tried to take his time on Earth and prove before he died what one man's life could be worth, well I wonder what would happen to this world ? - Harry Chapin

    Comment


      #3
      HAHHAHAHHAHAHA

      I laughed so hard... its like they put a piece of code in there to self destruct at a certain time.... .....lol so funny good job microsoft
      [img]http://img149.imageshack.us/img149/120/latinsigsj0.jpg[/img] [img]http://sigs.2142-stats.com/BenKenobi_player_7511.png[/img] [img]http://www.ronpaul2008.com/img/public_banners/hope-banner1.gif[/img] [url=http://www.cainslair.com/paypal2Cain.htm/]
      You will donate to Cain's. Now.[/url]

      Comment


        #4
        It sounds to me also like a timer ran out or something, since they all started to die out at the same time. Anybody MS suckered into buying one of these is surely regretting it now.

        Comment


          #5
          My 1st gen 30 gb is running fine.
          [img]http://img.photobucket.com/albums/v215/Mobojo/Sigs/Sig2.jpg[/img]

          Comment


            #6
            It was fixed after the internal date rolled over to today, Mobo. Someone forgot to tell you to try it 2 days ago.
            Oh if a man tried to take his time on Earth and prove before he died what one man's life could be worth, well I wonder what would happen to this world ? - Harry Chapin

            Comment


              #7
              I did. :P I used it on my plane ride home the 31st. I watched Anchor man the whole flight home.
              [img]http://img.photobucket.com/albums/v215/Mobojo/Sigs/Sig2.jpg[/img]

              Comment


                #8
                That sucks I still think the ipod touch still is the superior mp3 player.
                [IMG]http://i562.photobucket.com/albums/ss69/chris2118/battlefield_3copy.jpg[/IMG]
                X...Noob Slasher...X

                Comment


                  #9
                  My 80g is still operational

                  Comment


                    #10
                    If anyone is interested into why it died for a day, take a look here (starts at line 249).

                    Here is a comment from someone who explains what that code means (and why it broke):
                    "For anyone who is wondering or just doesn't want to figure it out, Dec. 31 qualified as being greater than day 365 (obviously, because it was day 366) but it got caught where the program says to look at (days > 365). The problem is that there was no code for what to do if the day *equals* 366, only if days is *greater* than 366. So, there was no way to break out of the (days > 365) loop until today (day 367) when the program would reset days to 1, thereby breaking the loop."
                    "When I give food to the poor, they call me a saint. When I ask why the poor have no food, they call me a Communist."
                    - Dom Helder Camara

                    Comment


                      #11
                      Originally posted by H0ly-H@nd-Gr3nade View Post
                      If anyone is interested into why it died for a day, take a look here (starts at line 249).

                      Here is a comment from someone who explains what that code means (and why it broke):
                      "For anyone who is wondering or just doesn't want to figure it out, Dec. 31 qualified as being greater than day 365 (obviously, because it was day 366) but it got caught where the program says to look at (days > 365). The problem is that there was no code for what to do if the day *equals* 366, only if days is *greater* than 366. So, there was no way to break out of the (days > 365) loop until today (day 367) when the program would reset days to 1, thereby breaking the loop."
                      lol ive had similar problems in programs i've written, in one of them, if the user entered a capital N for "play again?" it would stick the loop saying while (answer != n)... they would play again, and again... until they manually closed the program (it was a slot machine in java)

                      Comment


                        #12
                        Originally posted by Gimmie2 View Post
                        lol ive had similar problems in programs i've written, in one of them, if the user entered a capital N for "play again?" it would stick the loop saying while (answer != n)... they would play again, and again... until they manually closed the program (it was a slot machine in java)
                        Oh yea, good old loops and if statements in java.
                        [img]http://img.photobucket.com/albums/v215/Mobojo/Sigs/Sig2.jpg[/img]

                        Comment


                          #13
                          Originally posted by Gimmie2 View Post
                          lol ive had similar problems in programs i've written, in one of them, if the user entered a capital N for "play again?" it would stick the loop saying while (answer != n)... they would play again, and again... until they manually closed the program (it was a slot machine in java)
                          lol... been there... I wrote a C++ look that was supposed to decrement an integer from 5 to 0 each loop and I would check and see if the integer <= 0 and get out of the loop.... but instead of decrementing the integer I incremented it... I ended up crashing Windows when it overflowed

                          The crash was accompanied with system beeps and everybody in the library did the "turn and around and throw eye-daggers at me" until I did a hard reset of my laptop...... it's was actually pretty funny... (unfortunately that wasn't the last time I pulled that one )

                          Comment


                            #14
                            Originally posted by Savage_Hobo View Post
                            lol... been there... I wrote a C++ look that was supposed to decrement an integer from 5 to 0 each loop and I would check and see if the integer <= 0 and get out of the loop.... but instead of decrementing the integer I incremented it... I ended up crashing Windows when it overflowed

                            The crash was accompanied with system beeps and everybody in the library did the "turn and around and throw eye-daggers at me" until I did a hard reset of my laptop...... it's was actually pretty funny... (unfortunately that wasn't the last time I pulled that one )
                            I miss taking my C++ class in high school. You never left your computer unguarded because if you do cout >> "/a" the internal speaker would beep. It was always fun sneaking over to someone's computer and hiding that in an infinite loop within their code. They would compile and run and then usually hard reboot. It was like a game in my class to get each other.
                            [img]http://img.photobucket.com/albums/v215/Mobojo/Sigs/Sig2.jpg[/img]

                            Comment


                              #15
                              Here's a very detailed description, including the code from the driver that caused it: AeroXperience A lesson on infinite loops
                              [img]http://img.photobucket.com/albums/v337/Igorod/troopdod.jpg[/img]
                              [url=http://profile.xfire.com/trooper110][img]http://miniprofile.xfire.com/bg/co/type/1/trooper110.png[/img][/url]

                              Comment

                              Cain's Lair Forums Statistics

                              Collapse

                              Topics: 26,184   Posts: 269,829   Members: 6,182   Active Members: 5
                              Welcome to our newest member, newiron09.

                              Today's Birthdays

                              Collapse

                              There are no members with birthdays today.

                              Top Active Users

                              Collapse

                              There are no top active users.

                              More Posts

                              Collapse

                              • Reply to BF4 new easter egg.. need to know moriss code
                                by newiron09
                                BTW on iOS use "Light Conversation", its an app from an artist...he spreaded it for light arrangements(stories in lights) in a city...propably...
                                15 Sep 2024, 09:24 AM
                              • Reply to Otterbox is 10 years old
                                by newiron09
                                Having tried many cases I've given up on expensive ones. Not convinced they are significantly better than an inexpensive gel case for 1/10 the money....
                                15 Sep 2024, 09:20 AM
                              Working...
                              X