Hi there,
has anyone found a proper solution for this problem: Error every frame: bind failed 10048
I see, that there is a recommendation to change the port, but that doesn´t seem to solve the initial problem: Something from FMOD seems to stay in the background - even after stopping the PlayerMode in Unity. I tried this in my current project and to as a reference I tried it in the Viking Village. Since I am bound to older versions of FMOD and Unity - these are my specs: FMOD 1.10.19, Unity 5.6.6f2, Win10
Here is a detailed descripton of what happens in the Viking:
-
After loading the viking village into my empty Unity project, I import the 1.10.19 Package into Unity.
-
I set my FMOD Settings. Single Platform Build (Banks in Streaming Assets), “Load All Event Data In” disabled, Live Update Enabled on standard port (9264), Debug Overlay Enabled, rest Platform Default.
3)I create an empty audio object and add the Studio Bank Loader to it. Load on Object Start, Unload on Object Destroy, Preload Sample Data Disabled, Bank added -
I add a Studio Event Emitter to the same object. Play Event on Object Start, Stop Event on Object Destroy, everything else unchecked.
-
I add a listener to the Camera.
-
Then I start the game in the Unity Player and everything is fine. The audio plays, no errors (just a notification about resampling).
-
Then I stop the Unity Player and against what I would expect the audio continues to play. That´where things start to become weird.
-
Next thing: I start the Unity Player again. The audio plays again (it layers up), and I get a bunch of weird error messages. Screenshot: grafik|690x219
-
Then I stop and restart several more times and get the typical ERR_MEMORY : Not enough memory or resources - Error message.
For one reason or another FMOD continues with its operations after stopping the Unity player. Is there any way to fix this myself? Has anyone figured out a solution? Is there a solution?
Thank you in advance