Showing posts with label message. Show all posts
Showing posts with label message. Show all posts

Tuesday, September 19, 2017

Unable to install AOL Desktop with blank error message Windows Vista

Unable to install AOL Desktop with blank error message Windows Vista


I recently was asked to resolve another problem with AOL Desktop - the Main.idx had disappeared from the AOL profile folder within ProgramData and the program could not start. After some checks, I decided to completely uninstall and reinstall the AOL software. Although the removal was straightforward, I could not reinstall the software no matter which way I tried. The following error message kept appearing, followed by a completely white square that could only be closed using Task Manager.

Honestly, could this error be any more helpful?
Fortunately, the solution was simple - uninstall Adobe Flash Player for Internet Explorer (ActiveX). As the customer was using Windows Vista, this was unlikely to cause a problem since the latest version of Internet Explorer that runs on Vista is 9.0. This is too old to be useful, and another browser such as Google Chrome or Mozilla FireFox is required for regular browsing. I did not try reinstalling Flash Player after successfully installing AOL Desktop, so Im not sure if similar problems would have returned or not.

Coincidentally, my very next job was also for someone running Windows Vista with a similar problem, though this was with the software for a Brother scanner. Instead of the usual controls for scanning images and files, a white space in the shape of the original program appeared. As before, uninstalling Adobe Flash Player for Internet Explorer did the trick, although the customer did comment that the program looked a bit different than it did before.

I think its likely that there is a problem with Adobe Flash Player 20 and Windows Vista, or perhaps with Internet Explorer 9, or perhaps with any number of different programs - who knows?

download file now

Read more »

Tuesday, September 12, 2017

Ubuntu 14 04 not booting after error message tmp could not be mounted

Ubuntu 14 04 not booting after error message tmp could not be mounted


If you installed Ubuntu 14.04 using WUBI and after installation when it booted it showed an error:
Serious errors were found while checking the disk drive for /. 
There were three options:
press [I] to ignore, press [S] to skip mounting and press [M] to mount manually. 
After pressed I, it showed /tmp could not be mounted and my Ubuntu isnt booting.

Lot of people will get or  got this kind of error after installing Ubuntu 14.04.I also got same error but after some modification i fixed it.
Please Follow This Step 

  1. In Windows Boot Manager, select Ubuntu.
  2. Press any key and enter GNU Grub2 menu.
  3. You can press "e" to edit GRUB2 boot entry.
You need to change the GRUB2 boot entry from "ro" to "rw",
e.g.
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=AAC884AC1F144321 loop=/ubuntu/disks/root.disk ro quiet splash $vt_handoff
to
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=AAC884AC1F144321 loop=/ubuntu/disks/root.disk rw quiet splash $vt_handoff
Press F10, you can boot in Ubuntu 14.04.
and you can fix GRUB2 boot entry:
sudo vi /etc/grub.d/10_lupin
Change the line:
linux ${rel_dirname}/${basename} root=${LINUX_HOST_DEVICE} loop=${loop_file_relative} ro ${args}
to:
linux ${rel_dirname}/${basename} root=${LINUX_HOST_DEVICE} loop=${loop_file_relative} rw ${args}
Regenerate GRUB2 boot entry:(type in terminal)
sudo update-grub

After this all step surely you can use your new ubuntu 
So enjoy!!!!!!!!!!!!!!!!!!!!!!




download file now

Read more »