Mac OS Monterey Error (0X80520006)

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
Rowan_S
Posts: 7
Joined: 22. Mar 2024, 00:07

Mac OS Monterey Error (0X80520006)

Post by Rowan_S »

Help me. I was trying to run VirtualBox 7.0.14 on Monterey but it crashes with the error code down below. I also tried everything I could find but, nothing works. Also VBoxManage does not work on terminal because it is not a command so, I can't use any methods with VBoxManage either.

Callee RC:
NS_ERROR_FILE_TARGET_DOES_NOT_EXIST (0X80520006)
Rowan_S
Posts: 7
Joined: 22. Mar 2024, 00:07

No VBoxManage in terminal?

Post by Rowan_S »

Yes, I check for that on everything I could find on the web but, nothing worked either. I even checked the usr/local/bin folder but, no luck. Any ideas to fix these problems.
Attachments
No VBoxManage
No VBoxManage
Screen Shot 2024-03-22 at 3.57.39 PM.png (144.95 KiB) Viewed 2404 times
Error Screen
Error Screen
Screen Shot 2024-03-22 at 4.01.19 PM.png (202.14 KiB) Viewed 2406 times
Last edited by Rowan_S on 22. Mar 2024, 22:04, edited 2 times in total.
granada29
Volunteer
Posts: 711
Joined: 3. Mar 2015, 07:27
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Linux, macOS, Windows

Re: Mac OS Monterey Error (0X80520006)

Post by granada29 »

Please post a session log (zipped) of a failed session.

1. Right-click the VM name in VirtualBox Manager and select "Show in Finder"
2. Open the Logs folder and right-click VBox.log
3. Select "Compress VBox.log" to create the zip file
4. Attach the zipped file to a post in this topic.
Rowan_S
Posts: 7
Joined: 22. Mar 2024, 00:07

Re: Mac OS Monterey Error (0X80520006)

Post by Rowan_S »

I can't open VirtualBox cause of the error.
klaus
Oracle Corporation
Posts: 1139
Joined: 10. May 2007, 14:57

Re: Mac OS Monterey Error (0X80520006)

Post by klaus »

You can still provide VBoxSVC.log using the information at https://www.virtualbox.org/manual/ch10. ... ata-global - that's the place where these log files are stored.
Rowan_S
Posts: 7
Joined: 22. Mar 2024, 00:07

Re: Mac OS Monterey Error (0X80520006)

Post by Rowan_S »

Thank you klaus :mrgreen: ! This is what I need! I will show it around 3:00.
Rowan_S
Posts: 7
Joined: 22. Mar 2024, 00:07

Re: Mac OS Monterey Error (0X80520006)

Post by Rowan_S »

Here is the log. And it looks like it is error 0x80460016. An error because of the failure to execute the UI.

https://www.virtualbox.org/ticket/19656#no1
Attachments
VBoxSVC.log
Log
(916 Bytes) Downloaded 11 times
klaus
Oracle Corporation
Posts: 1139
Joined: 10. May 2007, 14:57

Re: Mac OS Monterey Error (0X80520006)

Post by klaus »

Next log line should be (with username being your user name on macOS):
... main IPC socket path: /tmp/.vbox-username-ipc/ipcd
Hoping that nothing else is sabotaging things: what's the output of the command:
ls -ld /tmp/
(yes, the trailing / is intentional, otherwise it would just tell me that /tmp is a symlink to private/tmp)
Rowan_S
Posts: 7
Joined: 22. Mar 2024, 00:07

Re: Mac OS Monterey Error (0X80520006)

Post by Rowan_S »

"drwxrwxrwt 9 root wheel 288 Mar 25 14:45 /tmp/" :?: .
klaus
Oracle Corporation
Posts: 1139
Joined: 10. May 2007, 14:57

Re: Mac OS Monterey Error (0X80520006)

Post by klaus »

Scratching my head. Looks totally normal, and wouldn't explain problems creating the directory/files needed by VBoxSVC there. Since I won't ask you to provide the content of your tmp directory publicly (there can be sensitive stuff in there) you have to check yourself if there are leftover files/directories owned by the wrong user in it which would sabotage VBoxSVC.

Check with
ls -la /tmp/
Especially the .vbox-*-ipc directories and their contents are relevant. They should be owned by the username in the directory name.
Rowan_S
Posts: 7
Joined: 22. Mar 2024, 00:07

Re: Mac OS Monterey Error (0X80520006)

Post by Rowan_S »

Now it says "drwxrwxrwt 10 root wheel 320 Mar 25 16:20 /tmp/"
klaus
Oracle Corporation
Posts: 1139
Joined: 10. May 2007, 14:57

Re: Mac OS Monterey Error (0X80520006)

Post by klaus »

You repeated the initial command (with options -ld), but I've asked for a different command (with options -la) which should show the contents of the directory, not the directory itself.
Post Reply