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

Author Topic: Template File errors  (Read 3450 times)

0 Members and 1 Guest are viewing this topic.

Ozzietheostrich

  • Newbie
  • *
  • Posts: 1
    • View Profile
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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Template File errors
« Reply #1 on: July 23, 2020, 11:12:21 am »
You're not the first one to report similar statements printed to the console. As far as I heard the application still runs fine, but I think we will have to investigate what's going on exactly.
Maybe updating OpenAL-soft might already help. In case you can provide some more information or work on a fix, let me know.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything