unable to add download new virtual device in genymotion - virtualbox

I'm trying to add new virtual device in genymotion but while downloading the device, there comes an error message saying The file is corrupt. Do you want to download the file again? and selecting yes doesn't solve the issue either, the same dialog pops up again.
This is what it looks like
How do I resolve this?
I have installed virtual box version 5.0

did you update the latest version of genymotion, and did you check your windows update setting is enabled and works? sometimes it give error because of versions .. uninstall and install it and be sure selected personel using before install..

Related

Virtual machine crash out and not start in VirtualBox

I have a problem with Virtual Box, after double clicking it does not start and I do not know how to solve the problem ...
I was working without problem with the version VirtualBox-5.0.16-105871-Win in Windows 10, when I suddenly stopped working maybe after a windows update, I again ran the Virtual Box installer, the same version and it Click on repair, and nothing ... I do not have a restore point on the computer before the update: / ... I deleted the installed updates and nothing changed ...
I have downloaded and installed the latest version of VirtualBox (5.1.22) and the program starts but when running a virtual machine that I had previously installed it crash out and it does not load, the screen is black with the next white text:
boot0: GPT
boot0: done_
I have tried modified the configuration from my virtual machine but it is all like before when works correctly.
How I can solve it? Any answer would be welcome.
Thanks in advance.

Unable to create Genymotion virtual device from Android studio on windows 10

I installed Genymotion on my windows 10 and unable to create a virtual device on Android studio. I got an error " Unable to start the virtual device. VirtualBox cannot start the virtual device. To find out the cause of the problem, start the virtual device from VirtualBox"enter image description here Please need your help.
What I did on my Windows 10 laptop is install VirtualBox separately (it was previously installed by Genymotion, but I hadn't used it in a year and I guess something happened)
Download it from https://www.virtualbox.org/wiki/Downloads and install it.
Go back to Genymotion and try to launch the emulator again. Now it'll work.
I had the same problem on windows 10,
and found that my virtual box is not completely installed or has been removed somehow
try to reinstall virtual box: download
tip: be careful that your genymotion's version to be matched with the virtual box which you're going to install.

Installing iCloud on XP PC

I'm trying to install iCloud on my Windows XP Pro (SP3) PC. Officially it's supported only for Vista and later, but this hack is widely claimed to work:
Open iCloudSetup.exe file and unzip its files including
Navigate to and open the iCloud.msi with Orca.
In the left table select LaunchCondition. Then change in the right table “VersionNT> = 600” to “VersionNT> = 200” and Save.
Run modified iCloud.msi and install.
Run iCloud Control Panel, located in the Windows Control Panel, and set up as you want.
I tried that promising solution in vain. It seemed to successfully install iCloud, but whenever I try to run it I get
this obscure error
After much fruitless searching I've not found out how to proceed from there and would appreciate advice please.
That trick worked with only the firs versions of iCloud Panel, the v1.0.
For the v2.1 doing the trick the installer ran ok, but when trying to run the iCloud Panel it showed the error you're refering to.
I had some computers running with that older version without any problem.
Try downloading the v1.0 version here:
http://icloud-control-panel-for-windows.uptodown.com/descargar/22412
If you want to try the trick with the v2.1 you have the installer here:
http://icloud-control-panel-for-windows.uptodown.com/
Remember you need to extract the MSI from the exe to do the trick. After running the exe check the %TEMP% folder to get the MSI file.

VirtualBox Battle.net error

I recently installed windows 7 on VirtualBox and installed battle.net.
When I start battle.net I get this error: http://i.imgur.com/006cpRC.png
I googled a lot but I was not able to find an anwser :/
Also tried to put Windows 7 on VMWare but that resulted in me getting the same error.
Before this I tried downloading the driver for the GPU I have but then I get this error, http://i.imgur.com/kMacwB8.png
Hope you guys can help me :)
You may need to enable 3D acceleration on VirtualBox. By default it is disabled.
The steps to enable:
Right click the Windows 7 VM in Virtual Box and click Settings.
Click the Display category.
Check Enable 3D Acceleration and increase Video Memory as needed.
Install drivers:
While the VM is running, click Devices menu and then Install Guest Additions
Click Run VBoxWindowsAdditions.exe in the popup and run through the installer.
See: http://www.howtogeek.com/124479/how-to-enable-3d-acceleration-and-use-windows-aero-in-virtualbox/ for extra information.
Note that the article states the 3D acceleration is experimental and should run older games, but possibly not newer games. The article was written in 2012, so I'm not sure what the current state is. You should be able to tell if it's enabled by whether or not the Aero interface is usable.

In new Qt SDK, I get <QtInstallationDir>\QtSDK\QtCreator\lib\qtcreatorcdbext32\qtcreatorcdbext.dll cannot be found error

I installed the latest Qt SDK. I see that though mine is a 32-bit Windows XP, the installation creates "qtcreatorcdbext64" directory instead of "qtcreatorcdbext32" directory. I get the
"\QtSDK\QtCreator\lib\qtcreatorcdbext32\qtcreatorcdbext.dll"
error on launching the executable.
On renaming the "qtcreatorcdbext64" directory to "qtcreatorcdbext32", I get the
The call to LoadLibrary(qtcreatorcdbext) failed, Win32 error 0n193
"%1 is not a valid Win32 application." Please check your debugger configuration and/or network access
error. Where to get the 32-biut version of "qtcreatorcdbext.dll"? Have anyone got this error? Am I doing something wrong?
Found it is an issue with the latest QtSDK and is already reported.
Refer QtDeveloperForum and Qt JIRA
This error "....qtcreatorcdbext.dll cannot be found" happens because the qtcreatorcdbext32 and qtcreatorcdbext64 folders are missing from the Qt installation.
If you have an older version of Qt, e.g. Qt5.9.6, you can copy the qtcreatorcdbext32 and qtcreatorcdbext64 folders from \Tools\QtCreator\lib\ to the new \Tools\QtCreator\lib. These folders contain the missing qtcreatorcdbext.dll.
I don't get the error anymore.