Go Back   Zune Boards > Zune Discussions > Zune Games > Download Completed Games > Open Source Applications

Reply
 
LinkBack (12) Thread Tools
Old 09-27-2008, 12:47 PM   #241 (permalink)
Squirt
 
zkello's Avatar
 
Join Date: Dec 2007
Posts: 11
zkello is on a distinguished road
Default

ok so iv'e did the whole edit the project thing and it deploys but just restarts the zune right when i try and run it. So to see if i can get any info on why its not working, i tried debuging.

when i tried i got this error message: An unhandled exception of type 'Microsoft.Xna.Framework.Content.ContentLoadExcept ion' occurred in Microsoft.Xna.Framework.dll

Additional information: Error loading "Segoe_UI_10".

also i got this
Code:
 {Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Segoe_UI_10". ---> System.IO.EndOfStreamException: EndOfStreamException
   at System.IO.__Error.EndOfFile()
   at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
   at System.IO.BinaryReader.ReadBoolean()
   at Microsoft.Xna.Framework.Content.SpriteFontReader.Read(ContentReader input, SpriteFont existingInstance)
   at Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
   at Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
   at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
   at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
   at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
   at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
   at ZBlade.ZuneBlade.LoadContent()
   at Microsoft.Xna.Framework.DrawableGameComponent.Initialize()
   at Microsoft.Xna.Framework.Game.Initialize()
   at ZAC.ZuneAlarm.Initialize()
   at Microsoft.Xna.Framework.Game.Run()
   at ZuneAlarmClock.Program.Main(String[] args)

   at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
   at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
   at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
   at ZBlade.ZuneBlade.LoadContent()
   at Microsoft.Xna.Framework.DrawableGameComponent.Initialize()
   at Microsoft.Xna.Framework.Game.Initialize()
   at ZAC.ZuneAlarm.Initialize()
   at Microsoft.Xna.Framework.Game.Run()
   at ZuneAlarmClock.Program.Main(String[] args)
}	System.Exception {Microsoft.Xna.Framework.Content.ContentLoadException}
I dont know if this helps at all because i'm a noob to c#, but any suggestions would be appreciated.



zkello is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 09-28-2008, 09:26 PM   #242 (permalink)
Zewbie
 
moot's Avatar
 
Join Date: Sep 2008
Posts: 2
moot is on a distinguished road
Send a message via MSN to moot
Default

Anyone know when this is getting updated for the 3.0 firmware? I need my alarm back. =/
__________________




moot is offline   Reply With Quote
Old 09-29-2008, 02:11 AM   #243 (permalink)
Zuner
 
grasch1469's Avatar
 
Join Date: Aug 2008
Location: Highland, IN
Posts: 50
grasch1469 is on a distinguished road
Default

just to try it out, I tried previous versions but did not have any luck.




grasch1469 is offline   Reply With Quote
Old 09-29-2008, 08:38 AM   #244 (permalink)
Jr. Member
 
tech.freak243's Avatar
 
Join Date: Jan 2008
Location: Hotel California
Posts: 433
tech.freak243 is on a distinguished road
Send a message via AIM to tech.freak243 Send a message via MSN to tech.freak243 Send a message via Yahoo to tech.freak243
Default

there is no need, there is a clock on your zune 3.0 firmware, just go to settings, clock, then set clock. its that simple
__________________


Created by StevenLogiduce<--best dude ever!






tech.freak243 is offline   Reply With Quote
Old 09-29-2008, 09:38 AM   #245 (permalink)
Jr. Zuner
 
Join Date: Sep 2008
Posts: 35
Cooper99 is on a distinguished road
Default

"there is no need, there is a clock on your zune 3.0 firmware, just go to settings, clock, then set clock. its that simple
"


You sir are ignorant and should be aware of what we are speaking.

this is an ALARM clock. We understand we are able to tell the time, however most of us would like to wake up to music of our preference which is why we want this program.


However since I do not have access to my zune; using your steps I should be able to pull up an Alarm clock right? well if not please do us a favor and read.

hunstman: PLEASE Post an Update for 3.0 if you figure a way around it.



Cooper99 is offline   Reply With Quote
Old 10-02-2008, 09:31 PM   #246 (permalink)
Zuner
 
cworkman29729's Avatar
 
Join Date: May 2008
Posts: 90
cworkman29729 is on a distinguished road
Send a message via Yahoo to cworkman29729 Send a message via Skype™ to cworkman29729
Smile

Quote:
Originally Posted by zkello View Post
ok so iv'e did the whole edit the project thing and it deploys but just restarts the zune right when i try and run it. So to see if i can get any info on why its not working, i tried debuging.

when i tried i got this error message: An unhandled exception of type 'Microsoft.Xna.Framework.Content.ContentLoadExcept ion' occurred in Microsoft.Xna.Framework.dll

