MultiArc - archiver plugin
Moderators: Hacker, petermad, Stefan2, white
Here's exact copy:
It has proper "0D 0A".
Code: Select all
MIME-Version: 1.0
Content-Type: application/octet-stream; name="Multiarc.ini.rar"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="Multiarc.ini.rar"
UmFyIRoHADvQcwgADQAAAAAAAAB8+HSAkEYA4QIAABMIAAACeP5YQ/iAV0kdNSEAIAAAAFBsdWdp
bnNcd2N4XE11bHRpYXJjXE11bHRpYXJjLmluaQDwBMxjDBkQzMz9EBW94BPw5DAfnFAm3JHKLFRU
04xIA3a7FKIBZZQC0i4lWuMRLcTVE/70Qp8U+GpKNtO8JfwFPgeO5uHUVmA/myTu7m8Dubo+zc0b
owHxJ9j22r7RmU31u7f3lHXLTq5EqU2ZlxltmHXq54Fmr+yImo06XXorkaHhS4pc9nPUhUqfHifU
RY2IUR3bUos5aliJa8YuOPlmDYsrYynFVipMXatfRH7clke1ROsFZ6a+kKuLjqC4sa5BSbFvTGlz
KkJezL3ZureZeVuwdBB6hn9PQDupMxHCs6aElh3M21DlWfzjNJsWiqRkJHh5Kkbh0lhnAEpjXCSA
kY1hmiPm48Na9J0Jnxcv96SOYWHX246RSoYQsIxhLriYYE22IpRDOxQn0Th/9ob+9ZZKZKjbEg+z
TFZFRT+SeU+Mv5p8a2N/iir5CIe/fRsp7InYyZi2PJyhUBvUerOHymGQHjrIXaUGO5P2jRDEl5pm
aCvPlE119cPdORni07gJ/MBs8TKhVhZe7t1M1VD6ZiLtU7pyZc5vrkpkw2qdjFsCE/XwCAsyhhv+
b56yf3iAWPENQsHTAzgWuQ0+CJZ1hh3yz5kroCGGzjegsCGSutYOCNmxyXd4ahmOOGulyrGKl5Nx
u4HCKaKW7CuXV8L4ysSZQK7693ES3YGFzq75rPaZQmCBQX3g4kK2AogkqcQU7JxXjoriC+IXQQyu
zUqiqpirKCTsa3dowIx9zFB51lfz/RuFQ+7MlQ+yH72BLPO4v/aH/t0850AdQ9OsL/+dg+UKNsF3
mpl/JF2UBbHP/SIQSGGaOgVYvZ0/DLobGM7k82PLmmID9Er0TAmPuugej3Joy5zxCWtpyAIP+qb7
H8j3D9KCu6WUNtfvf9ULJ422elXrkVUmW9L6tU5c3QHWXX8KKSDcCSM/apHDVYRSb/sC9vVBSDDD
Np8CpOuBiwse9M9LktRK7c0L1ak8hTP6VKZ4/KDEPXsAQAcA
Why do you need Multiarc for such a simple config ?MaxX wrote:Here's exact copy:It has proper "0D 0A".Code: Select all
...
There is nothing in it which realy needs Multiarc.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
2Horst.Epp
I need full support for 7ZIP and CAB in TC under Win98. Neither 7zip.wcx, nor Total7zip.wcx work in this case.
Do you have any another solution?
2MVV
One more reason for facepalm.
When I try (with empty multiarc.ini) to import cab.addon
plugin says there's no sections:
http://fotohost.by/images/2016/10/23/BUFEROBMENAd9700.png
I need full support for 7ZIP and CAB in TC under Win98. Neither 7zip.wcx, nor Total7zip.wcx work in this case.
Do you have any another solution?
2MVV
One more reason for facepalm.
When I try (with empty multiarc.ini) to import cab.addon
Code: Select all
[CAB]
ID=4D 53 43 46
IDPos=<SeekID>
SkipSfxHeader=1
Extension=cab
Description=MsCab 0.63
Archiver=Cab.exe
BatchUnpack=1
Debug=0
Format0="yyyy tt dd hh mm ss aaaaaa zzzzzzzzzz nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
List=%P -ri2 L %AQA %O
Extract=%P {%S} e %AQA @%LA
ExtractWithPath=%P {-ap%RQA} {%S} x %AQA @%LA
Test=%P {%S} t %AQA
Delete=%P -i {%S} d %AQA @%LA
Add=%P -i {-ap%RQA} {%S} a %AQA @%LA
Move=%P -i {-ap%RQA} {%S} m %AQA @%LA
;
http://fotohost.by/images/2016/10/23/BUFEROBMENAd9700.png
Ukrainian Total Commander Translator. Feedback and discuss.
It happens because of the same problem: MultiArc reads addon files like INI files.
And I've found the reason: GetPrivateProfileSectionNames function in Windows 98 fails when buffer size parameter value is 65536... but works fine with 65532! 640 kB is enough, you know.
And I've found the reason: GetPrivateProfileSectionNames function in Windows 98 fails when buffer size parameter value is 65536... but works fine with 65532! 640 kB is enough, you know.

