Log In · Register

 
 
Reply to this topicStart new topic
Zunes fail everywhere, all at once
mipadi
post Dec 31 2008, 07:35 PM
Post #1


Senior Member
******

Group: Administrator
Posts: 2,648
Joined: Apr 2008
Member No: 639,265



Heh heh. Zunes are teh fail. devil.gif
 
technicolour
post Dec 31 2008, 07:59 PM
Post #2


show me a garden thats bursting to life
********

Group: Staff Alumni
Posts: 12,303
Joined: Mar 2005
Member No: 115,987



LOL.

My mom was freaking out this morning. God, this is hilarious.
 
technicolour
post Dec 31 2008, 08:27 PM
Post #3


show me a garden thats bursting to life
********

Group: Staff Alumni
Posts: 12,303
Joined: Mar 2005
Member No: 115,987



There's some clock device in them that went haywire. They (the device) won't work until '09.


Epic FAIL @ Microsoft.
 
Joanne
post Dec 31 2008, 08:30 PM
Post #4



*******

Group: Staff Alumni
Posts: 7,155
Joined: Feb 2005
Member No: 95,404



Phew, thank goodness I have the 80GB.
 
karmakiller
post Dec 31 2008, 09:08 PM
Post #5


DDR \\ I'm Dee :)
*******

Group: Mentor
Posts: 8,662
Joined: Mar 2006
Member No: 384,020



lol

I only know one person who's ever had one. And he bought it when it first came out and was brick. He doesn't have it anymore... so people I know with zunes=zero
 
Joanne
post Dec 31 2008, 09:12 PM
Post #6



*******

Group: Staff Alumni
Posts: 7,155
Joined: Feb 2005
Member No: 95,404



QUOTE(divergent @ Dec 31 2008, 05:40 PM) *
Are they new? Like just released today or something? That's weird. I'm glad Apple doesn't have these problems.

The 30GB one is the oldest one, which came out in 2006.
 
medic
post Jan 2 2009, 12:15 AM
Post #7


Seoul Rocks!
*****

Group: Member
Posts: 936
Joined: Jun 2005
Member No: 155,811



I love Microsoft, they make products that aren't worth the money, but yet they continue to make billions. How I would love to do the same.
 
shanaynay
post Jan 2 2009, 12:34 AM
Post #8


Has a PhD in horribleness
*****

Group: Member
Posts: 866
Joined: Sep 2008
Member No: 686,301



To say the least, programmers were fired after this incident. I still <3 my zune, it's an 80 gig though so it wasn't frozen.
 
synatribe
post Jan 2 2009, 10:21 PM
Post #9


AIDS at RAVES.
******

Group: Official Designer
Posts: 2,386
Joined: Dec 2007
Member No: 598,878



I love my zune :] they are sort of offline and online devices because you can sync with other people around you wirelessly
 
Amaranthus
post Jan 2 2009, 10:28 PM
Post #10


Fellatio.
******

Group: Official Member
Posts: 2,122
Joined: Mar 2007
Member No: 511,775



QUOTE(Aberisk @ Jan 2 2009, 10:21 PM) *
I love my zune :] they are sort of offline and online devices because you can sync with other people around you wirelessly

TERRORIST PLOT!
 
synatribe
post Jan 2 2009, 10:29 PM
Post #11


AIDS at RAVES.
******

Group: Official Designer
Posts: 2,386
Joined: Dec 2007
Member No: 598,878



QUOTE(Hedonism @ Jan 2 2009, 10:28 PM) *
TERRORIST PLOT!

Im going to destroy IPODs, jk _unsure.gif
 
heyo-captain-jac...
post Jan 2 2009, 11:26 PM
Post #12


/人◕‿‿◕人\
*******

Group: Official Member
Posts: 8,283
Joined: Dec 2007
Member No: 602,927



It was line 263 of the code.
QUOTE
//Calculate current day of the week
dayofweek = GetDayOfWeek(days);

year = ORIGINYEAR;

while (days > 365)
{
if (IsLeapYear(year))
{
if (days > 366)
{
days -= 366;
year += 1;
}
}
else
{
days -= 365;
year += 1;
}
}
 
heyo-captain-jac...
post Jan 3 2009, 12:15 AM
Post #13


/人◕‿‿◕人\
*******

Group: Official Member
Posts: 8,283
Joined: Dec 2007
Member No: 602,927



Pretty much. Whoever wrote it didn't consider the extra time.
 
mipadi
post Jan 3 2009, 01:16 AM
Post #14


Senior Member
******

Group: Administrator
Posts: 2,648
Joined: Apr 2008
Member No: 639,265



QUOTE(9001 @ Jan 2 2009, 11:26 PM) *
It was line 263 of the code.

Wrong line. The offending line is actually the line with the while loop -- while days > 365 doesn't take leap years into account, so the loop goes forever -- hence why the Zunes just froze up.
 
heyo-captain-jac...
post Jan 3 2009, 01:34 AM
Post #15


/人◕‿‿◕人\
*******

Group: Official Member
Posts: 8,283
Joined: Dec 2007
Member No: 602,927



Crap, you're right. I saw "days >" and bolded the wrong line.
 

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: