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