![]() |
unarc.dll error code: -12 check sum error
I am getting "unarc.dll error code: -12 check sum error" at first percent/% of my setup decompression phase on SOME windows systems using below XTOOL command :
The decompression goes without error on most systems but on a few systems gives "unarc.dll error code: -12 check sum error" , anybody knows some solution for this ? increasing virtual memory does not help ! the system has 16GB Ram + CPU corei5 ,so the problem is not from computer resources , its very odd Code:
xZLib+srep:m3f+4x4:b128mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000 |
Quote:
and Edit CLS.ini Code:
[SREP] |
I'm having this error:
Code:
An error ocurred while unpacking: Unable to write data to disk! |
Quote:
Code:
[LauncherSettings]Is "XTool 12_x86" still dependent to Visual C++ 2013 ? ************************************************* "unarc.dll error code: -12 check sum error" was very deceiving !:):):) Nobody can guess the cause at first glimpse ! |
Inno Uninshs issue
Hello all,
I'm quite new to inno setup and new here as well. I have been having trouble with one of inno's addons mainly the uninshs. It's supposed to modify the uninstaller so that it prompts the user if they want to modify, repair or remove the program. So the issue I'm having is that when i try to uninstall it doesn't do anything it simply closes the uninstaller but no files are removed. I did my best to follow the readme for properly adding it to the inno setup. My setup simply installs the default inno myprog.exe. Im trying to understand the addons better first. I haven't done any compression tests yet. This is what i have so far in my code: Code:
; Script generated by the Inno Script Studio Wizard. |
Sometimes randomly whenever I repack games and extract/install, I receive this error from Lolz:
Can't open read file mapping |
BPK giving "Required Features Are Not Supported By DLL"
I have compressed an archive using Bink Pack (multiple .bik files). Compression is all good (no FreeArc errors) but whenever I feed it to my installer for decompression, I always get the following error:
https://i.imgur.com/vqpLPCL.png As far as I know, CLS-BPK.DLL is the only way of decompressing files compressed using BPK (.exe). Not too sure what could be causing this error, I have tried recompressing the files, to no avail. I am using a standalone Arc CLI compressor with only BPK hooked up. I am using Advanced Simple Installer Script v7.1.3 (if this helps). If any more info is required I'll happily provide. |
Quote:
FREEARC_ERRCODE_NOT_IMPLEMENTED= -8; (* Requested feature isn't supported *) |
Quote:
|
I want to create shortcuts with CreateShellLink function, it works for {commondesktop} but not for {group} nor {userstartmenu} / {commonstartmenu}. Why?
I read the information directly from INI file. Code:
if IniKeyNotEmpty('Executable', 'Exe') then |
Quote:
Perhaps because the folder where you are going to create the shortcut does not exist. Perhaps because the executable does not exist (But I think it should create such randomness). The path to Exe must be expanded if you use constants like {app}... If the shortcut destination contains a subfolder, create the folder before calling CreateShellLink using: ForceDirectories(ExpandConstant( FolderName )); Code:
if IniKeyNotEmpty('Executable', 'Exe') thenhttps://i.imgur.com/5ZO5ImN.jpg |
Quote:
Thanks! For all the code I just overlooked this:D:p |
So, how to delete the shortcuts after uninstall?
IS help tells me to do this through [UninstallDelete], but how? |
try it it might delete
Quote:
|
Thanks. Will look into this later :D
Edit: It works but only for one icon (not for both). Not very smart because I have to create functions for both desktop and group icons ^^ However, I just did it this way until I find a better way Code:
[UninstallDelete] |
| All times are GMT -7. The time now is 08:27. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com