don't start VMware player 3.0

Hello. I'm Italian and I have Windows 7 64 bit 6 GB of ram and intel core i7. I downloaded vmware player and the installation program does not start. The I've renamed the "install.exe" vmware installation program is installed but it starts when I click the icon on the desktop... Any suggestions? Thank you

you have a process named "fixcamera.exe" running?

___________________________________

VMX-settings- Workstation FAQ -[MOA-liveCD | http://sanbarrow.com/moa241.html]- VM-infirmary

Tags: VMware

Similar Questions

  • VMware Player 6.0.6 does not start under UBUNTU 15.04

    Hello everyone,

    After installing UBUNTU 15.04 (from 14.10), I have a problem to start VMware-Player.

    UBUNTU: Linux ubuntu 3.19.0 - 16-generic # Ubuntu - 16 SMP Thu Apr 30 16:13 UTC 2015 i686 i686 i686 GNU/Linux

    VMWare-Player: 6.0.6 32bits

    With UBUNTU 14.10, I had no problem and was able to create some customers. Now, after launching the player, I get the following error:

    "Before you can run VMware, several modules must be compiled and loaded into the kernel running."

    After press INSTALL 'virtual network device' will be set up, but without success. This is the last - entered in the log file:

    ...

    2015 05-06 T 11: 39:57.850 + 01:00 | vthread-3 | I120: Modinfo invoking on "vmnet".

    2015 05-06 T 11: 39:57.854 + 01:00 | vthread-3 | I120: ' / sbin/modinfo ' came out with status 256.

    2015 05-06 T 11: 39:58.177 + 01:00 | vthread-3 | I120: The setting for vmnet destination path to ' / lib/modules/3.19.0-16-generic/misc/vmnet.ko '.

    2015 05-06 T 11: 39:58.177 + 01:00 | vthread-3 | I120: Extraction of the source vmnet "/ usr/lib/vmware/modules/source/vmnet.tar".

    2015 05-06 T 11: 39:58.189 + 01:00 | vthread-3 | I120: Extract successfully the vmnet source.

    2015 05-06 T 11: 39:58.190 + 01:00 | vthread-3 | I120: Module construction with the command ' / usr/bin/make - j2 - C/tmp/modconfig-vWFAYZ/vmnet-only-automatic generation HEADER_DIR=/lib/modules/3.19.0-16-generic/build/include CC = / usr/bin/gcc IS_GCC_3 = no ".

    2015 05-06 T 11: 40:03.120 + 01:00 | vthread-3 | W110: Impossible to build vmnet.  Cannot run the command build.

    I tried to fix it with the following commands (copied from the discussion Workstation 11 cannot be installed under Ubuntu 15.04)

    Step 1: sudo s

    Step 2: Enter your Root password.

    Step 3: Enter these commands:

    cURL http://pastie.org/pastes/9934018/download o /tmp/vmnet-3.19.patch

    CD/usr/lib/vmware/modules/source

    tar - xf vmnet.tar

    patch - p0-i /tmp/vmnet-3.19.patch

    MV vmnet.tar vmnet.tar.SAVED

    tar - cf vmnet.tar vmnet-only

    RM - r vmnet-only

    VMware-modconfig - console - install-all

    = > NO SUCCESS: the results (excerpt) of the last command above:

    /tmp/modconfig-5zKLAX/vmnet-only/Netif.c: in function 'VNetNetIf_Create ':

    /tmp/modconfig-5zKLAX/vmnet-only/Netif.c:152:64: error: 'alloc_netdev' macro requires 4 arguments, but only 3 given

    dev = alloc_netdev (sizeof * netIf, deviceName, VNetNetIfSetup);

    ^

    /tmp/modconfig-5zKLAX/vmnet-only/Netif.c:152:10: error: 'alloc_netdev' undeclared (first use in this function)

    dev = alloc_netdev (sizeof * netIf, deviceName, VNetNetIfSetup);

    ^

    /tmp/modconfig-5zKLAX/vmnet-only/Netif.c:152:10: Note: each identifier not declared is reported only once for each function it appears in

    /tmp/modconfig-5zKLAX/vmnet-only/Netif.c: at the highest level:

    /tmp/modconfig-5zKLAX/vmnet-only/Netif.c:85:1: warning: 'VNetNetIfSetup' defined but not used [- Wunused - function]

    VNetNetIfSetup (struct net_device * dev) / / PO:

    ^

    scripts / Makefile.build:257: recipe for target ' / tmp/modconfig-5zKLAX/vmnet-only/netif.o' failed

    make [2]: * [/ tmp/modconfig-5zKLAX/vmnet-only/netif.o] error 1

    make [2]: * Auf noch nicht processes wird going going...

    Makefile:1394: recipe for target ' _module_/tmp/modconfig-5zKLAX/vmnet-only' failed

    make [1]: * 2 error [_module_/tmp/modconfig-5zKLAX/vmnet-only]

    make [1]: leaving directory ' / usr/src/linux-headers-3.19.0-16-generic'

    Makefile:130: doesn't have a recipe for target 'vmnet.ko '.

    make: * [vmnet.ko] error 2

    make: leaving directory ' / tmp/modconfig-5zKLAX/vmnet-only.

    Who is able to help? Remember, there is an error in the vmnet - 3.19.patch, but I am not an expert to check it out.

    Thanks in advance for every answer.

    Hello mmccurdy,

    Thank you for your message. But due to the fact that I use Ubuntu 15.04 in 32-bit version, it is not possible to install the bundle - x 64 drive.

    After searching a few other items, I found the solution now (you can find the entire instructions under http://rglinuxtech.com/?p=1281

    First steps:

    cURL http://pastie.org/pastes/9934018/downloadhttp://pastie.org/pastes/9934018/download o /tmp/vmnet-3.19.patch

    CD/usr/lib/vmware/modules/source

    tar - xf vmnet.tar

    patch - p0-i /tmp/vmnet-3.19.patch

    After changing driver.c and userif.c, it is necessary to change too NETIF. C in the vmnet-only folder as follows (see original under http://rglinuxtech.com/?p=1184)

    all about line 152:
    dev = alloc_netdev (sizeof * netIf, deviceName, VNetNetIfSetup);
    to do this:
    dev = alloc_netdev (sizeof * netIf, deviceName, NET_NAME_UNKNOWN, VNetNetIfSetup);

    Complete the changes to the file are VMNET-ONLY. Now the final stages:

    MV vmnet.tar vmnet.tar.SAVED

    tar - cf vmnet.tar vmnet-only

    RM - r vmnet-only

    VMware-modconfig - console - install-all

    then VMwarePlayer works very well.

    Used with:

    Linux ubuntu 3.19.0 - 17-generic #17 - Ubuntu SMP Wed May 6 16:46:32 UTC 2015 i686 i686 i686 GNU/Linux

    VMware-Player 6.0.6-32-bit

  • Portege R - 400 3 G modem freezes VMWare Player 3.0 in Windows 7

    Hi all

    I have a problem following needs your help.

    I have a Portege R-400 with 3 G build-in modem. It is installed Windows 7. All is well until I install the VMWare Player 3.0.

    Without modem 3G connection, each application still works fine. (I use WiFi most of the time.)

    When I'm not in measure use WiFi and connect with 3G, without starting VMWare Player, the system freezes within 5 to 20 minutes.

    The symptom is without any response to the keyboard and mouse, but can see HD light flashing.

    Then, I'll try Virtual PC from microsoft. He may have the same problem, too.

    It will be very appreciated if there is no solution for this problem.

    Thank you very much!
    Mike

    Dear Mike is a rather complicated question. I mean Toshiba muss well deliver books and work with the factory settings, everything should work fine.
    If you use some third-party software of the part and if something goes wrong, it can be really complicated.

    Who is responsible for support here?
    I hope that someone on this forum has exactly the same specifications, the setting, the operating system and additional software like you and can help you with this.

  • VMware Player disables / disrupts Windows "Mouse keys" feature

    Is it true that VMware Player disables (or otherwise disrupts) windows "Mouse keys" feature?

    I have created a new account on the Windows machine, activated the "Mouse keys" function ("Start" > "Control Panel" > "Ease of Access Center" > "Make the mouse easier to use" > "Turn on mouse keys").  I then checked only by pressing the keys on the numeric keypad of my keyboard did indeed move the mouse according to this Microsoft Web page: <http://windows.microsoft.com/en-us/windows7/use-mouse-keys-to-move-the-mouse-pointer >.

    I then started VMware Player and run a virtual machine in him.  I noticed that the function "Mouse keys" did not move the cursor within the virtual machine.  However, when I moved the mouse outside the window of the player (using the mouse), on the Windows desktop, then quickly press the pad digital is no longer move the cursor of the mouse.  Even after I left the player, the "Mouse keys" feature is lost.  Windows always shows that the option is selected.  (Turning the option off and then back on does not return the function).

    Am I missing something?  How can I retrieve the "Mouse keys" feature or prevent the player that affect it?  (I was testing or not "Mouse keys" would work inside the virtual machine).

    Details:

    -----------

    Windows 7 Enterprise (Version 6.1 ')

    VMware Player version 6.0.3 - build-1895310

    Thank you

    -Steve

    I think I stumbled on the reason for the problem I described.

    I think that, somehow, VMware Player tilt one of the parameters that affect Microsoft "mouse keys".  I noticed that in the ' use mouse keys when NUM LOCK is on / off "is set on 'On' rather than 'Off '.  (The setting is in the window by 'Start' > 'Control Panel' > "Ease of Access Center" > "Make the mouse easier to use" > "Set up mouse keys").  When I went to 'OFF', then keys mouse operated correctly again.  (You can also leave the single setting but tilting the NUM LOCK button also allowed head of the mouse buttons is fine.)

    So, I work the feature keys of mouse.

  • How to get the external hard drive to connect to VMWare Player?

    Hi all

    I currently have VMWare Player 3.1.4 and that you have a VM installed on an external SSD that works very well.

    The guest operating system is XP and host operating system is OpenSuSE 11.4.

    The problem is that I have another external hard drive that I want to connect to the virtual machine to store files and other (WD Scorpio Black 320 GB).

    So what I tried was when I opend VMWare Player, I went to add a new SCSI device, found the hard drive, I wanted to use and created it. But when I go in-> "VM" > "Removable devices" > "generic SCSI (SCSI 0:1) ' > 'Connect'-> I get the below error message.

    Device virtual scsi0:1: could not open the device host "/ dev/sdc": not sufficient permissions to access the file. Please make sure that the virtual device is configured to use a Linux generic SCSI device (/ dev/sg *), and that the physical device works normally on the host computer.
    Cannot connect the device virtual scsi0:1.

    Does anyone know if I'm doing something wrong? What are the permissions are they talking about?

    Thanks in advance,

    Matt

    Are back at the office and tested on a variety of Linux Ubuntu and was able to add a second drive HARD/dev/sdb as a physical and even disc was also able to boot from it even if it needs to be dismantled first and I had to start VMware Player using sudo, because I was using a standard account both add the disk and run the virtual machine with the added disk.

  • automatic start of the virtual machine on vmware player 2.5.1?

    Can VMWare Player 2.5.1 the virtual machine autostart when it starts? I have Windows running VMWare Player when it starts, but just, this brings me to the main page of player where you can open file, recent opening, etc. You still have to physically click to open the virtual machine. So is there a way that I could automate it to just run itself when it opened (change of maybe a file somewhere)? If this version/product does not support this, can you recommend one that does?

    Player doesn't have the ability to auto-start the virtual machines.  The fact of VMware Server.  Server start virtual machines when Windows starts, not when you start the server GUI, which is not exactly what you are referring, but is usually what most people want when they want machines virtual autostart.

    'office' versions of Windows are listed as taken hosts supported OS.  Many threads on these forums about the small nagging issues with networking and such when to use Server on unsupported hosts, especially hosts Vista and Win7.  You don't specify what version of Windows you are using as the host.  If it is a server version, VMware Server is an option for you.

    But a simple solution is to simply make shortcuts to the. Files in the folder of your VMX virtual machine.

  • keyboard does not (driver is loading don't not with the error code 38) after upgrading to VMWare Player 6.0.6 or 7.1.0

    Hi all

    Host: DELL M3800, Windows 8.1

    Since the update to VMware Player 6.0.6 (or 7.1.0) Windows is not loaded (error code 38) keyboard drivers.

    The device HID\VID_046D & PID_C313 & MI_00\7 & 362ebef & 0 & 0000 had a starting problem. (Pilot: keyboard.inf, problem: 0 x 26).

    I had no problem with previous versions (VMware Player 6 to 6.0.4).

    If I uninstall VMWare Player, Windows correctly loading the keyboard drivers.

    Now, if I reinstall the earlier version of VMware Player, Windows does not load properly (error code 38) keyboard drivers.

    Can you help me?

    Thank you

    Guillaume

    The problem is caused by the VMkbd.sys driver.

    You can find the "best" solution for Usb keyboard problem

  • Issue of stop start to use VMware player 6.3.0 and a .iso file

    When I power on a virtual machine using an image (Ubuntu 7.04) .iso file in VMware Player 6.3.0 or VMware Workstation 10.3.0, startup stops at certain places and does no more.

    I saw the screen below first,

    Untitled.png

    Then I restarted the VM and I saw the screen below.

    Untitled2.png

    I checked the settings of the virtual machine, but have no idea of what is wrong. I don't think that there is no mistake on virtual or physical machine or version number. The .iso file is reliable as well. Could someone help me?

    I solved the problem only by changing to use VMware Player 4.0.6 not version 6.3.0. It was probably incompatibility to halfway...

  • VMWare Player 5.0.2 does not start with Bluetooth keyboard connected

    Hello

    I use VMware Player 5.0.2 on a host Windows 8.

    If I have a Bluetooth keyboard connected to the host, no virtual machine will start. I get the same error every time:

    "cannot find a valid peers to connect to.

    But if I take the keyboard away, then Bluetooth starts just fine.

    Guest operating systems are Vista and Windows 2003. They are all the same in this regard - the same error.

    The error occurs really fast - to the extent that the log files are not updated.

    Latest version of VMware tools is on the guest.

    Any help appreciated gratefully. I can't use the machines without a keyboard, and it's on my tablet computer that I need to be portable. Please note that the issue here is with the keyboard, if there is no Bluetooth keyboard machines act as they should.

    TIA, Pete

    This problem is now resolved.

    My initial assessment was wrong. The problem was to be able to. If I was running the computer on battery, all clients VMware crashed with various strange errors at startup. If the host is plugged into the power outlet, everything works as it should.

    Obviously, on battery, my computer shuts down some capabilities of the processor. Only at full power is everything what it.

    For others who might have the same problem:

    Acer Iconia W700 Core i5, 4 GB RAM, 128SSD. Power to factory settings.

  • WIN8 WP8 SDK + vmware player: I can't start any VMs

    Hi all, today I used vmware player for 3-4 virtual machines with different operating systems for testing my application on my PC, but now, when I try to start each VM I get this error.

    error.png

    It all began when I installed visual studio 2012 and the kit of development Windows Phone 8, asking to add the role hyper-V for windows 8.

    So, I need two things in the VMs, Visual studio SDK WP8.
    How can I do?
    Thank you all.

    Drive does not well under Hyper-V.  If you only need 32-bit virtual machines, you can bypass this warning with the following configuration option:

    vmx.allowNested = TRUE

    Alternatively, you can use all your virtual machines, if you remove the role Hyper-V to your host and install Windows 8 and Hyper-V in a virtual machine under player (select Hyper-V as the guest OS type).

    Whatever it is, nested virtual machines performance will be worse than what you are used to, but nested VMs probably better work with reader as the hypervisor host with Hyper-V, the hypervisor of the host.

  • Commands to start and stop a virtual machine hosted by VMware player

    Where can I find the commands to start and stop a virtual machine hosted by VMware player on a host Windows Server 2008 R2 (64-bit)?

    I need to start and stop the virtual computer from a script as I could do this by selecting the ' power on ' and his 'guest stop' or at least 'power off' options of the GUI of VMware player.

    If a control interface is not available, is available if I update to VMware Workstation?

    Concerning

    Marius

    With the player, the VIX API is a separate download (on the same page you downloaded the install drive in), so I guess you will have to install the separate package to use it.  But it's pretty easy to do...

  • VMware Player starts the installation wizard.

    I have a laptop with W 7 and an ultra 2 AMD turion dual core mobile M 600. Tried to download the reader with the comand performance and as soon as I touched the

    Open the button disappears. I then downloaded using the Save button and it loads up to my office. Then I tried to double click it, tried all the options I have with right click, but it does not start. After trying for several weeks to find an answer, I decided to try this forum. I hope someone can help me.

    I suggest that take you a look at http://faq.sanbarrow.com/index.php?solution_id=1113 which lists a large number of possible problems, which could prevent the installation of VMware Player correctly.

    As a first step, take a look in the Windows Task Manager and kill "fixcamera.exe" and/or "webcam.exe" If these tasks are running.

    André

  • VMware Player installation program starts not at all on win7 Enterprise x 64

    Hello!

    My problem is, when I click on Setup nothing happens, UAC asking permission, click OK, but not even an error message... (the same scenario with UAC disabled)

    I would like to install vmware player on the host Windows 7 Enterprise x 64 (HW virtualization enabled in bios, CPU AMD Athlon X 2)

    This could be a bug in MS, I don't know, but extremely annoying

    Any idea would be great!

    Hello

    Check if you have a process named fixcamera.exe - if yes - kill

    _________________________

    VMX-settings- WS FAQ -[MOAcd | http://sanbarrow.com/moa241.html]- VMDK-manual

  • The VMware Player window size cannot be changed at the start

    Hello

    I use a VMware Player Version 3.0.1 build 227600 on a Vista Ultimate SP1.

    My problem: the player has a fixed size of windows at startup - and this size is too small (approx. 687 x 585 pixels see attached screentshots). There is no possibiltity to change the size of the window (using the mouse) and no way to maximize either. How can I solve that?

    you put a higher resolution DPI, then 100%

    Don't do that...

    ___________________________________

    VMX-settings- WS FAQ -[MOAcd | http://sanbarrow.com/moa241.html]- VMDK-manual

  • VMware Player 126130 x86_64 RPM fails to start F10

    Hello

    I just installed a new Fedora 10 on my box.

    I can start is no longer the VMware Player: he moved very well (do not notice when the system language is bg_BG, but OK after ' export LANG = en_US), but I can't seem to be able to start the VMware services:

    # /etc/rc.d/init.d/vmware start

    Starting VMware services:

    Virtual machine monitor

    Virtual machine communication interface

    Block file system

    Virtual Ethernet

    And therefore:

    vmplayer $

    Xlib: extension "RANDR" missing on display "localhost:12.0".

    Login to /tmp/vmware-kgeorge/setup-17541.log

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    / usr/bin/vmplayer: line 31: 17541 Segmentation fault (core dumped) "$BINDIR" / vmware-modconfig - appname = 'VMware Player' - icon = 'vmware-player '.

    Yes, me too.

    openSUSE 11.1

    VMware-Player - 2.5.1 - 126130.x86_64.rpm

    4G: / home/promo # vmplayer

    Login to /tmp/vmware-root/setup-2668.log

    (vmware - modconfig:2668): Gtk-WARNING *: could not find the theme engine in module_path: "qtcurve."

    {/ usr/share/themes/Clearlooks/gtk-2.0/gtkrc:72: error: unexpected identifier 'colorize_scrollbar', the expected character '}'

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    / usr/bin/vmplayer: line 31: 2668 Segmentation fault "$BINDIR" / vmware-modconfig - appname = 'VMware Player' - icon = 'vmware-player '.

    VMware - config.pl is no longer available

    It seems that all the modules are compiled but there are problems with the new kernel new

Maybe you are looking for

  • How to stop the priting at the top of each page url?

    the url of the Web page, I am printing will appear in the upper right of the printed page. To clarify what instructions are outdated, they advise "go to page updated in place. There is no page set up on the new page of mozilla browser, and this optio

  • Satellite Pro 6100, WXP SP2, once in mode installation ensures the unknown USB

    Hello After you install the update in Win XP SP2 on my laptop Toshiba SAT Pro 6100, the following occurs: When the laptop wakes from sleep mode, the USB connector is unknown and the communication is lost. Who knows the answer to this problem?

  • Satellite L450 - 16Q - Cmos reset jumper

    I need a snapshop Description hence the CMOS reset is on this laptop battery is soldered to the motherboard. on other models of toshiba, I know that you can bypass two points to reset the cmos.Help, please. Thanks, Lee

  • HP pavilion g6 1202sr upgrade

    Hi all! Have a question, I have a laptop hp pavilion g6 1202sr. I try to change cpu(e2-3000m) to A8 - 3500 m. Change CPU everything works well, but have problems: 1. when it is installed processor A8 - 3500 m, first ram slot not working (stay there o

  • Chipset-SMU

    Yesterday, I decided to downgrade custom built desktop of my aunt from Windows 7 to Windows XP. I first check from Biostar Web site to determine if this system will be compatible with the motherboard, but unfortunately it has a missing driver... The