Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Ozzietheostrich

Pages: [1]
1
Audio / Template File errors
« on: July 14, 2020, 01:25:05 pm »
I installed SFML 2.5.1 on Mac OSX with the frameworks and followed the tutorial. When I open the Xcode template for the SFML App, I can compile fine and it runs fine but in the console, there are a couple of errors:
2020-07-14 21:16:47.296624+1000 quick[52822:3395799] SecTaskLoadEntitlements failed error=22 cs_flags=20, pid=52822
2020-07-14 21:16:47.299276+1000 quick[52822:3395799] SecTaskCopyDebugDescription: quick[52822]/0#-1 LF=0

Further on when I added some code to get the dimensions of the screen and then make the image scale to that size, for some reason I noticed I get
AL lib: (WW) UpdateDeviceParams: SSE performs best with multiple of 4 update sizes (1114)
as well.
On top of that, when I put all of that code into a class member function and create an object and then call that function, I get another error:
[AudioHAL_Client] HALC_ProxyIOContext.cpp:1399:IOWorkLoop:  HALC_ProxyIOContext::IOWorkLoop: failed to send the final message to the server, Error: 0x10000003

I'm confused as to why there are any errors to begin with and why adding correct code is just creating more.
Not sure if this is the right place or if I should post the first ones in the general section as well.

Pages: [1]
anything