None of the heroes I make persist between closing the game and opening it again. Resolution is saved, though it doesn&#39;t seem the push-to-talk setting is saved.<br><br>When running the game with strace, I noticed the following:<br>
<br>chdir(&quot;/opt/games/dungeondefenders/Engine/Config/&quot;) = 0<br>...<br>access(&quot;DunDefHeroes.dun&quot;, F_OK)        = -1 ENOENT (No such file or directory)<br>...<br>open(&quot;DunDefHeroes.dun&quot;, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)<br>
<br>I think it seems like it&#39;s trying to check for a save file in a root owned directory where the user doesn&#39;t have write permissions.<br><br>(Running in Ubuntu 12.04 64-bit)<br>