Additional information: Error loading "Segoe_UI_10".

also i got this
Code:
 {Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Segoe_UI_10". ---> System.IO.EndOfStreamException: EndOfStreamException
   at System.IO.__Error.EndOfFile()
   at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
   at System.IO.BinaryReader.ReadBoolean()
   at Microsoft.Xna.Framework.Content.SpriteFontReader.Read(ContentReader input, SpriteFont existingInstance)
   at Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
   at Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
   at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
   at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
   at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
   at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
   at ZBlade.ZuneBlade.LoadContent()
   at Microsoft.Xna.Framework.DrawableGameComponent.Initialize()
   at Microsoft.Xna.Framework.Game.Initialize()
   at ZAC.ZuneAlarm.Initialize()
   at Microsoft.Xna.Framework.Game.Run()
   at ZuneAlarmClock.Program.Main(String[] args)

   at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
   at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
   at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
   at ZBlade.ZuneBlade.LoadContent()
   at Microsoft.Xna.Framework.DrawableGameComponent.Initialize()
   at Microsoft.Xna.Framework.Game.Initialize()
   at ZAC.ZuneAlarm.Initialize()
   at Microsoft.Xna.Framework.Game.Run()
   at ZuneAlarmClock.Program.Main(String[] args)
}	System.Exception {Microsoft.Xna.Framework.Content.ContentLoadException}
I dont know if this helps at all because i'm a noob to c#, but any suggestions would be appreciated.
i was gettin this same error on my ZuneBible App That Im Workin On And All I Did Was Changed The ZBlade.dll to one that wasn't Built Usin CTP Verison Of Xna and it worked im currently tryin to get this app to work with Zune 3.0 will post back my results after im done!

---

Didn't Work For This App!

Last edited by cworkman29729; 10-02-2008 at 11:21 PM. Reason: merged 2 consecutive posts



cworkman29729 is offline   Reply With Quote
Old 10-03-2008, 04:44 AM   #247 (permalink)
Experienced Zuner
 
Epoc's Avatar
 
Join Date: Sep 2007
Location: Vermont
Posts: 242
Epoc is on a distinguished road
Default

Quote:
Originally Posted by cworkman29729 View Post
i was gettin this same error on my ZuneBible App That Im Workin On And All I Did Was Changed The ZBlade.dll to one that wasn't Built Usin CTP Verison Of Xna and it worked im currently tryin to get this app to work with Zune 3.0 will post back my results after im done!

---

Didn't Work For This App!
okay, so you tried changing the zblade file to a newer one. hmm I think it might have something to do with the way the media player is written out. I saw something that it changed this time around. I think that the zblade DOES have somehing to do with it though. could you try to replace this section of code?
__________________
\nn/===IRON MAIDEN RULES===\nn/

Xbox live/Zune= Epocilyps. Invites are fine. need people with zunes on my friends list.





Epoc is offline   Reply With Quote
Old 10-07-2008, 11:18 AM   #248 (permalink)
Experienced Zuner
 
Join Date: May 2008
Posts: 122
Huntsman85 is on a distinguished road
Default

I have made the source code public. I'm going to try to get it working with the 3.0 update either tonight or tomorrow night.

Source Code
__________________
XNA Zune Alarm Clock!
Download Here!





Huntsman85 is offline   Reply With Quote
Old 10-07-2008, 05:32 PM   #249 (permalink)
Super Zuner
 
theguywholoveszunehd's Avatar
 
Join Date: Sep 2008
Posts: 1,773
theguywholoveszunehd will become famous soon enough
Default

Quote:
Originally Posted by Huntsman85 View Post
I have made the source code public. I'm going to try to get it working with the 3.0 update either tonight or tomorrow night.

Source Code
i can't seem to deploy this one. there is only the option to build when i right-click it in c#. any suggestions?



theguywholoveszunehd is online now   Reply With Quote
Old 10-08-2008, 04:41 AM   #250 (permalink)
Experienced Zuner
 
Epoc's Avatar
 
Join Date: Sep 2007
Location: Vermont
Posts: 242
Epoc is on a distinguished road
Default

Quote:
Originally Posted by theguywholikeszune View Post
i can't seem to deploy this one. there is only the option to build when i right-click it in c#. any suggestions?
it's only the source code, not the new version. and way to go huntsman. best of luck to ya. hopefully it's not like sirtet, where it was impossible to fix...
__________________
\nn/===IRON MAIDEN RULES===\nn/

Xbox live/Zune= Epocilyps. Invites are fine. need people with zunes on my friends list.





Epoc is offline   Reply With Quote
Old 10-08-2008, 04:04 PM   #251 (permalink)
Experienced Zuner
 
Rockman87's Avatar
 
Join Date: Nov 2007
Location: UT, USA
Posts: 203
Rockman87 is on a distinguished road
Send a message via MSN to Rockman87
Default

