Basic Troubleshooting
Basic Troubleshooting
This page will help you to solve typical problems, which can appear while
installing repacks (mine included) and running installed games.
Essential advices
Disable antivirus
Most likely you have at least one antivirus active. Or even two, like default
Windows Defender + AVAST or Malwarebytes or something else. While installing
MY repacks (or repacks from other safe groups, listed in my FAQ), disable them.
WD and MWB are the only two AVs, which block parts of my installers, while other
AVs don’t give a damn. Of course, it’s false positive reaction to my “run.exe”
program, which allows execution of multiple compressors/decompressors on all
your CPU cores. Check VirusTotal report on this file.
Modern AVs are paranoid. They usually see danger in safe files and skip real
malware. This is more actual for compressed/protected software and cracks,
especially from Chinese groups, such as 3DM.
This may sound scary, but in the real world THERE IS NO ANTIVIRUS, which will
protect you from modern trojans, bitcoin miners and similar stuff. In most cases
harmful apps won’t be blocked, but absolutely safe programs – will be, as false
positives. And since AVs usually work silently, without even notifying you about
blocked stuff – you will wonder, why the installer don’t work or why the game
don’t want to launch.
One of the biggest downfalls of AVs is they resident mode, when ALL open files,
even not executables, arc checked on the fly. This mode can slow down a fast
installer for HOURS, because every unpacked file will be checked with AVs
engine. Complex repacks do lots of HDD read/writes, and it alone is not fast, but
coupled with AV will ruin your experience.
The best antivirus is your brain. Don’t download suspicious software, don’t open
attachments in your email, keep your browser up-to-date, disable Flash and Java.
This will protect you from 99% of potential malware. You can use antivirus in scan
mode on daily basis, with VERBOSE mode, when you will see, what AV counts a
real danger.
One more thing – NEVER EVER trust only one antivirus. False positives appear
more frequent, than any real virus. Upload any suspicous file to virustotal.com
and only then take actions.
If you still need AV for scanning, I’d settle for Dr.Web or ESET tools, working in
VERBOSE mode, and not killing stuff automatically.
If you have 8 GB of RAM, set virtual memory to 16 GB (Custom size: set both
initial and maximum size to 16384).
If you have 16 GB of RAM, set virtual memory also to 16 GB (Custom size: set
both initial and maximum size to 16384)
If you have 32 GB of RAM, set virtual memory also to 8 GB (Custom size: set both
initial and maximum size to 8192) just in case.
Do not set “System managed size”, cause it’s slower. Fixed VM size is the most
efficient setting.
Upon execution, any EXE in Windows request a certain amount of memory from
OS Memory Manager. If free RAM is enough, the application will receive it. If no
VM is present and free memory is below app’s request, you’ll see a crash. VM
(also called pagefile) is a RAM imitation, saving you from such problems.
Application doesn’t know if it received actual RAM, or virtual one. With large VM
file you usually won’t see memory-related crashes. Slowdowns (dut to a slower
HDD access speed) – sure.
Use 2 GB Memory Limit option
For a while my installers have an option of limiting the RAM usage to 2 GB. If your
machine has 8 GB of RAM or less, always use it. 8 GB RAM is a very low amount
nowadays, with browsers alone eating half of that size.
Check your Windows folder (and below) for unarc.dll – if this file
exists, delete it
My repacks use custom unarc.dll, NOT compatible with other unarc.dll, which you
could download in hope to fix “Unarc.dll Error”. Remember, there are SEVERAL
types of those errors, they mean different things. And other unarc.dll won’t help.
1. While the file is on your desktop or in one of your user folders, right click or
press and hold on the file, and click/tap on Properties.
2. Under the General tab, click/tap on the Unblock button, and click/tap on OK.
NOTE: If you do not see an Unblock button, then the file has already been
unblocked.
More info on the subject can be found here.
There are four possible reasons for that popular error. Listed by popularity:
● Your download is broken, some BIN-files are not complete. To solve it,
rehash the torrent, following instructions written far above.
● You didn’t download all necessary files for your selection. Say, you’re
installing the game in English, but didn’t download
setup-fitgirl-selective-english.bin from torrent or filehoster. Download
required file and try again.
● You’re running the installation from a folder with a weird name, like
“C:\Users\ВАСЯ-ПУПКИН\Downloads\__[rutor.is]_Super Fitgirl Repack
[FitGirl Repack]\”. In such cases setup.exe can’t see it’s BIN-files and
can’t proceed them. Move setup.exe + all BIN files to a shorter path, like
“C:\Repacks\Super Repack” and run installer from there.
● You have antivirus or UAC active, which prevented rebuiding of
temporary archive (I use them a lot) and thus that archive can’t be
extracted. So, disable AV or UAC and reinstall the game.
The installer gets stuck on “Checking admin rights…” if something newer than
Windows XP is emulated. (Wine doesn’t handle UAC and admin checks properly
yet – every program runs as admin even if Windows Vista/7/8/10 is emulated.) The
solution to this is to open winecfg -> Applications tab -> set the Windows version
to Windows XP globally (as the installer spawns other processes with
mismatching Windows versions – this usually ends badly).
Also, you should replace WINE’s cmd with original one by executing the following
command:
winetricks cmd