menu
版本
2024.1.1.8691
2024.1.1.8691
2023.1.9.8628
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.1.8691
2023.1.9.8628
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
“监控队列消息太长。增大 uMonitorQueuePoolSize。消息大小…字节。”Wwise Profiler(性能分析器)所用的 Monitor Queue(监控队列)无法包含其中一条要发送到 Profiler 的消息。消息的最大大小为 AkInitSettings::uMonitorQueuePoolSize
的一半。在分析 API 调用时可能会触发此错误,因为有些 API 会传递不受值域限制的参数数组。此错误的唯一不良后果是 Wwise Profiler 中会缺少一条消息。
推荐的解决步骤:
确认对 AK::SoundEngine::SetMultiplePositions
和所有 Spatial Audio 几何构造函数的调用以减少参数数组的数量。此消息通常表示 API 调用格式不正确。
增大 AkInitSettings::uMonitorQueuePoolSize
。