flutter_soloud icon indicating copy to clipboard operation
flutter_soloud copied to clipboard

fix: SoLoudFileLoadFailedException:... (on the C++ side) with some specific files

Open mokus opened this issue 7 months ago • 3 comments

When loading some specific mp3 files the engine throws SoLoudFileLoadFailedException: File found, but could not be loaded! Could be a permission error or the file is corrupted. (on the C++ side).

Example file: https://drive.google.com/file/d/1jLEHW0h-5My1hVUqGcQXYwG-I46vQKM7/view?usp=sharing (Can't attach to the report as mp3 isn't allowed)

Steps to reproduce

  1. Load file with loadAsset() or loadFile()
  2. An exception is being thrown

Expected Behavior

The file should get loaded as it's a valid mp3

mokus avatar Apr 02 '25 15:04 mokus