|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#61
|
|||
|
|||
|
Good morning, i have some issue concerning the new version of IsArcEx.dll. I've made some tests, but anytime i have the "unknown compression method" popup.
Attached a link containing a .bin file and .iss file modified in order to try to decompress .bin file. Bin file has been compressed using DiskSpan and bcm mask. Where's the problem? Thanks in advance. https://we.tl/t-xz30r9XdHkCKe2A3 |
| Sponsored Links |
|
#62
|
||||
|
||||
|
In general, the situation is as follows
@BLACKFIRE69
In general, the situation is as follows: In the new version of IsArcEx, the parameter ISArcExReduceCalcAccuracy does not affect anything at all—at least not the FMX ProgressBar. You can set any values for it, and the progress bar simply ignores them. The only parameter that visually affects the progress bar and its smoothness is ISArcExCallbackInterval, but the effect only becomes noticeable starting from a value of 55. In general, the older version was better. There, it was enough to set: Code:
ISArcExCallbackInterval(5); ISArcExReduceCalcAccuracy(1); I hope you can investigate this quickly.
__________________
https://t.me/FMXInno Last edited by audiofeel; 13-04-2026 at 07:30. |
|
#63
|
|||
|
|||
|
Quote:
Last edited by Dragonis40; 13-04-2026 at 13:21. |
|
#64
|
|||
|
|||
|
Any solution? IsArcEx.dll v0.5 doesn't work on .bin files create by DiskSpan.
|
|
#65
|
|||
|
|||
|
Good evening. In the third version of the attached image (the one with two blu bars), current time of playing song is always zero. I also think that a mute button would be very confortable. Is it easy to fix? |
|
#66
|
||||
|
||||
|
ISArcEx v0.5 — Update 02 (LibOnly)
* Bug fixes only. No API changes. Code:
- Fixed: `ISArcExReduceCalcAccuracy` did not perform as expected in v0.5 due to an internal architectural change introduced in this version. This has been corrected and the function now behaves as intended again. - Fixed: `ISArcExCallbackInterval` silently ignored some values, causing progress updates to appear sluggish or unresponsive regardless of the configured interval. The valid input range has been restored. - Fixed: State inconsistency where accuracy reduction settings could behave unpredictably across multiple init calls in the same session. Code:
- Drop-in library replacement. No script-side changes required. |
|
#67
|
|||
|
|||
|
Hello, unfortunally IsArcEx.dll Update 2 is still not working with .bin files created with DiskSpan
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1477 | 20-05-2026 10:52 |
| XTool 2020 (Plugins) | Razor12911 | Conversion Tutorials | 405 | 24-12-2024 05:30 |
| Game Installer Designer by altef_4 | altef_4 | Conversion Tutorials | 236 | 28-05-2021 02:54 |
| Best Compression For Archiving | brispuss | PC Games | 12 | 03-01-2020 13:34 |
| Compression Questions | yasitha | Conversion Tutorials | 10 | 09-01-2019 12:29 |