Quote:
Originally Posted by Epoc View Post
it's only the source code, not the new version. and way to go huntsman. best of luck to ya. hopefully it's not like sirtet, where it was impossible to fix...

There is a version of SirTet that works with 3.0




Rockman87 is offline   Reply With Quote
Old 10-08-2008, 05:35 PM   #252 (permalink)
Experienced Zuner
 
Epoc's Avatar
 
Join Date: Sep 2007
Location: Vermont
Posts: 242
Epoc is on a distinguished road
Default

Quote:
Originally Posted by Rockman87 View Post
There is a version of SirTet that works with 3.0
oh, I guess I never realized the got that up an running. Well I know they had troubles at first...
__________________
\nn/===IRON MAIDEN RULES===\nn/

Xbox live/Zune= Epocilyps. Invites are fine. need people with zunes on my friends list.





Epoc is offline   Reply With Quote
Old 10-08-2008, 06:43 PM   #253 (permalink)
Zuner
 
grasch1469's Avatar
 
Join Date: Aug 2008
Location: Highland, IN
Posts: 50
grasch1469 is on a distinguished road
Default

Quote:
Originally Posted by Huntsman85 View Post
I have made the source code public. I'm going to try to get it working with the 3.0 update either tonight or tomorrow night.

Source Code
Yessssssssssssss!!!! Huntsman85 welcome back. Hopefully you can get this up and running very soon. It's the only app. i truely miss. Thank You.




grasch1469 is offline   Reply With Quote
Old 10-09-2008, 03:59 AM   #254 (permalink)
Zewbie
 
Join Date: Oct 2008
Posts: 1
marksman44 is on a distinguished road
Default Clock/Sleep Timer

Great



marksman44 is offline   Reply With Quote
Old 10-10-2008, 07:33 PM   #255 (permalink)
Jr. Zuner
 
Join Date: Sep 2008
Posts: 35
Cooper99 is on a distinguished road
Default

Mazeltov. Hopefully it will be up soon.



Cooper99 is offline   Reply With Quote
Old 10-12-2008, 12:16 PM   #256 (permalink)
Zuner
 
Meximan's Avatar
 
Join Date: Sep 2008
Posts: 51
Meximan is on a distinguished road
Default

i cant wait ive been checking every single day
__________________



Meximan is offline   Reply With Quote
Old 10-12-2008, 07:19 PM   #257 (permalink)
Zuner
 
Y0SHi's Avatar
 
Join Date: Aug 2008
Posts: 73
Y0SHi is on a distinguished road
Default

yea i need this back man i miss it... nice to see your back huntsman an upgrading this hope its done soon..



Y0SHi is offline   Reply With Quote
Old 10-14-2008, 12:59 PM   #258 (permalink)
Zuner
 
cworkman29729's Avatar
 
Join Date: May 2008
Posts: 90
cworkman29729 is on a distinguished road
Send a message via Yahoo to cworkman29729 Send a message via Skype™ to cworkman29729
Default

Well I Comment out All The Lines That Cause The Error's And All The Error's Seem To Be Caused By The ZBlade! So I Think Its Something With The ZBlade.dll & The ZAC.dll Not Agreeing With Each Other!

An unhandled exception of type 'System.MissingMethodException' occurred in ZAC.dll

Additional information: Method not found: .ctor ZBlade.MenuItemTree.

An unhandled exception of type 'System.MissingMethodException' occurred in ZAC.dll

Additional information: Method not found: set_CurrentGameInfo

Last edited by cworkman29729; 10-14-2008 at 01:11 PM.



cworkman29729 is offline   Reply With Quote
Old 10-14-2008, 03:35 PM   #259 (permalink)
Zuner
 
Join Date: Oct 2008
Location: Pa
Posts: 78
smokefish17 is on a distinguished road
Default

does not work for beta. i really want this app. too
or am i downloading the wrong file?




smokefish17 is offline   Reply With Quote
Old 10-14-2008, 03:38 PM   #260 (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 cworkman29729 View Post
Well I Comment out All The Lines That Cause The Error's And All The Error's Seem To Be Caused By The ZBlade! So I Think Its Something With The ZBlade.dll & The ZAC.dll Not Agreeing With Each Other!

An unhandled exception of type 'System.MissingMethodException' occurred in ZAC.dll

Additional information: Method not found: .ctor ZBlade.MenuItemTree.

An unhandled exception of type 'System.MissingMethodException' occurred in ZAC.dll

Additional information: Method not found: set_CurrentGameInfo
It sounds like the version of ZBlade you're using is different from the version of ZBlade that ZAC was compiled against. Recompile ZAC.dll and make sure to keep your versions of ZBlade consistent.
__________________

 signature by vettexl




itsnotabigtruck is offline   Reply With Quote
Reply

Bookmarks

Thread Tools