8

I installed 13.04 as a virtual machine using VirtualBox from Oracle. When it was done doing the install, it says that it needs a reboot. After the reboot, I got this message:

Sorry Ubuntu 13.04 has experienced an internal error /usr/bin/compiz

I'm not sure what it means and how to resolve it.

Braiam
  • 67,791
  • 32
  • 179
  • 269
user190521
  • 81
  • 1
  • 1
  • 2
  • Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding the information. Also, have you checked the BIOS for settings relating to virtualization? – Seth Sep 06 '13 at 03:29
  • 2
    @Seth it is a VM! – guntbert Sep 06 '13 at 07:09
  • 1
    After a fresh install it is alwasy a good idea to update your guest OS by running sudo apt-get update && sudo apt-get dist-upgrade there. This may get bug fixed. – Takkat Sep 06 '13 at 08:08
  • @guntbert Yes I realize that, some computers have virtualization stuff in the BIOS that helps, and I can't run Unity 3D inside Unity 3D because of graphics issues. – Seth Sep 06 '13 at 15:01
  • 1
    It's a virtual machine that I'm running on VirtualBox 4.2.16. The 13.04 Ubuntu that I installed is 32bit. The host machine is Win 7, 64bit with 8GB ram and about 600GB free disk space. It's an HP laptop with Intel Core i5. Using nvidia geforce gt 630m 1gb. When I start the virtual machine (Ubuntu), I get the login page. After I put my login info, I get a black screen. Eventually the error message comes up. I clicked Continue then I'm back to a black screen. Just a mouse cursor and nothing else. – user190521 Sep 06 '13 at 15:22
  • Also, before the first restart, it did automatically install a bunch of updates too after I put my password on the authorization box to let the updates to continue. The error message was already showing when the updates message came up. I'm able to get to the Terminal with the Ctrl+Alt+F1. I got: Ubuntu 13.04 Me-Ubuntu tty1 Me-Ubuntu login: * Starting [OK] Should I do the "sudo apt-get update && sudo apt-get dist-upgrade" at this point? – user190521 Sep 06 '13 at 15:22
  • I installed 12.04 instead and that worked just fine. I guess the 13.04 has some UI issues with VirtualBox. – user190521 Sep 06 '13 at 20:21
  • 1
    @user190521 I'm experiencing exactly the same issue that you are describing. Have yet to find a solution. – nitrl Sep 13 '13 at 18:04
  • You should install Guest Additions from terminal and enable 3d acceleration for this VM. –  May 24 '14 at 20:31

2 Answers2

7

It just means there's been a problem with compiz, which is the window manager on Ubuntu. If you don't experience any problems, then it has corrected itself. However, you can file bugs if you want to tell developers what happened so that they can fix it.

If your desktop is working properly, you don't have to worry about it. But you'll probably want to install Virtual Box Guest Additions, which will provide drivers for your graphics and other things.

  • 1
    +1 You definitely want to install the guest additions, especially if you are seeing problems. – Richard Sep 14 '13 at 13:16
  • In casw you have problems with your graphics driver even when you have installed guest addutiins think about using vm ware player – Josh Sep 18 '13 at 08:15
0

I had the same problem. I solved it by selecting into VirtualBox properties "Activate 2D acceleration". After that the desktop is working.