<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>VectorStorm Forums &#187; Topic: Changing/saving preferences in the menu crashes game.</title>
		<link>http://www.vectorstorm.org/forum/topic/changingsaving-preferences-in-the-menu-crashes-game</link>
		<description>Discussing games, one brightly glowing comment at a time</description>
		<language>en-US</language>
		<pubDate>Sun, 01 Aug 2010 04:21:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vectorstorm.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vectorstorm.org/forum/rss/topic/changingsaving-preferences-in-the-menu-crashes-game" rel="self" type="application/rss+xml" />

		<item>
			<title>trevor on "Changing/saving preferences in the menu crashes game."</title>
			<link>http://www.vectorstorm.org/forum/topic/changingsaving-preferences-in-the-menu-crashes-game#post-208</link>
			<pubDate>Sat, 06 Sep 2008 08:31:36 +0000</pubDate>
			<dc:creator>trevor</dc:creator>
			<guid isPermaLink="false">208@http://www.vectorstorm.org/forum/</guid>
			<description>&#60;p&#62;I'm already in the industry, actually.  I've worked on games released on Dreamcast, PS2, and XBox 360 so far, and have a game for the Wii which should be appearing on store shelves sometime in the next few weeks.&#60;/p&#62;
&#60;p&#62;The initial intent behind the VectorStorm engine was to make it an open-source example of what a commercial-quality game engine running on a (fictional) game console is like, which is why it intentionally has a static controller spec, limited memory, etc.&#60;/p&#62;
&#60;p&#62;Of course, I've broken most of those initial intentions during the creation of MMORPG Tycoon, allowing mouse input, vastly increasing the memory space available, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Changing/saving preferences in the menu crashes game."</title>
			<link>http://www.vectorstorm.org/forum/topic/changingsaving-preferences-in-the-menu-crashes-game#post-207</link>
			<pubDate>Fri, 05 Sep 2008 19:31:50 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">207@http://www.vectorstorm.org/forum/</guid>
			<description>&#60;p&#62;Glad to see you working on those bugs Trevor, keep it up and before you know it, you'd be asked to work in the big corporations!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trevor on "Changing/saving preferences in the menu crashes game."</title>
			<link>http://www.vectorstorm.org/forum/topic/changingsaving-preferences-in-the-menu-crashes-game#post-198</link>
			<pubDate>Thu, 04 Sep 2008 09:09:31 +0000</pubDate>
			<dc:creator>trevor</dc:creator>
			<guid isPermaLink="false">198@http://www.vectorstorm.org/forum/</guid>
			<description>&#60;p&#62;Okay.  I'm improving that error handling in the next version.  :)&#60;/p&#62;
&#60;p&#62;But with that said.. the &#34;2&#34; return value is ENOENT, which translated from C-speak to english, is complaining that a directory doesn't exist.&#60;/p&#62;
&#60;p&#62;This probably means that you don't have a Data directory in the same directory with the game executable, or that there's no &#34;Preferences&#34; directory inside that Data directory.&#60;/p&#62;
&#60;p&#62;In the past, we've seen this happen because someone's unzip program just dumped all the game's files inside a single directory, rather than obey the directories specified in the zipfile.  We've also seen it happen because some unzip programs don't create empty directories (such as the Preferences and Saves directories) even if they are specified in the zipfile.&#60;/p&#62;
&#60;p&#62;Create those directories manually, and stuff should work.  In the next release I'll have placeholder files in those directories to force them to be created even by lazy unzipping tools.  ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Changing/saving preferences in the menu crashes game."</title>
			<link>http://www.vectorstorm.org/forum/topic/changingsaving-preferences-in-the-menu-crashes-game#post-194</link>
			<pubDate>Thu, 04 Sep 2008 02:29:05 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">194@http://www.vectorstorm.org/forum/</guid>
			<description>&#60;p&#62;stdout.txt&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;7:  1440 x 900
Initialising [800x600] resolution...

Successfully detected all required extensions for bloom shader.
Screen Ratio:  1.333333
OpenGL Version 2.1.0
Red size: 8 bits
Blue size: 8 bits
Green size: 8 bits
Alpha size: 8 bits
Color buffer size: 32 bits
Depth bufer size: 24 bits
 ++ Initialising mixer
 ++ audio frequency=44100Hz  format=S16LSB  channels=2
 ?? No sound driver reported by SDL_AudioDriverName.
 &#38;gt;&#38;gt; MEMORY STATUS
 &#38;gt;&#38;gt; Heap current usage 0 / 16777216 (0.00% usage)
 &#38;gt;&#38;gt; Heap highwater usage 0 / 16777216 (0.00% usage)
 &#38;gt;&#38;gt; Heap largest free block 16777216 / 16777216 bytes free (0.00% fragmentation)
 -- Initialising game &#38;quot;MMORPG&#38;quot;
No joystick found.  Using keyboard input.
Failed assertion:  fopen() returned 2, opening file &#38;#39;Data/Preferences/global.prefs&#38;#39;
Failed condition: (m_file != NULL)
a&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I also seem to be missing the preference files, no doubt causing the bug. :V&#60;/p&#62;
&#60;p&#62;Kinda strange though, so far I've missed the Saves directory and the preference files in 1.0.16.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trevor on "Changing/saving preferences in the menu crashes game."</title>
			<link>http://www.vectorstorm.org/forum/topic/changingsaving-preferences-in-the-menu-crashes-game#post-193</link>
			<pubDate>Wed, 03 Sep 2008 19:23:20 +0000</pubDate>
			<dc:creator>trevor</dc:creator>
			<guid isPermaLink="false">193@http://www.vectorstorm.org/forum/</guid>
			<description>&#60;p&#62;Meerkat, can you check the contents of your MMORPG.prefs file, in the Data/Preferences directory, and post the contents?  From your explanation, it sounds an awful lot like the old &#34;invalid value for the autosave preference&#34; bug that I fixed in 1.0.16.  Maybe I missed a weird corner case, or something.&#60;/p&#62;
&#60;p&#62;Any useful assert or anything in the stdout.txt file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Changing/saving preferences in the menu crashes game."</title>
			<link>http://www.vectorstorm.org/forum/topic/changingsaving-preferences-in-the-menu-crashes-game#post-192</link>
			<pubDate>Wed, 03 Sep 2008 18:58:37 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">192@http://www.vectorstorm.org/forum/</guid>
			<description>&#60;p&#62;The music was a little high(was too lazy to adjust computer volume), so I turned it down a tad and the game crashed as I hit the &#34;Apply&#34; button. I figured that it was, quite obviously, a bug. I went to make this thread, but as I tried again without changing anything, it crashed again.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
