VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 16363)

Ticket Resolution Summary Owner Reporter
#3057 fixed Windows XP Sp3 MSDN cd fail to install (recompiler triple fault) Nikolay Igotti ddn
Description

Can't install Windows xp service pack 3 (from MSDN CD). Setup started loading drivers and finally after trying to start windows (load kernel?) VirtualBox crashed.

Faulting application virtualbox.exe, version 0.0.0.0, faulting module vboxrem32.dll, version 0.0.0.0, fault address 0x00005541.

#4072 fixed Python 2.6 produces DeprecationWarnings on XPCOM exception class => Fixed in SVN Nikolay Igotti Benjamin Gilbert
Description

When using the Python bindings on a system with Python 2.6 (e.g. Fedora 11), Python produces DeprecationWarning messages the first time the bindings throw an exception.

This can be reproduced by using vboxshell.py to create a machine with an invalid OS type (after applying the fix in #4071):

[sample]$ export VBOX_PROGRAM_PATH=/usr/lib/virtualbox/
[sample]$ export PYTHONPATH=../:/usr/lib/virtualbox/
[sample]$ python vboxshell.py 
Running VirtualBox version 2.2.2
vbox> create foo bar baz
/home/bgilbert/sdk/bindings/xpcom/python/xpcom/__init__.py:54: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  self.message = message
/home/bgilbert/sdk/bindings/xpcom/python/xpcom/__init__.py:57: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  self.message = message
Unknown OS type: bar
#5024 fixed Errors with Python API information => fixed in SVN Nikolay Igotti Swoogan
Description

First:

On page 25 of SDKRef.pdf included in the SDK:

"change to bindings/webservice/python/samples/ ... then run ./vboxshell.py"

vboxshell.py is in bindings/glue/python/sample

Second:

On page 37 of the SDKRef.pdf:

#from vboxapi
import VirtualBoxManager

I don't know for sure, but I believe that the line got broken up and should be:

from vboxapi import VirtualBoxManager

Third:

The makefile in bindings/webservice/python/samples/ contains

PYTHONPATH=../lib python ./clienttest.py

There is no clienttest.py

Forth:

sdk/installer is missing the vboxapisetup.py file that's found in sdk/install within the VirtualBox installed directory

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