Cannot load MP3 at all #1

Open
opened 2026-07-08 01:28:02 +00:00 by Starstorm · 0 comments
  • Issue present on at least KK, couldn't test others
  • No MP3 files can be loaded
    Hermes throws the following error upon trying to load an MP3:
[Error  :The Bird of Hermes] Async Decode failed for '01 World Of Goo Beginning.mp3': System.TypeLoadException: Could not load type 'System.IO.InvalidDataException' from assembly 'TheBirdOfHermes.KK'.
  at NLayer.MpegFile.Init (System.IO.Stream stream, Boolean closeStream) [0x00000] in <filename unknown>:0 
  at NLayer.MpegFile..ctor (System.IO.Stream stream) [0x00000] in <filename unknown>:0 
  at TheBirdOfHermes.Audio.MP3Reader.ReadWithProgress (System.Byte[] bytes, System.Action`1 onProgress) [0x00000] in <filename unknown>:0 
  at TheBirdOfHermes.Audio.AudioLoader.LoadWithProgress (System.Byte[] bytes, System.String extension, System.Action`1 onProgress) [0x00000] in <filename unknown>:0 
  at TheBirdOfHermes.Audio.AsyncTrackOperation+<>c__DisplayClass24_0.<StartDecode>b__0 () [0x00000] in <filename unknown>:0 
  at TheBirdOfHermes.Audio.AsyncTrackOperation+<>c__DisplayClass27_0.<Start>g__Process|0 () [0x00000] in <filename unknown>:0 ```
- Issue present on at least KK, couldn't test others - No MP3 files can be loaded Hermes throws the following error upon trying to load an MP3: ``` [Error :The Bird of Hermes] Async Decode failed for '01 World Of Goo Beginning.mp3': System.TypeLoadException: Could not load type 'System.IO.InvalidDataException' from assembly 'TheBirdOfHermes.KK'. at NLayer.MpegFile.Init (System.IO.Stream stream, Boolean closeStream) [0x00000] in <filename unknown>:0 at NLayer.MpegFile..ctor (System.IO.Stream stream) [0x00000] in <filename unknown>:0 at TheBirdOfHermes.Audio.MP3Reader.ReadWithProgress (System.Byte[] bytes, System.Action`1 onProgress) [0x00000] in <filename unknown>:0 at TheBirdOfHermes.Audio.AudioLoader.LoadWithProgress (System.Byte[] bytes, System.String extension, System.Action`1 onProgress) [0x00000] in <filename unknown>:0 at TheBirdOfHermes.Audio.AsyncTrackOperation+<>c__DisplayClass24_0.<StartDecode>b__0 () [0x00000] in <filename unknown>:0 at TheBirdOfHermes.Audio.AsyncTrackOperation+<>c__DisplayClass27_0.<Start>g__Process|0 () [0x00000] in <filename unknown>:0 ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rnetiks/Hermes#1
No description provided.