Skip to content

Instantly share code, notes, and snippets.

@siepkes
Created February 1, 2024 16:55
Show Gist options
  • Save siepkes/9ecd9042c2d51f79943bc4a0bce0f10e to your computer and use it in GitHub Desktop.
Save siepkes/9ecd9042c2d51f79943bc4a0bce0f10e to your computer and use it in GitHub Desktop.
Alien Horizon Proton Linux Exception
826.232:012c:0130:trace:unwind:dump_unwind_info 0x1: pushq %rdi
826.232:012c:0130:trace:unwind:dump_unwind_info handler 000006448A0287BB data at 000006448A792AE8
Unhandled exception. System.NotSupportedException: The song contains video data!
at Microsoft.Xna.Framework.Media.Song.PlatformInitialize(String fileName)
at Microsoft.Xna.Framework.Media.Song..ctor(String fileName, Int32 durationMS)
at Microsoft.Xna.Framework.Content.SongReader.Read(ContentReader input, Song existingInstance)
at Microsoft.Xna.Framework.Content.ContentTypeReader`1.Read(ContentReader input, Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.InnerReadObject[T](T existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
at Supernova.Content.AudioManager.GetSong(String songName)
at Supernova.Content.AudioManager.PlayMusic(String songName, Single fadeIn, Single fadeOut)
at AlienHorizon.UI.UI_WindowMainMenu.Show()
at AlienHorizon.UI.UI_WindowMainMenu.Init(Screen parent)
at Supernova.UI.Screen.GetOrCreateWindow[T]()
at AlienHorizon.MenuScreen.Init()
at AlienHorizon.NextFrontier.LoadContent()
at AlienHorizon.NextFrontier.Initialize()
at Microsoft.Xna.Framework.Game.DoInitialize()
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
at AlienHorizon.Program.Main()
826.233:012c:0130:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment