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

Reply
 
LinkBack (12) Thread Tools
Old 09-03-2008, 10:19 AM   #201 (permalink)
Experienced Zuner
 
ozric's Avatar
 
Join Date: Mar 2008
Location: A Hup-Ho World
Posts: 112
ozric is on a distinguished road
Default

Hey Huntsman, any word on when the update will be released? Still waiting for the timezone fix
__________________


Spinning Zune courtesy angrybooger2




ozric is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 09-03-2008, 09:58 PM   #202 (permalink)
Zewbie
 
Join Date: Jan 2008
Posts: 3
guest is on a distinguished road
Default

I haven't downloaded this, but the description makes it sound like you can't play from the beginning of the song when the alarm goes off. Can you?



guest is offline   Reply With Quote
Old 09-04-2008, 10:22 AM   #203 (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

It plays from the beginning of the song. It is a great application. It is a must download!




Rockman87 is offline   Reply With Quote
Old 09-07-2008, 06:10 PM   #204 (permalink)
Zewbie
 
hhacckerr's Avatar
 
Join Date: Feb 2008
Posts: 2
hhacckerr is on a distinguished road
Default

Wow!

This is simply and amazing application, I will probably use this more than I will use the default Zune interface. The only suggestions I have are: Quicker and easier access music and touch-based support.

Thank you so much!
+rep




hhacckerr is offline   Reply With Quote
Old 09-08-2008, 08:28 PM   #205 (permalink)
Experienced Zuner
 
ozric's Avatar
 
Join Date: Mar 2008
Location: A Hup-Ho World
Posts: 112
ozric is on a distinguished road
Default

It's been almost two weeks since Huntsman even checked in here. If new updates are not coming, could someone with the programming know-how please post how the clock timezone can be modified to display 30 minute intervals as well? I am stuck in a timezone which is between two hour zones
__________________


Spinning Zune courtesy angrybooger2




ozric is offline   Reply With Quote
Old 09-10-2008, 05:52 PM   #206 (permalink)
Zewbie
 
SSJwiggy's Avatar
 
Join Date: Jun 2008
Posts: 6
SSJwiggy is on a distinguished road
Send a message via AIM to SSJwiggy
Default

This app has a bug that keeps exiting me out of the application.




SSJwiggy is offline   Reply With Quote
Old 09-17-2008, 10:20 AM   #207 (permalink)
Zewbie
 
Join Date: Sep 2008
Posts: 6
shadowdragon42 is on a distinguished road
Default

wow, amazing application



shadowdragon42 is offline   Reply With Quote
Old 09-17-2008, 01:41 PM   #208 (permalink)
Jr. Zuner
 
Zeek's Avatar
 
Join Date: Apr 2008
Posts: 41
Zeek is on a distinguished road
Send a message via AIM to Zeek Send a message via Yahoo to Zeek
Default

For some reason since this version is already compiled I can't get past the Segoie error. So for now I guess this can't be used with 3.0.

Last edited by Zeek; 09-17-2008 at 01:44 PM.




Zeek is offline   Reply With Quote
Old 09-17-2008, 01:47 PM   #209 (permalink)
Jr. Member
 
Join Date: Mar 2008
Posts: 448
Techy Dude is on a distinguished road
Default

cool app man











Techy Dude is offline   Reply With Quote
Old 09-18-2008, 12:35 AM   #210 (permalink)
Zuner
 
grasch1469's Avatar
 
Join Date: Aug 2008
Location: Highland, IN
Posts: 50
grasch1469 is on a distinguished road
Default

Ok, so after a little help i finally figured out how to fix the games for 3.0 beta. I made the change to this app and got it on to my zune. Every time i try to start this app though it just restarts. Any suggetsions?




grasch1469 is offline   Reply With Quote
Old 09-18-2008, 03:28 PM   #211 (permalink)
Squirt
 
Join Date: Feb 2007
Posts: 23
Luthian has disabled reputation
Default

Quote:
Originally Posted by grasch1469 View Post
Ok, so after a little help i finally figured out how to fix the games for 3.0 beta. I made the change to this app and got it on to my zune. Every time i try to start this app though it just restarts. Any suggetsions?
In VS you have to run the game in debug mode (load game > Debug > Start Debugging), when it reboots it should tell you whats going wrong.

Last edited by Luthian; 09-18-2008 at 03:36 PM.



Luthian is offline   Reply With Quote
Old 09-18-2008, 04:37 PM   #212 (permalink)
Zewbie
 
zzzebranuggets's Avatar
 
Join Date: Sep 2008
Posts: 5
zzzebranuggets is on a distinguished road
Default

so i got everything right up to the point where i have to deploy it and
i don't know if it's just me that it needs to upgrade the project.
everyone seems to at least had it deployed successfully. did i do something wrong?




zzzebranuggets is offline   Reply With Quote
Old 09-18-2008, 04:56 PM   #213 (permalink)
Squirt
 
