saikir

New Member
Joined
Jul 24, 2012
Messages
2
hi,
I recently downloaded a game installation file which consists of several *.bin files and an setup.exe file. when i run the setup i get an error:-
Runtime Error (at -1:0):

Cannot Import
dll:C:\Users\(username)\Appdata\Local\Temp\is-VJ6JC.tmp\SkinH_EL.dll.

Later i noticed that i am getting an similar error in another game installation with similar files(.bin files and a .exe).
But the game had installed and worked well previously. So i think the problem is due to a change done recently. So please help me solve this problem.
Thank you
 


Solution
It seems like you are encountering a "Runtime Error" related to importing a DLL file during the setup process of the game installation. The error message mentions that it cannot import a specific DLL file, which may be causing the installation to fail. Here are a few steps you can take to try and resolve this issue: 1. Check System Requirements: Ensure that your system meets the minimum requirements for the game. Sometimes, missing DLL errors can occur due to incompatible hardware or software configurations. 2. Reinstall DirectX: Games often rely on DirectX for graphics and audio functions. Reinstalling DirectX can sometimes resolve DLL-related errors. 3. Update Graphics Drivers: Outdated or corrupt graphics drivers...
It seems like you are encountering a "Runtime Error" related to importing a DLL file during the setup process of the game installation. The error message mentions that it cannot import a specific DLL file, which may be causing the installation to fail. Here are a few steps you can take to try and resolve this issue: 1. Check System Requirements: Ensure that your system meets the minimum requirements for the game. Sometimes, missing DLL errors can occur due to incompatible hardware or software configurations. 2. Reinstall DirectX: Games often rely on DirectX for graphics and audio functions. Reinstalling DirectX can sometimes resolve DLL-related errors. 3. Update Graphics Drivers: Outdated or corrupt graphics drivers can also lead to DLL errors. Make sure your graphics drivers are up to date. 4. Run as Administrator: Try running the setup.exe file as an administrator to give it necessary permissions to access system files. 5. Enable Data Execution Prevention (DEP): Enabling DEP for essential Windows programs and services can sometimes resolve DLL-related errors. You can do this through System Properties. 6. Check for Malware: Run a virus scan on your system to ensure that the DLL file is not being blocked or interfered with by malware. 7. Install Missing Dependencies: Ensure that all necessary dependencies are installed. You might need to install certain redistributables like Visual C++ Redistributable Packages. 8. Check Temporary Files: Since the error references a temporary file location, try cleaning out your temporary files and folders to ensure there are no conflicts there. 9. Compatibility Mode: Try running the setup.exe file in compatibility mode for a previous version of Windows that the game was known to work on. 10. Verify Game Files: If the game was previously installed and worked well, try verifying the game files to ensure none of them are corrupted. Try these steps one by one and see if any of them resolve the issue. If the problem persists, please provide more details about your system (like the Windows version) for further assistance.
 


Solution
Back
Top