Old 11-18-2008, 07:36 PM   #101 (permalink)
you lost the game.
zB Programmer
Moderator
Elite Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,434
itsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud of
Default

Quote:
Originally Posted by Timtacious View Post
You either have a foreign character in your artist list or you chose a DRM-protected song. If it happens while you're scrolling through it's the foreign character thing. Do you have any of those?
This sounds like something else. IndexOutOfRangeException means the program tried to read something out of an array that wasn't there, which is different from the exceptions that occur when the program tries to display a character that isn't in the font or tries to play a DRM'd song.
__________________

signature by vettexl




itsnotabigtruck is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 11-18-2008, 07:43 PM   #102 (permalink)
Zewbie
 
Join Date: Nov 2008
Posts: 9
xsweetdreamx is on a distinguished road
Red face

Quote:
Originally Posted by Timtacious View Post
You either have a foreign character in your artist list or you chose a DRM-protected song. If it happens while you're scrolling through it's the foreign character thing. Do you have any of those?
No, I have not even had a chance to see the list of songs yet. I can only see the main group name like random or unknown artists and it keeps rebooting



xsweetdreamx is offline   Reply With Quote
Old 11-19-2008, 05:16 AM   #103 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

Sorry, truck knows more. It's probably what he said. You can still look at your artist names though (in the main screen) to see if there's any foreign characters. You'll need to ask him though.
__________________



Bolt is offline   Reply With Quote
Old 11-22-2008, 02:14 PM   #104 (permalink)
Zewbie
 
Join Date: Nov 2008
Posts: 1
voxdan is on a distinguished road
Default So, how do I do this?

Is there a step-by-step guide, or directions for a complete newb? NEver knew I could hack my Zune. A lack of audible support and a sleep timer have kept my iPod in the game. Now perhaps I can put my Zune in.

What exactly do I download, where and how do I put it in the Zune? Forgive the ignorance.

Thanks!

Last edited by voxdan; 11-22-2008 at 02:29 PM. Reason: Summarized



voxdan is offline   Reply With Quote
Old 11-23-2008, 10:42 AM   #105 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

Use this link: http://www.zuneboards.com/forums/tut...une-3-0-a.html
__________________



Bolt is offline   Reply With Quote
Old 12-30-2008, 01:33 AM   #106 (permalink)
Squirt
 
Join Date: Dec 2008
Posts: 13
account4me2 is on a distinguished road
Default

I'm embarrassed to have to ask, but how do I apply the hotfix of this post: http://www.zuneboards.com/forums/app...ml#post297458?

I've downloaded this Free file hosting by Savefile.com and I've tried copying the files from that and pasting them over the original files from the first post, but I still get:
Quote:
Warning 1 The project file 'SleepTimer.csproj' appears to have been created with XNA Game Studio 3.0 CTP. For instructions on how to upgrade this project to work with the current version, copy and paste this link into your browser: XNA Creators Club Online - xna game studio 3.0 readme. SleepTimer
Then if I fix that file like the link says, and I get 6 errors similar to this:
Quote:
Error 1 'Microsoft.Xna.Framework.Media.MediaQueue' does not contain a definition for 'MoveNext' and no extension method 'MoveNext' accepting a first argument of type 'Microsoft.Xna.Framework.Media.MediaQueue' could be found (are you missing a using directive or an assembly reference?) H:My DocumentsdownloadsZune games+appsSleepTimer - orig then hotfixed - CopySleepTimerSleepTimerGame1.cs 285 39 SleepTimer
I fix those by removing "Queue." from each place the error occurs. I am able to successfully build and deploy, but when I actually try to run the app the screen just goes black and the zune reboots. What am I doing wrong?

Thanks.



account4me2 is offline   Reply With Quote
Old 12-30-2008, 10:52 AM   #107 (permalink)
you lost the game.
zB Programmer
Moderator
Elite Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,434
itsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud of
Default

Quote:
Originally Posted by account4me2 View Post
I'm embarrassed to have to ask, but how do I apply the hotfix of this post: http://www.zuneboards.com/forums/app...ml#post297458?

I've downloaded this Free file hosting by Savefile.com and I've tried copying the files from that and pasting them over the original files from the first post, but I still get:


Then if I fix that file like the link says, and I get 6 errors similar to this:


I fix those by removing "Queue." from each place the error occurs. I am able to successfully build and deploy, but when I actually try to run the app the screen just goes black and the zune reboots. What am I doing wrong?

Thanks.
I'm glad you managed to figure that all out. I don't think anyone else has gotten this working on the latest firmware either, however.

If the Zune just reboots all of a sudden, the app is probably causing an exception. Try hooking the Zune back up and pressing F5 with the sleep timer source code open in XNA. When it crashes, instead of rebooting, it'll tell you what went wrong. Copy and paste the info here and maybe someone can figure it out.
__________________

signature by vettexl




itsnotabigtruck is offline   Reply With Quote
Old 12-30-2008, 12:20 PM   #108 (permalink)
Squirt
 
Join Date: Dec 2008
Posts: 13
account4me2 is on a distinguished road
Default

[EDIT: FIXED. I'll leave this here incase someone does a search for this error.]

I did what you said and I then got this error:
Quote:
An unhandled exception of type 'Microsoft.Xna.Framework.Content.ContentLoadExcept ion' occurred in Microsoft.Xna.Framework.dll

Additional information: Error loading "Alba". This file was compiled using the wrong version of the XNA Framework.
I was able to fix it however, using information from another of your posts.

=====================

Everyone, you can now download a version of "Sleep Timer" fixed to work with firmware 3.x.

Go to one of these for the ccgame:
Free file hosting by Savefile.com
AxiFile - Share, Download and Send large files. 100% FREE One-click file hosting.
RapidShare: Easy Filehosting

And you can get the source from any of these:
http://www.savefile.com/files/1949713
http://www.axifile.com/?6232970
http://rapidshare.com/files/17825873...fw3.x.zip.html

Thank you very much itsnotabigtruck, you helped me both in this thread, and here: http://www.zuneboards.com/forums/dow...tml#post327930
And of course credit to LedZepp for creating the program in the first place.

Last edited by account4me2; 12-30-2008 at 01:27 PM.



account4me2 is offline   Reply With Quote
Old 01-03-2009, 01:43 AM   #109 (permalink)
Zewbie
 
Join Date: Jan 2009
Posts: 1
lkrgr824 is on a distinguished road
Smile help with sleep timer!!!!

ok can anyone please HELP ME WITH THIS THING!!!
I need help im having trouble downloading it,
will someone please do a step by step instruction of how to download it and how it can be directed to my zune?

thanks!!!



lkrgr824 is offline   Reply With Quote
Old 01-03-2009, 08:26 AM   #110 (permalink)
GETTING AWAY WITH MURDER
Retired Staff
Expert Zuner
 
Bolt's Avatar
 
Join Date: Oct 2008
Location: In your closet, in your head
Posts: 3,258
Bolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to beholdBolt is a splendid one to behold
Send a message via Yahoo to Bolt
Default

Use the first link in my sig
__________________



Bolt is offline   Reply With Quote
Old 04-29-2009, 08:21 PM   #111 (permalink)
Zewbie
 
Join Date: Apr 2009
Posts: 2
PeeWee103 is on a distinguished road
Default

It wont upload to my zune 30gb say it needs to be upgraded so i did it still wont go on i love the idea of this tho



PeeWee103 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools