by Wojtek » Thu Jul 11, 2013 11:52 am
hello,
I am sorry to hear about this problem. I think few other people have same problem. I can't offer a solution but maybe with some information we can figure it out together.
by design on Windows XP settings are stored in registry node:
HKEY_LOCAL_MACHINE\SOFTWARE\TetrisOnlineJapan\EverybodyTetris
however on Windows 7 64bit settings will be stored in:
HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\TetrisOnlineJapan\EverybodyTetris
assuming default UAC settings and NOT running with "as admin" option.
however if you have UAC off or use run with "as admin" option, your setting will be stored in node:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TetrisOnlineJapan\EverybodyTetris
Of course this means when you run "as admin" and not "as admin" there are two separate settings profiles. So for example if you run game first time "as admin" and secound time not "as admin", you may thing settings are not saved, because if second run you use alternative setting profile. but of course if you settings are still not saved, there must some other issue, I don't understand. You may try to locate those nodes in registry editor and try to play with them yourself (try to delete whole TetrisOnlineJapan node for example and see what happens). Let me know how it goes.
Windows 8 or Vista should be same. On 32bit OS, there won't be Wow6432Node part in registry path.