Custom Query (16363 matches)
Results (2179 - 2181 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #12975 | obsolete | error: "VBoxManage.exe has stopped working" | ||
| Description |
The VBoxManage createhd command results in an error window "VBoxManage.exe has stopped working" The text of the command is: c:\asmfiles>C:\"Program Files"\Oracle\VirtualBox\VBoxManage createhd --filename asm1.vdi --size 5120 --format VDI --variant Fixed This is a clean install of VirtualBox-4.3.10-93012 on Windows 8.1. No VMs have yet been created. The install log, and the logs in .virtualbox will be uploaded. |
|||
| #18722 | fixed | ./configure: Spaces in LD_LIBRARY_PATH should be : (colons) -> fixed after July 18 2019 | ||
| Description |
I have a separate locally build Qt, so when I configure I say PKG_CONFIG_PATH=.../qt/pkgconfig LD_LIBRARY_PATH=.../qt/lib ./configure ... On line 1525 of ./configure LIBQT5="-L$LIBDIR5 $LIBQT5" LIBQT5 is set to a value vith spaces in in (since LIBQT5 already has a value from pkgconfig in the line before). LIBQT5 is then processed by strip_L and passed to test_execute_path. strip_L does not remove the embedded space. The value is then used for LD_LIBRARY_PATH which now has a space as separator, not a colon. Execution fails, causing configure to fail to recognize my local Qt installation. My quick fix was (line 1529): test_execute_path "`strip_L "$LIBQT5"|sed 's/ /:/g'`" nofatal .... Source file is VirtualBox-6.0.8.tar.bz2 |
|||
| #18857 | invalid | Host-only network: Guest -> Host communication fails when host connected to 192x168.X.X IP-network | ||
| Description |
Configured a home box router with similar kind of IP-network configuration that our RD-network has. And the router also serves IP addresses to the PC from the same address space, using DHCP. Router LAN configuration: Net: 192.168.100.0 Subnet Mask: 255.255.224.0 Default Gateway: 192.168.100.1 VirtualBox Host-Only network adapter: IPv4 Address. . . . . . . . . . . : 172.16.0.1 Subnet Mask . . . . . . . . . . . : 255.240.0.0 (DHCP or manual IP address configuration on Guest OS) Host OS: Windows 10 Guest OS: Ubuntu 18.04 Steps to reproduce:
Expected result: Ping successful Actual: Ping fails Extensive discussion in the forum: https://forums.virtualbox.org/viewtopic.php?f=6&t=94323&start=15 |
|||

