How to fix InstallShield Wizard Error -5011:0x8000ffff? - installshield

I encountered this error message while installing Hunting Unlimited 2010 software.
Error Screen:
The entire error message:
Error Code: -5011 : 0x8000ffff
Error Information:
>Kernel\ObjectWrapper.cpp (498)
>Kernel\IScriptWrapper.cpp (80)
>Kernel\ObjectWrapper.cpp (197)
>Kernel\IScriptWrapper.cpp (80)
>SetupNew\setup.cpp (478)
PAPP:Hunting Unlimited 2010
PVENDOR:Valusoft
PGUID:9ED06229-1F1B-4AE2-970D-5F731E8C8C35
$14.0.0.162PAK
#Windows Vista Service Pack 0 (9200) Non IE/Netscape 1992.2
I tried running it as an administrator and running it in all compatibility modes. Nothing worked.
My Computer Features
Acer Aspire E1-522
AMD Radeon HD 8330 with 512 MB Graphics System Memory (4 GPUs) ~1.5GHz
8 GB DDR3 L Memory
Windows 8 (64bit)
DirectX 11
Write who knows how to solve this error.

Please refer this https://www.errorvault.com/en/troubleshooting/runtime-errors/flexera-software-inc/installshield/error-5011_installshield-error-code-5011, it may be of help
The reason is mostly unknown.
Please do your windows update before you try the options listed in the link.
Most of the times, it is related to VC++ runtime. Please try uninstall VC++ run time and install the latest

Related

I can't change intel HAXM settings

After following the instructions in Intel - installing the IntelĀ® Hardware Accelerated Execution Manager
I tried installing the intelhaxm-android.exe
However, after installing the change and repair is greyed out, i want to be able to adjust the RAM size but now unable to.
Can someone help me with this?
I have the same problem. I had to uninstall and reinstall HAXM using the command line as shown in the following answer. The second command installs HAXM allowing you to specify the amount of memory:
https://stackoverflow.com/a/35771528/1330650

Android Studio: Invalid maximum heap size: -XmxheapSize, Error:Could not create the Java Virtual Mchine

I have recently upgraded my RAM from 2GB to 4GB, I tried to re-install Android studio in my machine through the Ubuntu shell and an this error in the below image:
Is there anyone ever encounter this error before? If there is any useful resource, please share with me to solve this issue.
I ran into this issue too after I haphazardly edited my VM options from within Android Studio without really paying attention to what I was copy-pasting off StackOverflow. In my case the error was this:
Invalid maximum heap size: -Xmx4096m # <------ increase this to most of your RAM
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
My machine has 8GB of RAM, so this helpful error message is instructing me to set this to a higher value.
In your case, -XmxheapSize is clearly not a valid value.
On Ubuntu I had to edit the offending line in this file:
~/.AndroidStudio3.1/config/studio64.vmoptions
(folder and filename may be different for you depending on which version of Android Studio you have and whether you're using 64 or 32bit.)
Run ls -a in your home folder to see all hidden folders, if you're not sure what your Android Studio config folder is named. See this for more details.

error to access dll file

i have created the 64bit math1.dll on my machine using visual studio 2015 by using c programming.
i copy that dll file into another machine and I try to access it through vba7 but it shows file not found error .
after that I tried the following command into cmd :
c:\windows\System32>%windir%\System32\regsvr32.exe %windir%\System32\math1.dll
Then it shows following message box error message box
My machine configuration :
Operating system :Windows 8.1
Processor :intel(R) core(TM)i5-4460 CPU #3.20 gHz
Another machine configuration
Operating system :Windows 8.1
Processor :intel(R) core(TM)i7-4600U CPU #2.10 GHz 2.70 GHz
My question is how can I access that math1.dll file into Microsoft excel office 2013 64bit in vba7?
In this case most likely you are missing dependent DLL files, such as Visual Studio 2015 C++ Redistributable x64
If that doesn't fix it check with dependency walker for missing referenced DLLs http://dependencywalker.com/
If that fails I would check using SysInternals [ProcMon][2] to confirm the processing attempting to open DLL is 64-bit, and also to look for any NAME NOT FOUDN, ACCESS DENIED, or SHARING VIOLATION errors related to the problem.

cant install Intel HAXM with Error Failed to configure Driver:unknown error . Failed to open Driver

I am using Windows 7 Ultimate, While installing and studio then creating AVD, This error occurs " Enable VT-x in your BIOS security settings, ensure that your Linux distro has working KVM module.".
Intel virtualization is enabled in BOOT Menu, While installing Intel HAXM manually - "Failed to configure Driver:unknown error. Failed to open Driver"
As directed by this site to check hyper-v is enabled https://blogs.technet.microsoft.com/schadinio/2010/07/09/installing-hyper-v-manager-on-windows-7/
and downloaded-> Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1) from https://www.microsoft.com/en-us/download/details.aspx?id=7887
And tried to install above software it came with the error
My processor support Virtualization and I have enabled virtualization in the boot menu.
I had the same problem.
I tried all tricks out there, but nothing worked.
The issue only occurred when I installed 7.2.0, so I reverted back to 7.1.0 and it worked again!
Download 7.1.0 and uninstall others and install 7.1.0.
Old releases can be found here.

android studio: unable to turn on the emulator

The error I get is:
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!
I believe it is asked once per week and I have search for different solution but still fail
In the installation, I get the same message as the first image of the follow post.
Intel HAXM installation error - This computer does not support Intel Virtualization Technology (VT-x)
The solution I have tried:
1. disable and enable the VT in the bios----same problem in installation of Intel haxm
2. disable the Hyper-V ---------------------Seem my windows do not conation Hyper-V
3. download the workaround patch released by Intel in
http://software.intel.com/en-us/blogs/2013/04/25/workaround-patch-for-haxm-installation-error-failed-to-configure-driver-unknown
whew execute the .cmd file, it just jump up the cmd for half an second and not thing is happened.
In my process, I have stop my avast anti-virus, and I am using windows 8.1.
Could anyone help?
A couple things you haven't tried :
bcdedit /set nx AlwaysOn (to make sure XD bit is on)
bcdedit /set hypervisorlaunchtype off
(and reboot)

Resources