Join Date: Feb 2007
Posts: 23
Luthian has disabled reputation
Default

Well, to get it to deploy (it will still crash when you try to use it) you have to follow these instructions from XNA creators club:
Quote:
.2.1. How To Upgrade Projects from XNA Game Studio 3.0 CTP to XNA Game Studio 3.0 (Beta)
You will need to manually upgrade projects that were created with XNA Game Studio 3.0 CTP in order to use them with XNA Game Studio 3.0 (Beta). The upgrade wizard for XNA Game Studio 3.0 (Beta) upgrades only XNA Game Studio 2.0 projects. To manually upgrade a project created in XNA Game Studio 3.0 CTP, use the following procedure.
1. Right-click the project node for the XNA Game Studio 3.0 CTP project and select Unload Project. The node will now be marked unavailable.
2. Right-click the project node again and select Edit <projectname>.csproj. If you are using Visual C# 2008 Express Edition, you will not be able to edit the .csproj file directly in the IDE. Instead, use an external editor such as notepad.exe.
3. In the XML editor, scroll down to the bottom of the .csproj file and locate the following three <Import.../> elements.
4. <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets " />
5. <Import Project="$(MSBuildExtensionsPath)MicrosoftXNA Game Studiov3.0Microsoft.Xna.GameStudio.Common.targets" />
6. <Import Project="$(MSBuildExtensionsPath)MicrosoftXNA Game Studiov3.0Microsoft.Xna.GameStudio.NestedContent.t argets" />

Replace these with the following two <Import.../> elements. Note that the first element is the same.
<Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets " />
<Import Project="$(MSBuildExtensionsPath)MicrosoftXNA Game StudioMicrosoft.Xna.GameStudio.targets" />

7. Save the .csproj file.
8. Right-click the project node again. The project node will still be marked unavailable.
9. Select Reload Project .
10. Click Yes to close the editor.
After that you should be able to deploy the game (and quite a few other games, though they may still have other errors after deploying).



Luthian is offline   Reply With Quote
Old 09-18-2008, 06:58 PM   #214 (permalink)
Zewbie
 
zzzebranuggets's Avatar
 
Join Date: Sep 2008
Posts: 5
zzzebranuggets is on a distinguished road
Default

haha yeah about that..
i went to that site before and read all of that.

i thought i was good at these codes,
but after reading that section and trying to follow the instructions..
i realized that i'm a total n00b!

this seems like a really good application and hopefully someday i'll
succeed in upgrading. haha. (lame)

thank you though ( :




zzzebranuggets is offline   Reply With Quote
Old 09-18-2008, 11:48 PM   #215 (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 Luthian View Post
In VS you have to run the game in debug mode (load game > Debug > Start Debugging), when it reboots it should tell you whats going wrong.
Ok I did that I think and got this 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".

Quote:
Originally Posted by Luthian View Post
In VS you have to run the game in debug mode (load game > Debug > Start Debugging), when it reboots it should tell you whats going wrong.
So i did that and still nothing. I'm 99.99999% sure i did did something wrong. I'm not a programmer. Most of this stuff is pig latin to me.

Last edited by Netrix; 09-19-2008 at 04:40 AM.




grasch1469 is offline   Reply With Quote
Old 09-21-2008, 09:59 PM   #216 (permalink)
Squirt
 
Join Date: Sep 2008
Posts: 16
lVlochachino is on a distinguished road
Default

Hi im really new to this. i got this program downloaded into my zune, but when i try to load up the application on my zune, my zune restarts. am i doing something wrong or what?




lVlochachino is offline   Reply With Quote
Old 09-21-2008, 11:16 PM   #217 (permalink)
Zewbie
 
surgency's Avatar
 
Join Date: Sep 2008
Posts: 5
surgency is on a distinguished road
Default

by dock do you mean external speaker dock or microsoft zune dock.



surgency is offline   Reply With Quote
Old 09-22-2008, 12:29 PM   #218 (permalink)
Squirt
 
Join Date: Jul 2008
Posts: 14
jrodrox is on a distinguished road
Default

if at the earliest conveinence Huntsman, can you have a version that is updated to the new Zune Firmware. I saw some sort of coding and stuff that i do not understand becuase i am not overly tech savy



jrodrox is offline   Reply With Quote
Old 09-23-2008, 02:33 PM   #219 (permalink)
Squirt
 
Join Date: Jun 2008
Posts: 17
madskier8806 is on a distinguished road
Default

3.0 compatible version of LedZepp sleep timer is available on page 5 of the Sleep Timer post
http://www.zuneboards.com/forums/app...tml#post296082



madskier8806 is offline   Reply With Quote
Old 09-23-2008, 04:11 PM   #220 (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 surgency View Post
by dock do you mean external speaker dock or microsoft zune dock.

A speaker dock or a zune dock... is probably it... Anything that charges and plays the zune.




Rockman87 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools