osy

Results 544 comments of osy

Can someone who is experiencing this issue generate a [sysdiagnose](https://support.kandji.io/support/solutions/articles/72000599404-how-to-generate-a-sysdiagnose-in-macos) as soon as they experience the error (so it can be the last event that is captured)? Note that this...

Can others in this thread confirm if 15.0.1 fixes it?

Please provide a crash log (as explained in the template you forgot to fill out). Once you do, we can reopen this.

Looks like a memory allocation failed. You might have run out of memory, can you try lowering the memory to 1024M and see if it still crashes? The GL renderer...

Uh that entire interface is kind of a mess. The protocols are generated from the sdef and the other code are glue to connect them together.

I believe archive.org is back now

So I am learning about macOS rendering but my understanding is the following: 1. `backingScaleFactor` returns the scale of the framebuffer NOT the physical scale factor. See: https://stackoverflow.com/a/54487166 This seems...

> Is shared network using [VZNATNetworkDeviceAttachment](https://developer.apple.com/documentation/virtualization/vznatnetworkdeviceattachment?language=objc) and bridged network using [VZBridgedNetworkDeviceAttachment](https://developer.apple.com/documentation/virtualization/vzbridgednetworkdeviceattachment?language=objc)? In this case it is clear why this does not work. This is true > Also the Network page...

QCOW2 images are not sparse (i.e. zeros are stored and take up space). Hence the ability to reclaim space. For Apple VMs, the raw IMG are sparse, but I have...