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
I'm getting an error trying to run a Switch build from Unity. I can build okay but when the game runs it crashes immediately with the below error. Does anyone know how to get around this?

 

UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
AkBasePathGetter:GetPlatformName()
AkBasePathGetter:GetPlatformBasePath()
AkBasePathGetter:GetSoundbankBasePath()
AkInitializer:Initialize()
AkInitializer:Awake()

(Filename: .\Runtime/Export/Debug.bindings.h Line: 43)

****** FS ERROR INFORMATION ******
Error: Error occurred at GetEntryType().
nn::fs::ResultNotMounted: Error: Specified mount name is not found.
More infomation may be provided by enabling 'FS Access Log Mode' at 'DevMenu: Debug'.

AbortObserver called: -----------
`Failed: %s
 Module: %d
 Description: %d
 InnerValue: 0x%08x`
------------
D:\home\teamcity\work\sdk\Programs\Chris\Sources\Libraries\fs\fsa\fs_UserFileSystem.cpp:138, function GetEntryType, condition nn::Result::IsSuccess()
UserException handler is called at pid=161
==============================================================================
 BREAK 命令を検出しました (ExceptionType=0x0104)
 ( pc: 0x000000427d7586a4, InstructionCode: 0xe7ffdefe )
==============================================================================
in General Discussion by Cameron R. (120 points)

2 Answers

0 votes
Are you using MegaShape for Spline managing or Mega-something?
by P M. (220 points)
0 votes
I found it!
It's the stadard saving system.
Removi it ​​and substitute with the nintendo save system.
(you can find the sample  in the SDK installation's folder: Nintendo-> NintendoSDK-> UnityForNintendoSwitch->Samples->NintendoSDKPlugin->FsSaveData)

If you want to test my words, disable all the script that save data. Build and test!
by P M. (220 points)
...