You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test one of your sample for one of my project and, unfortunately, I don't get any rendering running your project on my Mac.
I compiled the project using Xcode 15.3, on macOS Sonoma 14.4.1.
I tried also using Xcode 15.1 but no luck too.
My Mac is an Apple Silicon Mac, M2 chip inside.
I tested on three different targets:
a simulated iPad (17.4)
my Mac using Catalyst,
my Mac with mention "Designed on iPad" (I guess it is Catalyst too...?)
This is the screenshot of the app running on my Mac:
This is the list of logs I have on Xcode:
Logging Error: Failed to initialize logging system. Log messages may be missing. If this issue persists, try setting IDEPreferLogStreaming=YES in the active scheme actions environment variables.
BOOL _NSPersistentUIDeleteItemAtFileURL(NSURL *const __strong) Failed to stat item: file:///Users/antonin/Library/Containers/1B09BC94-4B56-4FA4-ADAC-AB68505DC94A/Data/Library/Saved%20Application%20State/acarette.MetalDojo.savedState/restorecount.plist
TBB Global TLS count is not == 1, instead it is: 2
bufferSize 4544
loaded texture from MDLTexture
loaded texture from MDLTexture
loaded texture from MDLTexture
Animation
bufferSize 2176
loaded texture from MDLTexture
loaded texture from MDLTexture
loaded texture from MDLTexture
loaded texture from MDLTexture
bufferSize 2176
loaded texture from MDLTexture
loaded texture from MDLTexture
loaded texture from MDLTexture
loaded texture from MDLTexture
Take_001
bufferSize 4544
loaded texture from MDLTexture
loaded texture from MDLTexture
loaded texture from MDLTexture
Animation
Unknown client: Metal Sketch Dojo
CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them
AX Safe category class 'SFUnifiedBarRegistrationAccessibility' was not found!
CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them
CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them
CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them
I tried to google the errors but did not found any good resolution issues for those...
So, I tried to capture a frame using the Metal debugger and it seems I actually have a generated texture, as you can see here:
As you can see here "Final Texture" and "Output Texture" are never used & presented for rendering.
If I check further it seems that some buffers are not bound to the CPU as well.
Is it possible to know which Metal spec did you used for this project please?
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to test one of your sample for one of my project and, unfortunately, I don't get any rendering running your project on my Mac.
I compiled the project using Xcode 15.3, on macOS Sonoma 14.4.1.
I tried also using Xcode 15.1 but no luck too.
My Mac is an Apple Silicon Mac, M2 chip inside.
I tested on three different targets:
This is the screenshot of the app running on my Mac:
This is the list of logs I have on Xcode:
I tried to google the errors but did not found any good resolution issues for those...
So, I tried to capture a frame using the Metal debugger and it seems I actually have a generated texture, as you can see here:
As you can see here "Final Texture" and "Output Texture" are never used & presented for rendering.
If I check further it seems that some buffers are not bound to the CPU as well.
Is it possible to know which Metal spec did you used for this project please?
The text was updated successfully, but these errors were encountered: