You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object reference not set to an instance of an object.
at Vorbisfile.ov_info(IntPtr vf, Int32 link)
at Microsoft.Xna.Framework.Media.Song..ctor(String fileName)
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
at BeatBets.Game1.LoadContent()
at Microsoft.Xna.Framework.Game.Initialize()
at BeatBets.Game1.Initialize()
at Microsoft.Xna.Framework.Game.DoInitialize()
at Microsoft.Xna.Framework.Game.Run()
at BeatBets.Program.Main(String[] args)
I'm using the newest fnalibs and FNA.
The text was updated successfully, but these errors were encountered:
Hi all,
I'm trying to load a sound file (a mp3) in my game. The SoundEffect I can load this way.
And I get the following error:
I'm using the newest fnalibs and FNA.
The text was updated successfully, but these errors were encountered: