Custom Query (16363 matches)
Results (1759 - 1761 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #16778 | fixed | Cannot run VirtualBox version >= 5.1.20 on iMac mid 2010 with i3 Processor | ||
| Description |
When i run VirtualBox on iMac 27” mid 2010 via LaunchPad its icon bounces on dock for few second and then disappears; i try to run VBox via Terminal and i get the message: “segmentation fault: 11” then it exits. I posted this issue on forum then socratis recommended me to open this bug ticket. It follows the link to forum thread: https://forums.virtualbox.org/viewtopic.php?f=8&t=83144 The iMac processor is: 3,2GHz Intel Core i3 This issue appeared from ver 5.1.20 (same behaviour for ver 5.1.22), the version 5.1.18 works fine. Best regards |
|||
| #16777 | invalid | Killer wireless card | ||
| Description |
Are there any known issues with virtual box having problems when a Killer wireless card installed in the machine trying to run VB? (Killer wireless card n/a/ac 1535 adapter in Dell XPS15) |
|||
| #16774 | invalid | WindowsXP VM critical error after setting custom CPUID | ||
| Description |
I set a custom CPUID for a Windows XP virtual machine using this script: vm=jiji
vendor='GenuineIntel'
ascii2hex() { echo -n 0x; od -A n --endian little -t x4 | sed 's/ //g'; }
#leafs='0x00000000 0x80000000' # WindowsXP freezes after the safe mode menu
leafs='0x00000000' # VBox fails
for leaf in $leafs; do
eax=$leaf # '0x00000000'
ebx=`echo -n "${vendor:0:4}" | ascii2hex`
edx=`echo -n "${vendor:4:4}" | ascii2hex`
ecx=`echo -n "${vendor:8:4}" | ascii2hex`
vboxmanage modifyvm $vm --cpuidset "$leaf" "$eax" $ebx "$ecx" "$edx"
done
After I start the VM, it gets to the "Safe Mode, Safe Mode with Networking ..." menu and at the end of the countdown it stops with "Guru Meditation. A critical error has occurred while running the virtual machine and the machine execution has been stopped.". Linux 3.10.5 from the ntpasswd Live CD seems to work fine. I'm running VirtualBox-5.1-5.1.22_115126_fedora25-1.x86_64 on a 4.10.16-200.fc25.x86_64 kernel. |
|||

