Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
Hi all,

as stated my android build for Gear VR (using Samsung Galaxy S7 edge) crashes as soon as I get past the Unity splash screen, and I don't know why.

Adb logcat gives me this output (after the Wwise sound engine initialization):

(Filename: ./artifacts/generated/Android/runtime/DebugBindings.gen.cpp Line: 51)
06-25 16:50:34.105 19315-19315/? A/DEBUG: pid: 18749, tid: 19306, name: NativeThread  >>> com.oculus.UnitySample <<<
06-25 16:50:34.107 19315-19315/? A/DEBUG:     #00 pc 001462f8  /data/app/com.oculus.UnitySample-1/lib/arm/libAkSoundEngine.so
06-25 16:50:36.387 4960-19319/? W/ActivityManager:   Force finishing activity com.oculus.UnitySample/com.unity3d.player.UnityPlayerActivity
06-25 16:50:36.479 2859-2872/? E/VRInputService[04/13/2017-04:23:27p.m.][2645264][QD4/1.0.44/44]: at (SamsungVRInputService) [Client died. Removing callback mDeath Uid:10408, PackageName:com.oculus.UnitySample, HashTableSize:2]
06-25 16:50:36.482 4960-23860/? I/WindowManager: WIN DEATH: Window{269c021d0 u0 SurfaceView - com.oculus.UnitySample/com.unity3d.player.UnityPlayerActivity}

Any ideas?

I'm using Wwise v2016.2.4 and Unity 5.6.1f1 on OSX 10.11

Thanks,

Anders
in General Discussion by Anders L. (170 points)
retagged by Anders L.

1 Answer

0 votes
 
Best answer
Never mind, I seem to have discovered the problem. Once I increased the pool sizes in the AkInitializer script the android build runs as it should.
by Anders L. (170 points)
selected by Noemie P. (Audiokinetic)
...