You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uTox crushing when change the password.
After encrypt the file with profile \Tox\tox_save.tox by password, uTox.exe is crushing,
because this cann't be decrypted by inputed password, after encrypting this file.
After new start, uTox.exe ask the password, and when this correct, tox_save.tox is runned automatically. This function in src/layout/settings.c is finished sucessfully, after changing the password. Then, new, encrypted tox_save.tox is saved.
Where this saving is running, I don't understand,
and there need to save some temp-file, to leave uTox.exe runned,
or prevent the crushing, remember the password,
and decrypt the encrypted tox_save.tox, automatically after encrypting this by password,
while program still working.
How to do this, anyone know??
P.S.: The same auto-crushing there is after changing in the settings IPv6, UDP, and Proxy Settings.
After manually changing this values in \Tox\tox_save.ini:
Maybe, crushing processing, just because tox_save.ini cann't be saved or updated, correctly.
UPD: tox_save.ini saved, after close uTox.exe.
So, tox_save.ini not saving before crush, and program not try to save this, because that method still not runned, but crushing.
This means, crush on switch the parameters, and maybe this just because something try to activate,
but not can be activated sucessful...
The text was updated successfully, but these errors were encountered:
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
This text contains inside msvcr71.dll, so, maybe, this is error inside this dll.
Maybe, need to use some another methods and functions from the source code of this dll, to working with this dll correctly, after changing password, after switch IPv6, UDP, proxy, proxyIP, proxyPORT, where program is crushing.
Maybe, some methods/functions program try to run from this dll, but this not found, because msvcr71.dll (for Windows XP), is deprecated, so there is program crushing...
So, need to change something in the source code...
Overview
Issue
uTox crushing when change the password.
After encrypt the file with profile
\Tox\tox_save.tox
by password,uTox.exe
is crushing,because this cann't be decrypted by inputed
password
, after encrypting this file.After new start,
uTox.exe
ask the password, and when this correct,tox_save.tox
is runned automatically.This function in
src/layout/settings.c
is finished sucessfully, after changing the password. Then, new, encryptedtox_save.tox
is saved.Where this saving is running, I don't understand,
and there need to save some temp-file, to leave
uTox.exe
runned,or prevent the crushing, remember the password,
and decrypt the encrypted
tox_save.tox
, automatically after encrypting this bypassword
,while program still working.
How to do this, anyone know??
P.S.: The same auto-crushing there is after changing in the settings
IPv6
,UDP
, andProxy Settings
.After manually changing this values in
\Tox\tox_save.ini
:uTox
is started good with this parameters.Maybe, crushing processing, just because
tox_save.ini
cann't be saved or updated, correctly.UPD:
tox_save.ini
saved, after closeuTox.exe
.So,
tox_save.ini
not saving before crush, and program not try to save this, because that method still not runned, but crushing.This means, crush on switch the parameters, and maybe this just because something try to activate,
but not can be activated sucessful...
The text was updated successfully, but these errors were encountered: