Results 905 comments of unxed

> > ..did that myself, also added ID1.. for SQUASHFS but i dont have test samples for that > > also there were some bugs caused random crashes due to...

RAW disk image files support was completely wrong, rewritten. Now even supports extraction of individual files :) @elfmz please update Sample image for testing: [NewVirtualDisk.zip](https://github.com/elfmz/far2l/files/6039757/NewVirtualDisk.zip) ``` [IMG] TypeName=IMG ID=00 00...

Minor issue: if image file is broken, ToolNotFound is still shown, even if utility is actually installed. Sample for testing: [1234.zip](https://github.com/elfmz/far2l/files/6041841/1234.zip)

Another minor issue: this squashfs image filelisting fails. Command line 7z lists ok. I can't understand what's the matter. [uImage.zip](https://github.com/elfmz/far2l/files/6041988/uImage.zip)

> for me filelisting works, but uImage file extraction shows error but still file extracted reproducable on Ununtu Server 18.04 x64 with lastest master, for example upd: on 20.04 with...

I'll probably support this. Some similar hackfix attempt: https://github.com/elfmz/far2l/pull/1279

> Check please with branch tty-multiwidth-chars #1255 still reproducable ![изображение](https://user-images.githubusercontent.com/1151423/187080185-ef13e0b8-04a9-4ac2-97fe-1040dac6087c.png)

far2l's layout in tty mode looks ok now ![изображение](https://user-images.githubusercontent.com/1151423/187487507-08f9ae9f-bf2b-4f87-8603-233c5834fdf7.png)

You should have locale set to ru_RU for this to work correctly as far2l does not knows what ANSI code page is used on system there archive was created and...

mine (locale ru_RU, extracts ok) ``` $ grep '#define.*ARCHIVE_VERSION_NUMBER' /usr/include/archive.h #define ARCHIVE_VERSION_NUMBER 3004000 ```