VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1345 - 1347 of 16363)

Ticket Resolution Summary Owner Reporter
#17837 invalid VirtualBox OS X Herb Siegel
Description

VirtualBox VM 5.2.12 r122591 win.amd64 (May 9 2018 10:42:46) release log

Unable to get OS X virtual machine to fully initialize. It stops loading during boot up as it reads Extensions.mkext

Loading System\Library\Caches\com.apple.ktext.caches\Startup\Extensions.mkext .........................................................................................................

Here's the tail end of the vbox.log - 00:00:41.667342 VGA Graphics Controller (3CF): GR index 3CE:08 00:00:41.667343 GR00:00 GR01:00 GR02:00 GR03:00 GR04:00 GR05:40 GR06:05 GR07:0F GR08:FF 00:00:41.667347 !! 00:00:41.667348 !! {vgapl} 00:00:41.667348 !! 00:00:41.667349 read mode : 0 write mode: 0 00:00:41.667350 set/reset data: 00 S/R enable: 00 00:00:41.667351 color compare : 00 read map : 0 00:00:41.667352 rotate : 0 function : 0 00:00:41.667353 don't care : 0F bit mask : FF 00:00:41.667354 seq plane mask: 0F chain-4 : on 00:00:41.667355 !! 00:00:41.667356 !! {vgasr} 00:00:41.667356 !! 00:00:41.667357 VGA Sequencer (3C5): SR index 3C4:00 00:00:41.667358 SR00:03 SR01:01 SR02:0F SR03:00 SR04:0A SR05:00 SR06:00 SR07:01 00:00:41.667361 !! 00:00:41.667362 !! {vgatext} 00:00:41.667362 !! 00:00:41.667363 Not in text mode! 00:00:41.667364 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 00:00:41.667425 emR3Debug: rc=VERR_PGM_HANDLER_VIRTUAL_CONFLICT

#17835 fixed Build process is broken in src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp -> fixed in 5.2.14 FredBezies
Description

Hello.

I was trying to build from svn VirtualBox, after I saw this commit: https://www.virtualbox.org/changeset/72641/vbox

I thought it will fix a nasty graphic bug I reported: https://www.virtualbox.org/ticket/17827

While trying to build, process is stopped in src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp.

Here is the log just before build error:

/home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp: In member function 'void UIGlobalSettingsProxy::prepare()':
/home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp:215:59: error: invalid use of incomplete type 'class QButtonGroup'
         QButtonGroup *pButtonGroup = new QButtonGroup(this);
                                                           ^
In file included from /usr/include/qt/QtWidgets/qradiobutton.h:44,
                 from /usr/include/qt/QtWidgets/QRadioButton:1,
                 from /home/fred/virtualbox-svn/src/VirtualBox/out/linux.amd64/release/obj/VBoxGlobal/qtuic/UIGlobalSettingsProxy.gen.h:33,
                 from /home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h:23,
                 from /home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp:27:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup'
 class QButtonGroup;
       ^~~~~~~~~~~~
/home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp:219:25: error: invalid use of incomplete type 'class QButtonGroup'
             pButtonGroup->addButton(m_pRadioProxyAuto);

~

And it goes on for three or four more times...

Really annoying because since my distribution migrated to QT 5.11, both toolbar and statusbar are not displayed on start.

#17833 obsolete OVF export of virtualbox image using vmdk disk fails. jalbers
Description

Using VirtualBox Version 5.2.12 r122591

Exporting a good vbox appliance with a vmdk disk via the GUI generates an error. Doing the same thing via the command line gives the same error, plus some additional info.

There is a vbox named 'server1' with one disk image 'server1.vmdk'. At creation chose vmdk to make it possible to read the image with VMware if problems arose.

c:\Users\joe\VirtualBox VMs\server1>vboxmanage export server1 -o c:\VM\server1.ova --ovf10 0%... Progress state: VBOX_E_FILE_ERROR VBoxManage.exe: error: Appliance write failed VBoxManage.exe: error: Could not create the exported medium 'server1-disk001.vmdk' (VERR_INVALID_PARAMETER) VBoxManage.exe: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component MediumWrap, interface IMedium VBoxManage.exe: error: Context: "enum RTEXITCODE cdecl handleExportAppliance(struct HandlerArg *)" at line 1263 of file VBoxManageAppliance.cpp

I took a brief look at the sources and there wasn't any immediate resolution.

For this case, there is a workaround, which might give hints for the underlying issue:

  1. Clone the vmdk disk.

c:\Users\joe\VirtualBox VMs\server1>VBoxManage clonehd --format VDI server1.vmdk server1.vdi 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...

  1. In the server1 settings, remove the vmdk disk and add the vdi disk.
  1. Boot server1 to confirm that it runs correctly with the vdi disk.
  1. Export the server1 machine to an ova file using the GUI Export Appliance... tool.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy