dockur / macos

OSX (macOS) inside a Docker container.
MIT License
8.92k stars 323 forks source link

iMessages wont send #76

Open meatpioneer opened 1 month ago

meatpioneer commented 1 month ago

Operating system

Ubuntu WSL

Description

I got iMessage logged in and even syncing to the cloud, but I'm not able to send any messages and I don't know why, it looks like everything should be working. Completely fresh install on Ventura

Docker compose

services: macos: image: dockurr/macos container_name: macos environment: VERSION: "ventura" devices:

Docker log

BdsDxe: failed to load Boot0080 "Mac OS X" from PciRoot(0x0)/Pci(0xA,0x0)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,DBC8A7EAC8CD854DB54402B7F7B6B7BE)/\856403D1-DB12-48FE-BEE0-9FDD968B8240\System\Library\CoreServices\boot.efi: Not Found BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0) BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)

[EB|LOG:EXITBS:END] _

[EB.BST.FBS|-]

[EB|B:BOOT]

[EB|LOG:HANDOFF TO XNU] _

======== End of efiboot serial output. ======== usb_desc_get_descriptor: 2 unknown type 33 (len 10) usb_desc_get_descriptor: 1 unknown type 33 (len 10) usb_desc_get_descriptor: 2 unknown type 33 (len 10) usb_desc_get_descriptor: 1 unknown type 33 (len 10)

Screenshots (optional)

downloading not-delivered

kroese commented 1 week ago

I created a new version 1.16 that generates unique machine serials when creating a fresh installation.

I think this should solve your problem, so please try it out.