<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.xna.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>General</title><link>http://forums.xna.com/forums/32.aspx</link><description>Don't know where to post your question? Post it here!</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 0.0)</generator><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52719.aspx</link><pubDate>Thu, 20 Mar 2008 14:54:23 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52719</guid><dc:creator>Jim Perry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52719.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52719</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;Stephen Styrchak:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;
&lt;P&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;Belkar:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Are community games limited to fitting in a 150MB package like XBLA games?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/P&gt;
&lt;P&gt;No. There will be restrictions on the size of the games you submit to the publishing pipeline, but that will be enforced at submission time, not in the build.&lt;/P&gt;
&lt;P&gt;XNA Creators Club games have a 2GB limit on the Xbox 360 console.&amp;nbsp;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/P&gt;
&lt;P&gt;Added to the FAQ. :)&lt;/P&gt;</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52712.aspx</link><pubDate>Thu, 20 Mar 2008 14:29:54 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52712</guid><dc:creator>Stephen Styrchak</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52712.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52712</wfw:commentRss><description>&lt;P&gt;After a bit of searching, I found that it was Joel Martinez who reported it while working on his ScurvyMedia thingy. Although in his case, it was an OutOfMemoryException, so it's not the same as this issue.&lt;/P&gt;
&lt;P&gt;Here's the relevant post info from Shawn that I was not remembering completely:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.xna.com/post/19714.aspx"&gt;http://forums.xna.com/post/19714.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52704.aspx</link><pubDate>Thu, 20 Mar 2008 13:28:23 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52704</guid><dc:creator>Nick Gravelyn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52704.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52704</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;Stephen Styrchak:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;That being said... Nick, didn't you run into some similar error when you were creating your zip library?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br&gt;&lt;br&gt;I got one report of having issues with EasyZip on Xbox, yes. The user created a ZIP file that would work on Windows but throw an exception on the Xbox. It was only 17MB though and was a runtime exception about a "badly formatted ZIP file", so I'm guessing just some issue with XACT and my zip library. I still haven't solved that one yet.&lt;br&gt;</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52701.aspx</link><pubDate>Thu, 20 Mar 2008 13:11:45 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52701</guid><dc:creator>Stephen Styrchak</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52701.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52701</wfw:commentRss><description>&lt;P&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;Belkar:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Are community games limited to fitting in a 150MB package like XBLA games?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/P&gt;
&lt;P&gt;No. There will be restrictions on the size of the games you submit to the publishing pipeline, but that will be enforced at submission time, not in the build.&lt;/P&gt;
&lt;P&gt;XNA Creators Club games have a 2GB limit on the Xbox 360 console. The exception shown does not look like it is related to deployment, though. The Content Pipeline does not execute during deployment.&lt;/P&gt;
&lt;P&gt;Please note that deployment means copying the game files from your computer to your console. The activity happening here is "building". If you just *build* the Xbox 360 project, you will see this error. Deployment is an optional step after build.&lt;/P&gt;
&lt;P&gt;That being said... Nick, didn't you run into some similar error when you were creating your zip library? Or a video library? Or was that somebody else? I remember someone hitting an internal file size limit in the content pipeline, which happened because we were buffering some data before writing. It only affected files over a certain size. I forget the details.&lt;/P&gt;</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52699.aspx</link><pubDate>Thu, 20 Mar 2008 13:01:19 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52699</guid><dc:creator>The ZMan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52699.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52699</wfw:commentRss><description>I dont think any size limits have been announced... check through the long thread to see if you can find anything &lt;A href="http://forums.xna.com/thread/46558.aspx"&gt;http://forums.xna.com/thread/46558.aspx&lt;/A&gt;</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52698.aspx</link><pubDate>Thu, 20 Mar 2008 12:58:30 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52698</guid><dc:creator>Nick Gravelyn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52698.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52698</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;Belkar:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Are community games limited to fitting in a 150MB package like XBLA games?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br&gt;&lt;br&gt;We don't know. I don't believe they've said one way or the other as to size requirements for the Community Games section. But the OP isn't talking about the Community Games, he's talking about basic deployment which I don't actually think has a size limit on it (except for your free space that is).&lt;br&gt;</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52696.aspx</link><pubDate>Thu, 20 Mar 2008 12:53:17 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52696</guid><dc:creator>Belkar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52696.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52696</wfw:commentRss><description>Are community games limited to fitting in a 150MB package like XBLA games?</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52684.aspx</link><pubDate>Thu, 20 Mar 2008 12:26:32 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52684</guid><dc:creator>Korenn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52684.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52684</wfw:commentRss><description>Is any part of the project bigger than 2 gig during deployment? (I can't imagine this being so, but it could cause problems with 32 bit integers being used everywhere)</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52487.aspx</link><pubDate>Wed, 19 Mar 2008 12:10:26 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52487</guid><dc:creator>Vanzeti</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52487.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52487</wfw:commentRss><description>12.2 gigs of free space&lt;br&gt;</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52477.aspx</link><pubDate>Wed, 19 Mar 2008 11:58:30 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52477</guid><dc:creator>ShawMishrak</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52477.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52477</wfw:commentRss><description>How much free space do you have on the drive containing your project?&lt;br&gt;</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52474.aspx</link><pubDate>Wed, 19 Mar 2008 11:54:16 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52474</guid><dc:creator>Vanzeti</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52474.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52474</wfw:commentRss><description>There are some large images, but the thing is it debugs just fine when I run the windows build, its just when I try to do it on the xbox.&lt;br&gt;</description></item><item><title>Re: Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52372.aspx</link><pubDate>Tue, 18 Mar 2008 20:20:37 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52372</guid><dc:creator>Nick Gravelyn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52372.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52372</wfw:commentRss><description>That exception isn't coming from your Xbox. The content pipeline runs on Windows. That's being thrown while it's trying to build your content. Is your hard drive somehow full? Seems rather unlikely, but that's what the exception is saying I guess... What all content do you have in there? Any really large images or lots of WAV files?&lt;br&gt;</description></item><item><title>Xbox 360 deployment problem</title><link>http://forums.xna.com/forums/thread/52371.aspx</link><pubDate>Tue, 18 Mar 2008 20:11:16 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52371</guid><dc:creator>Vanzeti</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52371.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=32&amp;PostID=52371</wfw:commentRss><description>When I try to debug my project onto the 360 I get an error saying that I do not have enough disk space on the 360, even though I have about 8 gigs free, and the project is only a little more than 1 gig. Any ideas as to what the problem may be? Here is the error,&lt;br&gt;&lt;br&gt;"Error 1 Building content threw IOException: There is not enough space on the disk.&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler.ContentWriter.WriteFinalOutput()&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler.ContentWriter.Dispose(Boolean disposing)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.IO.BinaryWriter.System.IDisposable.Dispose()&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler.ContentCompiler.Compile(Stream output, Object value, TargetPlatform targetPlatform, String rootDirectory, String referenceRelocationPath)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.SerializeOutputAsset(BuildItem item, Object assetData, String outputFilename)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.SerializeAsset(BuildItem item, Object assetData)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.BuildAssetWorker(BuildItem item)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.BuildAsset(BuildItem item)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.RunTheBuild()&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildContent.RemoteProxy.RunTheBuild(BuildCoordinatorSettings settings, TimestampCache timestampCache, ITaskItem[] sourceAssets, String[]&amp;amp; outputContent, String[]&amp;amp; rebuiltContent, String[]&amp;amp; intermediates, Dictionary`2&amp;amp; dependencyTimestamps, KeyValuePair`2[]&amp;amp; warnings) E:\JoshBelay IAAA entry-Starscape\Starscape\Content\Textures\space2_diff.png Xbox 360 Copy (2) of Starscape"&lt;br&gt;&lt;br&gt;Thanks &lt;br&gt;</description></item></channel></rss>