General :: XP Crashing In VMware Player With Ubuntu As Physical OS / Fix It?
Nov 16, 2010
it?I have Ubuntu 10.10 (and Ubuntu Server) on a factory Dell Inspiron 530. It's running an Intel Pentium Duo Core CPU (1.6GHz), has 1GB RAM, and VMware Player installed. When I boot XP SP3, it runs, but randomly crashes. I managed to update IE6 to IE8 without crashing, but when I tried to download MS Office 2010 Professional (Trial), it crashed near the end of the download. I got a blue screen with the following:
"STOP: 0x0000000A, 0xB2EEf304, 0x00000002, 0x80508008
It then begins a physical dump of memory, completes, then automatically reboots XP in the virtual machine.
Every time it does this, it shows different memory addresses.
BTW, I also watched performance while doing this. As soon as CPU hit 100%, the download crashed, and soon after, XP crashed, sometimes locking up the physical machine.
View 5 Replies
ADVERTISEMENT
Apr 26, 2010
I want to run ubuntu and centOS on vmware player.I have ubuntu9.10 already installed on my system.which version of vmware player should i install to make it work.
View 1 Replies
View Related
May 30, 2010
My computer has 512 mb ram..i am using xp..i want to install ubuntu 10.04 within this xp(without dual booting).I heard about virtual machine such as virtual box or vmware player that help us to do the same..so i want to ask which one will be good practice vmware or virtualbox..remember i have only 512 mb ram...
I have also doubt regarding these quereis..
1) can i install software of my choice in ubuntu after installation.
2) can i access internet by ubuntu
3) if i keep some data in ubuntu...will it be kept there also after machine shut down.
Actually i did dual booting xp and ubuntu..i succeed but sometimes my computer get stucked due to low memory..
View 1 Replies
View Related
Sep 26, 2010
Currently i'm doing molecular modeling using LINUX, VMware player. Well i face some problem while using this player.
1) 'there is not enough space on the destination' when i want to paste some files in LINUX desktop.
2) the most left corner 'hidden button', once you press all the tabs gone (application & terminal) . How to restore this condition?
View 1 Replies
View Related
Aug 10, 2010
I had installed vmware player in my windows 7 OS. How to work on virtual consoles in vmware player were I had installed linux.
View 11 Replies
View Related
Dec 31, 2010
I set my Network Adapter to the NAT setting, and ran an ifconfig for my machine. All the I got back was eth0 and lo. eth0 has the static IP configured I configured back in the days where I was running my VM Bridged with DHCP. Do I need to reconfigure my eth0 settings now and if so how?
View 1 Replies
View Related
Jan 3, 2011
I'm new to Fedora 14, vmware player. After getting Fedora up and running in VMware player. The disk size was 2.7 GB. After three hours of working with it, the disk size has bloated to 4.3 GB. I havent added software to account for the near doubling in size. How do I reduce the size back to 2.7GB range or lower. Im new to Fedora and superuser controls. Im removing more software than adding software. Is this a VMWARE problem or Fedora problem?
View 1 Replies
View Related
Jun 10, 2010
I'm running Ubuntu 10.04 inside VMware Player running under Windows Vista and I can't connect to the internet or the host computer from the Ubuntu.
I have set all the VMware services to manual (like VMware DHCP Service), but starting them manually doesn't help.
In VMware, the network seems to work (there is a green dot beside the network icon) and I have tried both Bridged and NAT settings.
ifconfig doesn't show the eth1 interface, unless I give it as a parameter (or use -a). I think this means that Ubuntu thinks that the network isn't connected at all.
View 1 Replies
View Related
Feb 1, 2011
I was trying to install vmware player 3.0 and it prompt that it require the kernel kernel-2.6.35.6-45.fc14.i686 to be compile before it start.
Quote:
Kernel headers for version 2.6.35.6-45.fc14.i686 were not found. If you
I try following but unable to find.
Code:
Nothing to do
Code:
Code:
Then I try to map to the file, but not working.
View 3 Replies
View Related
Sep 15, 2010
it starts going on a go slow then crashing and a logo face comes on the screen. ive redone ubuntu and the flash player but its still happening its adobe 10, is they any other flash player that i can use. or is there some how i can pull a log to see whats happening. its doing my head in i was chatting to a fit bird on omegle and the frigging thing crashed.
View 2 Replies
View Related
Jan 3, 2010
I read once that you could use VMWare's converter to convert a physical machine into a virtual machine to run in VirtualBox. Can someone point me in the direction of a tutorial or just give me instructions on how to do this? I was very confused by the converter and how to get the image to work with virtualbox.
View 1 Replies
View Related
Nov 24, 2010
I am trying to ge my vm player to run. I have installed the program. Next, I go to shortcut location. upon startup of vm player it gives me this error:
Before you can run Vmware Player, several modules must be compiled and loaded into the running kernal.
Kernel Headers 2.6.35-22-generic
Kernel headers for version 2.6.35-22-generic were not found. If you installed them in a non-=default path you can specify the path below. Otherwise refer to your distribution's documentation for installation instructions and click Refresh to search again in default locations.
Location: blank box Browse Refresh
Cancel Install
I have tried everything that I have found, but nothing works.
View 8 Replies
View Related
Jan 2, 2010
I bought a Samsung P3 portable audio player I chose it because it had bluetooth support and also appeared to support open audio formats like OGG and FLAC. The only other bluetooth player was the iPod touch. The unit mounts in Nautilus fine and I can read/write files fine. I can even play audio files from it with Movie Player. Here's the problem: I can't get Rhythmbox or any other music player to run without crashing when the P3 is connected!
View 2 Replies
View Related
Mar 28, 2011
i was having severe problems under slackware64-current with the adobe flash player plugin for firefox. browsing and watching videos on videos was a pain in the neck with the player crashing when opening a couple of tabs, and constant lockups for several seconds while the plugin wrapper that was running it was taking one cpu core for itself.
it seems the problem stems from a recent change in glibc that modified the memcpy implementation and caused a bit of havok in some packages. i'm guessing it's the same change (or a similar one) that caused problems with sysklogd and iptraf, among others, with strcpy and overlapping strings. remember the patches:
[url]
[url]
strictly speaking, those are problems in the program source code, but most people seem to think it's a bad idea to provide a memcpy that doesn't work for overlapping strings. a bit of discussion can be found here, with a few priceless comments by torvalds:
[url]
it seems the source code for the flash player plugin probably contains this bug, as manually modifying the libflashplayer.so binary to replace memcpy calls with memmove calls fixes the problems. at least it clearly did for me.
a quick recipe can be extracted from that bugzilla entry and one of its attachments.
for example:
code:
that should modify the binary in place provided it's located at ~/.mozilla/plugins. the resulting binary is not distributable but the recipe is.
View 7 Replies
View Related
May 1, 2010
I had installed Karmik Koala on VMware� Player 3.0.1 build-227600 and it ran perfectly well for four months. Today I upgraded to Lucid Lynx (lts) from within the VMware Player. The virtual machine restarted after the installation, now I can't direct my keyboard input to log in to my Ubuntu account. The mouse works but not the keyboard. How do I resolve this mess?
View 9 Replies
View Related
May 3, 2010
When I try to install vmware-player it complains that it can't find the kernel headers for my running kernel (2.6.31-20-generic) to compile its modules. I did have this working on 9.10. No amount of googling revealed the name of the package I need to get this working in Lucid.
View 2 Replies
View Related
Jul 23, 2010
I installed VMWare Player 3.1 on Ubuntu 10.04 64 bit and had the program show up in the applications menu. I opened and ran a prebuilt virtual machine without any problem. After shutting down the system, the next morning Player is gone, if I try to reinstall it shows that it is already installed, and if I try to open the virtual hard drive, it says that no applications is associated with that file type. There is no Player in the list of applications.
View 3 Replies
View Related
Oct 8, 2010
I have installed Ubuntu 10.04 LTS x64 in VMWare Player on my Windows 7 x64. My host video card is an ATi Mobility Radeon HD 5730 with 1 GB DDR3 and I am very sure that my other specs are above par for desktop effects (i7-820QM, 8 GB DDR3 RAM). However, even though I enabled 3D acceleration for the Ubuntu virtual machine (along with 4 cores and 1 GB RAM), I can't enable desktop effects. I have successfully installed VMWare Tools. I used to use VirtualBox and with x86 Ubuntu desktop effects work.
View 2 Replies
View Related
Nov 24, 2010
I installed VMware Player on my Ubuntu 10.10 machine, which uses Macbuntu skin. Loaded Vista on VMware Player so I could sync my ipod... works great. One problem I want to use VMware Player's unity mode but there is no menu to select it. From all of the screen shots I have seen on the web there is suppose to be a menu bar selection at the top next to the ubuntu (apple in my case) symbol to select unity mode through... but it is no where to be found. Here is a screen shot with VMware loaded with Vista, VMware is the active window:
View 2 Replies
View Related
Apr 20, 2011
I recently installed VMware Player on my ASUS Eee PC 1015 which is running Ubuntu 10.04 LTS. My goal is to run BT4 as a guest OS, but when I boot it from both the .iso and the .vmx I lose my mouse. After a quick Google serach I tried installing VMware Tools - no luck. I also tried using a USB mouse.
View 7 Replies
View Related
Dec 12, 2010
Since installing Fedora 14, I have found that everytime I run Vmware player it goes through the compile sequence. It works fine after that. It should only compile if the kernel has changed. Anyone else with this problem? Any ideas what is wrong?
View 5 Replies
View Related
Jun 25, 2011
I'm running OpenSUSE 11.4 x86 with KDE 4.6 and kernel version 2.6.37.6-0.5. I'm not advanced linux user, though I'm trying to use it occasionally for getting more experience. Now I want to check which of the virtualization software suits me better, I've already tried VirtualBox and now I want to try VMware. I know that it has a lot of products, but for just home use I guess that I need only player. So, when I try to find it through my default repositories, I just was able to find this vmware-guest-kmp-default . I don't know what is it, so I tried to search through the OpenSUSE Build Service, but there's also no player package. I've already downloaded the source from the official site and yes, I do know how to built binaries from the source, but I know also, that after installing in a such way, it would be difficult for the package manager to track the software, as it's not rpm. So I want to ask you first, if you know any other way, to get the RPM package of the VMware Player from any suse repository.
View 8 Replies
View Related
Oct 31, 2015
I tried to get vmware player 7.6 to work after upgrading from Wheezy to Jessie. I downloaded kernal headers 3.16.0-4-amd 64 as the dialog box said to do. After doing that and attempting to install I got this message “C header files matching your running kernel were not found. Refer to your distribution's documentation for installation instructions.” At this point I wondered if it would be better to try a more recent version of Vmware player. So I downloaded Vmware Player 12.01. I could not get it to open.
View 10 Replies
View Related
Jun 16, 2011
I have a Linux guest OS in VMware player installed on my Linux host OS. I'm using the guest OS as a server that my host OS workstation will connect to for certain things. However, I want to run VMware player (and the guest OS it runs) headless - i.e. without its interface opening up. This is because I any commands I need to send to the server I do so using my host OS terminal, with commands such as ssh. I tried running 'vmplayer /path/to/guest-os.vmx', but that just triggers opening up the VMware player interface, which isn't what I want.
How could I make this work? Is there either a VMware-specific way, or maybe a Linux-specific way involving suppressing the interface or doing some other Linux magic related to GNOME or X or something? I've read somewhere this might be possible using VMware Server - is that true? In that case, is it actually not possible to do it in VMware Player? I hope it is possible because I really like the performance and simplicity of VMware Player and would prefer not to move to VMware Server.
View 2 Replies
View Related
Jun 11, 2010
I am using ubuntu 9.10 and the vmware player 3 was working fine. But after the kernel headers updated to 2.6.31-22 the vmware player shows the pop up and says it cannot find the kernel headers. But actually, the linux-headers-2.6.31-22-generic are installed. I tried to re-install the vmware player but with no sucess. Is there any way to correct this error.
View 2 Replies
View Related
Oct 11, 2010
I've just upgraded to Ubuntu 10.010 - Maverick Meerkat.
Launching VMWare Player 3.1.2 I get the message: "Before you can run VMWare, several modules must be compiled and loaded into running kernel".
I click ok, but there are problems recompiling VMCI sockets.
The effect is that my windows image starts, but then crashes.
Do you have some suggestions to solve the problem ? Or is it only a problem of compilation with the new 10.10 kernel, not yet available for VMWare?
View 7 Replies
View Related
May 9, 2011
I don't know if anyone else sees this, but I get some odd behaviour when using VMware Player sometimes (Ubuntu 10.10, VMware Player 3.1.2 build-301548, dual monitors).My screen locks after 5 minutes of inactivity. I run a Windows XP VM under VMware player occasionally for certain things and that has a screen-lock time of 15 minutes or so. When running the Windows VM in full-screen on one of my two monitors (not tried it on a lower res), if I place the mouse cursor on the XP VM screen and leave it for > 5 minutes, the screen does not appear to lock. I can come back to the machine and still interact with the Windows XP machine and do what I like. If I move the mouse cursor outside the bounds of the XP VM screen, then the whole screen goes black and presents me with the password prompt to unlock the machine
View 1 Replies
View Related
Nov 8, 2015
I keep installing Debian Workstation Player on Debian, but it just doesn't open. I think it might have something to do with the VMware kernel modules not being built or something. How can I start troubleshooting this? Also, why isn't VMware packaged? Has no one tried packaging it yet, or is there a more complex reason?
View 3 Replies
View Related
Nov 15, 2010
I tried installing VMWare-player using
Code:
#./VMware-Player-3.1.2-301548.i386.bundle
It got installed successfully, but while running it said gcc not found. so i installed gcc by
Code:
#yum install gcc
[Code]....
View 4 Replies
View Related
Jun 3, 2010
As this seems to be an issue with a hardware driver I am posting it under hardware.
Dell Studio XPS 8000 desktop
i7-860 CPU
8 GB RAM
swap area set to 9 GB
nVIdia GeForce GT220 1 GB
Samsung SymcMaster 932 and Acer X223w displays
Ubuntu 10.04 64 bit, all patches, nVidia-current 195.36.15
VMWare Player (64 bit) 3.1.0 build-261024
The whole nVidia thing has been busting my buttons since I installed 10.04 (actually 9.10 was in some ways worse). Occasional "low graphics mode" at boot and the fact that nvidia-settings makes inexplicable changes to the xorg.conf even when I make no changes to the configuration as shown in the program. After a number of uninstall, reinstall drills and a few kicks in the slats the machine is working reasonably well except as noted above.
However, I have noticed that I often cannot load the nvidia-settings program. If I launch it from the menu, nothing seems to happen. In a terminal I get
Quote:
After doing some research on "Segmentation fault" I find that most of the issues refer to the xorg.conf file. The posts I have seen are also quite old. So I did a little testing.
Immediately after booting the PC I can run nvidia-settings with no problem - from the menu or in a terminal. I can run it repeatedly.
BUT - after I launch a virtual machine in VMWare Player (it does not seem to matter what the guest OS is) I can no longer run nvidia-settings. I get the error as I quoted above. If nvidia-settings is already running when the VM is launched, nvidia-settings continues to function until I exit the program. I can then no longer start nvidia-settings.
The problem only occurs after the VM is launched, not simply by running VMWare Player. Shutting down the VM does not fix the problem. Only a reboot will do the trick.
View 6 Replies
View Related