Showing posts with label error. Show all posts
Showing posts with label error. Show all posts

Friday, June 2, 2017

Descargar Juego Error 53 para este Halloween! para Mac Os X Mavericks Mountain lion Lion Snow leopard

Descargar Juego Error 53 para este Halloween! para Mac Os X Mavericks Mountain lion Lion Snow leopard


Hola! a todos lo Macblogers, y feliz Halloween o deber�a decir "terror�fico", jajaja como sea el d�a de hoy les traigo un juego que me encontr� hace alg�n tiempo para mac y que seguro les pondr� de punta los pelitos de la piel, con esto sacaran las caras de susto y gritos  a sus amigos y amigas, Un saludo a todos!




VER EL VIDEO:





No se deje enga�ar por el juego desde el principio, con el tiempo la maldici�n(del juego) causar� todo tipo de errores, fallos y terror. Originalmente, este juego fue un proyecto sin t�tulo RPG en la producci�n por ZeoWorks. En la fecha de su lanzamiento al p�blico, muchos jugadores se quejaron de problemas t�cnicos y errores desconocidos. Tambi�n asegur� tener pesadillas recurrentes y ansiedad debido a jugar el juego. Un jugador en particular afirm� que este juego fue maldecido por una fuerza desconocida y dijo "No te hagas, este juego te dar� riesgos mentales, 6 d�as despu�s de mi hermano de 16 a�os de edad jug� asesin� a nuestro gato de la casa y otros animales dom�sticos que una vez propiedad y dijo que era debido a una crisis nerviosa despu�s del partido ". JUGAR EN SU PROPIO RIESGO. 

Controles: 

Walk - Teclas de flecha / WSAD 

Ejecutar - Shift 

Jump - espacio

Mostrar / Ocultar Cursor - H 

Pausa - ESC 

Attack - Left Click




Link de descarga: (PAGINA OFICIAL) Gratuito..
-----> http://zeoworks.com/misc.php?page=error53





�Quieres todav�a mas juegos, trucos y aplicaciones? 
Si es as�, entonces debes entrar a estos otros post...




Age of Mythology Gold Edition para Mac OS X Lion y Snow Leopard 
----->
 http://jacoobett.blogspot.mx/2012/08/age-of-mythology-para-mac-os-x-mountain.html


Aplicaciones, Juegos, Trucos, etc...Para Mac OS X Mountain Lion, Lion y Snow Leopard 
----->
 http://jacoobett.blogspot.mx/2012/08/aplicaciones-trucos-y-mas-mac-os-x.html


Emuladores Para Mac OS Mountain Lion, Lion y Snow leopard (PS1, Ps2, N64 y M�s) 
----->
 http://jacoobett.blogspot.mx/2012/08/emuladores-para-mac-os-x-mountain-lion.html

Read more »

Monday, May 1, 2017

db2 install or db2icrt or db2setup fails with memory corruption error on Ubuntu OS

db2 install or db2icrt or db2setup fails with memory corruption error on Ubuntu OS


While i started installation of DB2 data server trail v 10.1 FP0 i got struck with memory corruption error and wasnt able to move forward in installation. So solution to this problem is to install RPM package or else need to move to next fix pack level 1 FP1.

Problem :



db2inst1@ubuntu:~/server$ sudo ./db2setup  

DBI1190I  db2setup is preparing the DB2 Setup wizard which will guide
      you through the program setup process. Please wait.


*** glibc detected *** /tmp/db2.tmp.2521/db2/linuxamd64/install/../java/jre/bin/java: malloc(): memory corruption: 0x00007f35880c0ab0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7ec66)[0x7f358f61dc66]
/lib/x86_64-linux-gnu/libc.so.6(+0x80e2b)[0x7f358f61fe2b]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x75)[0x7f358f6220b5]
/usr/lib/x86_64-linux-gnu/libstdc++.so.6(_Znwm+0x1d)[0x7f356f98dded]




 Solution : sudo apt-get install rpm
 
Here is the problem document from IBM link :

http://www-01.ibm.com/support/docview.wss?uid=swg21611103
Read more »

Monday, April 10, 2017

Deepin os does not start dual boot with windows 8 or 10 GRUB error solution

Deepin os does not start dual boot with windows 8 or 10 GRUB error solution


 if you are having problem like windows is not getting started after dual booting with ubuntu then the same solution will work provide here


You�ll need to boot from a live CD or USB drive, switch deepin fail safe mode.
 above. Ensure the version of deepin on from a live CD or USB drive, as in the graphical method above. Ensure the version of Ubuntu on
the CD is the same as the version of Ubuntu installed on your computer � for example, if you
have deepin 15.03 installed, ensure you use a deepin os 15.03  live CD or usb drive.


Open a terminal after booting into the live environment. Identify the partition deepin is
installed on using one of the following commands:



sudo fdisk -l


sudo blkid


Here�s the output of both commands. In the fdisk -l command, the deepin partition is identified
by the word Linux in the System column. In the blkid command, the partition is identified by its
ext4 file system.Run the following command to mount the deepin partition at /mnt, replacing /dev/sdX# with
the device name of your deepin partition from the above commands:

 For example, use /dev/sda1 for the first partition of the first hard disk device.

 Mount the partition your deepin Installation is on. If you are not sure which it is, launch GParted (included in the Live CD) and find out. It is usually a EXT4 Partition. Replace the XY
with the drive letter, and partition number, for example: sudo mount /dev/sda1 /mnt.


 sudo mount /dev/sdXY /mnt


 Now bind the directories that grub needs access to to detect other operating systems, like so.



sudo mount --bind /dev /mnt/dev &&
sudo mount --bind /dev/pts /mnt/dev/pts &&
sudo mount --bind /proc /mnt/proc &&
sudo mount --bind /sys /mnt/sys

 Now we jump into that using chroot.

sudo chroot /mnt

Now install, check, and update grub.
This time you only need to add the drive letter (usually a) to replace X, for example: grub-install /dev/sda, grub-install �recheck /dev/sda.

grub-install /dev/sdX


 grub-install --recheck /dev/sdX

update-grub

Now grub is back, all that is left is to exit the chrooted system and unmount everything.



exit &&
 sudo umount /mnt/sys &&

sudo umount /mnt/dev/proc &&

sudo umount /mnt/dev/pts &&

sudo umount /mnt/dev &&

sudo umount /mnt




Shut down and turn your computer back on, and you will be met with the default Grub2 screen.
You may want to update grub or re-install burg however you like it.
Congratulations, you have just Repaired/Restored/Reinstalled Grub 2 with a deepin Live CD!
Read more »