VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1954 - 1956 of 16363)

Ticket Resolution Summary Owner Reporter
#15450 obsolete Windows 10 after update from 5.0.16-105871 to 5.0.20-106931 Bridged interface stopped to work Jurijs
Description

This is 2nd time I experinece this issue.

First time I just reinstalled windows 10 and after it fresh instalation of VirtualBox started to work.

Yesterday I decided to update my Virtualbox and after update Bridged interface do not work, I'm getting following error:

Failed to open/create the internal network 'HostInterfaceNetworking-Intel(R) Dual Band Wireless-AC 7265' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).


Result Code: 
E_FAIL (0x80004005)
Component: 
ConsoleWrap
Interface: 
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

I tried to check and uncheck in network connection properties "VirtualBox NDIS6..." but it do not help. I can't uninstall it, I'm getting an error: "Could not uninstall the VirtualBox NDIS6 Bridged Networking Driver Feature. The error is 0x80070005."

#13385 obsolete VirtualBax 4.3.16 crashes druring creating USB boot sticks Napfkuchen
Description

I use RUFUS (http://rufus.akeo.ie) to create USB boot stick. This works well at last in VirtualBox 4.3.14 with Linux host (Debian, Fedora, Suse).

After updating to version 4.3.16 VirtualBox crashes ery time in all this Linux hosts on different Desktop-PCs and Notebooks. This happend by all last RUFUS versions.

After downgrade to VirtualBox 4.3.14 everything works well as in 4.3.12 annd 4.3.14.

#341 fixed vditool don't recognize lowercase command name JusTiCe8
Description

vditool svn (and propably 1.3.8) failed to manage lowercase command string, example:

-- LD_LIBRARY_PATH=. ./vditool dump example_disk.vdi vditool Copyright (c) 2004-2005 InnoTek Systemberatung GmbH.

Syntax error: Invalid command!

Usage: vditool <Command> [Params] Commands and params: --

It's surprising according to call to 'ascii2upper' function. While debugging this I dsicover: szCmd = "dump\000f\203¯¥\212\004\bô\017ò§" before call o ascii2upper and is equal to "+<47\000f\203¯¥\212\004\bô\017ò§" after call.

the line "*psz += 'A' - 'z';" (line 39) seems to be really wrong in character case convertion.

It will be better to use strcasecmp instead of strcmp in swtich statement, and perhaps better to use a RTStr* function (to be sure to don't miss UTF strings).

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