A simple correction

roxwal's profile image roxwal posted 4 years ago in General Permalink

after connection mysql appear this popup

Stream read error C:\Users[.winUSname.]\AppData\Roaming\HeidiSQL\Backups\query-tab-2020-01-22_09-54-22-090.sqluery

can Test before it exists?

because after appear this other popup

Tabs won't be stored in this session.Access violation at address 0000000000411C64 in module 'heidisql.exe'. Read of address 0000000000000080O perazione completatauery

TKS

Code modification/commit 33300bd from Ansgar Becker <anse@heidisql.com>, 4 years ago, revision 10.3.0.5861
Silence crash happening in some very early calls to apphelpers.FindNode, also triggered by RestoreTabs. Probably helps here: https://www.heidisql.com/forum.php?t=35551
ansgar's profile image ansgar posted 4 years ago Permalink

I just fixed a crash which also happens while restoring previous tabs. But I fear that was a different one.

Will check that code path from your error message too.

roxwal's profile image roxwal posted 4 years ago Permalink

HeidiSQL v 10.3.0.5861

same error:

Stream read error

C:\Users\[winuser]\AppData\Roaming\HeidiSQL\Backups\query-tab-2020-01-22_09-54-22-090.sqluery

:-(

Code modification/commit 88c3560 from Ansgar Becker <anse@heidisql.com>, 4 years ago, revision 10.3.0.5889
Issue #140: As a complement to writing tab backups in UTF8 without BOM, now load them in this encoding, not in UTF8 with BOM
* see deab98736ed591b1aeb6a229de1ddf06e9f43a42
* see https://www.heidisql.com/forum.php?t=35551
ansgar's profile image ansgar posted 4 years ago Permalink

Please check the next build. I found and fixed an encoding issue. Backup files were saved in UTF-8 without BOM, but when loading them a BOM was expected and lead to such errors.

roxwal's profile image roxwal posted 4 years ago Permalink

HeidiSql V 10.3.0.5889

Now is Ok! .. \^o^/

TKS

W:-}

ansgar's profile image ansgar posted 4 years ago Permalink

Phew, that took me quite some time.

Thanks for your quick feedback!

Please login to leave a reply, or register at first.