|
  
|
|
|
#221 (permalink) |
|
also a n00blet chef
An army of many
Jr. Staff zB Programmer Experienced Member Join Date: May 2008
Posts: 864
Reputation: 174
Donate |
Could you follow the steps in my post immediately yours? I need to see what the output log looks like in order to figure out what's going on.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. signature by To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
| Remove Advertisements Sponsored Links | |
Advertisement |
|
|
|
#222 (permalink) |
|
An army of many
Experienced Member Join Date: Aug 2007
Location: in a box
Posts: 808
Reputation: 51
Donate |
i keep getting a code 3 error
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. (sig by Tobososlow) trouble tagging music? get Picard Tagger To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. , it works great! ![]() |
|
|
|
|
#223 (permalink) |
|
also a n00blet chef
An army of many
Jr. Staff zB Programmer Experienced Member Join Date: May 2008
Posts: 864
Reputation: 174
Donate |
Are you using 0.3.1 and did you fully unzip the entire archive somewhere?
Go to View --> Output and copy everything there into a post AFTER you (attempt to) build.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. signature by To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
#224 (permalink) |
|
Zewbie
Join Date: Feb 2008
Location: Hawaii
Posts: 6
Reputation: 10
Donate |
------ Build started: Project: sirtet, Configuration: Debug Zune ------
Could not locate the .NET Framework SDK. The task is looking for the path to the .NET Framework SDK at the location specified in the SDKInstallRootv2.0 value of the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k. You may be able to solve the problem by doing one of the following: 1.) Install the .NET Framework SDK. 2.) Manually set the above registry key to the correct location. Building fonts\bold.spritefont -> C:\Documents and Settings\Compaq_Administrator\Desktop\Zune Games\sirtet_0_3_1\sirtet\bin\Zune\Debug\Content\f onts\bold.xnb Content\fonts\bold.spritefont : error : The font family "Segoe UI" could not be found. Please ensure the requested font is installed, and is a TrueType or OpenType font. Done building project "Content.contentproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ========== ========== Deploy: 0 succeeded, 0 failed, 0 skipped ========== ![]() |
|
|
|
|
#225 (permalink) | |
|
also a n00blet chef
An army of many
Jr. Staff zB Programmer Experienced Member Join Date: May 2008
Posts: 864
Reputation: 174
Donate |
Quote:
Could you double-click the Properties entry in the Solution Explorer just underneath sirtet (not fontinst) and take a screenshot of the Build Events tab (should be on the left-hand side)? If that tab isn't there, then take a screenshot anyway.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. signature by To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
|
#227 (permalink) |
|
Zewbie
Join Date: May 2008
Posts: 2
Reputation: 10
Donate |
julius has the same error I've been getting. All the other games installed fine.
I've moved the fonts, Tried using the program to automatically install them, tried switching them to Arial and I've got nothing so far. |
|
|
|
|
#228 (permalink) |
|
Jr. Member
Join Date: Nov 2006
Posts: 312
Reputation: 20
Donate |
install the segoe font manually. pm me and I can send you the font by email.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Black Zune 80 & Samsung YH-J70 + Zune 80 Premium + AKG K26p + JVC HA-FX33 Blue -Marshmallows- ![]() ![]() |
|
|
|
|
#229 (permalink) |
|
Squirt
Join Date: May 2007
Posts: 16
Reputation: 10
Donate |
I just can't figure out how to get this game on my zune. I successfully downloaded other games, so I'm pretty sure I know the procedure. I also installed the fonts that came with the zip. When I try to deploy the game, a message that says "Build started" appears at the bottom and it hangs there. The problem seems to be the application called "fontinst.exe". When I close that application by force, the following error message appears:
Error 1 The command ""C:\Users\Juampi\Desktop\sirtet_0_3\\tools\fontin st" "C:\Users\Juampi\Desktop\sirtet_0_3\\fonts\regular .ttf" "C:\Users\Juampi\Desktop\sirtet_0_3\\fonts\bold.tt f"" exited with code 1. sirtet Any ideas? |
|
|
|
|
#230 (permalink) |
|
also a n00blet chef
An army of many
Jr. Staff zB Programmer Experienced Member Join Date: May 2008
Posts: 864
Reputation: 174
Donate |
OK. You need to install the 2 fonts in the fonts folder inside the ZIP file. By doing this and restarting Visual Studio, you'll be able to compile.
The next version should obviate the necessity of doing this.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. signature by To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
#232 (permalink) |
|
Squirt
Join Date: May 2007
Posts: 16
Reputation: 10
Donate |
Well, I was finally able to deploy it. What I did was delete the following pre-build event line that seemed to be causing the problem:
"$(SolutionDir)\tools\fontinst" "$(SolutionDir)\fonts\regular.ttf" "$(SolutionDir)\fonts\bold.ttf" Now it works fine. Very good game by the way. |
|
|
|
|
#233 (permalink) | |
|
also a n00blet chef
An army of many
Jr. Staff zB Programmer Experienced Member Join Date: May 2008
Posts: 864
Reputation: 174
Donate |
Quote:
Juampi: You need to upgrade to 0.3.1. This fixes the font loader and also makes touch work.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. signature by To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
|
#235 (permalink) |
|
also a n00blet chef
An army of many
Jr. Staff zB Programmer Experienced Member Join Date: May 2008
Posts: 864
Reputation: 174
Donate |
No. Copy the two fonts (regular.ttf and bold.ttf) from the zip file to c:\windows\fonts.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. signature by To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
#238 (permalink) |
|
Experienced Zuner
Join Date: Dec 2007
Location: OnLiNe
Posts: 108
Reputation: 15
Donate |
woot woot, man this game is awesome works great plays great 10/10 rep to u
![]()
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
#240 (permalink) | |
|
Jr. Member
Join Date: Nov 2006
Posts: 312
Reputation: 20
Donate |
Quote:
http://www.zuneboards.com/tip-of-the...your-zune.html
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Black Zune 80 & Samsung YH-J70 + Zune 80 Premium + AKG K26p + JVC HA-FX33 Blue -Marshmallows- ![]() ![]() |
|
|
|
![]() |
| Thread Tools | |
|