国产足交电影

    1. <form id=PLArfghvg><nobr id=PLArfghvg></nobr></form>
      <address id=PLArfghvg><nobr id=PLArfghvg><nobr id=PLArfghvg></nobr></nobr></address>

      Jump to content

      1 Screenshot

      About This File

      Mac OS X Unlocker for VMware V2.0

      ?

      Please ask questions in this thread http://www.insanelymac.com/forum/topic/303311-workstation-1112-player-712-fusion-78-and-esxi-6-mac-os-x-unlocker-2/

      1. Introduction

      ?

      Unlocker 2 is designed for Workstation 11, Player 7, ESXi 6 and Fusion 7.

      ?

      If you are using an earlier product please continue using Unlocker 1

      ?

      Version 2 has been tested against:

      • Workstation 11/12 on Windows and Linux
      • Player 7 & Workstation Player 12 on Windows and Linux
      • Fusion 7/8 on Mavericks and Yosemite
      • ESXi 6.0

      The patch code carries out the following modifications dependent on the product

      being patched:

      • Fix vmware-vmx and derivatives to allow Mac OS X to boot
      • Fix vmwarebase .dll or .so to allow Apple to be selected during VM creation
      • Fix libvmkctl.so on ESXi 6 to allow use with vCenter

      • Download a copy of the latest VMware Tools for OS X

      Note that not all products recognise the darwin.iso via install tools menu item.

      You will have to manually mount the darwin.iso for example on Workstation 11 and Player 7.

      ?

      The vmwarebase code does not need to be patched on OS X or ESXi so you will see a

      message on those systems telling you that it will not be patched.

      ?

      In all cases make sure VMware is not running, and any background guests have

      been shutdown.

      ?

      The code is now Python as it makes the Unlocker easier to run and maintain on ESXi.

      There are some challenges to write the code as ESXi has a subset of Python 2.7 which

      constrains some modules that can be used.

      ?

      2. Prerequisites

      ?

      The code requires Python 2.7 to work. Most Linux distros, ESXi and OS X ship with a compatible

      Python interpreter and should work without requiring any additional software.

      ?

      Windows has a packaged version of the Python script using PyInstaller, and so does not

      require Python to be installed.

      ?

      3. Limitations

      ?

      If you are using VMware Player or Workstation on Windows you may get a core dump.

      ?

      Latest Linux and ESXi products are OK and do not show this problem.

      ?

      IMPORTANT:

      ?

      If you create a new VM using version 11 hardware VMware will stop and create a core dump.There are two options to work around this issue:

      1. Change the VM to be HW 10 - this does not affect performance.

      2. Edit the VMX file and add:

      smc.version = "0" |

      4. Windows

      ?

      On Windows you will need to either run cmd.exe as Administrator or using

      Explorer right click on the command file and select "Run as administrator".

      ?

      win-install.cmd - patches VMware

      win-uninstall.cmd - restores VMware

      win-update-tools.cmd - retrieves latest OS X guest tools

      ?

      5. Linux

      ?

      On Linux you will need to be either root or use sudo to run the scripts.

      ?

      You may need to ensure the Linux scripts have execute permissions

      by running chmod +x against the 2 files.

      ?

      lnx-install.sh - patches VMware

      lnx-uninstall.sh - restores VMware

      lnx-update-tools.cmd - retrieves latest OS X guest tools

      ?

      6. Mac OS X

      ?

      On Mac OS X you will need to be either root or use sudo to run the scripts.

      This is really only needed if you want to use client versions of Mac OS X.

      ?

      You may need to ensure the OS X scripts have execute permissions

      by running chmod +x against the 2 files.

      ?

      osx-install.sh - patches VMware

      osx-uninstall.sh - restores VMware

      ?

      7. ESXi

      ?

      You will need to transfer the zip file to the ESXi host either using vSphere client or SCP.

      ?

      Once uploaded you will need to either use the ESXi support console or use SSH to

      run the commands. Use the unzip command to extract the files.

      ?

      <<< WARNING: use a datastore volume to run the scripts >>>

      ?

      Please note that you will need to reboot the host for the patches to become active.

      The patcher is embbedded in a shell script local.sh which is run at boot from /etc/rc.local.d.

      ?

      You may need to ensure the ESXi scripts have execute permissions

      by running chmod +x against the 2 files.

      ?

      esxi-install.sh - patches VMware

      esxi-uninstall.sh - restores VMware

      ?

      Note:

      1. Any changes you have made to local.sh will be lost. If you have made changes to

      that file, you will need to merge them into the supplied local.sh file.

      2. The unlocker runs at boot time to patch the relevant files and it now survives

      an upgrade or patch to ESXi as local.sh is part of the persisted local state.

      ?

      8. Thanks

      ?

      Thanks to Zenith432 for originally building the C++ unlocker and Mac Son of Knife

      (MSoK) for all the testing and support.

      ?

      Thanks also to Sam B for finding the solution for ESXi 6 and helping me with

      debugging expertise. Sam also wrote the code for patching ESXi ELF files.

      ?

      ?

      History

      ?

      12/12/14 2.0.0

      • First release

      13/13/14 2.0.1

      • Removed need for Python for Windows

      13/13/14 2.0.2

      • darwin.iso was missing from zip file

      02/01/15 2.0.3

      • Added EFI firmware files to remove Server check
      • Refactored Python code

      07/01/15 2.0.4

      • Added View USB Service to Windows batch files
      • Fixed broken GOS Table patching on Linux

      18/06/15 2.0.5

      • ESXi 6 working
      • Latest tools from Fusion 7.1.2

      20/06/15 2.0.6

      • ESXi 6 patch for smcPresent vCenter compatibility

      16/09/15 2.0.7

      • Workstation 12 on Linux fixes

      14/11/15 2.0.8

      • Player 12 on Linux fixes
      • Get latest VMware tools command
      • Removed firmware files
      • Moved to PyInstaller 3.0

      ?

      ? 2011-2015 Dave Parsons


      What's New in Version 2.0.8   See changelog

      Released

      • 12/12/14 2.0.0
      • - First release
      • 13/13/14 2.0.1
      • - Removed need for Python for Windows
      • 13/13/14 2.0.2
      • - darwin.iso was missing from zip file
      • 02/01/15 2.0.3
      • - Added EFI firmware files to remove Server check
      • - Refactored Python code
      • 07/01/15 2.0.4
      • - Added View USB Service to Windows batch files
      • - Fixed broken GOS Table patching on Linux
      • 18/06/15 2.0.5
      • - ESXi 6 working
      • - Latest tools from Fusion 7.1.2
      • 20/06/15 2.0.6
      • - ESXi 6 patch for smcPresent vCenter compatibility
      • 16/09/15 2.0.7
      • - Workstation 12 on Linux fixes
      • 14/11/15 2.0.8
      • - Player 12 on Linux fixes
      • - Get latest VMware tools command
      • - Removed firmware files
      • - Moved to PyInstaller 3.0
      • Like 6
      • Thanks 2

      User Feedback

      Recommended Comments



      supermacos

      Posted

      Thanks. It worked.

      I don't know why I was not able to see the Create New VM for Apple . but I must be frank that I used the unlocker 1.3? on VMware Workstation 11 before using unlocker 2.0 when I first installed VMware Workstation 11. I also noticed a faster booting time with Mac OS X Yosemite.

      • Like 3
      Mr. Xtreme

      Posted

      Just a note for windows users who didn't read the description you need python.

      EDIT: Python is not needed anymore.

      • Like 1
      fede1982

      Posted

      Ok all work just a questions.. The best configuration is use Vmware 10 Hardware compatibility with smc.present = "TRUE"

      smc.version = "0" correct? ?
      virge

      Posted

      Unlocker 2.0 makes VMwware 11 work as it should be.

      sajeta

      Posted

      Donk you are a genius!! Great work!

      • Like 2
      isadhfoiasihg4ytr4y3b

      Posted

      I very much appreciate the hard work that goes into the unlocker files. It is certainly not something I could do myself. With that being said can you please make the file available for download without registration? It's kind of pointless that I - and I guess many others - have to create bogus accounts with one time emails just to download it.

      ?

      Again - I'm very thankful for your work. Would just be nice not having to register every time there's an update.

      • Like 1
      zim2323

      Posted

      Thank you Donk! ?Everything worked for me.

      • Like 1
      Michael.G.Hart

      Posted

      VMWare 11, unlocker 2.0.3, Intel? Core i7-4790K CPU @ 4.00GHz in a ASUS Z97 Motherboard --You must turn one virtuliation in bios; suspended by default

      During the initial install I would make it where in the configuration would ask to select country; selecting a country I kept getting the following VMWare crash. "VMware Workstation unrecoverable error: (vcpu-0) Unexpected signal: 11...."

      Eventually I ran "lnx-uninstall.sh" and and then rerun "lnx-install.sh" and the error message went away. I made it all the way to the main screen. Then I would run vmware-tools install.

      As soon as the vmware-tools install completed VMWare 11 crashed again with the stated error message.

      I rebooted and it would seem that vmware-tools was installed and everything seems to working without incident.

      Just for good measures I installed vmware-tools again and again crashed VMWare 11 with the stated error message. So, now I leave well enough alone.

      Everything seems to be working correctly and without incident... But crashing of VMWare 11 with that error message does disturbs me.... Does anyone have any ideas....

      Basically I seem to be fully functional until I try to install or reinstall any software....
      Spoke too soon... seems to work correctly until I install any new software. All the installations run to completion. At the end of all my installs I get the stated crash.

      Lief

      Posted

      I have a problem with OSX version.

      terminal say:

      Patching vmwarebase is not required on this system

      Finished!

      when I try to start OSX 10.6.8 client version vmware say "this is not server version of osx etc..."

      So it didn't work for now.

      ?

      ?

      EDIT. I fix it. you just have to follow the instruction here http://www.insanelymac.com/forum/topic/303311-workstation-11-player-7-and-fusion-7-mac-os-x-unlocker-2/

      just copy efi32-srvr.rom inside vmwarevm and edit vmx add efi32.filename = "efi32-srvr.rom"

      ?

      I'm sorry at first I did not understand at 100% because I'm not English speaker what was written

      • Like 1
      JFHA73

      Posted

      I'm trying to install Mac OS X 10.10 on Windows 7 using VMWare Player 7 and I'm getting this:

      2015-01-12T11:48:00.863-05:00| vcpu-0| I120: VTHREAD start thread 4 "vcpu-0" host id 7556
      2015-01-12T11:48:00.863-05:00| vcpu-0| W110: MONITOR PANIC: vcpu-0:VERIFY vmcore/vmm/main/physMem_monitor.c:1123
      2015-01-12T11:48:00.863-05:00| vcpu-0| I120: Core dump with build build-2305329
      2015-01-12T11:48:00.863-05:00| vcpu-0| W110: Writing monitor corefile "D:\Virtual Machines\OS X 10.10\vmmcores.gz"
      2015-01-12T11:48:00.873-05:00| vcpu-0| W110: Dumping core for vcpu-0
      2015-01-12T11:48:00.873-05:00| vcpu-0| I120: Beginning monitor coredump
      2015-01-12T11:48:01.353-05:00| vcpu-0| I120: End monitor coredump
      2015-01-12T11:48:01.353-05:00| vcpu-0| W110: Dumping core for vcpu-1
      2015-01-12T11:48:01.353-05:00| vcpu-0| I120: Beginning monitor coredump
      2015-01-12T11:48:01.833-05:00| vcpu-0| I120: End monitor coredump
      2015-01-12T11:48:01.833-05:00| vcpu-0| W110: Dumping core for vcpu-2
      2015-01-12T11:48:01.833-05:00| vcpu-0| I120: Beginning monitor coredump
      2015-01-12T11:48:02.314-05:00| vcpu-0| I120: End monitor coredump
      2015-01-12T11:48:02.314-05:00| vcpu-0| W110: Dumping core for vcpu-3
      2015-01-12T11:48:02.314-05:00| vcpu-0| I120: Beginning monitor coredump
      2015-01-12T11:48:02.784-05:00| vcpu-0| I120: End monitor coredump
      2015-01-12T11:48:03.014-05:00| vcpu-0| I120: CoreDump_CoreDump: faking exception to get context
      2015-01-12T11:48:03.014-05:00| vcpu-0| I120: CoreDump: Minidump file D:\Virtual Machines\OS X 10.10\vmware-vmx.dmp exists. Rotating ...
      2015-01-12T11:48:03.014-05:00| vcpu-0| I120: FILE: FileDeletionRetry: Non-retriable error encountered (D:\Virtual Machines\OS X 10.10\vmware-vmx-3.dmp): The system cannot find the file specified (2)
      2015-01-12T11:48:03.014-05:00| vcpu-0| W110: CoreDump: Writing minidump to D:\Virtual Machines\OS X 10.10\vmware-vmx.dmp
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x13feb0000 size 0x0x015b1000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x013e2a10 timestamp 0x546ea1bf
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Program Files (x86)\VMware\VMware Player\x64\vmware-vmx.exe
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 11.0.0.54843
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x775b0000 size 0x0x001a9000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x001a875f timestamp 0x521eaf24
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\ntdll.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18247
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x77490000 size 0x0x0011f000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x001207c4 timestamp 0x5315a059
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\kernel32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18409
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd570000 size 0x0x0006c000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0006d430 timestamp 0x5315a05a
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\KERNELBASE.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18409
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x6f570000 size 0x0x000a3000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x000a99a2 timestamp 0x4dace4e7
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcr90.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 9.0.30729.6161
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x77390000 size 0x0x000fa000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00105bd9 timestamp 0x4ce7c9f1
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\user32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd730000 size 0x0x00067000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00065fdd timestamp 0x53f7f650
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\gdi32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18577
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefdfc0000 size 0x0x0000e000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x000161ae timestamp 0x51b02352
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\lpk.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18177
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7feff580000 size 0x0x000c9000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x000ce0b6 timestamp 0x5359c98c
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\usp10.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 1.626.7601.18454
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7feff330000 size 0x0x0009f000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x000a708a timestamp 0x4eeb033f
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\msvcrt.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 7.0.7601.17744
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7feff650000 size 0x0x00203000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x002075ed timestamp 0x4ce7c92c
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\ole32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7feff450000 size 0x0x0012d000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00138d6f timestamp 0x53c339ee
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\rpcrt4.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18532
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd890000 size 0x0x000db000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x000dc3af timestamp 0x521eae52
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\advapi32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18247
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefdcf0000 size 0x0x0001f000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0002b43a timestamp 0x4a5be05e
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\sechost.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefe5a0000 size 0x0x00d88000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00d9066e timestamp 0x53aa2e07
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\shell32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18517
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefdd30000 size 0x0x00071000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0007cd14 timestamp 0x4ce7c9ab
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\shlwapi.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd390000 size 0x0x00036000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0003ddd1 timestamp 0x4ce7c55c
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\cfgmgr32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefdde0000 size 0x0x001d7000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x001d7c74 timestamp 0x4ce7c9a2
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\setupapi.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefe4c0000 size 0x0x000d7000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x000d76b4 timestamp 0x5441ca8a
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\oleaut32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18640
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd710000 size 0x0x0001a000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00025322 timestamp 0x4a5bdee1
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\devobj.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd7a0000 size 0x0x0004d000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0004a892 timestamp 0x4ce7ca25
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\ws2_32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd970000 size 0x0x00008000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00005f1e timestamp 0x4a5be029
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\nsi.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefaf80000 size 0x0x0003b000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x000378fc timestamp 0x4a5be0b0
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\winmm.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fef59c0000 size 0x0x00088000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00087c9f timestamp 0x4a5bdf19
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\dsound.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefc3b0000 size 0x0x0002c000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00037ba8 timestamp 0x4a5be062
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\powrprof.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd3d0000 size 0x0x0016c000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0016d843 timestamp 0x525076a6
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\crypt32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18277
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd370000 size 0x0x0000f000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00016b39 timestamp 0x4ce7c7c5
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\msasn1.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefa490000 size 0x0x00038000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00042b07 timestamp 0x4ce7ca31
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\WinSCard.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fef8370000 size 0x0x00071000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x000739f0 timestamp 0x4ce7ca23
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\winhttp.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fef8290000 size 0x0x00064000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00068d2a timestamp 0x4ec4aa96
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\webio.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17725
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefc3f0000 size 0x0x00011000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00016a1e timestamp 0x4a5be09c
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\wtsapi32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefddb0000 size 0x0x0002e000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0003550d timestamp 0x4a5bdf40
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\imm32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefe3b0000 size 0x0x00109000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x001100cc timestamp 0x4a5bdfaa
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\msctf.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd210000 size 0x0x0000f000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00015e85 timestamp 0x4a5bdf91
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\CRYPTBASE.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefbc90000 size 0x0x00056000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00056d60 timestamp 0x4a5be093
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\uxtheme.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd380000 size 0x0x0000f000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0000cb3e timestamp 0x4a5be01f
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\profapi.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fed5790000 size 0x0x001de000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x001d9e82 timestamp 0x54497562
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Program Files (x86)\VMware\VMware Player\x64\libeay32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 1.0.1.10
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fef4e80000 size 0x0x0006e000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0006b878 timestamp 0x5449757d
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Program Files (x86)\VMware\VMware Player\x64\ssleay32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 1.0.1.10
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefcda0000 size 0x0x00017000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0002057f timestamp 0x4a5bdf96
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\cryptsp.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefc8b0000 size 0x0x00047000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0005330e timestamp 0x4a5be039
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\rsaenh.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd180000 size 0x0x00025000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00024a7e timestamp 0x5348a2a4
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\sspicli.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18443
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefc380000 size 0x0x0002d000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0002848d timestamp 0x4a5be03d
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\ntmarta.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7feff860000 size 0x0x00052000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0005af00 timestamp 0x4ce7ca56
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\Wldap32.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefcb50000 size 0x0x00055000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0005f383 timestamp 0x522be0b3
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\mswsock.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18254
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefc9d0000 size 0x0x0005b000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00058dfa timestamp 0x4d6f30f1
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\dnsapi.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17570
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefb470000 size 0x0x00027000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00027b49 timestamp 0x4ce7c6da
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\IPHLPAPI.DLL
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefb460000 size 0x0x0000b000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00009bc2 timestamp 0x4a5be0b1
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\winnsi.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefac40000 size 0x0x00008000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00004434 timestamp 0x4a5be02d
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\rasadhlp.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x77770000 size 0x0x00007000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x000076b0 timestamp 0x4a5bc29d
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\psapi.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fef8160000 size 0x0x00125000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00115e3b timestamp 0x4ce7c5ac
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\dbghelp.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd980000 size 0x0x00099000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00096b25 timestamp 0x4a5bdeba
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\clbcatq.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 2001.12.8530.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefc7b0000 size 0x0x0003d000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0004709c timestamp 0x53c72fe8
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\winsta.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18540
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd2c0000 size 0x0x00014000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0001a641 timestamp 0x4ce7c96f
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\RpcRtRemote.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.17514
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fef5990000 size 0x0x00030000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00034115 timestamp 0x4a5be06d
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\SensorsApi.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fef5e60000 size 0x0x00047000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x0004785e timestamp 0x4a5be086
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\wdscore.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefc3e0000 size 0x0x0000c000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00011f3f timestamp 0x4a5be082
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\version.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefb4f0000 size 0x0x0000b000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00011b30 timestamp 0x4a5be063
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\slc.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefd5f0000 size 0x0x0003a000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00038a09 timestamp 0x51dba579
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\wintrust.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7601.18205
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: including module base 0x0x7fefaa20000 size 0x0x00018000
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   checksum 0x00014877 timestamp 0x4a5bdf27
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   image file C:\Windows\System32\dwmapi.dll
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120:   file version 6.1.7600.16385
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 8396
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 5700
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 8572
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 8868
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 8152
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 7520
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 6172
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 8556
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 5240
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 5876
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 4200
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 8624
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 7424
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 7356
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 7316
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 7340
      2015-01-12T11:48:03.034-05:00| vcpu-0| I120: CoreDump: Including thread 7556
      2015-01-12T11:48:03.044-05:00| vcpu-0| I120: Msg_Post: Error
      2015-01-12T11:48:03.044-05:00| vcpu-0| I120: [msg.log.error.unrecoverable] VMware Player unrecoverable error: (vcpu-0)
      2015-01-12T11:48:03.044-05:00| vcpu-0| I120+ vcpu-0:VERIFY vmcore/vmm/main/physMem_monitor.c:1123
      2015-01-12T11:48:03.044-05:00| vcpu-0| I120: [msg.panic.haveLog] A log file is available in "D:\Virtual Machines\OS X 10.10\vmware.log".  
      2015-01-12T11:48:03.044-05:00| vcpu-0| I120: [msg.panic.requestSupport.withoutLog] You can request support.  
      2015-01-12T11:48:03.044-05:00| vcpu-0| I120: [msg.panic.requestSupport.vmSupport.vmx86] 
      2015-01-12T11:48:03.044-05:00| vcpu-0| I120+ To collect data to submit to VMware technical support, run "vm-support".
      2015-01-12T11:48:03.044-05:00| vcpu-0| I120: [msg.panic.response] We will respond on the basis of your support entitlement.
      2015-01-12T11:48:03.044-05:00| vcpu-0| I120: ----------------------------------------
      2015-01-12T11:48:08.224-05:00| vcpu-0| W110: Writing monitor corefile "D:\Virtual Machines\OS X 10.10\vmmcores.gz"
      2015-01-12T11:48:08.234-05:00| vcpu-0| W110: Dumping core for vcpu-0
      2015-01-12T11:48:08.234-05:00| vcpu-0| I120: Beginning monitor coredump
      2015-01-12T11:48:08.714-05:00| vcpu-0| I120: End monitor coredump
      2015-01-12T11:48:08.714-05:00| vcpu-0| W110: Dumping core for vcpu-1
      2015-01-12T11:48:08.714-05:00| vcpu-0| I120: Beginning monitor coredump
      2015-01-12T11:48:09.194-05:00| vcpu-0| I120: End monitor coredump
      2015-01-12T11:48:09.194-05:00| vcpu-0| W110: Dumping core for vcpu-2
      2015-01-12T11:48:09.194-05:00| vcpu-0| I120: Beginning monitor coredump
      2015-01-12T11:48:09.674-05:00| vcpu-0| I120: End monitor coredump
      2015-01-12T11:48:09.674-05:00| vcpu-0| W110: Dumping core for vcpu-3
      2015-01-12T11:48:09.674-05:00| vcpu-0| I120: Beginning monitor coredump
      2015-01-12T11:48:10.154-05:00| vcpu-0| I120: End monitor coredump
      

      And it doesn't start, any ideas?

      ?

      Thanks.

      ?

      I had no problems before with unlocker version 1.3.0 and VMWare Player 6, but Unlocker version 2.0.3 on VMWare Player 7 is not working for me.

      • Like 1
      JFHA73

      Posted

      Nevr mind, I messed the part where version needed to be changed from 11 to 10, it works now.

      ?

      Thanks.

      alikfull

      Posted

      thank u so much

      sdkks

      Posted

      Great tool. I'm able to use with my Vmware Workstation 11

      • Like 1
      refack

      Posted

      Just run on newly updated VM Workstation 11.1

      Works great.

      P.S. not working with HW version 11 keep version to 10

      P.P.S. If you have trouble with changing settings, make sure geustOS is set to darwin14.

      ?

      Here's my vmx file:

      .encoding = "windows-1255"
      annotation = "Yosemite"
      board-id.reflectHost = "TRUE"
      cleanShutdown = "TRUE"
      config.version = "8"
      cpuid.coresPerSocket = "4"
      displayName = "OSX10"
      ehci.pciSlotNumber = "34"
      ehci.present = "TRUE"
      ethernet0.addressType = "generated"
      ethernet0.connectionType = "bridged"
      ethernet0.generatedAddressOffset = "0"
      ethernet0.linkStatePropagation.enable = "TRUE"
      ethernet0.pciSlotNumber = "160"
      ethernet0.present = "TRUE"
      ethernet0.virtualDev = "e1000e"
      extendedConfigFile = "OSX10.vmxf"
      firmware = "efi"
      guestOS = "darwin14-64"
      hpet0.present = "TRUE"
      ich7m.present = "TRUE"
      memsize = "4096"
      migrate.hostlog = ".\Mac OS X 10.10 Yosemite 10.10-9c83727b.hlog"
      monitor.phys_bits_used = "40"
      numvcpus = "4"
      nvram = "OSX10.nvram"
      pciBridge0.pciSlotNumber = "17"
      pciBridge0.present = "TRUE"
      pciBridge4.functions = "8"
      pciBridge4.pciSlotNumber = "21"
      pciBridge4.present = "TRUE"
      pciBridge4.virtualDev = "pcieRootPort"
      pciBridge5.functions = "8"
      pciBridge5.pciSlotNumber = "22"
      pciBridge5.present = "TRUE"
      pciBridge5.virtualDev = "pcieRootPort"
      pciBridge6.functions = "8"
      pciBridge6.pciSlotNumber = "23"
      pciBridge6.present = "TRUE"
      pciBridge6.virtualDev = "pcieRootPort"
      pciBridge7.functions = "8"
      pciBridge7.pciSlotNumber = "24"
      pciBridge7.present = "TRUE"
      pciBridge7.virtualDev = "pcieRootPort"
      powerType.powerOff = "soft"
      powerType.powerOn = "soft"
      powerType.reset = "soft"
      powerType.suspend = "soft"
      replay.filename = ""
      replay.supported = "FALSE"
      sata0.pciSlotNumber = "36"
      sata0.present = "TRUE"
      sata0:0.fileName = "OSX10.vmdk"
      sata0:0.present = "TRUE"
      sata0:0.redo = ""
      sata0:1.autodetect = "TRUE"
      sata0:1.deviceType = "cdrom-raw"
      sata0:1.fileName = "auto detect"
      sata0:1.present = "TRUE"
      sata0:1.startConnected = "FALSE"
      scsi0.pciSlotNumber = "16"
      scsi0.present = "TRUE"
      scsi0.virtualDev = "lsilogic"
      smc.present = "TRUE"
      softPowerOff = "TRUE"
      sound.autodetect = "TRUE"
      sound.fileName = "-1"
      sound.pciSlotNumber = "33"
      sound.present = "TRUE"
      sound.virtualDev = "hdaudio"
      tools.remindInstall = "FALSE"
      tools.syncTime = "FALSE"
      toolsInstallManager.updateCounter = "12"
      usb.autoConnect.device0 = ""
      usb.generic.autoconnect = "FALSE"
      usb.pciSlotNumber = "32"
      usb.present = "TRUE"
      usb.vbluetooth.startConnected = "FALSE"
      usb:1.deviceType = "hub"
      usb:1.parent = "-1"
      usb:1.port = "1"
      usb:1.present = "TRUE"
      usb:1.speed = "2"
      uuid.bios = "56 4d a5 c1 c2 e6 fc b6-a5 12 44 55 2e 1b d7 fe"
      virtualHW.productCompatibility = "hosted"
      virtualHW.version = "10"
      vmci0.id = "773576702"
      vmci0.pciSlotNumber = "35"
      vmci0.present = "TRUE"
      vmotion.checkpointFBSize = "33554432"
      floppy0.present = "FALSE"
      usb:0.present = "TRUE"
      usb:0.deviceType = "hid"
      usb:0.port = "0"
      usb:0.parent = "-1"
      
      Jasongm

      Posted

      Works perfectly. Had to disable beam sync for better performance though and I can't get the screen above 1024x768, that's the only resolution listed in display settings.

      ?

      Anyone got any idea how to up it? Tools are installed that came with Unlocker 2.0.4.

      ?

      Workstation 11, Windows 8.1

      • Like 1
      • Thanks 1
      • Haha 1
      andrea.obelix

      Posted

      Hi,

      today i have upgrade the VmWare Player v.7.0 to v7.1 (installed on WIN 8.1 Notebook),? after i run the Unlocker 2.0.4.

      ?

      But when i try to start the?Virtual-Machine?(OSX Yosemite) dont work and a message error the vmware player displayed :

      ?

      "Could non get vmci driver version : Handke non valid.

      You have an incorrect version of driver VMCI.sys.
      Try reinstalling VMware Player.

      Module DevicePowerOn power on Failed.

      Failed to start the virtual machine"

      ?

      Samepeople have the same problem when upgrade the VMware Player to V7.1?

      Help,?I need the files into the virtual machine.

      • Haha 1
      • Confused 1
      nate76

      Posted

      Hi,

      today i have upgrade the VmWare Player v.7.0 to v7.1 (installed on WIN 8.1 Notebook),? after i run the Unlocker 2.0.4.

      ?

      But when i try to start the?Virtual-Machine?(OSX Yosemite) dont work and a message error the vmware player displayed :

      ?

      "Could non get vmci driver version : Handke non valid.

      You have an incorrect version of driver VMCI.sys.

      Try reinstalling VMware Player.

      Module DevicePowerOn power on Failed.

      Failed to start the virtual machine"

      ?

      Samepeople have the same problem when upgrade the VMware Player to V7.1?

      Help,?I need the files into the virtual machine.

      I am having this issue with 7.1 as well. Oddly enough I upgraded from the last version of 6 the day 7.1 was released. Considering downgrading again.

      • Thanks 1
      • Sad 1
      navvy

      Posted

      What are the chances of this being updated to work on esxi 6? ?Is it being worked on? ?Is it impossible?

      • Thanks 1
      • Confused 1
      hodenhagen

      Posted

      Does this work on ESXi 5.5?

      • Thanks 1
      • Haha 1
      • Confused 1
      rion

      Posted

      On linux vmware workstation 11.1 always crashes when vmware tools finished to install from darwin.iso.

      but unlocker works.

      ?

      ?

      related part of log

      2015-04-01T17:16:13.795+05:00| vcpu-0| I120: Stream 7F8A7C02F7D0 creating
      2015-04-01T17:16:13.795+05:00| vthread-9| I120: VTHREAD initialize thread 9 "vthread-9" pid 24905
      2015-04-01T17:16:13.795+05:00| vthread-9| I120: Stream 7F8A7C02F7D0 ready
      2015-04-01T17:16:13+05:00[+0.011]| vcpu-0| W110: Caught signal 11 -- tid 24903 (addr 0)
      2015-04-01T17:16:13+05:00[+0.011]| vcpu-0| I120: SIGNAL: rip 0x0 rsp 0x7f8b983d6bc8 rbp 0x55ef8d0
      2015-04-01T17:16:13+05:00[+0.011]| vcpu-0| I120: SIGNAL: rax 0x0 rbx 0x55efc68 rcx 0x55eb710 rdx 0xe485a0 rsi 0x7f8b983d6c70 rdi 0x7f8a7c00b7a0
      2015-04-01T17:16:13+05:00[+0.011]| vcpu-0| I120:         r8 0x451be102 r9 0x16b3521 r10 0x1 r11 0x3246 r12 0xd624fd1470e99cb7 r13 0x52f0280 r14 0x15bbd60 r15 0x16bb360
      2015-04-01T17:16:13+05:00[+0.011]| vcpu-0| I120: SIGNAL: stack 7F8B983D6BC8 : 0x00000000007ef5ba 0x0000000400000000
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SIGNAL: stack 7F8B983D6BD8 : 0x00000000055eb710 0x00000000055eb710
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SIGNAL: stack 7F8B983D6BE8 : 0x00000000000000fa 0x00000004000003e8
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SIGNAL: stack 7F8B983D6BF8 : 0x0000000000000004 0x00007f8ba12b6ec0
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SIGNAL: stack 7F8B983D6C08 : 0x00007f8a7c011140 0x0000000000000004
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SIGNAL: stack 7F8B983D6C18 : 0x00000000004793d1 0x0000000000000000
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SIGNAL: stack 7F8B983D6C28 : 0xffffffff00000000 0x00007f8ba12503a8
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SIGNAL: stack 7F8B983D6C38 : 0x0000000000499943 0x00000000015ce788
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: Backtrace:
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: Backtrace[0] 00007f8b983d6520 rip=00000000005154be rbx=0000000000515290 rbp=0000000000000000 r12=0000000000000004 r13=00007f8b983d7650 r14=00007f8b983d6c48 r15=000000000000000b
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: Backtrace[1] 00007f8b983d6550 rip=000000000046ce49 rbx=000000000000000b rbp=00007f8b983d6c48 r12=0000000000000004 r13=00007f8b983d7650 r14=00007f8b983d6c48 r15=000000000000000b
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: Backtrace[2] 00007f8b983d6640 rip=00007f8ba0a40340 rbx=00000000055efc68 rbp=00000000055ef8d0 r12=d624fd1470e99cb7 r13=00000000052f0280 r14=00000000015bbd60 r15=00000000016bb360
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: Backtrace[3] 00007f8b983d6bc8 rip=0000000000000000 rbx=00000000055efc68 rbp=00000000055ef8d0 r12=d624fd1470e99cb7 r13=00000000052f0280 r14=00000000015bbd60 r15=00000000016bb360
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SymBacktrace[0] 00007f8b983d6520 rip=00000000005154be in function (null) in object /usr/lib/vmware/bin/vmware-vmx-debug loaded at 0000000000400000
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SymBacktrace[1] 00007f8b983d6550 rip=000000000046ce49 in function (null) in object /usr/lib/vmware/bin/vmware-vmx-debug loaded at 0000000000400000
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SymBacktrace[2] 00007f8b983d6640 rip=00007f8ba0a40340 in function (null) in object /lib/x86_64-linux-gnu/libpthread.so.0 loaded at 00007f8ba0a30000
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: SymBacktrace[3] 00007f8b983d6bc8 rip=0000000000000000 
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| I120: Unexpected signal: 11.
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| W110: 
      2015-04-01T17:16:13+05:00[+0.012]| vcpu-0| W110+ Attempting a core dump using an unlimited size limit
      2015-04-01T17:16:13+05:00[+0.166]| vcpu-0| W110: Core dumped.
      2015-04-01T17:16:13+05:00[+0.166]| vcpu-0| I120: Core dump pipes to process /usr/share/apport/apport %p %s %c %P, core file unreliable
      2015-04-01T17:16:13+05:00[+0.166]| vcpu-0| W110: A core file is available in "/localhome/rion/vmware/OS X 10.10/core"
      2015-04-01T17:16:13+05:00[+0.166]| vcpu-0| W110: Writing monitor corefile "/localhome/rion/vmware/OS X 10.10/vmmcores.gz"
      2015-04-01T17:16:13+05:00[+0.168]| vcpu-0| W110: Dumping core for vcpu-0
      2015-04-01T17:16:13+05:00[+0.168]| vcpu-0| I120: Beginning monitor coredump
      
      

      from crashed tid I also see next messages above

      2015-04-01T17:13:57.104+05:00| vcpu-0| I120: VTHREAD start thread 4 "vcpu-0" pid 24903
      2015-04-01T17:13:57.219+05:00| vcpu-0| I120: Vix: [24903 mainDispatch.c:4291]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1872, success=1 additionalError=0
      2015-04-01T17:13:57.219+05:00| vcpu-0| I120: Vix: [24903 mainDispatch.c:4209]: VMAutomationReportPowerStateChange: Reporting power state change (opcode=0, err=0).
      2015-04-01T17:13:57.219+05:00| vcpu-0| I120: Vix: [24903 mainDispatch.c:4209]: VMAutomationReportPowerStateChange: Reporting power state change (opcode=2, err=0).
      2015-04-01T17:14:28.572+05:00| vcpu-0| I120: Vix: [24903 mainDispatch.c:4209]: VMAutomationReportPowerStateChange: Reporting power state change (opcode=2, err=0).

      Also tried to install new osx 10.10.2 but crash is the same.

      ?

      ---

      Ubuntu 14.04

      Vmware Workstation 11.1.0 build-2496824

      ?

      ?

      UPDATE:

      downgraded to Vmware Workstation 10 and used unlocker-1.3. works like a charm.

      so I believe Vmware Workstation is just unstable for now on linux and we have to wait some future releases.

      ?

      I'm not sure but probably the crashes somehow related to sound system.

      ?

      UPDATE2:

      hm now it hangs randomly and sound doesn't work ("Failed to set Alsa hardware parameter (snd_pcm_hw_params): Invalid argument")

      ?

      I know it's not a place to discuss vmware problems or old versions of unlocker. So you may just ignore my message.

      • Like 1
      • Thanks 1
      • Confused 1
      • Sad 1
      gsull

      Posted

      Great software, thank you very much. I purchased Snow Leopard 10.6.3 and used it with Windows 7 Pro SP1, VMWare Workstation 11.1.2 and Unlocker 2.0.6. I followed the included instructions and had the following problems.

      ?

      When I first created the VM the OS install was failing at the start with "Not a server" or similar message from OS X. I added both efi64.filename = "efi64-srvr.rom" and??smc.version = "0" to the .vmx file. After that I progressed to the error "A virtual CPU has entered the shutdown state".

      ?

      OS X 10.6 wasn't available as an option while creating the VM so I had selected 10.7 as the closest. This left me with an entry in the .vmx file of guestOS = "darwin11-64". By changing that to?guestOS = "darwin10-64" I got past that error.?

      ?

      After that I kept using the Apple Software Update check until I got to OS X 10.6.8 and no more updates were available. At that stage I installed OS X 10.10.4 from the App store. That worked fine so I installed VMWare tools.

      ?

      Hopefully these additional?steps will help someone.

      ?

      Lovely job, thanks again.

      • Like 2
      • Thanks 1
      • Confused 1
      merlinkv

      Posted

      Works like a charm on VM11 !!!

      ?

      Thanks a lot for this great job.

      • Thanks 1
      • Haha 1
      • Confused 1
      fantomas

      Posted

      @ Aaron Priest

      ?

      the file is not broken... it works fine here with os x 7zip utility

      • Thanks 1
      • Haha 1
      • Sad 1
      Naki

      Posted

      @gsull, you could just download a 10.10 VM directly, no need to update from an older Mac OS X version.

      ?

      VMware Workstation for PC version 11.1.2 is out - happy to report latest Unlocker works fine with it on my PC, thank you! :)?Using a Windows 8.1 Pro 64-bit Host OS. Guest OSes - Mac OS X 10.7-10.10.

      • Like 1
      • Thanks 1
      • Sad 1

      ×
      ×
      • Create New...
      He decided to pay out another bit of rope. “All right! All right! He’s an innocent man.” “Then somebody is still close. How long ago?——” Back along the hangar wall they crept, until they came up to the small wooden cupboard with its dusty, frayed protecting burlap across the front. Under the cupboard boards the wires ran well concealed by more dusty lint which seemed to have been swept into the corners by the lazy act of some cleaner. She asked what he had thought of doing about it. Instead of taking means to conciliate the public, Bute, stung by these testimonies of dislike, and by the pamphlets and lampoons which issued like swarms of wasps, revenged himself by others, which only intensified the hatred against him. Still worse for him, he had caused the Dukes of Newcastle and Grafton, and the Marquis of Rockingham, to be dismissed from the Lord-Lieutenancies of their respective counties, because they voted against the peace on Bute's terms. With a still more petty rancour he had visited the sins of these noblemen on the persons in small clerkships and other posts who had been recommended by them, turning them all out. Sir Henry Fox joined him relentlessly in these pitiful revenges, and would have carried them farther had he not been checked by others. "Their camp's right over there on that ridge (pointing to the crest on which the Deacon had seen the smoke). They're probably on the lookout for us, and we'll have to be very careful if we get near enough to jump them. I thought I saw one of their lookouts about here when we came up. Yes, there he is in there." "Go to brimstone blazes," shouted the rebel. "If yo'uns have got me, why don't y' take me. I kin lick the hull caboodle o' y' sneakin' mulatters. Come on, why don't y'?" Then came an evening in April, when the air smelled of primroses and young leaves. The choir practice was early, and rifts of sunshine sloped up the clerk's kitchen, linking in one golden slant Robert's dark healthy face just under the ceiling, Bessie's shoulders pressed against his arm, the frail old hands of Joe Hearsfield on his flute, and the warm plum-brown of the bass viol close to the floor. To Robert it was all a dream of holiness and harmony. Old Spodgram confined himself almost entirely to two notes, Miss Hubble insisted on her four bars of arrears, young Ditch extemporised an alto of surprising reediness, and Robert bellowed the last lines of the last verse just as the other choristers were loudly taking in breath preparatory to line three—but the whole thing was to him a foretaste of Paradise and the angels singing ever world without end. "Stop your ranting and tell me how the hogs got you." He was not visible from where Caro sat, for he had come out of the water, and for a minute or two she vowed that she would have nothing to do with Rose's disgraceful spree. But after a time her curiosity got the better of her. Would Rose be able to do as she said—persuade her husband's drover to kiss her, simply by looking at him through half-closed eyes? Of course Handshut was very forward, Caro told herself, she had often disliked his attitude towards his mistress—he would not want much encouragement. All the same she wanted to see if Rose succeeded, and if she succeeded—how. She craned her neck, but could see nothing till she had crept a few yards through the reeds. Then she saw Rose and Handshut sitting just beyond the hedge, by the water's rim. "You've told me a dunnamany things, and you can tell me as many more as you justabout like"—touching the climax of self-sacrifice. A strange sensation thrilled through the heart of the excited monk—an impulse to shed blood! The weapon of the prostrate Byles was snatched from the earth—it waved fiercely round his head; nature and religion warred, for an instant, in his bosom, but the latter triumphed: the weapon was flung to a distance; and Father John, crossing himself, disappeared among the tombs. HoME国产足交电影 ENTER NUMBET 0017
      www.fente8.net.cn
      lgrinc.com.cn
      yylogos.com.cn
      kouci6.net.cn
      www.nishu2.net.cn
      jiemi5.net.cn
      mante1.net.cn
      sheda9.com.cn
      91cyhd.com.cn
      www.49yf.org.cn
      苍井空人体图片新浪 大胆日本女优 淫荡爆乳女教师 神乐坂惠写真先锋 WWW.JPTUBES.COM WWW.KBYSW.NET WWW.0315365.COM WWW.BOWEIJX.COM WWW.HNJTQX.COM WWW.SWW002.COM WWW.SE3SE3.COM WWW.HHH050.COM WWW.AIXIAOO.COM WWW.7DNW.COM WWW.555YYXF.COM WWW.XMSWIM.COM WWW.2222XO.COM WWW.B5KP.COM WWW.YUFUHS.COM WWW.CUTYMAX.COM WWW.GZKXZL.COM WWW.SELDDH.COM WWW.28916.COM WWW.GAN863.COM WWW.KXGDY.COM WWW.80SQW.COM WWW.SHJXQM.COM WWW.445P.COM WWW.DCRNY.COM WWW.BBB619.COM WWW.CFHFY.COM WWW.GOMAJI.COM 色农夫五月色导航 久久福利自慰视频 舔老师的美脚 情欲艳谈百度云 自自慰微视频mp4 男男互日小说 骚女插菊花 色裸裸图片 黄色做爱图片小说网 女女狠狠的干 avl撸啊撸 欧美超碰先锋影院 校园乱伦武侠 成人网导航mp4 爱逼影院图片 撸一撸综合网 biaoch 时间停止器系列西瓜 做爱鸡巴疼怎么办啊 青青草在线aH 免费视频好屈日 抽插十几岁无知少女 WWWSAO5566 欧美派对俱乐部 Www11wa 韩日毛片一亚洲av f夜东方 av水莓在线视频 亚洲美女日韩 夜夜射狠狠干夜夜撸 成人妇穿超衣服 wwww062bcom 久看在线看片 2016欧美色图 www十八色图cn 漂亮的姐姐成人视频 偷拍自拍三部 国产母子水柔在线视频 图霸人体艺术模特 3366mp3com 直入骚穴 丝袜骚妇影音先锋 www1100Acom qula77 丁香邪恶 日本美少女18岁人体艺术 制服影音 nfnfnf11不准打灰机 www3344uycom 色就色就吧 日本无码人人色在线视频 我的女友是四十岁的人妻妈妈的闺蜜 另类合集小说在线阅读 qq小妹的逼qq小妹的逼 av农夫电影 我看一级黄色片不穿衣服 狂操不知火舞 亚洲自拍偷拍偷 都市淫乱校园春色自拍偷拍 色琪琪桃花 www567net最新网站 色欲影视淫下载 激情婷婷第五月婷婷强奸乱伦 小咪咪色站 另类变态人人色99999 daselang150 男全裸写真集 肥臀AV下载 444kkkk图片 色福利加油站 小穴插着还是很舒服16p UsUs30 WWWavtb789com 48看 激情综合网激情五月俺去也淫淫网狠狠撸色播五月色五月开心五月丁香五 40岁少妇露脸久久草热在线 家庭迷奸小说 夫妻在线AV www97yescomwww97yescom 丁丁综合五月 淫荡的富豪嫖客和水柔姐姐玩母子乱伦-2 767人体艺术 火影忍者黄色图片美国网址 偷拍自拍3页 高中女孩破处视频在线 japanavtv 一夜十炮清纯唯美 久久激情国 日本片子网址你懂得 zrii 黑人干捷克美女迅雷 潮吹movies 日韩母子乱伦magnet 女优派对 千人斩官网经典mnnnn58com 7zdy 欧美虐待女人视频的网站 国内五旬美老妇做爱 偷插妈妈的菊花下载 日本激情在线 淫妲妲影院 sm一级毛片 怡红院百度转码 和姐姐妹妹小姨妈妈乱伦 淫穴爱爱 大屁股的骚少妇图片 吉泽明步所有电影番号 64kkkk新网址 微信毛片群 黄色网站2016自拍视频 骚货的菊花失守 bt种子综合网 少妇美女快播 森下真依比基尼 韩国美女强奸美女qvod 撸一撸人与狗 炸撸撸 人体多人性交视频 gegepa美女艳照 清纯美女媛交p 电影a片毛片 漂亮少女的活塞运动 chaxueshipin 能看的男同性恋性交视频 WWW_155PP_COM 偸拍女性阴毛 九妹插逼爽导航 成人电影去也 女人被艹动态图 入江辉美在线电影 我操了丈母娘一家作者鸡不属敏 d9e4590e0000131d 女人光bi图 xxx小次郎 天上的诱惑 回家开门时被人强行拖进家中强奸中的女优 帅哥美女激情性爱 美女双穴被奸 十大名逼操起最舒服 乱搞性爱生活 肏徐莉 抗衰老产品 黔中水利枢纽工程 gtv超级杯 矜持王菲 成人高考难吗 淫荡嫩穴草榴 西西人体艺术张筱雨人体 苍井空的那部av好看 狂操空姐狠狠插 和嫂子日屄 骚女美穴电影 WWWDY781COM 成人小说集锦 小学英语在线视频 赵世熙 ctqvcd 榆君林偸 黑黑色成人免费视频 七大叔先锋资源 人妖在线观看网站大全 父与女偷摸乱伦 人体大胆色图片 爱福利微拍广场 WWWCCC212COM WWWG5S2COM 性色妹妹 露阴毛裸体美女 骚熟妇和少年日b照 qvod李宗瑞277 少妇熟女乱伦强奸 野战人人碰 亚州人体艺术模特乳房 熟女俱乐部av熟女熟女自拍 母子伦理xiaoshuo 射她淫b网激情 女同性丝袜紧紧的小穴小说 xingjiaoen 先锋资源p2p影院 911seselu 疯狂肏屄视频 18女人人体 亚洲亚州色图小说在线视频 有没有哥哥妹妹乱伦的小说 页色黄站 美肉商人内兄 ye321ckm 撕衣服的她湿吻视频 4488色百度 人妻操逼逼 大香蕉伊人久草萝莉AV 4p换妻露脸 wwwsdlubacom 肉丝一本道黑丝3p性爱 www33qqrr这个网站怎么进不了 邪恶淫色女人 久久精品视频在线看成人动漫 亚洲图片区偷拍自拍图片欧美图片小说校园春色 日本激情床 强奸制服伦理丝袜诱惑 天天干天天啪天天曰夜夜射 综合激情五综合激情 日本三级美腿妻子电影 丰满骚妇15p 带丝袜的av网址 肥美阴户性交故事 亚洲女性可以双插吗 四房播播百度影激情深爱快播 肉质人体艺术 玲木里美av免费看 绑架人妻迅雷下载 日妈妈撸妈妈狠狠撸 坂本のぞみ写真集ed2k 逼里插着大肉棒 男男激情小说肉文 夜夜春色 樱井莉亚什么病 好外黄网6 www传奇时间 东京热n.180mp3 一生一世酒色图片网 9496酒色网 手机看黄片软件 现在用什么播放器看黄片 淫荡小妹 夫妻交换网 刘色女影院 全是爱社区 电炉色色电影 高清在线电影 免费片任意看 porn99在线 哥要色 松本麻里奈中文字幕种子链接 香港偷拍av 好屌 西瓜影音 岛图A片 gav136 美祢藤コウ影院 最大胆的人本艺 超碰草b日日干 成人免费三十分钟视频 午夜天堂热的国产 青女青春草在线视频成人 情侣车震偷拍迅雷种子 日本一本道激情在线 日日久久福利影院破处 日本有名的sm毛片 日本私人影院在线视频 骚男和骚女骚B视频 九尾狐里m在线视频 加点动漫在线 台湾tpimage免费播放 色狱的物真人加点动漫在线 台湾JVID大尺度情欲视频-豪乳女神张语昕恶魔情趣国度 完美曲线 白色色网址 www:ZZz55Com 屌好操 狼人干成人综合在线 东京热影片 超碰爱剪辑在线 激情影院在线看素人视频 正在播放97国产 磁力番女优无码 在夫的遗影前侵犯 迅雷 福利77 淫妻艳姨 微色中文字幕 wwwuuu7777com 2O14天堂成人网 岛国超级射精量影片资源 监狱乱伦在线播放 RKI-392在线 www843h com abp582 ed2k 电影院帮女友口交 中文字幕狼人在线视频 国产レズ 女人乱欲视频播放 97草草成人在线视频 超级操逼的视频 色院影视 9962黄色网站 赌场人人操 微咪xxxav 东方久久热 黄色网址、 m27baocom高清动态图 色屌丝在线播放 真人阴口交视频华语影院 国产大陆任你爽色视频 午午西西影院 亚洲图片归美图片成人电影在线 91摄像头偷拍影院 欧美学生妹裸体性爱视频 三上悠亚骑兵资源 福利自拍网 捆绑玩阴蒂Bt baoyutv跳转 色播最懂男人的电影网站 九九热视频精品 免费做爱视频网站免费 www88baa 强奸片段磁力 www168ddddcom 女性使用自熨器视频 唐朝av6 色视频146 屌麻B视频 91国产制服 无限资源视频 tuigirl美女视频 色狐吧 偷拍秦先生 热の国产x 小视屏福利网站 性骚做爱吃奶视频 学生性交视频 ftp 午夜影院爽美女 …啊…大鸡巴哥哥…淫水好多…… 普通话啪啪视屏 自慰小视屏免费 哥也射综合 52avav路com www 哥也色2018 中文 做爱大肉棒视频 震动器啪啪 一级黄色毛片进阴不收费带声音的香蕉视频A片 超骚 深圳同居换夫 网友人人操天天碰 久草热线综合网 1永久免费费观看av片 狂操空姐嫩穴洞 国产自拍啪啪在线 国内KTV里妹子表演神技用小穴抽烟吹 苍井空a影片 国模掰阴露鲍艺术摄影 艹逼福利视频在线观看 影音成人五月丁香 日本黄色视频里 国产有剧情的H片magnet 快播电影原老七网 成人电影群 欧美h剧影院 第一色av资源 黄网资源共享 哥也搞大香蕉娱乐官网 操逼的小视频黄点。 被各种玩弄BB很粉嫩拿按摩棒玩出高潮 499M saob8 sm乐园影院 播播撸 步兵番号dky 超蹦97在线观看 69saocom 中国杂技系高清 nnn760五月天 2014a天堂网 强奸乱伦三级中文字小视频 直播高清福利 amsr福利视频 要要橹福利 男人福利超黄网站 快播成人妻视频 wavr黄色 那有小姐操逼视频 操操操自慰淫叫视频 国产小视频免费观看在线 藏精阁宅男福利站 韩国体内射精视频 1314ypcom 自拍偷拍在线更新 古装A片迅雷在线观看 福利社午夜直播频道 亚洲东方无码 haiwe 男人的午夜福利 美女在线福利伦理 vod60 乱伦小说大全福利社视频 色偷偷97视频在线 美女被插小穴揉小穴的视频 少妇少女学生妹国产在线播放 色和尚在线视频成人 乱伦在线视频 全程露脸国产熟妇在线 七草千岁新新电影 肌肉男 尿道 调教 欧美av第一页 古装爱爱伦理 迷奸链接迅雷下载 连体袜系列番号 岛国x视频99精品 久久大香蕉一本东京热 一干到底txt百度云 艳情战场视频 免费观看爆乳家政妇 护士美女穿白丝袜被插鸡 欧洲无码高清视影院 周研希 138v 91影视成年人青青chao 26uuu小说 magnet 3344av 大香蕉九九色综合网 抠阴唇喷水视频 欲巧淫 韩国主播梦 波 福利 韩国美女直播软件 国产在线不信你不射 小黄片人人干哈 韩国美女性感裸照7100。 caoporeg 我的可爱的小女孩手淫p2 露脸操白妹国语 小泽玛丽亚久久热 888kbkb 早乙女由依(萝莉) 美女老师后入gif 韩国禁播女团组合先锋影音 AVAV女教师 美容室:特殊!服务 magnet 秘密爱洗澡啪啪啪 禁止的爱小第九影院 外国黄色成影free 成人综合咪咪 大奶子性爱影片 我和老师做爱漫画 五月天婷婷表姐 找熟妇禄体图片 少妇全裸的乳房bb照片 操美女妹妹小说 图区五月天 匹夫鲁8090 在线骚女电影 男女激情文章 微信极品白嫩女孩看a片被操出白浆后被口爆国语对白mp4136mb 自拍偷拍厕所偷拍头 天天饮食 百度云 � 三极伦理电影 三级视频淫b内射 暗暗撸 美丽的新娘 熟母紧缚 321操逼网 树林野战视频骚逼在线 亚热美女图片 人体美图人体艺术 人i与动物快播 66人体艺术鲍 超级护士美女做爱 妈妈说苍井空 成人快播激情网 俄罗斯熟女视频 快播semm色五情月8888车保养常识结果xt全集下载 要看露屄的女人 女同事 露毛 神勇大汉操逼图 日本空姐被操视频 人妻乱伦区 美女高难度体操性爱 苍井空露妣图片欣赏 佐佐木柚奈 豆瓣 妹子口交性电影 黑人骚妇屄毛 sese78成人美女人体艺术 欧美性感骚屄浪女 欧美美女 性交 西西人体艺术裸图露阴 狂插大吊骚穴 淫娃终结者bt 真实乱伦小说 WWW_BEEG_COMVIDEO 城市部落 如何制作vcr 长虹电视机电路图 激情明星狠狠操乱伦 那里有插逼网站 qvod黄色成人电影 55rfb7yyyy 唐嫣人体艺术图片 干邻居阿姨小说 � 非洲幼女做爱 波多野结衣美熟女30p 色网站怎么都上不去了 先锋影音小也麻莉亚 sss快播a片 同行恋帅女生接吻视频 抽插孕妇大屄 陈冠希艳照门哪里能下载 云欲轨道舒淇 一淫片少女被裸体内射 求波多野结衣图片 自拍偷拍亚洲欧美漫画套图 第一页熟女 心儿人体艺术 8090碰综合网今日 骚妈妈美狐网 先锋李宗瑞资源 女生为什么喜欢被艹 迅雷百度云怎么看黄片 WWWJJ654COM 肉弹叶月奈穗 妹哥张珈祯逼120p 死神纹身血色天使图片 国产骚妇自慰抠逼在线视频 在哪可以看到仓井空的电影作品 花穴乱伦 女人屄百图 女主播边播新闻边做爱 女人掰鄙图 av免费在线手机视频 日韩av干炮图片 干富婆 日本大胆熟女人体艺术 大胆美人体 幼幼破处系列夫妻野战好骚妹 影音先锋成人干网 有真性交拍戏的吗 酷乐人体艺术摄影 成人的爱爱故事 亚洲性爱区删除删除删除删除删除删除 色哥祝屈 三级黄色m2dycc909kkcom 哥哥色在线看wwwhyhy888com 欧美色图亚洲少妇 成人电影偷拍自拍亚欧图片 奇米先锋影音撸 青青草手在线视频网 偷拍港台妹视频播放 公交车上搞美女屄 1024av狼 十八禁短篇故事 插同学妈妈 女人小穴自搞 淫荡操逼大姨子 大人和小孩做系列在线 香港三级成人电影院 网友自拍原创精品社区 色偷偷成人资源站 秘书不详 色人居色奇米影音先锋 大帝av日韩 最新偷拍自拍人妻少妇视频 男女大乱交网 撸一夜视频qqsina 空姐丝袜大乱11p 厕所偷拍浴室偷拍校园偷拍 欧美裸交 情妇中那个电话性爱是在那一集 www南风莞com 少妇熟女搞逼 车里淫荡的小姨 制服诱丝袜伦理片 色乳爆帝国 逼激情 巨乳学妹做爱 家族乱伦做爱小说 久草肛交做爱视频 我和姐姐在车上乱伦激情 黑色内裤15p 插入妈妈阴户 日本熟女性感图 色西西美女人体 先缝影音三级 AV制服丝袜 13yn_com 冲田杏梨中文字幕先风影音播放 天天瑟瑟天天撸 奇米噜噜噜在线视频 五月天丁香成人啪啪结合 淫荡女老师小说 第一福利网站最干净的 动漫女生的恶搞图片 亚洲一成人网站 强奸三个嫂嫂小说 五月丁香色婷婷色久草 恋足视界 哥哥去wwwfy088com 阿v天堂网一本道 狂操黑丝骚妇 万全影院伦理片第一页 撸在线视频亲朋乱伦高速高清视频 ccc36蜜桃 亚洲b色图 人妻都市撸撸 超碰sm免费公开视频 色妹妹插插进去 干姐妹色图 色就是色SU swwwmumu57comhtmsphtm 年轻护土的西西人体艺木 日本啪啪小电影在线 多毛美逼特写图片 kk2929 免费在线伦理电影 wwwsexlnsexcom 日本女星先峰 我与老师在公交车上 脱脱影院 可以免费在线看的黄色网址 萝莉射精xxx 淫色直播的有哪些 九九xxxx开心 韩国三级车震视频 啊啊啊摸奶 WWW3RATCOM www68abcdcon www1122dkcn 插妈妈a片 强奸骚货女朋友 美女直播性器官 色秀人生 青青草毛在线 少女开包迅雷下载 东方av在线看 啊啊舅妈不了了 亚州xx好看网站 桃瘾论坛 捡到高中美眉下载 228zzmagnet 杜泽文近况 成人速播视频 露毛写真日本 羔羊医生土豆观看mkudian365com www4hu49cm 偷拍自拍下载 能看的三级骚逼 免费线上av在线播放 日本激情成人网 狼影视下载 变态自拍亚洲 成人激情视频免费观看自拍 公开视频色偷偷 丝袜ol办公室[完] 欧美成人在线性交视频 美女久纱野水萌MP4 wwwganjpcom 日本午夜户外直播 兽呦奸国产视频 国产普通话叫床 swwwmmmvodcommove7index6html av天堂音影先锋快播电影bbaa1 欧美AV丝袜 成人古装黄色电影迅雷种子下载 413121神马电影 人要乱伦W 首页张柏芝插 ∞黄色电影1日本 领导的老婆淫荡 户外熟女 自拍偷拍网友自拍91 未成年小孩做爱视频 大胸美女拍的电影 姊妹50p 骚妇被内射 wanseqingshufu 韩国美女性交艺术图片 伦理东京热 影音先锋人肏肏狗 淫荡猫女 人体艺术阴部裸体 黑人操女优逼片 电影我爱欲女三邦车视 插逼穴图 床戏时间最长视频 哥哥射俺去撸亚洲性爱 色久 姬岛琉璃种子 66abcd怎么不能看了 北京音乐学院女大学生街头性交 好看的白虎片 五一看白虎馒头屄 成人潮吹影院 qvod 无码自慰潮吹 粉红嫩穴10p www110bbcow 偷排自拍先锋影音 放弃射门 品色堂君子好色而不淫 真空干燥箱使用方法 重口味推荐 尼桑玛驰 彩虹岛无限回廊 姐姐的骚逼图片 爸爸鸡巴插我屄里教我做 欧美最大胆人体艺术照片 老色妹在线播放 美国黄丰满强奸 得得日在线视频 美女被摸小穴图片 操逼就操欧美老婆大骚逼视频在线 亚洲日本色露逼 肏大肥逼 中国小说和韩国小说 美鲍鱼人体 欧美色图大臀 学生逼逼电影 中国幼女性交中国幼女性交 安藤沙耶香写真先锋影音 全裸无遮挡物的美女屁眼 上海女人骚吗 性交漏逼 惊变激情戏在多少分钟 台中综合站湾xxoo 早乙女seba makelovevideosex 白洁亚洲图片 朝阳区女13岁操 西西偷拍 舒畅丝袜照片 高尺度艺术 WWWHHHCOMZIPAI 哥哥影视撸啊撸 在复仇者联盟里草女的黄色小说 gogo人体高清人体孙俪 成人玩具燃油遥控飞机 avidolz护士 黑丝淫 男人插进去无遮挡小电影 茹原雄太郎漫画种子 水柔姐冯丽和女儿桔子碰视频 最美少女身材图片 大鸡巴操骚遥 姐夫舔我B视频 大香蕉成人文学 sqvheqi345cn 火影忍者AVmagnet 人妻熟女肥佬影音 wwwyoujizzzvom ?1?7?1?7?1?7哥视频网wwwa?1?7c24com 日本AV巨乳视版在线 幼少女招嫖 av宫井 小说区黄色小说 wwwAVAVzaixiankan 哥也色人格得得爱色奶奶撸一撸 热亚洲无码热自拍偷拍 人妻10P迅雷高速 大屁股影视free 阿片资源库 幼交片网址 哥要射哥要蝴蝶谷wwwlgdydcom 佐佐木希不雅视频吉吉影音 欧美暴力性爱AV 年少人妻按摩 成年轻v 搞笑有声小说 畅想听吧有声小说 在线的h网 东京热wumaonvmishu 东京热n334 怎么看黄片啊 皇家影院 新品色堂 n4x在线 风月阁论坛 母息子影院 7-Se成人网 救囯集中淫G谁有E 干妹妹 干细胞 桃花小妹 色猫电影乱码 先锋av天网堂2017 不卡AV电影天堂 俺去也网色 fdd 1231av女主演 一本道久在道dvd在线观看 苍老师a片 午夜男日B视频 激情内射网站 色e62视频 WWW,998aVaV,C0m 秋霞在线观看秋霞伦理电影 在线福利视频一家三口 御姐啪啪啪视频在线观看 日本少妇内射在线视频 日本一本加比勒 日本一级无码性片 澳门微拍视频 窝窝爽在av 草壁 92看电影 看雪电影网 欧美色马无情 国产自拍抖音在线视频 爱色综合图片社区 天党网AV japanese girl voise 女地下党受刑奶头 草榴三级 日本人妻最新AV伦理片 韩国三级2017在线观看秘密爱 日韩教师视频在线观看 华裔美女主播电击 下载 > 韩国最新老婆不在家与风骚大姨子偷情流出视频 5038zoo 奥门操逼赌厂 www52rurucom 宅男视频福利无码在线啪 江疏影大保键视频av 白合野 国产 迅雷 www4hu33 人妻G点在线 avavav噜噜 国产 第五页 福利影院 百度云黄片 jj无码激情视频播放 萝莉小逼 www。22bbb 偷拍丝脚打胶贴图 希志爱野 在线 www999re8 caoporn原纱央莉 三上悠亚家庭教师 可以使用的黄色网站 成人教育AV偷拍 2046秋霞 无能皇帝bt 水岛津实蓝衣地铁快播 美女Av高手 嵊州钱佳璐盗窃罪 韩国大尺度床戏 ftp 过膝靴 偷拍 白石茉莉奈飙奶 xfz33网站 Xxx偷窥偷拍在线视频 冲田杏线观看视频 大奶少妇喂 955mmmcom 超碰在线小视频 狼人干练合旧地址亚洲 wwwAV手机 韩国av在线免费观看 潮喷导航 北岛玲有码在线无码 秋山祥子丝袜 mp4 高清免费做爱视频 插 水 叫 视频 欧美孕妇干b视频 虎影院 免费在先看片 牛碰国产 波多野结叫床声视频 Kdd789。 在线av丝袜福利视频 网友自拍 秒拍偷偷色 久久爱免费视顿在线观看免费30 被偷窥的女主播2樱木凛 x'x'x'x'x'x'x'x性交 东方人av 网红自拍露脸在线观看 无毛眼镜嫩妹酒店约炮 国产线路3视频 谭晓彤 福利 视频 在线 snis 951中文字幕 44p44影院福利视频 www1769zy1com 理论片天堂sm 人人摸人人辱 国泰电影院logo 男女干b视频 美国成人天堂 社长秘书紧缚奴隶B 先锋影音亚洲人妻制服乱伦资源 性感巨乳裸体美女视频 性感爱视频在线观看 香蕉视屏 magnet 先锋骑兵香西哾影音先锋 女人的嫩逼 中文字幕无码北条 近距离做爱视频 免费毛片tube 午夜视频1000在线播放色 日本毛片免费视频福利社影院 7M视频l 97伦理理电影不用下载播 日本xxxx黄色视频 亚洲va天堂无码在绒 韩国和年轻继母乱伦免费视频中文 国产性交自尉真人视频 性交自拍 ftp 金蒲团直播艳艳 一本道在线成人 成人免费人人操 婷婷色TV 247semagnet 蜜桃vip能看AV嘛 rct412中文字幕视频 RCT tukuyingyuan 第一黄片视频 夫妻成人无码视频 流浪的妓女完整版视频 成人h漫在线观看 邪恶姐弟动漫小视频 大黑吊啪啪啪视频 操逼操网站 xxoo视频破处 被窝福利一新视觉影视 韩国直播三级片 日本家庭乱伦无码 日本伦理片在线观看更多 3d蒂法三部曲无修 在线视频无码亚洲日韩 女第一滴血H版在线观看 国语在线自拍 3838pao,com 69欲, 啪啪啪tossgirl 久久热在线国产偷拍 国产老鸡磁力连接下载 舔女教师美脚影音先锋 印度三部曲百度网盘 洛阳小少妇在线视频 美女曹逼视频 金荷娜17部svip视频磁力 极品网红大胸美女请房东修理空调 五月丁香欧洲 黄色神马影院 ponrhub手机在线播放 茜公主殿下福利视频 91混血哥双飞高颜值的上海177制服姐妹花普通话对白720P完整版 黄色福利操逼网站 啪啪免费视频酥酥影院 午夜约吧 四虎影库体验区免费视 777sesese 插少妇綾合网 午夜国内自拍 诱惑主播在线播放 日本男女床上做爱狂插射精淫叫视频 迅雷看高清av 凤月影院 英国毛片高清免费视频 天天曰天天看操逼 操逼视频操逼视频老司机影库操逼视频操逼视操操 点击观看福利视频 日韩无码偷拍自拍在线 色吧 春暖花开春暖花开 tear 福利视频 爱看番伦理 哥哥去免费视频 丝袜表演 磁力链接 eee119改成什么网址了 免费在线观看av情人视频 狼色 日本视频短片 茄子女自卫国产视频 半老徐娘迅雷下载 男人鸡扒插女人BR视频 800东方 色女人影院一一 播放器大全 成年人 日本大奶多毛视频在线 妹妹影院ab 美女裸体图片要看到b的网址 丁香五月五月婷婷深爱五月插屁成人 xxx虐待阴茎视频 大奶另类大奶 嫩屄美女脱衣 91pom视频网站 www003secom 韩国女明星香艳视频 骚妹子人体图片 WWW_835AV_COM 呀呀干露脸老婆图 跟邻居操逼自拍性爱 影音先锋看不了岛国片 内射清纯美眉 性爱图片20p小姐