menu
 

La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

0 votes
I've been getting this error in my cloud builds (windows/android)

`ShaderCompiler: failed to get available platforms. Likely the shader compiler crashed at initialization time. Will retry. Error: Failed writing data to socket`

This *only* happens when I have the Wwise unity integration installed in the project.  I've tried various versions, and anything before the 2019.2.0.7216 version (Unity Integration 19) has no problems, that one and anything after make the error happen.  Very weird because wwise doesn't do anything with shaders afaik!

I think I've also narrowed it down to the code (in the API or Components folder) and not a plugin/dll.  This is even stranger, but I'm now at the limit of what I can debug from my local machine - does anyone have any idea what might be causing this and how I can solve it?

 

Thanks,
dans General Discussion par Chris M. (140 points)

1 Réponse

0 votes
We started seeing something recently with wwise 2019.2.2 (Unity integration 2019.2.2.1749) in Unity 2019.416.

Thankfully, we stumbled upon this initial thread:

https://forum.unity.com/threads/no-explicit-failure-code-handling-for-error-of-type-22.1080176/

 

That pointed us in the direction of this thread which, albeit with a different error (too many open files) had a solution (Best Answer reply) that solved our problem

https://www.audiokinetic.com/qa/6932/unity-mac-integration-i-o-error-too-many-open-fiies

 

TLDR: System.IO.FileSystemWatcher causes issues when built on a mac, which most if-not all UCB mobile builds are, and that caused problems stemming from the AkWwiseXmlWatcher.cs file
par Ibs R. (150 points)
...