Last edited by MVV on 2016-10-23, 19:21 UTC, edited 1 time in total.
2MVV
Can I do something with my configs to make it work?
Or can you compile win9X-compatible version of this version (it does not work in win9X now)?
Can I do something with my configs to make it work?
Or can you compile win9X-compatible version of this version (it does not work in win9X now)?
Last edited by MaxX on 2016-10-23, 19:23 UTC, edited 1 time in total.
Please try this one, I can't test it myself...
2MVV
It can't even start under W98 (the same as new 1.4.2 builds), but it works fine under W7.
Upd:
Reaction for test.bat (rundll32 MultiArc.wcx, Settings) under W98:
http://fotohost.by/images/2016/10/24/0.png
, but under W7 works fine.
It can't even start under W98 (the same as new 1.4.2 builds), but it works fine under W7.
Upd:
Reaction for test.bat (rundll32 MultiArc.wcx, Settings) under W98:
http://fotohost.by/images/2016/10/24/0.png
, but under W7 works fine.
It seems that VS2010 CRT is incompatible with Win98, so I've compiled build 150 with VS6:
MultiArc 1.4.2.150 (9x version)
I won't include it into main package so you can take it here. It works fine for me under Win98.
MultiArc 1.4.2.150 (9x version)
I won't include it into main package so you can take it here. It works fine for me under Win98.
2MVV
BAT-file (rundll32 MultiArc.wcx, Settings) under W98 can't work, but under W7 works fine:
http://fotohost.by/images/2016/10/25/0.png
(may be, some intertal RunDll32 problem?)
Internal TC's configer works fine:
http://fotohost.by/images/2016/10/25/1.png
http://fotohost.by/images/2016/10/25/2.png
http://fotohost.by/images/2016/10/25/3.png
I've tried to pack some 7Z and CAB archives, then read from inside. Didn't find any problem yet. Looks like everything is ok.
Also I want to try some another archivers later (UHA, InnoUnp).
P.S.
Can you make ConPaste.exe for W98? It should be useful for me too.
BAT-file (rundll32 MultiArc.wcx, Settings) under W98 can't work, but under W7 works fine:
http://fotohost.by/images/2016/10/25/0.png
(may be, some intertal RunDll32 problem?)
Internal TC's configer works fine:
http://fotohost.by/images/2016/10/25/1.png
http://fotohost.by/images/2016/10/25/2.png
http://fotohost.by/images/2016/10/25/3.png
I've tried to pack some 7Z and CAB archives, then read from inside. Didn't find any problem yet. Looks like everything is ok.
Also I want to try some another archivers later (UHA, InnoUnp).
P.S.
Can you make ConPaste.exe for W98? It should be useful for me too.
Maybe there shouldn't be any space between the comma and function name?
ConPaste is ANSI tool and minimum version in its header is set to 4, so it should work under Win98. I have no ideas why it doesn't.
Code: Select all
rundll32 MultiArc.wcx,Settings